html{
	height: 100%;
	background:url(../images/layout/bg-body.gif);
}
body{
	height: 100%;
	margin:0;
	color:#01224a;
	font:12px Arial, Helvetica, sans-serif;
	background:url(../images/layout/divider-body.gif) repeat-x;
}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#000;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: solid 1px #8a91af;
	color: #000;
}
input[type='radio'],input[type='checkbox'] {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0px;
}
input[readonly] {
	background-color: #DFDFDF;
	color : #000;
}
select[disabled] {
	background-color: #DFDFDF;
	color : #000;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
hr {
	background:none;
	width:720px;
	height:1px;
	border:none;
	border-bottom:solid 1px #851d34;
}
th {
	font-weight: bold;
	text-align: left;
}
#loadingbox {
        z-index: 10000;
        background-color:#FFFFFF;
        position:fixed; top:45%;left:45%;width:15px; height:15px; color:#000000; text-align:center; vertical-align:middle;
        border: 0px solid #000000;
}
#mssoverlay {
        z-index: 9999;
        height:100%;
        width:100%;
        display:table;
        vertical-align:middle;
        position:fixed;
        background-color:#000;
        top: 0%;
        left: 0%;
        -ms-filter: "Alpha(Opacity=75)"; /* IE 8 */
        filter:alpha(opacity=75); /* IE5-7 */
        -moz-opacity: 0.75; /* Mozilla */
        opacity: 0.75;
}
#wrapper{
	width:90%;
	margin:0 auto;
	background:#fff;
	min-height: 100%;
}
* html #wrapper{height:100%;}
/* header */

#preheader {
    position: fixed;
    z-index: 99;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 0 0px;
    background-color: #851d34;
    color: #ffffff;
    height: 30px;
}

#preheader a{
    text-decoration:none;
    font-weight: bold;
    color:#ccc  ;
}
#preheader a:hover{
    color:#fff;   
}
.bar {
    background: url("/images/layout/bar.png") repeat;
    height: 30px;
    width: 1px;
}
#iheader {
    width:100%;
    padding:0 0px;
    border-top:5px solid #851d34    
}

#header{
	width:100%;
	padding:0 0px;
}
.header-top{
	overflow:hidden;
	padding:0px 0px 0 0px;
	font-size:11px;
	width:100%;
	position:relative;
	z-index:5;
}
.header-top a{color:#a6a6a6;}

.user-nav {
	float:right;
	list-style:none;
	padding:0px 0 0;
	margin:0;
	overflow:hidden;
	margin:0 0 0 7px;
    border-color: 000;
}

.top-nav {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.top-nav-i {
    display: inline-block;
    line-height: 27px;
    padding: 0;
    position: relative;
    vertical-align: top;
}
.top-nav-inactive {
    display: inline-block;
    line-height: 27px;
    padding: 0;
    position: relative;
    vertical-align: top;
    color: grey;
}
.top-nav-i-active a {
    color: #fff !important;
}
.top-nav-i-c {
    background:url(/images/layout/bar.png);
    border:0;
    font-size:0;
    padding:29px 0 0;
    width:1px
}
.user-nav li {
	float:left;
	margin:0 4px 0 -4px;
	padding:0 7px 0 10px;
}
.user-nav .active a {color:#000;}
* html .user-nav li{display:inline;}
.header-holder {
	width:100%;
	margin:0 0 0 40px;
	padding:0 0 0 0;
	overflow:hidden;
	position:relative;
}
.subheader {
	margin:0px 0 0 0px;
	padding:0 0 0 0;
	overflow:hidden;
	position:relative;
	height: 25px;
}

.subheader a {color:#851d34;}

.logo {
	float:right;
	margin:0px 50px 0 0px;
	
}

.content-nav {
	float:left;
	list-style:none;
	padding:0px 0 0;
	margin:0;
	overflow:hidden;
/*	margin:0 0 0 23px; */
}
.content-nav ul {
	list-style: none outside none;
}
.content-nav a {
	background: url("../images/layout/glossynav.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF !important;
	float: left;
	height: 22px;
	padding: 5px 10px 0 10px;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	width: 194px;
}
.content-nav a:hover,
.content-nav .active a{background-position:0 -27px;}
.content-nav li{
	float: left;
	/**background:url(../images/layout/separator-user-nav.gif) no-repeat 0 50%;
	margin: 0 4px 0 -4px;
	padding:0 7px 0 10px;**/
}
.content-nav .active a{color:#000;}
* html .content-nav li{display:inline;}

.headername {
	font-weight: bold;
	padding-left: 20px;
}
/* main */
#main{
	border-width:0 1px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:0px 0 0;
	width:100%;
}
/* content */
#content{
	width:98%;
	float:left;
	padding-left: 10px;
}
#content ul{
	list-style:none;
	padding:0;
/*	  margin:-6px 0 17px; */
}
#content ul li{
	/* background:url(../images/layout/bullet-list.gif) no-repeat 0 7px; */
	padding:0 0 0 0px;
	margin:0 0 0px;
}
#content .area{
	width:100%;
	margin-top: 0px;
	margin-left: 0px;
	overflow:hidden;
	position:relative;
}
.content-area{
	margin-top: 10px;
	/* padding-left: 40px; */
}

#content a{color:#373A70; text-decoration:none;}
#content h1{
	font:bold 16px/22px Arial, Helvetica, sans-serif;
	margin:0 0 15px;
	color:#000;
}
#content h2{
	font:bold 14px/20px Arial, Helvetica, sans-serif;
	color:#2b2b2b;
	margin:0 0 6px;
}
#content p{
	line-height:18px;
	margin:0;
}
/* footer */
#footer{
	height:1%;
	padding:16px 29px 20px;
	overflow:hidden;
	margin:-15px 0 0;
	color:#a6a6a6;
	font-size:11px;
}
#footer a{color:#a6a6a6;}
#footer p{margin:0;}
#footer .box{
	float:right;
	width:211px;
}
.decor{
	border-top:5px solid #851d34;
	position:relative;
	width: 100%;
	font-size:0;
	margin:-5px 0 0;
	line-height:0;
	display:block;
}
.foot {
	position: relative;
	width: 90%;
	font-size: 10px;
	margin: -20px 0 0 10px;
	text-align: right;
}
.foot a {color:#851d34;}
