/* CSS Document */
body{
	font-size: 12px;
	font-family: Tahoma;
	color: #990000;
	line-height: 16px;
}

p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

h2{
	font-size: 16px;
	font-weight: bold;
	margin:5px;
	color: #99CC00;
}
h3{
	font-size: 14px;
	font-weight: bold;
	margin:5px 0px;
	color: #FF6600;
}

h5{
	font-size: 12px;
	margin:2px;
	font-weight: normal;
}

.image_left{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.image_right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.orange_link{
	color: #FB7E00;
}

a.orange_link{color: #FB7E00;}
a.orange_link:hover{color: #FF3300;}

.popup_left{
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

.popup_right{
	cursor: pointer;
	float: right;
	margin-left: 10px;
}

.popup{
	cursor: pointer;
}
.blue_header {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	clear: both;
	background-image: url(../images/class_header_bcgr.png);
	background-repeat: repeat-x;
	padding-left: 20px;
	display:block;
}

.green_header {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	clear: both;
	background-image: url(../images/panel_header.png);
	background-repeat: repeat-x;
	padding-left: 20px;
	display:block;
}

.show_image{
	display: block;
	color: #FB7E00;
}

.table_border{
	border: 1px solid #660000;
}

table.table_border td{
	border: 1px solid #660000;
}