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;}
fieldset,img{border: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;}
legend{color:#000;}
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;
}

#Header{
	width:936px;
	padding:16px 12px 0px 12px;
	float:left;
	clear:both;
}

#Header .left{


}

#Header .right{
	float:right;
	width:300px;
	height:121px;
	background-color: #d7d4d4;
}

#Header h1{
	height:120px;
	width:220px;
	/*
	display:none;
	height:82px;
	padding: 30px 0 0 30px;*/

}
#Header h1 img{
	display:blocked;
}
#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: 10px 10px 0 0;
	width: 270px;
	overflow:hidden;
}

#Header #Loading{
	float:right;
	margin:0 20px 10px 0;
	-margin-right: 0 10px 5px 0;
	width:43px;
	height:11px;
	display:none;
}

.loading #Header #Loading{
	display:block;
}

#Header #Menu{
	margin: 9px 0 2px 10px;
	overflow:hidden;
}

#Header #Menu ul li{
	display:inline;
}

#Header #Menu a{
	display:block;
	float:left;
	height:22px;
	padding: 0 10px 0 0px;
	margin: 2px 1px 0 0;
}

#Header #Menu a span{
	padding: 0 0 0 10px;
	display:block;
}

#Content{
	padding:10px 20px 0;
	width:920px;
	float:left;
	clear:both;
}

#Login{
	width:500px;
	margin:0px auto;
}

#Forgot{
	width:500px;
	margin:0px auto;
}

.notification{
	border:1px solid #D6D6D6;
	margin: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	width:500px;
	padding:5px 5px 7px 10px;
	
	/*padding: 25px 0px 0 0px;*/
}

.notification .message{
	display:inline;
	font-size:11px;
	/*padding: 0px 20px 20px 20px;*/
}

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:0px;
	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{
	text-align:center;
	color:#000000;
	padding:0px 2px 0px 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;
}

div.tooltip{
	position:absolute;
	color:black;
	font-size:10px;
	display:none;
	padding-bottom:15px;
}

div.tooltip .tipBody{
	border:2px solid #0966ad;
	background-color:#FFF;
	padding:10px;
}

div.data_container{
	color:black;
	font-size:10px;
}

div.data_container .body{
	border:2px solid #0966ad;
	background-color:#FFF;
	padding:10px;
	overflow: hidden;
}

div.express_info{
	border:1px solid blue;
}

div.possiblePartner{
	background-color:lightgreen;
}
.notification a.close{
	cursor:pointer;
	float:right;
	width:13px;
	height:13px;
	/*clear:both;
	display:block;
	overflow:hidden;
	position:relative;
	top: -20px;
	left: -5px;*/
}

#notifications .info>.message, #notifications .notice>.message{
	color:#4D4D4D;
}
#notifications .error .message{
	color:#ff4444;
}
#notifications.warn .message{
	color:#ffa500;
}
div#notifications div.error {
    border: 2px solid #ff4444;
    color: #ff4444;
}
div.static_message_button{
	float: right;
	margin: 0 10px 5px 0;
	font-size: 85%;
	font-weight:bold;
	color: #ff4444;
	cursor: pointer;
	overflow: hidden;
}
div.static_message_button>.link_notification_image,div.static_message_button>div.link_notification,div.static_message_button>div.count_static_message{
	display: block;
	float: left;
}
ul.static_message{
	padding:5px;
	border-top: 2px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	margin: 5px 0 10px;
	clear:both;
}
ul.static_message>li.message{
	color:#4D4D4D;
	padding:2px 0;
	text-align: center;
	list-style: circle;
	font-size: 12px;
	font-weight: bold;
}
.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;
}
#listsummary {
	color: green;
	text-align: right;
}

div.list span.summaryAction {
	color: blue;
	float: left;
}

.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;
}

#Footer{
	padding: 35px 20px 0 20px;
	height:84px;
	width:920px;
	float:left;
	clear:both;
	position: relative;
}

#Footer .logo{
	width:90px;
	height:50px;
	float:right;
	background-repeat: no-repeat;
	background-position: center center;
}

#Footer ul{
	margin: 5px 0 10px;
}

#Footer ul li{
	display:inline;
	padding: 0 6px 0 3px;
}

#Footer ul li.first{
	padding: 0 6px 0 0;
}

.layoutcleaner{
	clear:both;
	height:0px;
	font-size:0px;
}

div.emersion_copyright {
	position: absolute;
	bottom: 0;
	right: 0;
}