/* Generic Button Class For <a> buttons */
div.hr {background-image: url(../content/images/seperator.gif) repeat-x; background: transparent; width: 90%;}
div.hr hr {display: none;}
.standout
{
	/*font-weight: bold; */ /* color: #baba8c; */ color: #000; /* #CCCC99;*/ /* font-size: 1.1em; */
}
.standout a,
a.standout
{
/*	color: #6699FF;  */ color: #000; text-decoration: none;
}
.button 
{
	display: block; 
	background-color: #68C2F2; 
	width: 150px; 
	margin-left: 10px; margin-top: 10px; margin-bottom: 10px;
	border: 4px outset; 
	padding: 5px; color: #fff; 
	text-decoration: none; 
	font-weight: bold; text-align: center;
	float: none; 
}

.button:hover {border: 4px inset; }

#titleSearch { border: 2px solid; border-color: #ccc; padding: 5px; width: 80%;}

label {font-weight: bold; font-size: 110%;}
.infoRequest input,
select {margin-left: 10px; margin-right: 10px; }

table.courseCategories
{
	border-collapse: collapse;
	width: 625px; margin: 0px auto;
	 /* #8bd4f3; */
}

table.courseCategories td
{
padding: 5px; font-size: 16px; font-weight: bold; 
}

table.courseCategories .highlighted td,
table.courseCategories .highlighted 
{
	background-color: #E3FBE4;
}

table.courseCategories td.left {border-left: 5px solid; border-color: #9dd68a;}
table.courseCategories td.right {border-right: 5px solid; border-color: #9dd68a;}

table.courseCategories td a:hover {color: #CCCC99; }


table.courseCategories .title td
{
	background-image: url(../content/images/table_top_green.gif); height: 30px; border: 0px none;
}

table.courseCategories .footer td
{
	background-image: url(../content/images/table_bottom_green.gif); height: 30px; border: 0px none;
}

#searchForm label
{
 font-weight: bold; margin-right: 10px;
}

#searchForm input.checkbox 
{
	margin-right: 20px; margin-left: 0px;
}

#searchForm label.checkbox {font-weight: normal; }

#enrollForm label {font-weight: bold; margin-right: 10px; }
#enrollForm h3 {font-size: 18px; color: #FF3333; font-weight: bold; margin-top: 0px; margin-bottom: 0px; display: inline;}

#left h1 {font-size: 20px; margin-top: 20px; color: red; text-align: center;}
#left {padding-left: 10px;  }
#left a {font-size: 14px; font-weight: bold;}
#left p {font-style: italic; font-size: 12px;}

#content h1 {margin-top: 15px; }
.rollLink
{
	font-weight: bold;
	margin: 10px 0px 0px 10px;
	color: #FF9900;
}



.classLink 
{
	font-size: 16px; font-weight: bold;
	clear: both;
}

.certDiv
{
	background-color: #FFFFCC;
	border: 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.certDiv p {margin-top: 2px; margin-bottom: 2px; }

.certDesc {margin-top: 10px !important; }

.certName 
{
	font-weight: bold; font-size: 18px; 
}

/* for greyed out divs etc -- keep this at the bottom so it supercedes other bg colors
 * !important doesn't work here b/c it overrides js bg color changes */
.greyed
{
	background-color: #CCCCCC;
}


/* float: let column (p, div, etc)*/
.leftCol { float: left; margin-right: 20px;}

/* centering div */
div.centering {margin: 0px auto; }

/* Trainning Types **/


#ODTScheduleTable {border: 1px solid; border-collapse: collapse;}
#ODTScheduleTable td {border: 1px solid; text-align: right;padding: 5px;}
#ODTScheduleTable .title td {text-align: left;}




/*** Intro ***/


#introMethodList li,
#introProcessList li { margin-bottom: 10px; }
#introMethodList li strong,
#introProcessList li{ color: #112244; font-size: 18px; }

.status {padding: 5px; border: 1px solid; border-color: #000; background-color: #FFFFCC; }


a img {border: 0px solid;}

/* wmare specific -- hide register date option */
/*#idOcc_584 {visibility: none !important;}
#idFormEventReg {visibility: none !important;}
#idFormEventReg table label {visibility: visible !important;} */