/* Global definitions - this is the global style sheet for the site wide styles and should be included on every page */

form { margin-bottom: 0 ; } 

date { text-align: right; } 

.quoteborder
{
    border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 2px 2px 2px 2px;

}

.menutitle {
	background-color: #99ff99;
}

.leftMenuHeader {
	background-color: #FFCC99;
	font-weight: bold;
	border-right-width: 6px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	padding-right: 5px;
}

.imgborder {
    border: 0px solid #999999;
   padding: 3px 3px 3px 3px;  
}

/* used only in gift/index.php */
.imgfloatright {
  float:right;
  padding:5px;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 35px;
  } 

/* not used */
.leftimg {
   float: left;
   border: 1px solid #999999;
   margin-right: 6px;
   padding: 12px 12px 12px 12px;
}

/* not used */
.leftimgnoborder {
   float: left;
   margin-right: 6px;
   padding: 12px 12px 12px 12px;
}

/* not used */
.rightimgnoborder {
   float: right;
   margin-right: 6px;
   padding: 12px 12px 12px 12px;
}

/* for quote only */
.quoteSmallText{
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: italic;
}

/* not used */
.smallTxt {
	font-size: x-small;
}

/* don't think its used.  .news_links is used but doesn't exist in this file.  should delete and remove the news_links references from website*/
.news_link {
	font-size: x-small;
}

/* used in footer */
.smallFooterTxt {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

/* used regularily */
.RightTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	font-variant: small-caps;
}

/* used with wfh interview pages */
.InterviewWhiteTitleNonCaps {
	font-size: 1.0em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

/* used on events calendar and be the cause pages */
.GreenSmallerPageTitle {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009988;
	bottom-margin: -12px;
	
}

/* main index page and gift/orderstep1 */
.BlueSmallerSubjectTitle {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0088CC;
	
}

/* learn page only */
.LightBlueSmallerSubjectTitle {
	font-size:  1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #33BBFF;
	margin-bottom: -6px;
	
}

/* main index page and order step 3 */
.LightGraySmallerSubjectTitle {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	padding-top: .7em;
	
}

/* order step 1 */
.LightGraySmallerSubjectTitleWithoutPadding {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;

	
}

/* index and beneficiaries list */
.OrangeSmallerSubjectTitle {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9933;                                                                                           
	
}


.OrangeSmallerSubjectTitle a:link {
    font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9933;
}
.OrangeSmallerSubjectTitle a:visited { 
    font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9933;
}
.OrangeSmallerSubjectTitle a:active {
    font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9933;
}
.OrangeSmallerSubjectTitle a:hover {font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9933;
}

.BlueSubjectTitle,
.OrangeSubjectTitle {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	color: #0088CC;  */
	color: #000000;
	margin-bottom: -6px;
	
}

.SubjectTitle {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	color: #0088CC;  */
	color: #000000;
	margin-bottom: -4px;
	
}


.LightGreenSubjectTitle {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00CCBB;
	margin-bottom: -6px;
	
}

.GraySubjectTitle {
	font-size:  1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	margin-bottom: -6px;
	
}



.BlueSmallerSubjectTitle {
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0088CC;
	
}

/* Big module links */

.cssbtn3 {
	display:inline; display:inline-block;
	width:50px;
	margin:0.2em; padding:2px;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	background:#cdf;
	color:#333;
	border:1px solid black;
	white-space:nowrap;
	cursor:hand; cursor:pointer;
	}
.cssbtn3[class] {
	width:auto;
	min-width:50px;
	}
.cssbtn3 strong {
	font-weight:bold;
	background:white;
	color:#06c;
	}
.cssbtn3:link,
.cssbtn3:active,
.cssbtn3:visited { text-decoration: none; }
.cssbtn3:hover { background:#009988; color:white }
.cssbtn3:hover strong { background:#009988; color:black; }


.hButtonblue {
border-style: beveled;
border-width: thin;
font-family: verdana;
font-weight: bold;
background:#D6EBFF;
}

.btngreenxml { background:#00CCBB; color:black; text-decoration: none;}

/* just for the last example: */

.center { text-align:center }

.buttonTextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

/* SMALL MODULE */
.left_addlinks,
.left_addlinks:link, 
.left_addlinks:visited
.left_addlinks:hover{
	font-size: 9px;
	vertical-align: text-top;
}

.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.formBox{
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana,Helvetica;
	border: 1px solid #666666;
  } 


#Header {
	font-size:20px;
	margin:4px 4px 4px 0px;
	padding:14px 4px 4px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:10px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:9px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:11px;}



div#footer a:link
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
}

div#footer a:active
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
}


div#footer a:visited 
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
}
div#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.moreinfo:link,
.moreinfo:active,
.moreinfo:visited,
.moreinfo:hover {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}

