﻿* {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	color:#505050;
}
body {
	background:#ecf0fb;
	padding:0;
	margin:0;
}
p {
	padding:0;
	margin:1em 0 0 0;
}
a {
	color:#3b6ac8;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
form {
	padding:0;
	margin:0;
	font-size:11px;
}
table input, yable textarea, table select {
	border:1px solid #7689c3;
	height:18px;
	font-size:11px;
	color:#666;
	display:block;
	margin:3px 0 0 0;
}
.page {
	margin:0 auto;
	width:885px;
}
.left {
	float:left;
	height:1%;
}
.header {
	background:url(images/header-back.gif) repeat-x;
	padding:6px 0 9px 10px;
	margin-bottom:20px;
}
.box {
	background:#fff;
	border:1px solid #d8e1f7;
	float:left;
	margin-bottom:10px;
}
.box .content {
	margin:19px;
}
.form-item {
	margin-top:10px;
	float:left;
	height:1%;
}
.first {
	margin-top:0 !important;
	border-top:0 !important;
}
.clr {
	clear:both;
	height:1%;
}
.title {
	font-size:22px;
	font-weight:bold;
	color:#01238b;
}
.hero {
	width:540px;
}
.subheader {
	background:url(images/subheader-back.gif) repeat-x;
	font-weight:bold;
	color:#666;
	padding:4px 5px 5px 5px;
	margin-top:20px;
}
.item-list {
	border-top:1px solid #eee;
	margin-bottom:10px;
	padding:10px 5px;
}
.details {
	color:#999;
}
.chunk {
	margin:10px 5px 0 5px;
}
#__VIEWSTATE{
    display:none;
}
.footer, .footer a{
    text-align:right;
    color:#666;
    margin-bottom:50px;
}
/* ---------------------- */
/*Modal Popup*/
/* ---------------------- */

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup2 {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	padding-top:15px;
	width:656px;
	height:640px;
	margin-left:10px;
}
.modalPopup2 ul
{
    margin-left:60px;
}
/* ---------------------- */
/* END Modal
------------------------- */