@charset "utf-8";

/* RESET */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	padding: 0px;
	margin:0px;
}

ul,ol { 
	list-style: none;
}

fieldset,img {
	 border: none; 
}

caption,th { 
	text-align: left; 
}

table { 
	border-collapse: collapse; border-spacing: 0; 
}

/* TYPE */

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #CC0000;
}
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }


p { margin-bottom: 18px; }
h1 {
	font-weight: bold;
	font-size: 24px;
	color: #CC0000;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #CC0000;
}
h3 { font-weight: bold; font-size: 16px;}
h4 { font-weight: bold; font-size: 1em;}
h5 { font-weight: bold; font-size: 10px;}

/* LAYOUT */

body {
	background-color: #EEEEEE;
	background-image: url(../images/layout/body_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;

}

#wrapper {
	position:relative;
	width:984px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.content_wrapper_top {
	height:7px;
	background-image: url(../images/layout/content_bgtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.content_wrapper_body {
	position:relative;
	width:auto;
	overflow:hidden;
	background-image: url(../images/layout/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:10px;
	padding-right:10px;
}

.content_wrapper_bottom {
	height:8px;
	background-image: url(../images/layout/content_bgbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:10px;
}

.content_shell {
	position:relative;
	padding-top: 10px;
	margin-right: 20px;
	padding-bottom: 10px;
	margin-left: 20px;
}
#pageHeader {
	position:relative;
	margin-bottom:10px;
	width:984px;
	overflow:hidden;
}
.linkMask {
	display:none;
}

.mainLogo {
	position:relative;
	float:left;
	width:246px;
	height:50px;
	margin-left:20px;
}

#siteLogo {
	position:absolute;
	width:246px;
	height:50px;
	background-image: url(../images/icons/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.header_rightPanel {
	position:relative;
	float:right;
	width:675px;
}


.required {
	color: #CC0000;
}

input, select, textarea {
	color: #CC0000;
	border: 1px solid #999999;
	padding:2px;
}

.jsvalidation {
	color: #CC0000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.formbutton {
	background-color: #990000;
	border: 1px solid #000000;
	color: #FFFFFF;
	cursor:pointer;
	font-size: 9px;
	text-transform: uppercase;
}


/* Custom Alert Box */

#modalContainer {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(../images/alert_bk.png);
	background-color: transparent;
}

#alertBox {
	position:relative;
	width:304px;
	height:154px;
	margin-top:150px;
	background-repeat:no-repeat;
	background-image: url(../images/alert_box.gif);
	padding:15px;
}


#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0px;
	color:#FFFFFF;
	font-size: 14px;
}

#alertBox p {
	margin:15px;
	font-weight:bold;
	color:#000000;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	padding:3px;
	width:85px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.smalltext {
	font-size:9px;
}

.page_banner {
	position:relative;
	height:146px;
	margin-top:2px;
	margin-bottom:2px;
}

.main_menu {
	position:relative;
	height:29px;
	background-image: url(../images/menu/menu_bk.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top:5px;
	margin-bottom:2px;
}

#col1 {
	position:relative;
	float:left;
	width:500px;
}

#col2 {
	position:relative;
	background-color:#EEEEEE;
	float:right;
	margin-left:10px;
	width:330px;
}


.col2_section {
	position:relative;
	padding:5px;
	width:300px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.col2_top {
	position:relative;
	height:5px;
	background-image: url(../images/layout/rightcontainer_top.jpg);
	background-repeat: no-repeat;
}

.col2_bottom{
	position:relative;
	height:5px;
	background-image: url(../images/layout/rightcontainer_bottom.jpg);
	background-repeat: no-repeat;
}

.sectionHeader {
	background-color:#F7F7F7;
	border: 1px solid #E2E2E2;
	padding:5px;
	font-weight:bold;
	margin-bottom:5px;
	color: #000000;
}

.userMenuIcons {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.userMenuIcons a {
	color:#666666;
}
.inlinePhoto {
	padding:5px;
	border: 1px solid #CCCCCC;
}

#userStatus {
	margin-left:10px;
}

#updateStatus {
	margin-left:10px;
	cursor:pointer;
 	border: 1px solid #CCCCCC;
	width:142px;
	padding:5px;
	font-size:10px;
}

.edit {
	color:#CC0000;
}