@charset "utf-8";

body {
	margin:0;
	font-size:100%;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	/*background:#fff;*/
	min-width:600px;		/* Minimum width of layout - remove line if not required , does not work in old versions of Internet Explorer */
	font-family: "Sans-serif" , "Arial", "Courier New";
}
a
{
	color: #0066CC;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Header styles */
#header {	
	margin:0px auto;	
	background-color: #467bb7;
	color: #FFFFFF;
	text-align:center;
}

#header a {	
	color: #FFFFFF;
	text-decoration: underline;
}

#header img {	
	border: 0;
}

#footer {
	width:100%;
	clear:left;
	color: #FFFFFF;
	background-color: #467bb7;
	text-align:center;
}

#centeredmenu {
	float:left;
	width:100%;
	background:#fff;
	border-bottom:4px solid #467bb7;
	overflow:hidden;
	position:relative;
	margin: 20px 0 0 0; 
}
#centeredmenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	font-weight:bold;
}
#centeredmenu ul li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	background: LightSkyBlue;
	color: DarkBlue;
	text-decoration:none;
	line-height:1.3em;
}

#centeredmenu ul li a:hover {
	color:white;
	background:DarkBlue;
	font-weight:bold;
}


#centeredmenu ul li a.active ,
#centeredmenu ul li a.active:hover {
	color:white;
	background:DarkBlue;
	font-weight:bold;
}

label {
	font-weight:bold;
	padding-right: 15px;
	text-align: right;
}

tr.altrow {
	background-color: #E0ECF8;	
}

tr.headerrow {
	background-color: #E0ECF8 ;
	color: black;
	font-weight:bold;	
}

tr.headerrow a{
	color: #000055;	
}


td, th {
	padding: 3px;
}

td.label {
	font-weight:bold;
}

th {
	background:DarkBlue;
	color:white;
	text-align: left;
	font-weight:bold;
}

.update {		
	font-style: oblique; 
	font-weight:bold;
	text-align: right;
	margin-bottom: 10px;
}

.message {
	background: green;
	color:white;
	width: 400px;
	text-align:center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
}

.errorMessage {
	background: red;
	color:white;
	width: 400px;
	text-align:center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 5px;
}

.icon
{
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

.iconLv2
{
	margin-left: 25px;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

.iconBoth
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}

img {
	border: none;
}

