body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	background-image: url(../images/HeaderBg.jpg);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FE9901;
}
.panBg {
	background-color: #5385A8;
}
.whiteText {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.loginBg {
	background-image: url(../images/loginBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.Logininput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #315064;
}
input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #9999AB;
}
.foote {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FE9901;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
#menu {
	text-align: left;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}
#menu li {
	text-align: left;
	list-style-type: none;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #82A8C4;
	border-bottom-color: #426884;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu li a:hover {
	color: #FE9901;
	background-color: #446C88;
	
	}
.mainCont {
	padding-top: 5px;
	padding-bottom: 5px;
}
.contPan {
	padding-left: 20px;
}
.navigaton {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.navigaton a{
	color: #5385A8;
	text-decoration: none;
	
}
.navigaton a:hover{
	color: #FE9901;
	
}
.heading1 {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.addView {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #5385A8;
	
}

.addView a{
	text-decoration: none;
	background-color: #FE9901;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 5px 15px;
	margin-right: 1px;
	
}
.addView a.active{
	background-color: #5385A8;
	
	
}
.formBorder {
	background-color: #FEFFF0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C8CBD2;
	border-bottom-color: #C8CBD2;
	border-left-color: #C8CBD2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8CBD2;
	font-size: 12px;
}
.formBorder td{
	font-size: 12px;
	color: #333333;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
	}
.viewPan {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C8CBD2;
	border-bottom-color: #C8CBD2;
	border-left-color: #C8CBD2;
}
#viewTable{
	padding:4px;
	border-collapse:collapse;
	
}
#viewTable td{
	border: 1px solid #D1D1D1;
	font-size: 12px;
	color: #000000;
	background-color: #EFF4F8;
	padding:3px;
	
}

#viewTable .row2 td{
	background-color: #E4EDF3;
}
#viewTable th {
	background-color: #FE9901;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 3px;
}
#viewTable .header2 th {
	background-color: #5385A8;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 3px;
}
.submit {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FE9901;
}
.submit2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5385A8;
	padding: 0px;
}

.viewPan a{
	color: #1179CE;
	text-decoration: none;
	font-size: 12px;
}
.viewPan a:hover{
	color: #1045CF;
	text-decoration: underline;
	
}
.redText {
	font-size: 12px;
	font-weight: bold;
	color: #FE9901;
}
