/* Global Styles */

html {

}

body {	
	background:#013057;
	font-size: .8em;
	color:#535353;
	font-family:Verdana, Arial, sans-serif;
}

img {
	border:0;
}

ul, li, body, html, h1, h2, h3, h4,h5, p, a, dl, dt, form {
	margin: 0;
	padding: 0;
}

a {
	outline:none;
	color:#013057;
}

a:hover {
	cursor:pointer;
	outline:none;
	color:#235279;
}

/* Wrapper Styles */

/* IE 7 Wrapper */
 * .wrapper{
	min-height: 1%;
}

/* Global Wrapper  */
.wrapper:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Arrow Links Styles */

.link-arrow-right {
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=000000&background=ffffff&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
	padding: 0 12px 2px 0;
}

.link-arrow-right:hover {
	background: url("/inc/scripts/image_text.php?text=%3E%3E&color=666666&background=ffffff&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat right;
}

.link-arrow-left {
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=000000&background=ffffff&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
     padding: 0 0 2px 12px;
}

.link-arrow-left:hover {
     background: url("/inc/scripts/image_text.php?text=%3C%3C&color=666666&background=ffffff&transparent=1&antialias=1&font=fff_intelligent_thin_condensed.ttf&font_size=8") no-repeat left;
}

.white-dot {
	color:#FFF;
	
}

/* Print CSS */

@media print {
	body, a { color: #000000; background: #FFFFFF; } /* all text colors black, all backgrounds white */
	#nav-level-2 { visibility:hidden; }
}

#dashboard-container {
	position:relative;
	top:-1px;
	width:1000px;
	height:1px;
	margin:0px auto;
}

#dashboard {
	height:500px;
	width:1000px;
	position:absolute;
	top:0px;
	left:0px;
	background:#FFF;
	z-index:100;
	padding:10px;
}
