/*
Theme: The OC
Author: Rodolfo Marin - FitoDotNET
Web site: http://www.fitodotnet.com/
*/

/* @override http://www.fitodotnet.com/csstablegallery/tablita.css */

/*
Theme: The OC
Author: Rodolfo Marin - FitoDotNET
Web site: http://www.fitodotnet.com/
*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}
table {
	font-family: Trebuchet, Sans-Serif, Tahoma, Verdana, Arial;
	border-collapse: collapse;
	border-spacing: 1px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
thead th{
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	height: 30px;
	padding: 5px;
	text-align: center;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}
tbody td{
	font-size: 11px;
	background: #7c004e; /*#2d3134;*/
	color: #fff;
	border: 1px solid #373B3E;
	padding-left: 3px;
	height: 40px;
}
tbody td a:link{
	font-size: 12px;
	color: #FFA718;
	font-weight: bold;
	text-decoration: none;
}

tbody td a:hover{
	font-size: 12px;
	color: #FFA718;
	font-weight: bold;
	text-decoration: underline;
}

tbody td a:visited{
	font-size: 12px;
	color:#FFA718;
	font-weight: bold;
	text-decoration: none;
}
tbody th{
	background: black;
	color: white;
	font-family: impact;
	letter-spacing: -0.6px;
	font-size: 12px
	font-weight: bold;
	text-align: center;
	border: 1px solid #2d3134;
}
tbody th a:link{
	color: #fff;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}
tbody th a:hover{
	font-size: 13px;
	color: #fff;
	font-weight: bolder;

}
tbody th a:visited{
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	font-weight: bolder;

}
tbody tr:hover{
	background: #333;
}
tbody a { 
	/*background: url('http://www.fitodotnet.com/csstablegallery/icon_attachment.gif') no-repeat center;
	padding-top: 22px;*/
	font-size: 12px;
	color:#FF6600;
	text-align: center;
}
tbody a:hover{
	text-decoration: underline;
	font-size: 12px;
	color:#FF6600;
}
tbody a:visited{
	text-decoration: none;
	font-size: 12px;
	color:#FF6600;
}
tfoot{
	background: #1F2A34;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;

}
tfoot td{
 font-style:italic;
 padding: 5px;
}
table caption {
	background: #1F2A34;
	color: white;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #1F2A34;
	border-right: 1px solid #1F2A34;
}

/* SPECIAL HEADER TO INDICATE SET OR FLEXI COURSES */
tbody th.special_top_fee_header {
 background: url('../../bg/bgimg2.jpg');
 padding-top: 7px;	
 padding-bottom: 7px;
 letter-spacing: 1.8px; 
 color: #f58503; 
 font-size: 12px;
 font-family: Verdana, sans-serif;
}

.heading{
  padding: 10px
}




/* ADDITIONAL STYLING:*/
DIV.admin_fee_border {
 border: 1px solid #eee; 
 background-color: #F6F6F6; 
 padding: 5px; 
 margin: 5px;
 color: #444; 
 width: 583px
}


DIV.fee_main_title_border {
 width: 230px; 
 background-color: #990000; 
 text-align: left; 
 border: 1px solid white; 
 padding: 5px; 
 margin: 5px 5px 5px 0px	
}

.fee_title {
 font-size: 12px;
 color: white;
 display: inline;
 font-weight: bold
}

.bookings_subject_to_policy {
 color: orange	
}

.color_white {
 color: white	
}

