body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #666666; 
	background-color: #FFFFFF;
	background-image: url(/images/bg_header.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/**********************************************************************/
/**************** Header / Top Navigation *****************************/
/**********************************************************************/
#loginheader {
	width: 100%;
	height: 92px;
	background-image: url(/images/bg_header.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#header {
	width: 100%;
	height: 92px;
	float: left;
}

#header_logo {
	width: 280px;
	height: 92px;
	float: left;
}

#header_selection {
	width: 600px;
	height: 30px;
	float: right;
	padding: 30px 10px 0px 0px;
	text-align: right;
}

#header_links {
	width: 600px;
	height: 32px;
	float: right;
	text-align: right;
	padding: 0px 10px 0px 0px;
	font-size: 9px;
	text-transform: uppercase;
}

#header_links a{
	text-decoration: none;
	color: #606062;
	margin-left: 20px;
}

#topmenu {
	height: 35px;
	width: 100%;
	float: left;
	background-image: url(/images/bg_topmenu_blue.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

#topmenuleft {
	height: 35px;
	background-image: url(/images/bg_topmenu_left_blue.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#topmenuright {
	height: 26px;
	background-image: url(/images/bg_topmenu_right_blue.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 9px 10px 0px 10px;
}

#topmenu a {
	float: left;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	margin-right: 15px;
	margin-top: 1px;
}

#topmenu a:hover,
#topmenu a#currenttopmenu {
	border-bottom: 3px solid #59a2f8;
}

#topmenu img {
	float: left;
	margin-right: 3px;
}


/**********************************************************************/
/**************** Left Navigation *************************************/
/**********************************************************************/
#navigation {
	width: 20%;
	float: left;
}

.navigation1 a {
	display: block;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	margin-bottom: 1px;
}

.navigation1 a:hover,
.navigation1 a#current1 {
	text-decoration: none;
	color: #ffffff;
	background-color: #157df7;
}


/**********************************************************************/
/**************** Container *******************************************/
/**********************************************************************/
#container {
	width: 80%;
	float: right;
	min-height: 500px;
	padding-bottom: 20px;
}

#breadcrumbs {
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 5px 0px 5px 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #6c7a9f;
}

#breadcrumbs a {
	color: #033d85;
}

.pagemenu {
	text-align: right;
	margin-bottom: 5px;
	padding-left: 5px;
}

.sharedmenu {
	text-align: right;
	float: right;
	margin-bottom: 5px;
	padding-left: 5px;
}


/**********************************************************************/
/**************** Misc ************************************************/
/**********************************************************************/
a {
	color: #157df7;
	text-decoration: none;
}

a:hover {
	color: #157df7;
	text-decoration: underline;
}

p {
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #157df7;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 14px;
	color: #157df7;
	letter-spacing: -1px;
	margin: 0px 0px 7px 0px;
}

