BODY {

	margin: 0px;

	background: #FFFFFF;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	}

	

.main {

	font-size: 10px;

	color: #4E4E4E;

	}





.separator {

	clear: both;

	}





// Table Key



.table_key {

	position: relative;

	width: 300px;

	}



.table_key_icon {

	float: left;

	width: 25px;

	}

	



.table_key_text {

	float: left;

	width: 250px;

	}





// Class File Upload Styles



.class_file_upload_field {

	height: 45px;

	width: 250px;

	}



.class_file_upload_field_container {

	margin-top: 5px;

	float: left;

	margin-right: 5px;

	}

	

.class_file_upload_button_container {

	float: left;

	}





// Table icons







.inservice_class_delete_button2 {

	cursor: pointer;

    background: transparent url(images/icons/icon_delete.gif) no-repeat center center;

    width: 20px;  height: 20px;



	}

.inservice_class_file_button {

	cursor: pointer;

    background: transparent url(images/icons/icon_upload.gif) no-repeat center center;

    width: 20px;  height: 20px;



	}



.inservice_class_manage_test_button {

	cursor: pointer;

    background: transparent url(images/icons/icon_manage_test.gif) no-repeat center center;

    width: 20px;  height: 20px;



	}



.inservice_class_manage_client_button

{

	cursor: pointer;

	background: transparent url(images/icons/icon_manage_test.gif) no-repeat center center;

	width: 20px;  height: 20px;



}





.yui-skin-sam .yui-panel .bd {

	background: #ffffff;

	}



.yui-skin-sam .yui-panel .hd {

	background: #ffffff;

	border: 0px;

	}



.yui-skin-sam .yui-panel .ft {

	background: #ffffff;

	border-top: 0px;

	}





.inserviceClassRowHeaderName

{

	float: left;

	width: 125px;

	font-weight: bold;

	font-size: 12px;

	border-bottom: solid 1px #000000;

	padding-bottom: 4px;

}



.inserviceClassRowHeaderDescription

{

	float: left;

	width: 200px;

	font-weight: bold;

	font-size: 12px;

	border-bottom: solid 1px #000000;

	padding-bottom: 4px;

}



.inserviceClassRowHeaderHours

{

	float: left;

	font-weight: bold;

	font-size: 12px;

	width: 50px;

	border-bottom: solid 1px #000000;

	padding-bottom: 4px;

}



.inserviceClassRowHeaderTools

{

	float: left;

	font-size: 12px;

	border-bottom: solid 1px #000000;

	width: 100px;

	padding-bottom: 4px;

	font-weight: bold;

}





.inserviceClassRowName

{

	float: left;

	width: 125px;

	font-size: 12px;

	padding-bottom: 4px;

}



.inserviceClassRowDescription

{

	float: left;

	width: 200px;

	font-size: 12px;

	padding-bottom: 4px;

}



.inserviceClassRowHours

{

	float: left;

	font-size: 12px;

	width: 50px;

	padding-bottom: 4px;

}



.inserviceClassRowTools

{

	float: left;

	font-size: 12px;

	width: 100px;

	padding-bottom: 4px;

}

/** Client/Class Admin Styles **/

.clientBox
{
	clear: both;
	margin-top: 5px;
}

.clientDelete
{
	float: left;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border: solid 1px #666666;
	text-align: center;
	padding-top: 3px;
	cursor: pointer;
}

/** END: Client/Class Admin Styles **/

