@CHARSET "ISO-8859-1";

body{
	font-family : Century Gothic;
}

caption, accordion caption{
	text-align : left;
	margin-left : 20px;
	font-size : 18px;
	font-family : Century Gothic;
}

h4{
	text-align : left;
	margin : 0 20px;
	font-size : 18px;
	font-family : Century Gothic;
	font-weight : normal;
}

input{
	font-size : 11px;
}

th{
	text-align : left; 
	border-bottom : 1px solid #bbbbbb;
	font-size : 14px;
}

td{
	border-bottom : 1px solid #dddddd;
	font-size : 13px;
}

div[id^='accordion'] {
	font-size : 12px;
	padding : 3px 0 3px 30px;
	font-weight : none;
}

h3[id^='accordion']{
	font-size : 12px;
	padding : 3px 0 3px 30px;
	font-weight : bold;
}

div.header{
	padding : 0 10px 5px 15px;
	height : 35px;
}

div.nav{
	height : 20px;
	padding : 0 10px 5px 15px;
}

a.nav{
	color : navy;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	padding : 4px;
}

.align-right{
	display : inline;
	float : right;
}

.blue-border{
	border : 1px solid navy;
	padding : 5px;
}

.green-border{
	border : 1px solid green;
	padding : 5px;
}

.red-border{
	border : 1px solid tomato;
	padding : 5px;
}

.blue-background{
	background-color : navy;
}

.darkgray-background{
	background-color : #dddddd;
}

.gray-background{
	background-color : #eeeeee;
}

.green-background{
	background-color : green;
	padding : 4px 4px 4px 45px;
	background-image : url('../images/icon_good.png');
	background-repeat : no-repeat;
}

.red-background{
	background-color : tomato;
	padding : 4px 4px 4px 45px;
	background-image : url('../images/icon_bad.png');
	background-repeat : no-repeat;
}

.error{
	background-color : tomato;
	padding : 4px 4px 4px 45px;
}

.head{
	color : white;
	font-size : 25px;
}

.rounded{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
	behavior: url(/css/border-radius.htc);
    border-radius: 20px;
}

.spacer-bottom{
	height : 5px;
}

.icon{
	margin-left : 5px;
	opacity : 0.25;
}

.icon:hover{
	opacity : 1.0;
}