@charset "utf-8";
/* CSS Document */
/*///////////////////////RESET STYLES///////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
/*	margin: 0;*/
	padding: 0;
	border: 0;
	outline: 0;
	color:#666666;
	font-size: 9pt;
	font-family:NeoSansStdRegular,"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
text-decoration:none;
}
/*///////////////////////////////////////////////////*/
body {
	background:url(../img/exceptions/bg.png)  repeat-x;
	background-color: #eaeff5;
	margin:0px;
}
a{
	color:#295A85;
}
a:hover{
	color:#0060AF;
}
h1{
	color:#1A2A44;
	font-size:18pt;
	}
h2{
	color:#295A85;
	font-size:15pt;
	
}
h3{
	color:#3A3A3A;
	font-size:12pt;
	}
h4{
	margin:0px;
	color:#1a2a44;
	font-size:9pt;
}
li{
	list-style: inside;
	list-style-type: disc;
}
ul{
	margin-bottom:20px;}
#contentWrap{
background:url(../img/exceptions/bgContentWrap.png) no-repeat;
width:1000px;
margin:0 auto;
padding-top:80px;
min-height:591px;
}
#errorBox{
width:680px;
margin:0 auto;
position:relative;
}
#errorBox .icon{
position:absolute;
left:40px;
top:30px;
}
#errorBox .top{
	background:url(../img/exceptions/errorBoxTop.png) no-repeat;
	height:10px;
	width:680px;
}
#errorBox .content{
	background:url(../img/exceptions/errorBoxContent.png);
	width:510px;
	padding:20px 30px 20px 140px;
}
#errorBox .bottom{
	background:url(../img/exceptions/errorBoxBottom.png) no-repeat;
	height:10px;
	width:680px;
}
.divline{
	background:url(../img/exceptions/divline.png) no-repeat;
	height:2px;
	width:100%;
	margin: 10px 0px;
}