@charset "utf-8";
/* CSS Document */

body, html {
	font-family: 'Droid Sans', sans-serif;;
	font-size: 16px;
	height:99%;
}

a {
	text-decoration: none;
	color:#C60F17;

}

.select:hover {
	 border-color: #F7831C;
}

img {
	border-style:solid;
	border-color:#FFF;
	border-width: 6px;
}

a:visited {
	text-decoration: none;
}

#container {
	/* width: 900px; */
	width: 90%;
	margin: auto;
}

#content {
	height: 75%;
}

#menu {
	margin-top: 4px;
	background: #FFCC00;
	padding:2px;
}

#menu ul {
	list-style-type: none;
	margin-left: -40px;
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	padding: 18px;
}
	
#menu a:hover {
	background-color: #F7831C;
	color:#FFF;
}

#footer {
	margin-top: 20px;
}

.image_select {
	color: #F90;
}

.image_select ul {
	list-style-type: none;
	margin-left: -40px;
}

.image_select li {
	display:inline-table;
	margin-right: 20px;
	margin-top: 10px;
}

.text_title {
	color: #232122;
	font-size: 120%;
	margin-bottom: 10px;
}

.form_details table {
	text-align: left;
	border-style:none;
	border-collapse: collapse;
}

.form_details table td {
	padding-left: 8px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 2px;
	white-space:nowrap;
}

.form_details table th {
	border-style: solid;
	border-width: 1px;
	border-color:#999;
	background-color: #ffcc00;
	padding-left: 4px;
	padding-right: 4px;
	height: 28px;
	font-weight: normal;
}

.form_details input {
	border-style: solid;
	border-width: 2px;
	border-color:#999;
	height: 20px;
	font-weight:bold;
	padding-left: 8px;
}

.form_details select {
	border-style: solid;
	border-width: 2px;
	border-color:#999;
	font-weight:bold;
	padding-left: 8px;
    vertical-align: inherit;
}

#login-div {
	margin-top: 20px;
}

.login-title {
	font-size: 130%;
	background-color: #F7831C;
	color: #FFF;
	margin-bottom: 15px;
	font-weight: bold;

}

.login-label {
	font-size: 14px;
	font-weight: normal;
}

.login-textbox {
	border: 2px solid white;
	width: 250px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.login-submit {
	border:thin;
	padding: 4px;
	width: 60px;
	color: #FF8000;
	background-color: #FFF;
	font-weight: bold;
	margin-top: 15px;
}

#bubble-top {
	background-image:url(images/bubble-top.png);
	background-repeat: no-repeat;
	height: 25px;
}

#bubble-bottom {
	background-image:url(images/bubble-bottom.png);
	background-repeat: no-repeat;
	height: 25px;
}

.filelist {
	border-collapse: collapse;
}

.filelist th {
	text-align: left;
	border: 1px solid #666;
	background-color:#FF8000;
	color:#FFF;

}

.filelist td {
	text-align: left;
	border: 1px solid #666;
	background-color:#FFFFFF;
}

.filelist th a {
	color: #FFF;
	text-decoration: underline;
}

.report th {
	background:#ffcc00;
}

.report td {
		white-space: nowrap;
} 
