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

div.footer {
	width:880px;
	text-align: center;	
	
}

.dyn_login {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	background-color:#CCFFFF;
	letter-spacing: normal;
	width: 450px;
	top: 30%;
	left:30%;
	position: absolute;
}

.dyn_login th {
	color:#FFFFFF;
}

.login_status {
	background-color:#CC3300;
	color:#FFFFFF;
	
}
div.footer h3{
	color:#FF0000;
	size:14px;
}
.dyn_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #FFCC00;
	letter-spacing: normal;
	text-align: center;
	
}

.dyn_tables {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	background-color:#CCFFFF;
	letter-spacing: normal;
	width: 1100px;	
}

.dyn_tables table { 
	background-color:#CCCCCC;
}

.dyn_list {
	list-style-image: url(../images/bullet-arrow.png);	
}

.dyn_table_display {
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	border: thin solid #000000;
	
}

body {
	background-color:#FFFFCC;
}

th {
background:#0066FF;
}

.dyn_input_error {
}

.dyn_msg_successful {
}

.results {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color:#A8D9F0;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.content_divider1 {
	border:0px;
	background-color:black;
	height:5px;
	
				
}
	
.content_divider2{
	border:0px;
	background-color:#FFCC00;
	height:5px;
}

.content_cell {
	background-color:white;
	font-weight:normal;
	font-style:italic;
}
