.heading{  
	font-size:25px;
	font-weight:bold;
	padding-bottom:20px;
	clear:all;
	text-align:center;
}

a:hover { 
	color: red;
	cursor: pointer;
} 


a.option:hover{
	color:red;
}

a.option:link , a.option:visited{
	color:#375a90;
}

html { 
	height: 101%; }
	
.fieldLabel{
	color:#375a90;
	font-weight:bold;
}

#message{
	width:300px;
	margin:auto;
	text-align:center;
	color:white;
	font-size:18px;
    

}

.updateButton{
	width:150px;
	margin:auto;
	text-align:center;
}

tr.tableHead{
	background-color:#375a90;
	color:white;
	font-size:14px;
	/*text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;*/

}

span.linkButton{
	color:#375a90;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
}



.pseudoLink{
cursor:pointer;

}

li.pseudoLink{
cursor:pointer;
}

ul#list-nav {
list-style:none;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
padding:0;
width:505px;
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
font-weight:bold;
padding:5px 0;
width:100px;
background:#7e9dcc;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;

}


ul#list-nav li a:hover {
    background:#375A90;
    color:#eee;
}

input, textarea, select{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color:#EBF1F7;
    font-family:arial;
    font-size:12px;
    font-weight:normal;
}

input:focus, textarea:focus, select:focus {
    border: 2px solid #375a90;
    background-color:#D5E5F5;
    outline: none;
}

.fix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
#fixFoot {
   position:fixed;
   left:0px;
   bottom:0px;
   height:32px;
   padding-top: 5px;
   width:100%;
   background:#375a90;
}


.noDisp{
    display: none;
}

