/* ********* Set Defaults to Zero ******* */
html, form {
	margin: 0;
	padding: 0; 
	border: 0;
}

/* Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
	margin: 0;
	padding: 0;
}

/* Apply left margin only to the few elements that need it: */
dd, blockquote { margin-left: 1em; }
li { margin-left: 2.5em; }

table { border-collapse: collapse; }


a:link {color: #0033CC;	text-decoration: underline;}
a:visited {color: #0033CC; text-decoration: underline;}
a:hover {color: #B71A37; text-decoration: underline;}
a:active {color: #0033CC; text-decoration: underline;}

body { font-size: .8em; /* this ses the font size for the all tags on the page.  Use ems to increase or decrease font size */
	/*font-size: .8em;   if this is set in % (100% is the browser default font size) or in em units (1 em = default size, .8 em is about 11px) the user will be able to change Text Size under the View menu. Setting a pixle size will prevent it */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	margin-top: 5px; 
	margin-left:5px;
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

input, select, textarea { font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

/*  NOTE - the percentages below will scale off of the font size set in the body selector style above */
/* Header tag styles */
h1 { font-size:160%;color:#3D69A0;}
h2 { font-size:140%;color:#3D69A0;}
h3 { font-size:120%;color:#3D69A0;}


/* this contains everything in the site and controls centering and margins */	
#container{ 
	width: 780px;
	margin: 0 auto;
	margin-top: 0px; 
	margin-bottom: 20px; 
	height:100%;
	background-color:#FFFFFF;
	text-align: left;
}

/* for form validation  */
.required { font-weight:bold; color:#3D69A0;}
.alert { font-weight:bold; color:#CC0000;}
/* page classes */
.fineprint { font-size:80%;}
.mediumprint { font-size:85%;}

/* ************** Pager Classes - used on utl_callPager.cfm ******************* */

.Pager {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

.onPage {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#D40AE6;
}

a:link.LoopLink {font-weight:bold; color:#0AD4E6; font-size:90%; text-decoration:none;}
a:visited.LoopLink  {font-weight:bold; color:#0AD4E6; font-size:90%; text-decoration:none;}
a:hover.LoopLink  {text-decoration:none;}
a:active.LoopLink  {text-decoration:none;}


/* ************ USED FOR OUTLINE EFFECTS ON PRODUCTS PAGE ************* */

.outline1     {
	border-bottom: 1px solid #C2B6BE;
} 

.outline2     {
	border-bottom: 1px solid #C2B6BE;
}

.outline3     {
	border-top: 1px solid #C2B6BE;
}


/* ********** Used for Images and Logos *************** */
/* <remove this to activate
.imageTD{
	background-color: #FFFFFF;
	border: 1px solid #D2D0D1;
	cursor:hand;
	padding: 10px 5px 10px 5px;
}
remove this to activate > */



/*  Anchor Classes  */


/* <remove this to activate
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none;
}

a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none;
}

a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DBBE64; 
	text-decoration: none;
}

a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DBBE64; 
	text-decoration: none;
}


.navon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DBBE64; 
	text-decoration: none;
	
}

.linkoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A68C8C; 
	text-decoration: none;
}
remove this to activate > */

/*  Form Elements  */
/* <remove this to activate
.textbox     {  
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #7D7D7D;
	background-color: #FFFFFF;
	border:1px solid #1A497B;
	height: 18px;
 }
			 
			 
.textarea     {  
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #7D7D7D;
	border:1px solid #1A497B;
	background-color: #FFFFFF; 
	width:200px; 
	height:100px; 
}
			 
.button     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #7D7D7D;
	font-weight:normal;
	border-left: 1px solid #1A497B;
	border-top: 1px solid #1A497B;
	border-right: 2px solid #1A497B;
	border-bottom: 2px solid #1A497B;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background-color: #EEEEEE;
	height: 18px;
}
		   
.dropdown     {
	font-family: Arial;
	color: #7D7D7D;
	font-weight: normal;
	font-size: 8pt;
	background-color: #FFFFFF;
	border:2px solid #1A497B;
	height: 18px;
}
remove this to activate > */



/*  Form Fieldset Elements  */

/* <remove this to activate
.formstyle { 
 	margin-left:75px; 
	margin-top:5px; 
	width:220px;
}

.fieldset1 {
	height: 100px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}

.fieldset2 {
	height: 130px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}

.fieldset3 {
	height: 170px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}

.fieldset4 {
	height: 160px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}
remove this to activate > */




/* ************ Events Calendar  *********** */	
/* <remove this to activate

#frmCalendar{
	border-right: 2px solid #6F88B0;
	border-bottom: 2px solid #6F88B0;
	border-left: 1px solid #6F88B0;
	border-top: 1px solid #6F88B0;
}

#frmEventsList{{
	border-right: 2px solid #6F88B0;
	border-bottom: 2px solid #6F88B0;
	border-left: 1px solid #6F88B0;
	border-top: 1px solid #6F88B0;
}

#frmEventDetail{{
	border-right: 2px solid #6F88B0;
	border-bottom: 2px solid #6F88B0;
	border-left: 1px solid #6F88B0;
	border-top: 1px solid #6F88B0;
}

.SearchOptionsTD{
	background-color:#143D7C;
	color:#FFFFFF;
}

.SearchResultsTD{
	background-color:#143D7C;
	color:#FFFFFF;
}

.EventDetailsTD{
	background-color:#143D7C;
	color:#FFFFFF;
}

.EventListDayTD{
	font-weight:bold; 
	background-color:7389B4; 
	color:FFFFFF;
}

.EventListMonthTD{
	font-size:10px; 
	background-color:#666666; 
	color:#FFFFFF
}

remove this to activate > */
/* ********** NOTE: color codes for the calendar is passed in through the module call (cfmod_calendar.cfm) in calendar/disp_calendar.cfm *************** */