html,body{
	font-family:Arial,Helvetica,sans-serif;
	background: #D7D4D4;
	color:#000;
	font-size:13px;
}

h2{
	font-size:160%;
	color: #9F2878;
}

h3{
	font-size:130%;
	font-weight:bold;
}

#Body{
	
}

#Header{
	background-color:#f0efef;
	color:#FFF;
	border-bottom: solid 5px #d7d4d4; 
}

#Header #Navigation{
	line-height:22px;
}

#Header #Navigation ul{
}

#Header #Navigation a{
	text-decoration:none;
	font-size:85%;
	color:#999;
}

#Header #Navigation a:hover{
	color:#FFF;
}

#Header #Navigation a.logout{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	border: 1px solid #c84d21;
	background:#c84d21 url(/images/core/forms/button.gif) repeat-x center center;
	line-height:15px;
	color:#FFF;
	text-align:center;
}

#Header #Navigation a.logout:hover{
	background-position: center -15px;
}

#Header #Summary{
	text-align:right;
}

#Header #Summary h2{
	font-size:130%;
	font-weight:bold;
}

#Header #Summary .balance{
	font-size:90%;
}

#Header #Summary .balance strong{
	font-weight:bold;
}

#Header #Loading{
	background:url(/images/core/header/loading.gif) no-repeat center center;
}

#Header #Menu a{
	color:#4d4d4d;
	font-weight:bold;
	text-decoration:none;
	background: #EDEDED;
	border-top: 2px solid #d6d6d6;
	border-left: 2px solid #d6d6d6;
	border-right: 2px solid #d6d6d6;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#Header #Menu a span{
	line-height:22px;
	font-size:93%;
}

#Header #Menu a:hover{
	background: #DEDEDE;
	color:#000;
}

#Content{
	background:#FFF;
}

.notification{
	/*background:url(../images/core/notification.gif) no-repeat left top;*/
	background:url(../images/core/notificationbg.gif) repeat-x;
	font-size:90%;
}


.notification a{
	background:url(../images/core/close.gif) no-repeat left top;
	text-indent:-9999px;
}

.notification a:hover{
	background-position: left bottom;
}

.notification .footer{
	/*background:#FFF url(../images/core/notification.gif) no-repeat left bottom;*/
}

.tabs{
	color:#4d4d4d;
	background: #EDEDED;
	border: 2px solid #d6d6d6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height:30px;
	height:auto;
}

.tabs ol{
	height:auto;
}

.tabs a{
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
	color:#4d4d4d;
	
}

.tabs li.current a,
.tabs a:hover{
	background: #DEDEDE;
	color:#000;
}

.list th{
	border-bottom:1px solid #BCBEC0;
	color:#EDEDED;
	background: #505050;
	font-weight:bold;
	font-size:85%;
	text-align:center;
}

.list th a{
	color:#EDEDED;
	text-decoration:none;
}

.list th a:hover{
	text-decoration:none;
}

.list td{
	border-bottom:1px solid #BCBEC0;
	font-size:85%;
}

.list .odd td{
	background:#F1F1F1;
}

.pagination-container{
	background:url(../images/core/forms/background.gif) no-repeat left -769px;
	line-height:31px;
	font-weight:bold;
	font-size:85%;
}

.pagination{
	background:#FFF url(../images/core/forms/background.gif) no-repeat right -769px;
	color:#959595;
}



.pagination-rows a,
.pagination-pages a{
	background:#FFF;
	border:1px solid #DCDCDC;	
	color:#959595;
	padding: 2px 5px;
	text-decoration: none;
}

.pagination-rows a:hover,
.pagination-pages a:hover,
.pagination-pages strong{
	padding: 2px 5px;
	background: #959595;
	border: 1px solid #959595;
	color:#FFF;
}


#Footer{
	background:url(../images/core/footer/background.gif) no-repeat center top;
	color:#403F3F;
	font-size: 80%;
}

#Footer a{
	color:#403F3F;
	text-decoration:none;
}

#Footer a:hover{
	text-decoration:underline;
}

#Footer ul li{
	background: url(../images/core/footer/pipe.png) no-repeat right center;
}

#Footer ul li.last{
	background: none;
}

.footer {
	
}