﻿/* CORE STYLES */
/* -------------------------- */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: white;
}

body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #222222;
}

#divMainContainer {
	position: relative;
	min-height: 100%;
}

#divMainFooter {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #000000;
}

.normal {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #222222;
}

.small {
	font-size: 11px;
}

b {font-weight: bold;}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: square;
}

input {
	font-size: 14px;
	padding: 2px;
}

select {
	font-size: 14px;
	
}

.radio {
	
}

textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

a {
	color: #296288;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.heading1 {
	
}

.heading2 {
	font-family: tahoma, geneva;
	font-size: 18px;
	font-weight: normal;
	color: #296288;
	padding-bottom: 6px;
}

.heading3 {
	font-family: tahoma, geneva;
	font-size: 14px;
	font-weight: bold;
	color: #296288;
	padding-bottom: 6px;
}

a.footer, .footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #aaaaaa;
}

/* MISCELLANEOUS */
/* -------------------------- */
.welcomeText {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
/*
.opacity25 {
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.opacity50 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.opacity75 {
	opacity: 0.75;
	filter: alpha(opacity=75);
}*/

/* BUTTONS */
/* -------------------------- */
.buttonContainer {
	cursor: pointer;
	margin-top: 8px;
}

.buttonLeft {
	background: white url('../images/button_left.gif') no-repeat;
	width: 14px;
	height: 22px;
}

.buttonBody {
	background: url('../images/button_body.gif') repeat-x;
	padding-left: 0px;
	padding-right: 0px;
}

.buttonRight {
	background: white url('../images/button_right.gif') no-repeat;
	width: 14px;
	height: 22px;
}

a.button {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

a.button:hover {
	color: #ffffcc;
}


/* NAV LINKS */
/* -------------------------- */
a.nav:hover {
	border: none;
}

.navNormal {
	margin-bottom: 1px;
}

.navOver {
	border-bottom: 1px dashed #f6f6f6;
	margin-bottom: 0px;
}

.navOn {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0px;
}


/* CONTENT BOX */
/* -------------------------- */
.cb_topLeft {
	background: url('../images/contentBox/cb_topLeft.gif') no-repeat;
	width: 9px;
	height: 14px;
}

.cb_topMiddle {
	background: #EAEAEA url('../images/contentBox/cb_gray.gif') repeat;
	height: 14px;
}

.cb_topRight {
	background: url('../images/contentBox/cb_topRight.gif') no-repeat;
	width: 15px;
	height: 14px;
}

.cb_left {
	background: url('../images/contentBox/cb_gray.gif');
	width: 9px;
}

.cb_body {
	background: url('../images/contentBox/cb_gray.gif') repeat;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
}

.cb_right {
	background: url('../images/contentBox/cb_right.gif') center right repeat-y;
	width: 15px;
}

.cb_bottomLeft {
	background: url('../images/contentBox/cb_bottomLeft.gif') bottom left no-repeat;
	width: 9px;
	height: 19px;
}

.cb_bottomMiddle {
	background: url('../images/contentBox/cb_bottom.gif') bottom center repeat-x;
	height: 19px;
}

.cb_bottomRight {
	background: url('../images/contentBox/cb_bottomRight.gif') bottom right no-repeat;
	width: 15px;
	height: 19px;
}


/* FORMS */
/* -------------------------- */
.formLabel {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.formElement {
	padding-left: 5px;
}

.formLabelSmall {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.formElementSmall {
	font-size: 11px;
	padding: 1px;
}


/* DATA LISTS */
/* -------------------------- */
.dataList_table {
	border-left: 1px solid #dddddd;
	border-right: 2px solid #cccccc;
	border-top: 1px solid #dddddd;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 10px;	
}

.dataList_row_0 {
	background-color: #ffffff;
}

.dataList_row_1 {
	background-color: #f6f6f6;Color:Green;
}

.dataList_row_selected {
	background-color: #ffffcc;
}

a.dataList_headingText {
	color: white;
	text-decoration: underline;
}

.dataList_headingCell {
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
	color: #ffffff;
	background-color: #296288;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;
}

.dataList_dataCell {
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	border-bottom: 1px solid #eeeeee;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.dataList_smallText {
	font-size: 10px;
}

.dataList_text {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.dataList_noLeftPadding {
	padding-left: 0px;
}

.dataList_noRightPadding {
	padding-right: 0px;
}

.dataList_noSidePadding {
	padding-left: 0px;
	padding-right: 0px;
}

.dataList_leftBorder {
	border-left: 1px solid #cccccc;
}

.dataList_rightBorder {
	border-right: 1px solid #cccccc;
}

.dataList_noBorder {
	border-bottom: 0px;
}

