@import url('zero.css');
@import url('AdminStyles.css');


body { 	font-family: Calibri, Arial Narrow;
	font-size: smaller; background: #757575 url(../images/bg.gif) repeat-y top center; }

.ajax__tab_xp .ajax__tab_body {
    font-family: Calibri, Arial Narrow !important;
}

.small { font-size: 11px; }
.medium { font-size: 12px; }
.large { font-size: 14px; }

img { border: 0; }

ol { margin: 0.5em 0 0 3em; }
ul { margin: 0.5em 0 0 3em; }
	li { margin: 0 0 0.2em 0; display: list-item }
	ul li { list-style: disc; }
	ol li { list-style: decimal; }

.first { margin-top: 0 }

.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

#header { width: 1150px; margin: 0 auto; background: white; text-align: right;}
	#header .inner { padding: 25px 10px 0 0;}

#main { width:1150px; margin: 0 auto; background: white; }
	#main .inner { border-top: 1px solid #848484; padding-top: 40px; margin-top: 20px; }

#nav { float: left; width: 100px; text-transform: uppercase; font: 13px/1.4 Calibri, Arial Narrow; display: inline; }
	#nav ul, #nav li { margin: 0; padding: 0; display: block; list-style: none; }
	#nav li { margin-bottom: 0.5em; padding-left: 8px; }
	#nav ul a { color: #616161; border-bottom: 1px solid #D5D5D7; display: block; text-decoration: none; }
		#nav a:hover { text-decoration: none; }
	#nav ul ul {}
		#nav ul ul li { padding-left: 0; background: none; }
		#nav ul ul { margin-top: 0.5em; }
		#nav ul ul a { color: #B4B4B4; border-bottom: none; }
	#nav .separator { margin: 0 0.4em }
	
#nav .helper { font: 11px/1.4 Calibri, Arial Narrow; text-align:center; text-transform: none;}
	
	#nav .helper a:hover {text-decoration: underline;}
#content { margin-left: 128px; }

#fullwidthcontent { margin-left: 10px; }

