/* GENERIC TEXT STYLES (to be moved to text.css) */
/* p, li {font-size: small !important; color: #000 !important; font-family: Helvetica, Arial, sans-serif !important;} */
.important {font-size: larger; color: #FF3333; font-weight: bold; margin-top: 0px; margin-bottom: 0px; display: inline;}
h2 {font-size: large; font-weight: bold;}

/* Generic Button Class For <a> buttons */
.button 
{
	display: block; 
	/*background-color: #68C2F2;  */
	background-image: url(../content/images/jdpower/jdpower_button.jpg);
	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; }


/* Floating type descriptions */
div.typeDescription
{
	background-color:#FFFFCC;
	border: 2px solid;
	border-color: #000;
	padding: 5px;
	text-align: justify;
}

#titleSearch { border: 2px solid; border-color: #ccc; padding: 5px; width: 80%;}


/* Categories */
table.courseCategories
{
	border-collapse: collapse;
	width: 625px; margin: 0px auto;
}

table.courseCategories td
{
	padding: 5px; 
}

table.courseCategories .highlighted td,
table.courseCategories .highlighted 
{
	background-color: #999;
/*	background-color: #0099ff; */

}

table a {color: #0066cc;font-weight: bold;}
table .highlighted a {color: #fff !important;};

/* table.courseCategories td.left {border-left: 5px solid; border-color: #0099ff;}
table.courseCategories td.right {border-right: 5px solid; border-color: #0099ff;} */

table.courseCategories td a:hover {color: #CCCC99; }


table.courseCategories .title td
{
	background-image: url(../content/images/table_top_blue.gif); height: 30px; border: 0px none;
}

table.courseCategories .footer td
{
	background-image: url(../content/images/table_bottom_blue.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 {margin-top: 10px; text-align: center;}
#left {padding-left: 10px;  }
#left p {font-style: italic; font-size: 12px;}
#left h2 a {font-size: small; color: #336699; font-weight: bold !important;}
#left a.moreInfo {font-size: smaller; margin-left: 5px;}

#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: 3px outset;
	border-color: blue;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.certDiv .scheduleLink {font-weight: bold; margin: 10px 0px 0px 10px; color: #000000;}
.certDiv p {margin-top: 2px; margin-bottom: 2px; }

.certDesc {margin-top: 10px !important; }

.certName 
{
	font-weight: bold; font-size: larger; color: #336699; 
}

/* 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: #fff;
}



/* Trainning Types **/
#methodList li
{
margin-bottom: 10px;

}

#methodList li a,
.methodLink { font-size: large; font-weight: bold; color: #336699;}


h2.onDemand { color: #00508d; font-size: 22px; margin-top: 10px;}
h4.onDemand { font-size: 20px; }
h5.onDemand { color: #5a5874;font-size: 18px; }
ul.onDemand h4 {display: inline; }

#ODTScheduleTable {border: 1px solid; border-collapse: collapse;}
#ODTScheduleTable td {border: 1px solid; text-align: right;padding: 5px;}
#ODTScheduleTable .title td {text-align: left;}

.main h2 {margin-top: 10px;}
.main h3 {color: #669999; font-weight: bold;}


/*** Intro ***/

.main h4 {font-size: 22px; color: #112233;}
#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;}

/** enroll_odt.php **/
.odt_cal {width: 200px;  margin: auto auto; }
.calenderContainer
{
	width: 275px; border: 2px solid; padding: 5px; margin-top: 10px; background-color: #00CCFF;
}

.calenderContainer p label {text-align: left;}


/** outline.php **/
#outlineDiv {padding-left: 50px; padding-right: 50px;}
#outlineDiv h2 {color: #FF3333;}
#outlineDiv label {font-weight: bold;}
#outlineDiv .buttonBar {height: 25px;}

.outlineMainList {list-style: none; }
.outlineMainList h2 {font-size: 14px;  color: #000 !important; }
.outlineMainLI {margin-bottom: 10px;}


.outlineTable {border-collapse: collapse; margin:10px 0px; padding: 5px;}
.outlineTable td {border-color: #aaa; border: 2px solid; vertical-align: top;}
