@charset "utf-8";
/* CSS Document */

.floatRight {
	float: right;
}
h1 {
	color: #0F6973;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #3399CC;
	text-decoration: underline;
}

.tabs {
	clear: both;
}

.tabContent {
	background-color: #EEEEEE;
	border: 1px solid #000000;
}

.tabTitle {
	margin: 0px;
	padding-top: 15px;
	padding-left: 5px;
	color: #0C5259;
	font-weight: bold;
}

.formLabel {
	font-weight: bold;
	text-align: right;
}

.formField {
}

.required {
	color: #FF0000;
	font-size: 0.8em;
	/*vertical-align: super;*/
}

/* Tabs right aligned CSS */
#tabs-to-right .ui-tabs-nav {
	float: right;
	border: none;
}

#tabs-to-right .tabs-background {
	height: 2.6em;
	background-color: #FFFFFF;
	border: none;
}

.tableDiv {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.rowDiv {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.formGrpDiv {
	display: inline;
}

.tdDiv {
	display: inline;
}

#PgHelp p:first-child {
	margin-top: 0px;
}

#Form01 div:first-child, 
#Form02 div:first-child, 
#Form03 div:first-child, 
#Form04 div:first-child, 
#Form05 div:first-child,
#Form06 div:first-child, 
#Form07 div:first-child, 
#Form08 div:first-child, 
#Form09 div:first-child, 
#Form10 div:first-child, 
#Form11 div:first-child, 
#Form12 div:first-child, 
#Form13 div:first-child, 
#Form14 div:first-child, 
#Form15 div:first-child, 
#Form16 div:first-child, 
#Form17 div:first-child, 
#Form18 div:first-child, 
#Form19 div:first-child, 
#Form20 div:first-child {
	font-weight: bold;
}

a.button {
	display: inline-block;
	text-decoration: none;
}

a.button:hover,a.button:visited {
	color: #FFFFFF;
}

.button, .button_special {
	clear:both;
	background:#444444;
	color:white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding-left:.2em;
	padding-right:.2em;
}

.button_disabled {
	clear:both;
	background:#444444;
	color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	padding-left:.2em;
	padding-right:.2em;
}

#studentButtons, #courseButtons, #programButtons, #classButtons, #classroomButtons, #saveButtons, #supervisorButtons {
	clear:left;
	padding-top: 20px;
	padding-bottom: 5px;
	height: 30px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
}

.formlabel {
	font-weight: bold;
	text-align: right;
}

.select_file {
	margin-top: 10px;
}

.row1 {
	background-color: #FFFFFF;
}

.row2 {
	background-color: #EEEEEE;
}

.graytext {
    color: #797979;
}

.blacktext {
    color: #000000;
}
.report_hr_line {
	border-color: #000000;
}

.clickable {
	cursor: pointer;
}

/* Start Admin/Utilities Annual Required Training */

.report_list {
	list-style: none;
	border: 1px solid #999999;
	padding-left: 0px;
}

.report_list_item {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 20px;
}

.report_list_item + .report_list_item {
	border-top: 1px solid #999999;
	padding-top: 0.5em;
}

.report_list_item a {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.report_list_item_pdf {
}

.report_list_item_csv {
}

.report_list_item_cert {
}

/* End Admin/Utilities Annual Required Training */
