@charset "utf-8";
/* CSS Document */
body, input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}
#header {
	width:790px; 
	height:84px; 
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	padding-bottom:10px;
}
#eror-message-zone {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	background:#CC3300;
	color:#FFFFFF;
	padding:1em;
	font-weight:bold;
}
#eror-message-zone a {
	text-decoration:underline !important;
	color:#CCCCCC;
}
a.register {
	text-decoration:underline !important;
	color:#000;
}
#content, #admin-menu {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	padding:10px 0px;
}
#confidential {
	text-align:center;
	border:1px solid #126BAD;
}
#footer {
	width:790px;
	height:49px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/footer.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	vertical-align:bottom;
}
#copyright {
	float:right;
	width:790px;
	height:49px;
	font-size:9px;
	color:#666666;
	text-align: right;
	font-weight:bold;
	margin-top:30px;
}
tr {
	vertical-align: top;
	text-align: left;
}
td ol {
	list-style-type:lower-alpha;
	padding:0;
	margin:0;
	padding-left:0;
}
td ul {
	list-style-type:none;
	padding:0;
	margin:0;
	padding-left:0;
}
td ul li {
	padding:2px;
	margin:0;
}
#emailuserform th {
	background:#333333;
	color:#FFFFFF;
	padding:5px;
}
table {
	width:100%;
	padding:0px;
	border: 0px none;
}
caption {
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	background:#336699;
	color:#FFFFFF;
}
td {
	padding:5px 5px;
}
textarea {
	width:100%;
}
select, input, textarea {
	background:#E1E4FF;
}
h1 {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background:#2088B7;
	padding:5px;
	margin:0px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background:#55440F;
	padding:5px;
	margin:0px;
}
h4 {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding:5px;
	margin:0px;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#333333;
}
#admin-menu a,#admin-menu a:hover {
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
ul.error-list {
	list-style:disc;
	padding-left:1em;
}
.submit td {
	background:#126BAD;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
.submit a {
	color:#FFFFFF;
	text-decoration:underline;
}
.submit a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
.submit input {
	background:#336699;
	color:#FFFFFF;
	font-weight:bold;
}
.submit .code {
	background:#E1E4FF;
	color:#000000;
	font-weight:normal;
}
.save td {
	background:#999999;
	padding:2px 10px 2px 1px;
	text-align:right;
	color:#FFFFFF;
}
.save input {
	background:#333333;
	color:#FFFFFF;
	font-weight:normal;
}

.other {
	padding: 5px 0 5px 0;
}
.note {
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	padding:3px 0;
	color:#333333;
}
.even {
	background:#EEEEEE;
}
.hide {
	display:none;
}
.demo select {
	width:70%;
}
.demo {
	text-align:right;
}
.nowrap {
	white-space:nowrap;
}
.not-selected {
	background:#FFCCCC;
}