

/* Note: only .classname selectors will be displayed in the editors selection panel */


/* GENERAL STYLES */

/*	The web page body is wrapped inside a DIV called pagecontent. Using this DIV instead of the DIV in the actual template makes it so 
	the CSS can work using any template regardless of the name of the body DIV name.
*/

#pagecontent a {   /* applied to all web site links */
	color:white;
}
 
#pagecontent {
	color: white;
	font-size: 11px;
	font-family: arial
}

#pagecontent h1 {	/* applies to the web page title */
	font-family:Tahoma,Arial;
	font-size:24px;
	color:#708090;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0
} 

/* ----------container of the breadcrumb trail-------------- */
#breadcrumbtrail {
	margin-bottom:10px
}

#breadcrumbtrail a, #breadcrumbtrail {	/* applied to the div that contains the web site breadcrumb trail */
	font-family:Helvetica,sans-serif;
	font-size:11px;
	color:silver;
	text-decoration:none
} 

.Submit_Standard {	/* used for all submit buttons in the site */
	padding:2px;
	border:solid silver 1px;
	font-size:11px;
	background-color:#EFEFEF;
	color:#485B43
}

.Submit_Standard:hover {	/* used for all submit buttons hover state in the site */
	padding:2px;
	border:solid silver 1px;
	font-size:11px;
	background-color:white;
	color:black
} 

.Submit_Alternate {	/* used to highlight a few buttons in the web site */
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	background-color:#E97A13;
	color:white
} 

#live-page-options a {	/* used for the CSM links at the bottom of the web site */
	font-family:Arial;
	color:black;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
} 
#live-page-options {
	font-size:10px;
	color:black
}