h3 {
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

.helpcontent {
	font-size: 10px;
	color: #666666;
}

.redText {
	color: red;
}

.orangeText {
	color: #fd911b;
}

.blueText {
	color: #0b69dc;
}

.greyText {
	color: #999999;
}

.blueTitle {
	color: #0b69dc;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
}

.inactive {
	color: #FF0000;
}

.boxlink {
	width: 20px;
	height: 15px;
	float: left;
	margin: 0px 2px 3px 0px;
	display: block;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	color: #fd911b;
	text-align: center;
	text-decoration: none;
}

.boxlink:hover {
	background-color: #ffffff;
	color: #fd911b;
	text-decoration: none;
}


/**********************************************************************/
/**************** Help Documentation **********************************/
/**********************************************************************/
.helptable {
	border: 4px solid #f2f2f2;
	margin-bottom: 10px;
}

.helptable ul {
}

.helptable ol {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 15px;
}

.helptable li {
	padding: 3px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
	color: #333333;
} 


/**********************************************************************/
/**************** Button **********************************************/
/**********************************************************************/
.buttons {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 4px;
}

.button	{ 
	font-size: 12px;
	text-transform: uppercase;
	color: #157df7; 
	background-color: #ffffff; 
	border: 1px solid #cccccc;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
}

.button:hover { 
	font-size: 12px; 
	text-transform: uppercase;
	color: #157df7; 
	background-color: #ffffff; 
	border: 1px solid #157df7;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
}	


/**********************************************************************/
/**************** Form/Table ******************************************/
/**********************************************************************/
form {
	margin: 0px;
	padding: 0px;
}

table {
	clear: both;
}

td {
	color: #333333;
} 

.tblBorder {
	border: 1px solid #cccccc;
	background-image: url(/images/bg_table.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 3px 3px 0px 3px;
}

.tblListTable {
}

.tblListTable td {
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.tblFormTable {
}

.tblFormTable td {
}

.thRow,
.formSection {
	background-image: url(/images/bg_table_header.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 0px 5px;
	height: 28px;
	vertical-align: middle;
	white-space: nowrap;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.thRow a,
.thRow a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.formSection2 {
	background-color: #f2f2f2;
	font-weight: bold;
	padding: 3px 7px;
}

.tblText {
	background-color: #ffffff;
}

.tblTextOn {
	background-color: #f2f2f2;
}

.tblText2 {
	background-color: #ffffff;
}

.tblText2On {
	background-color: #f2f2f2;
}

.oddRow {
	background-color: #f2f2f2;
}

.evenRow {
	background-color: #ffffff;
}

.fieldLbl {
	color: #333333;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	width: 200px;
}

.fieldVal {
	color: #333333;
	vertical-align: top;
}

.grid_table {
	background-color: #e0e0e0;
}

.grid_cell {
	background-color: #ffffff;
}

.dialog {
	border: 1px solid #c6c5c5;
	background-image: url(/images/bg_dialog.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	padding: 10px;
	min-height: 81px;
}

.small_text_field {
	font-size: 10px;
	height: 11px;
}

.small_drop_down {
	font-size: 10px;
	height: 17px;
}


/**********************************************************************/
/**************** Overlay *********************************************/
/**********************************************************************/
#screen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 500px;
	background-color: #ffffff;
}

#panel {
	position: absolute;
	top: 45px;
	left: 110px;
	width: 520px;
	height: 263px;
	padding: 5px 12px 0px 42px;
	background-image: url(/images/bg_panel.png);
}

#panel .close {
	width: 31px;
	height: 31px;
	float: right;
}

#panel .content {
	width: 485px;
	float: left;
	padding-top: 10px;
	color: #333333;
}

#panel .title {
	color: #fd911b;
	font-size: 18px;
	padding-bottom: 4px;
}

#panel .greyline {
	border-top: 1px solid #a5acb2;
	line-height: 8px;
}

#panel .buttons {
	padding: 0px 0px 0px 190px;
}


/**********************************************************************/
/**************** Messages ********************************************/
/**********************************************************************/
.message_warning {
	padding: 7px 0px 7px 22px;
	background-position: 0px 6px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border-top: 2px solid #e30a30;
	border-bottom: 2px solid #e30a30;
	color: #e30a30;
	background-image: url(/images/error.png);
}

.message_confirm{
	padding: 7px 0px 7px 22px;
	background-position: 0px 6px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border-top: 2px solid #387c32;
	border-bottom: 2px solid #387c32;
	color: #387c32;
	background-image: url(/images/tick.png);
}

.tblMessage {
	clear: both;
	border: 1px dotted #cccccc;
	padding: 15px;
	text-align: center;	
}

.overlay {
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: -110px;
}

.popup {
	position: absolute;
	left: -224px;
	top: 2px;
}

.box_message {
	width: 175px;
	padding: 12px 13px 5px 42px;
	font-size: 12px;
	color: #666666;
	text-align: left;
	line-height: normal;
	white-space: normal;
	background-image: url(/images/bg_box_message.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 50px;
}

.box_message_help {
	width: 178px;
	padding: 5px 10px 5px 42px;
	font-size: 11px;
	color: #999999;
	text-align: left;
	line-height: normal;
	white-space: normal;
	background-image: url(/images/bg_box_message.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 57px;
}

.box_message_bottom {
	width: 230px;
	background-image: url(/images/bg_box_message_bottom.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	z-index: 999;
}

.box_message a {
	color: #157df7;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #cccccc;
	width: 48px;
	height: 16px;
	padding: 1px 0px 0px 0px;
	margin: 5px 3px 0px 0px;
	display: block;
	float: left;
}

.box_message a:hover {
	border: 1px solid #157df7;
	text-decoration: none;
}


.instruction {
	background-image: url(/images/bg_instruction.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	margin: 10px 0px;
	width: 790px;
	clear: both;
}

.instruction_top {
	background-image: url(/images/bg_instruction_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.instruction_bottom {
	background-image: url(/images/bg_instruction_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding:  7px 7px 15px 50px;
	font-size: 11px;
	min-height: 70px;
}


/**********************************************************************/
/**************** Content Boxes ***************************************/
/**********************************************************************/
.contentBox {
	vertical-align: top;
	padding: 0px;
}

.contentBoxTitle {
	font-weight: bold;
	color: #6c7a9f;
	padding: 5px 0px 2px 0px;
	text-align: left;
}


/**********************************************************************/
/**************** Footer **********************************************/
/**********************************************************************/
.footer_text {
	padding-top: 10px;
	font-size: 11px;
	color: #909090;
}

.footer_text a {
	color: #909090;
	text-decoration: underline;
}
