html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,
h4,h5,h6,pre,code,form,fieldset,legend,
input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,
th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
fieldset{-moz-border-radius: 8px;-webkit-border-radius: 8px; border-radius: 8px; padding:15px 0 10px 0;}
legend{color:#216aaf; margin:0 15px; padding:0 5px; font-weight:bold;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

h2{
	margin:0 0 10px;
}

h3{
	margin:0 0 10px;
}

#Body{
	width:1024px;
	margin:0 auto;
}

#Body {
padding-top:20px;	
}

#Header{
	height:100px;
	width:960px;
	padding:0px 0px 0px 0px;
	float:left;
	clear:both;
}

#Header .left{
	float:left;
	width: 529px;
}

#Header .right{
	float:right;
	width:250px;
}

#Header h1{
	width:529px;
	height:100px;
}

#Header #Navigation{
	height:25px;
	padding: 0 0 0 30px;
	float:right;
}

#Header #Navigation ul{
	padding: 0 20px 0 0;
	height:25px;
	float:right;
}

#Header #Navigation ul li{
	display:inline;
	padding: 0 10px;
	float:left;
}

#Header #Navigation ul li.last{
	padding: 0 0 0 10px;
}

#Header #Navigation a{
	float:left;
}

#Header #Navigation a.logout{
	margin: 3px 0 0;
	display:block;
	width:60px;
	height:15px;
}

#Header #Summary{
	float:right;
	padding: 20px 20px 0 0;
	width: 270px;
	height: 70px;
	overflow:hidden;
}

#Header #Loading{
	float:right;
	margin: 10px 20px 0 0;
	-margin: 7px 10px 0 0;
	width:43px;
	height:11px;
	display:none;
}

.loading #Header #Loading{
	display:block;
}

#Menu{
	height:25px;
	width:950px;
	padding:5px 5px 5px 5px;
	float:left;
	clear:both;
}

#Menu ul li{
	display:inline;
}

#Menu a{
	display:block;
	float:left;
	height:22px;
	padding: 0 10px 0 0px;
	margin: 0 1px 0 0;
}

#Menu a span{
	padding: 0 0 0 10px;
	display:block;
}

#Content{
	padding:10px 20px 0;
	width:920px;
	clear:both;
}

#Login{
	width:500px;
	margin:0px auto;
}
.tabs{
	height:30px;
	margin: 0 0 20px;
}

.tabs ol{
	padding: 0 0px 0px 0;
	height:30px;
}

.tabs ol li{
	display:inline;
	padding: 0 0px 0 0;
}

.tabs a{
	padding: 9px 11px;
}

.list{
	width:100%;
}

.list br{
	display:none;
}

.list td,
.list th{
	padding: 0.4em 10px;
}

.pagination-container{
	height:31px;
	margin: 10px 0 10px;
	padding: 0 0 0 10px;
	
	overflow:hidden;
}

.pagination{
	height:31px;
	padding: 0 10px 0 0;
}

.pagination-pages{
	float:left;
}

.pagination-rows{
	float:right;
}


.layoutcleaner{
	clear:both;
	height:0px;
	font-size:0px;
}

#Footer{
	padding: 0px 0px 0 0px;
	width:960px;
	clear:both;
	position: relative;
}

#throbber{
	position:relative;
}
#throbber div {
	position: absolute;
	top: 25px;
}
/** signup page navigation button start **/
div.back_btn{width:auto;}
div.next_btn{width:auto;float:right;}
/** signup page navigation button end **/

/** data table css **/
table.data_table{
	margin-top:10px;
	border:1px solid #333333;
	background:#CCC;
	font-size:8pt;
	width:100%;
	border-collapse:collapse;
}

table.data_table td{
	margin:0;
	padding:2px 2px;
	border-left:1px solid #333333;
	border-top:1px solid #cccccc;
	border-right:1px solid #333333;
}

table.data_table td a:hover{
	text-decoration:none;
}

table.data_table th a:link, table.list th a:visited{
	text-decoration:none;
}

table.data_table th{
	font-weight:bold;
	text-align:center;
	color:#000000;
	padding:0 2px 0 2px;
	background-color:#ffffff;
	background-image:url(/images/core/list/header.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:left bottom;
	line-height:13pt;
}

table.data_table th img{
	position:relative;
	top:1px;
}

table.data_table tr.even{
	background-color:#eeeeee;
	background-image:url(/images/core/list/even.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:left top;
}

table.data_table tr{
	background-color:#ffffff;
	background-image:url(/images/core/list/odd.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:left top;
}

table.data_table tr:hover{
	background:#d5e7fb;
}
/** data table css **/
