/* CSS Document */

body{
padding:0px;
margin:0px;
font-family: Tahoma, Verdana, Arial;
font-size: 12px;
color: #5ba6d0;
}

a{color:#88d769;text-decoration:none;}
a:hover{text-decoration:underline;}

h1 {font-size: 18px; margin: 10px 0 10px 10px; color: #88d769; font-weight: normal;}

h2 {
	font-size: 14px;
	margin: 10px 0 10px 10px;
	color: #88d769;
	font-weight: bold;
}

.top-bar-bg {
	background-image:url(images/top-bg.jpg);
	background-repeat:repeat-x;
	height: 102px;
	min-width: 804px;
}

.top-bar {
	height: 102px;
	width: 804px;
}

.middle-bar-bg {
	background-image: url(images/cloud.jpg);
	height: 171px;
	min-width: 804px;
}

.middle-bar {
	height: 171px;
	width: 804px;
}

.buttons-bg {
	background-image:url(images/button-bg.jpg);
	background-repeat:repeat-x;
	height: 44px;
	min-width: 804px;
}

.table-top {
	background-image:url(images/table-top-bg.jpg);
	background-repeat:repeat-x;
	height: 31px;

}

.table-border{
	border-left: 1px solid #5ba6d0;
	border-bottom: 1px solid #5ba6d0;
	border-right: 1px solid #5ba6d0;
}

.content {margin: 0 10px 10px 10px; line-height:18px; }

.imagestyle {border: 1px solid #5ba6d0; text-align:center;}
.imagestyleright {border: 1px solid #5ba6d0; margin: 0px 0px 5px 10px}
.imagestyleleft {border: 1px solid #5ba6d0; margin: 0px 10px 5px 0px}

.footerbg{
	height: 50px;
	background-image:url(images/bottom-bg.jpg);
	background-repeat:repeat-x;
	min-width: 804px;
}	

#footer{
	color:#FFFFFF;
	font-size:11px;
	padding-top:20px;
	margin-left: 20px;
	width:784px;
}	

#footer a:link, #footer a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color: #5493b7;
	text-decoration:none;
}

.inputfield {
	width: 200px;
	height:16px; 
	border: solid 1px #5ba6d0; 
	color: #88d769; 
	margin-top: 2px;
	background-color:#FFFFFF;
}

.shortinputfield {
	width: 100px;
	height:16px; 
	border: solid 1px #5ba6d0; 
	color: #88d769; 
	margin-top: 2px;
	background-color:#FFFFFF;
}

.dropDown{
	width: 200px;
    height: 20px; 
	border: 1px solid #5ba6d0;
    background-color: #FFFFFF;
	color: #88d769;
}
	
.inputComment{
	width: 200px;
	height: 100px;
	border: 1px solid #5ba6d0; 
	overflow: auto;
    background-color: #FFFFFF;
	margin-top: 2px;
	color: #88d769;
}
	
.submitbutton {
	height: 20px; 
	border: solid 1px #5ba6d0;
	color: #88d769; 
	background-color: #FFFFFF;
	margin-top: 2px;
}	

