body	{ font-family:verdana, helvetica, sans-serif;
		  margin:0px; padding:0px; text-align:left;
		  background-color: #ffffff; }

/* -------------------------------------- */
/*		base importance definitions		  */
/* -------------------------------------- */

h1		{ font-size: 20px; border-bottom: 1px solid; font-weight: normal; padding-bottom: 5px;  }
h2		{ font-size: 17px; }
h3		{ font-size: 14px;  font-style:italic; }
h4		{ font-size: 11px }	

p			{ font-size: 11px; line-height:1.6em; }

img			{ border:none;}

a			{ color: black; text-decoration: underline; border:none; }
a:hover		{ color: #999999; text-decoration: underline }
a:visited	{ color: #948228; }

h5			{ font-size:  9px;  color: #888888;  font-weight: normal; line-height:1.4em;  }
h5 > a		{ color: #888888; }

h6			{ font-size:  9px;  color: #bbbbbb;  font-weight: normal;  font-style: italic;  border-top: 1px #bbbbbb solid;   }
h6 > a		{ color: #bbbbbb; }

td		{ font-size: 11px; padding: 0px; }

ul 		{ font-size: 12px; line-height: 1.4em; list-style-type: circle }
li		{ padding-top: 4px; padding-bottom: 4px; }

/*	layout table used to get around height bugs in the div only approach  */
.layoutTable		{ width: 900px; height:100%; background-color: #dddddd; text-align:left; }
.layoutTable td		{ vertical-align: top; }
.layoutTable td	td	{ vertical-align: middle; }

.layoutTable table		{ width:auto; }

/*	The main sidebar td classes */
.leftSidebarContainer	{ width:155px; }
.leftSidebarHeader		{ width:155px; height:230px; }		 
.leftSidebar			{ width:155px; }

/*	The main sidebar td classes */
.leftSidebarContainer2	{ width:80px; }
.leftSidebarHeader2		{ width:80px; height:110px; }		 
.leftSidebar2			{ width:80px; }

.rightSidebarContainer	{ width:190px; }
.rightSidebarContainer table td { vertical-align:top; }
.rightSidebar			{ width:190px; }

.rightSidebarContainer2	{ width:64px; }
.rightSidebarContainer2 table td { vertical-align:top; }
.rightSidebar2			{ width:64px; }

.rightSidebar > a 		{ width:190px; }

.rightSidebar p			{ font-size: 11.5px; text-align: left; margin: 0; padding:0px 0px 10px 0px }

.rightSidebar a 		{ font-weight: bold; text-decoration: none }
.rightSidebar a:hover 	{ text-decoration: underline }

.rightSidebarFooter			{ width:190px; height: 100px; vertical-align: top; padding-top:170px; padding-bottom: 0px; }
.rightSidebarFooter a 		{ text-decoration: none }
.rightSidebarFooter a:hover { text-decoration: underline }
.rightSidebarFooter h5		{ color: #666666; }
.rightSidebarFooter h5 > a	{ color: #666666; }

.rightSidebarFooter2			{ width:64px; height: 10px; vertical-align: top; padding-top:170px; padding-bottom: 0px; }

/*	link lists  */
.navList			{ padding:0px; margin:0px 0px 25px 0px; }
.navList li			 { font-size: 12px; font-weight: bold; list-style: none; margin: 3px; padding: 0px; }		 

.navList a			{ text-decoration: none;			 color: #222222; }
.navList a:hover	{ text-decoration: none;			 color: #999999; }
.navList #current	{ font-size:12px; font-weight: bold; color: #999999; }

				 
.leafList			{ list-style-image: url('/images/leaf_bulletImage.png');
					  margin-bottom: 40px; }
.leafList li		{ padding:0px; margin:3px; font-size:14px; font-weight: bold; }		 

.leafList a			{ text-decoration: none;			 color: #222222; }
.leafList a:hover	{ text-decoration: none;			 color: #999999; }


/* divs, boxes and regions */

.main				{ background-color: #ffffff;}
	

.quoteBox			{ background-color: #eeeeee; padding:0px; margin:10px; }
.quoteBox p			{ margin:0px; font-style:italic; }
.quoteBox h2		{ font-size:12px; text-align:left; margin-top:0px; }


.leafBoxLarge		{ padding: 26px 10px 10px 80px; vertical-align: bottom; margin-left: -20px; margin-top:0px;  
					  background-image: url('/images/bg_leafBox_large.png');
			  		  background-repeat: no-repeat; background-position:left; }
			  		  			  		  
.leafBoxLarge h2	{ border: none; padding-top:16px;
					  font-weight: normal; font-style:normal; font-size:20px; }

.leafBoxSmall		{ padding: 45px 10px 20px 60px; vertical-align: bottom;
			  		  background-repeat: no-repeat; background-position:left; }

			  		  
.leafBoxSmall h3	{ border: none;
					  font-weight: normal; font-style:normal; font-size:16px; }	 
			  	

/* ------------------ */
/*		form css   	  */
/*------------------- */

form				{ background-color: #f9ffe5; margin: 10px; padding: 20px }

form h2, form h1	{ margin-top: 0px; }
form h3				{ margin-top: 0px; margin-bottom: 12px; }

form textarea		{ margin-bottom: 2px; }
				  
label				{ font-size: 11px; }
textarea			{ width: 100%; height:100px; }
select				{ margin-top: 0px; }
checkbox 			{ margin-top: 0px; }
.hint				{ font-size:9px; color: #999999; margin-top:0px; padding-left:1px; margin-bottom:0px; }
.labelAbove			{ display:block; margin-bottom: 5px; }

#formLabelColum		{ color: #ff0000; text-align: right; vertical-align:middle; }

/* to override for some element, give that an id, and then use the 'normal' column ids: */
/* example if for a form with id "addressBook" */
#addressBook #formLabelColum		{ width: 70px; }
#myDetails #formLabelColum			{ width: 110px }
#myDetails #formCheckboxList		{ width: 450px }

/* login */

.login			{ padding: 10px; }

/* cardPage */

.cardBrowse		{ margin:0px; margin-top: 0px;margin-bottom: 0px; }
.cardBrowse td	{ padding:0px; vertical-align: middle; text-align: center; }

.cardTools		{ margin: -40px 0px 10px 0px; color: #FFFFFF; text-align:center; }
.cardTools a	{ margin: 0px; padding: 0px ; }
.cardTools img	{ margin: 0px; padding: 0px ; }

.cardNavigation			{ margin-top: 30px; }

.cardNavigation img		{ margin: 0px 0px -4px 0px; padding: 0px; }
.cardNavigation h4		{ padding: 0px; margin: 20px 0px 5px 0px; }
.cardNavigation h5		{ padding: 0px; margin: 4px 0px 10px 0px; }
.cardNavigation input.query { margin: 0px; padding: 0px; width:125px; }

#cardCategories 		{ padding: 10px 0px 5px 0px; margin: 0px; }
#cardCategories	li, #cardCategories a
						{ list-style: none; margin: 0px; padding: 0px;
					 	  font-weight: normal; font-size: 10px; color: #222222; }
#cardCategories a:hover	{ text-decoration: none; color: #999999;}

/* card list */

/*.cardList					{ margin-top: 20px; margin-bottom: 20px; border-top: 1px #bbbbbb dotted;}
*/
.cardList					{ margin-top: 20px; margin-bottom: 20px;}
.cardList h3				{ margin-bottom: 7px; }
.cardListView				{ display: block; margin: 5px 0px 5px 0px; padding-bottom: 5px; border-bottom: 1px #bbbbbb dotted; }
.cardListView img			{ display: block; }
.cardListViewDetails		{ float: right; width: 360px; }
.cardListViewDetails h2		{ font-size: 12px; margin-top:9px; margin-bottom: 5px; }
.cardListViewDetails h3		{ font-size: 10px; font-style: normal; border: none; font-weight: normal; margin: 0px; }
.cardListViewDetails p		{ color: #666666; }
.cardListViewButtons		{ float:right; margin-top: 18px; padding-right: 10px; }
.cardListViewButtons img	{ display:inline; margin-left: 5px; }
.cardListViewLabel			{ color: #333333; margin-right: 1px; }

.cardStats 					{ margin-top: 20px; }
.cardStats h3				{ margin-bottom: 5px; }
.cardStats p				{ font-size: 10px; margin: 2px 0px 2px 0px; padding: 0px; }

.portraitMiniThumb			{ margin-left: 15px; }

.sendCardDetails #cardSignature	{ width: 300px; }

#recipientTable					{ width: 450px; margin-left: 0px; margin-top:10px; }
#recipientList					{ width: 230px; }
#recipientList h4				{ margin-bottom: 5px; }
#recipientList p				{ margin: 2px; }
#recipientList input			{ margin-top:8px; }


.addressBookPopup				{ margin: 20px; }
.addressBookPopup #searchBox	{ width: 256px; }
#addressInsertList		{ width: 280px; margin-top: 6px; margin-bottom: 6px; font-size:11px; }

#calPopup		{ display:none; position: absolute; z-index:99; margin-left:160px; margin-top:-15px; }

.toolLink			{ font-weight: bold; text-decoration: none; display:block; margin-top:3px; }
.toolLink:hover	{ text-decoration: none; }

.sendCardDetails #nameField		{ width: 160px; margin-top:0px; margin-bottom:5px; }
.sendCardDetails #emailField	{ width: 182px; margin-top:0px; margin-bottom:5px; }


/* -------------------------------------- */
/*		usefull overrides / classes  	  */
/* -------------------------------------- */

.contentPad20		{ padding: 20px; }
.contentPad40		{ padding: 40px; }

.contentPadSlim		{ padding: 20px 13px; }
.contentPadMedium	{ padding: 20px 20px; }
.contentPadWide		{ padding: 30px 45px 0px 45px; }
/* .contentPadWide		{ padding: 40px 55px 0px 55px; } */

.left				{ float: left; margin-left:0px; margin-right:5px; }
.right				{ float: right; margin-right:0px; margin-left:5px; }

#left				{ float: left; margin-left:0px; margin-right:5px; }
#right				{ float: right; margin-right:0px; margin-left:5px; }

.bold				{ font-weight: bold; }
.italic				{ font-style: italic; }

#bold				{ font-weight: bold; }
#italic				{ font-style: italic; }

.a_justify			{ text-align: justify; }
.a_left				{ text-align: left; }
.a_right			{ text-align: right; }
.a_center			{ text-align: center; }

#a_justify			{ text-align: justify; }
#a_left				{ text-align: left; }
#a_right			{ text-align: right; }
#a_center			{ text-align: center; }

.noTopMargin		{ margin-top: 0px; }
#noTopMargin		{ margin-top: 0px; }
.noBottomMargin		{ margin-bottom: 0px; }
#noBottomMargin		{ margin-bottom: 0px; }

#topMarginMinus20	{ margin-top: -20px; }

.width100pc			{ width: 100%; }

#width150px			{ width: 150px; }

#leftMargin15		{ margin-left:15px; }
#leftMarginShrink	{ margin-left:-20px; }

.alignWithButton		{ margin-bottom: -4px; }
.alignWithField			{ margin-bottom: -4px; }
.alignWithFieldSmall	{ margin-bottom: -2px; }
