/* CSS Document -  This file is for global CSS selectors that will be overriding default HTML attibutes */


@charset "utf-8";

html {
		 width:100%;
		 height:100%;
		 margin:0px;

}

body{
		 margin:0px;
		 background-position:top center;
		 background-image:url(../images/background/page_background_strip.jpg);
		 background-repeat:repeat-x;
		 background-color:#e9e9ea;	
     font-family:arial,helvetica,sans-serif; 

}

form, fieldset { 
	margin:0px;
	padding:0px;
	font:arial,helvetica,sans-serif; 

}	

form label { 
	cursor:pointer; 

}

fieldset { 
	border:none;

}

h1 {
	color:#FFF;

}

h2 {
	color:#FFF;
}

h3 {
	color:#FFF;

}

h4 {
	color:#d9dadf;
	
}

h5 {
	color:#d9dadf;
	
}

p {
	font-size:0.7em;
	font-weight:normal;
	color:#FFF;

}


table {
	position:realtive;
	color:#000;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	
}

th {
	color: #000;
	font-weight: bold;
	text-align: left;
}

thead th {
	border: 1px solid #222;
	white-space: nowrap;
	padding:2px;

}

tbody td ,tbody th {
	background: #DDD;
	color: #222;
	border: 2px solid #0b1941;
	padding:2px;

}

tbody th {
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	background-color:#777;
	verticle-align:top;
	padding:2px;

}

tbody tr.odd {
	border: 2px solid #222;
}

tbody tr.odd td, tbody tr.odd th {
	border: 1px solid #87CEFA;
	background: #F0F8FF;
}

tfoot td, tfoot th {
	border: none;
}

table a:link {
	color: #DC143C;
}

table th a:link {
	color: #047;
	text-decoration: none;
	
}

table a:visited{
	color: #036;
	text-decoration: none;
	
}

table a:hover{
	color: #000;
	text-decoration: none;
	
}

table a:active{
	color: #000;
}

a:link {
	color:#CCC;
	text-decoration: none;
}

a:hover {
	color:#FFF;
	text-decoration: none;
}

a:visited {
	color:#999;
	text-decoration: none;
}


img, IMG {
	border:0px;

}