/* 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.
*/

#powereedbyrave7 {color:red !important; font-size: 10px}

.hide {
	display:none
}

/* ----------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:12px;
	color:silver;
	text-decoration:none
} 

.Submit_Standard {	/* used for all submit buttons in the site */
	padding:7px;
	border:solid silver 1px;
	font-size:11px;
	font-weight: bold;
	background-color:#c0c0c0;
	color: white;
	font-family: verdana;
	background-repeat:repeat-x
}

.Submit_Standard:hover {	/* used for all submit buttons hover state in the site */
	background-color:#808080;
} 

.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
} 
