/* Copyright (c) 2007 August Ash Inc. (http://www.augustash.com)
   Screen Style Sheet
   Version: $Id: screen.css 66 2008-10-01 18:20:04Z bcoyour $
--------------------------------------------------------------- */

body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,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{font-style:normal;font-weight:normal;}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,sub{line-height:0px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


body {
	background: #fff;
	text-align:center;
	color:#0c1e2f;
	font:normal 13px/17px Arial, Helvetica, sans-serif;
	position: relative;
}

p, table {margin:1em 0;}
img {border:0;}
.access, hr {display:none;}
.clearer {clear:both; height:1%; line-height:1%; font-size:1%;}
.required, .error {font-weight:bold; color:#C30000;}
a:link, a:visited {color:#103150; font-weight:bold; text-decoration:underline;}
a:hover, a:active {text-decoration:none; outline:none;}

/* LISTS
----------------------------------------------- */
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
ul, ol {list-style-position:outside; margin:1em 0 0 0; padding:0 0 0 2em;}
ul li {list-style-type:disc;}
ol li {list-style-type:decimal;}
ul ul, ol ol, ul ol, ol ul{list-style-type:square; list-style-position:outside;}
ol, ol ol, ul ol{list-style-type:decimal;}
dl {margin:1em 0;}
dl dt {font-weight:bold;}
dl dd {margin:0 0 0 1.5em;}

/* TYPE
----------------------------------------------- */
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
pre, code {white-space:pre; font-family:'andale mono','lucida console',monospace; line-height:1.5;}

/* HEADINGS
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {font-size:21px;}
h2 {font-size:19px;}
h3 {font-size:17px;}
h4 {font-size:15px;}
h5 {font-size:13px;}
h6 {font-size:11px;}


/* BASE LAYOUT
----------------------------------------------- */
div#cwrap {position: relative; text-align:left; padding:0 30px;}


/* HEADER
----------------------------------------------- */
div#header h1  {
	background: url(/App_Themes/MSP/images/tpl/popup_logo.png) no-repeat top left;
	display:block;
	position:relative;
	width:265px;
	height:0px;
	padding-top:155px;
	overflow:hidden;
	font-size:1%;
	line-height:1%;
	border:0;
	text-decoration:none;
	color:#fff;
}

a.close:link, a.close:link:visited {
	background: url(/App_Themes/MSP/images/tpl/btn-close-window.png) no-repeat top left; 
	width: 97px; 
	height: 25px; 
	padding:4px 0 0 0;
	color:#333;
	text-align:center;
	display:block;
	cursor: pointer; 
	text-transform: lowercase;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
}
a.close:hover, a.close:active {text-decoration:underline;}