.footerLinks:link,
.footerLinks:active,
.footerLinks:visited,
.footerLinks:hover {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#footerText {
    color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8px;
}
/* Big module links */

a:link,
a:visited {
    color: #666666;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #333333;
}

a:active {
    color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
}

p,
body,
table,
td, th, div, blockquote, dl, ul, ol {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
/*	color: #666666;  */
	color: #000000;
	
}







textarea, input { 
    font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #000000;
}


input {	FONT-SIZE: 11px; FONT-FAMILY: Verdana,Helvetica}

.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.blueline {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #D6EBFF;
	border-right-color: #D6EBFF;
	border-bottom-color: #D6EBFF;
	border-left-color: #D6EBFF;
}

.orangeline {
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFEEBB;
	
}

.orangelinehomepage2px {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF8822;
	width: 100%
}


.bluelinehomepage2px {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #33BBFF;
	width: 100%
}

.lightpurpleline {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #DDCCFF;
	border-right-color: #DDCCFF;
	border-bottom-color: #DDCCFF;
	border-left-color:  #DDCCFF;
}
category_links
.redline {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #EE4411;
	border-right-color:  #EE4411;
	border-bottom-color:  #EE4411;
	border-left-color:  #EE4411;
}

.wfhlink:link,
.wfhlink:active,
.wfhlink:visited,
.wfhlink:hover {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
	font-size: 11px;
}



.bl {background: url(green1bl.gif) 0 100% no-repeat }
.br {background: url(green1br.gif) 100% 100% no-repeat}
.tl {background: url(green1tl.gif) 0 0 no-repeat #00CCBB; }
.tr {background: url(green1tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}


.bluetl {background: url(blue1tl.gif) 0 0 no-repeat #33BBFF; }
.bluetr {background: url(blue1tr.gif) 100% 0 no-repeat; padding:10px}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.LightBluePageTitle {

	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #33BBFF;
	margin-bottom: -1em;
}

#base, #zero, #one-em, #bullet, #bullet-inside, #custom, #custom-gen {
	border: 2px solid #0088CC;
	margin-right: 1em;
	margin-left: 1em;
	width: 20em;
	padding: 5px;
	}
		
	div#content #zero ul {
		margin-left: 0;
		padding-left: 0;
		}
	
	#one-em ul {
		margin-left: 1em;
		padding-left: 0;
		}

	#bullet ul {
		list-style-image: url(/i/listblack.gif);
		list-style-position: outside;
		}

	#bullet-inside ul {
		list-style-type: disc;
		list-style-image: url(/i/listblack.gif);
		list-style-position: inside;
		padding-left: 0;
		}

	#custom ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
		font-color: #0088CC;
		color: #0088CC;
		}

	#custom li, #custom-gen li {
		list-style-image: none;
		list-style-type: none;
		color: #0088CC;
		}
	

	#custom-gen ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
		}

	#custom-gen ul li:before {
		content: "\00BB \0020";
		}
.indent {
	text-indent: 14px;
}
.paddingleft {
	padding-left: 14px;
}
.bold {
	font-weight: bold;
}

.style1 {color: #CCCCCC}
.style9 {color: #0099BB}

