/*
/* General element defs
/*
*/
body 
{
	background-color: #2A4E6E;
	background-image: url('/images/main_background.gif');
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 20px 10px 0px 10px;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	line-height: 150%;
}

a, a:visited, a:active
{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

td
{
	vertical-align: top;
	overflow: hidden;
}

form 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/*
/* Layout Lines
/*
*/
.divLine
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 4px;
	position: relative;
}

.divLineLeft, .divLineLeftTop, .divLineLeftFit
{
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.divLineLeftTop
{
	top: 0px;
	bottom: auto;
}

.divLineRight
{
	float: right;
}

.divLineRightFit
{
	margin-left: 150px;
}

.divLineRadio
{
	width: 260px;
	overflow: hidden;
}

.divLineRadio div.left, .divLineRadio div.leftChecked
{
	width: 49%;
	float: left;
	text-align: left;
}

.divLineRadio div.leftChecked
{
	font-weight: bold;
}

.divLineRadio div.right, .divLineRadio div.rightChecked
{
	width: 49%;
	float: right;
	text-align: right;
}

.divLineRadio div.rightChecked
{
	font-weight: bold;
}



/*
/* Header stuff and main table
/*
*/
#header 
{
	overflow: hidden;
	background-image: none;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
	cursor: pointer;
	margin: 10px auto;
}

#header .logo
{
	width: 468px;
	height: 60px;
	float: right;
	background-color: #5553b7;
}

#mhtable .left_content
{
	width: auto;
	padding-right: 8px;
}

#mhtable .right_content
{
	width: 120px;
	padding-top: 0px;
}

#mhinner
{
	width: 100%;
	table-layout: fixed;
	text-align: center;
}

.table_header
{
	background-image: url('/images/title_background.gif');
	background-color: #A8A8A7;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	line-height: normal;
	padding: 4px 8px 8px 8px;
	border: 1px solid #B3B3B1;
	border-bottom: 1px solid #8A8A89;
}

.table_header .container
{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 4px 0px 0px 4px;
}

.table_header .container .pathtext
{
	position: absolute;
	left: 220px;
	top: 0px;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.table_header a, .table_header a:active, .table_header a:visited
{
	text-decoration: underline;
	color: white;
}

#divTableMenu
{
	position: absolute;
	left: 220px;
	bottom: 0px;
	width: 500px;
	text-align: left;
	padding: 1px 0px;
	margin: 0px auto;
	color: white;
	font-weight: bold;
}

#divTableMenu a
{
	color: #EDEDEB;
	font-weight: bold;
	text-decoration: none;
	margin-right: 6px;
	padding: 0px 2px;
}

#divTableMenu a:hover
{
	color: white;
	text-decoration: none;
	border-bottom: 1px dashed white;
}

.table_right
{
	text-align: right;
	background-color: #DCDCDA;
	background-image: url(/images/imageoptions.gif);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;
	overflow: hidden;
}

.table_leftmenu
{
	overflow-x: hidden;
	background-color: #DCDCDA;
	background-image: url('/images/imageoptions.gif');
	background-position: left top;
	background-repeat: repeat-x;
	height: 100%;
	vertical-align: top;
	font-size: 10px;
	color: #5F5F5E;
	padding-left: 10px;
	padding-top: 8px;
	border-bottom: 1px solid #B3B3B1;
	border-right: 1px solid #B3B3B1;
}

.table_mainarea
{
	position: relative;
	background-color: #DCDCDA;
	background-image: url(/images/imageoptions.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	padding: 10px 4px 10px 8px;
	border: 1px solid #B3B3B1;
}

.table_footer
{
	position: relative;
	background-image: url('/images/footer_tail.gif');/*url(/images/imageoptionsextra.gif);*/
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #DCDCDA;
	height: 24px;
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	color: white;
	padding-left: 10px;
	border-bottom: 1px solid #8A8A89;
}


#footer 
{
	font-size: 11px;
	color: #FFFFFF;
	line-height: 120%;
	text-align: center;
	margin-top: 4px;
}

#footer a
{
	font-size: 10px;
	color: white;
}

#divMainPageRight
{
	float: right;
	width: 500px;
	overflow: hidden;
}


/*
/* Main View
/*
*/
#divPortalMain, #divMediaView
{
	width: 98%;
	margin: 12px auto 4px auto;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
}

#divMediaView
{
	text-align: center;
}


/*
/* General Table class
/*
*/
.gentable
{
	font-size: 12px;
	font-weight: normal;
	border: 2px solid #9C9C9C;
	padding-left: 4px;
	padding-right: 4px;
}

.gentable a, .gentable a:visited, .gentable a:active
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.gentable th
{
	font-weight: bold;
	padding: 4px 4px;
	border-bottom: 2px solid #9C9C9C;
	border-right: 2px solid #9C9C9C;
}

.gentable th.last
{
	border-right: none;
}

.gentable td
{
	padding: 4px 4px 2px 4px;
	border-bottom: 1px dashed #9C9C9C;
}


/*
/* General prompts
/*
*/
#genmessagebox
{
	width: 95%;
	clear: both;
	font-weight: bold;
	font-size: 18px;
	font-family: Tahoma;
	line-height: 150%;
	margin: 16px auto;
	border: 1px dashed #9C9C9C;
	padding: 16px 8px;
}

#genconfirmbox
{
	width: 70%;
	clear: both;
	font-family: Tahoma;
	line-height: normal;
	font-size: 12px;
	margin: 48px auto 16px auto;
	padding: 16px 8px 4px 8px;
	border: 1px dashed #9C9C9C;
}

#genconfirmboxprompt
{
	width: 100%;
	clear: both;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #B6B6B2;
	padding: 0px 0px 8px 0px;
}

#genconfirmboxbuttons
{
	width: 100%;
	clear: both;
	text-align: center;
	margin-top: 8px;
}

#genconfirmboxbuttons input
{
	margin-right: 18px;
	width: 75px;
}


/*
/* General Splittage
/*
*/
#divSplitLeft
{
	float: left;
	width: 48%;
	text-align: left;
}

#divSplitRight
{
	float: right;
	width: 48%;
	text-align: right;
}


/*
/* General text classes
/*
*/
#divTitleGradient
{
	width: 100%;
	background-image: url('/images/titlegradient.gif');
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 12px;
	margin: 0px 0px 0px 0px;
}

#divTitleBlock
{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 8px 12px;
	margin: 0px 0px;
	border-bottom: 2px solid #9C9C9C;
}

.rowtitle
{
	font-weight: bold;
}

.rowsubtitle
{
	font-size: inherit;
}

.viewimagepage
{
	cursor: pointer;
	width: auto;
	max-width: 100%;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.strikeout
{
	text-decoration: line-through;
}

.smalltext
{
	font-size: 80%;
}

.hidden
{
	visibility: hidden;
}

.TitleText
{
	font-weight: bold;
	font-size: 18px;
}

.loginButton
{
	height: 0px;
	width: 0px;
}

.smallicon
{
	width: 16px;
	height: 16px;
}

.tinyicon
{
	width: 8px;
	height: 8px;
}

.ulmmbig
{
	font-size: 150%;
	font-weight: bold;
	list-style-type: square;
}

.ulmmbig li
{
	padding: 8px 0px;
}

.divNoticeText
{
	width: 100%;
	text-align: left;
	margin: 0px 0px 32px 0px;
}


/*
/* Navigation Box
/*
*/
.divNavigation
{
	width: 35%;
	overflow: hidden;
	clear: both;
	margin: 16px auto;
}

.divNavigation div.top div, .divNavigation div.bottom div
{
	width: 25%;
	float: left;
	cursor: pointer;
	font-family: Arial Black, Arial, serif;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #A2A2A2;
	padding: 0px 0px;
	margin: 0px 0px;
}

.divNavigation div.bottom div
{
	border: none;
	border-top: 2px solid #A2A2A2;
}

.divNavigation a
{
	text-decoration: none;
}

.divNavigation a:hover
{
	border: none;
}

.divNavigation a:hover div
{
	border-color: red;
}

.divNavigation div.top div.previous, .divNavigation div.bottom div.previous
{
	text-align: left;
	padding-left: 16px;
}

.divNavigation div.top div.center, .divNavigation div.bottom div.center
{
	text-align: center;
}

.divNavigation div.top div.next, .divNavigation div.bottom div.next
{
	text-align: right;
	padding-right: 16px;
}
