
body{
	font-family: Verdana;
	font-weight: normal;
	color: #333333;
	font-size: 9px;
        text-align:center; /*For IE6 Shenanigans*/  
	}

td1{
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: top;
	}

a {
	text-decoration: underline;
	color: #333333;
}

img{
	border: none;
	margin-top: 3px;
	}


#container{
	font-size: 9px;
width:960px; /* test if website centers*/
margin:0 auto;  
text-align:left; 
}

{  
   margin:0;  
   padding:0;
}¨/* test if website centers*/

#pageTitle{
	font-family: Verdana;
	font-weight: normal;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	height:20px;
	margin: 10px 0px 5px 0px;
}

.navigation{
 	width: 130px;
	padding: 5px;
	border: 1px solid #333333;
	margin-bottom: 10px;
}
.headerNavigation{
 	width: 130px;
	border: 1px solid #333333;
	background: #333333;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}

.inputSelected{
	font-family: Verdana;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 9px;
	background: #da1a21;
	border: 1px solid #bcbcbc;
	width: 100%;
	margin-bottom: 10px;
}

.inputSearch{
	font-family: Verdana;
	font-weight: normal;
	color: #333333;
	font-size: 9px;
	background: #FFFFFF;
	border: 1px solid #bcbcbc;
	width: 100%;
	margin-bottom: 10px;
}

.inputModify{
	font-family: Verdana;
	font-weight: normal;
	color: #333333;
	font-size: 9px;
	background: #FFFFFF;
	border: 1px solid #bcbcbc;
	width: 80%;
}

.tableHeader{
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	height: 30px;
	float: left;
	vertical-align: middle;
}
.tableContent{
	float: left;
	color: #333333;
	padding: 5px;
}

.deleteButton{
	background: #da1a21;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9px;
	border: 1px solid #999999;
}

.submitButton{
	background: #f5f5f5;
	font-family: Verdana;
	font-weight: bold;
	color: #333333;
	font-size: 9px;
	border: 1px solid #999999;
}






.viewDetail{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background: #333333;
	font-size: 9px;
}

.title{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}





.inputFountainNumber{
	font-family: Verdana;
	font-weight: normal;
	color: #333333;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	width: 15px;
	height: 15px;
	border: 1px solid #999999;
	margin-right: 30px;
	margin-top: 4px;
}

.inputPartner{
	font-family: Verdana;
	font-weight: normal;
	color: #333333;
	font-size: 9px;
	font-weight: bold;
	height: 15px;
	border: 1px solid #999999;
	margin-top: 4px;
	display: block;
	margin-left: 30px;
	width: 80%;
}

.inputFile{
	font-family: Verdana;
	font-weight: normal;
	color: #333333;
	font-size: 9px;
	height: 20px;
	border: 1px solid #999999;
	margin-top: 4px;
	display: block;
	margin-left: 30px;
	width: 500px;
}

label{
	display: block;
	font-family: Verdana;
	font-weight: normal;
	color: #333333;
	font-size: 9px;
	padding-left: 30px;
	margin-top: 15px;
	}

.oddRow{ background: #f2f2f2;}
.evenRow{	background: #e6e6e6; }
.selected{ color: #FFFFFF; background: #da1a21; }


