/* ***** ***** MAIN STRUCTURE ***** ***** */

div#topBar {
	width: 100%;
	height: 21px;
	background-image: url('../images/top_bar_repeat.jpg');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	text-indent: 10px;
	padding-top: 5px;
}

div#titleBar {
	width: 100%;
	height: 145px;
	/*background-image: url('../images/main_title_repeat.jpg');
	background-repeat: repeat-x;*/
	background-color: #0a0b2e;
}

/* ***** ***** NAV TABLE ***** ***** */
table.navTable {
	/*width: 783px;*/
	width: 800px;
	height: 20px;
	background-image: url('../images/menu_bar_bg.jpg');
	background-repeat: repeat-x;
	background-position: left;
}

div#navTableWrap {
	width: 100%;
	background-color: #326d98;
}

td.navMenu {
	width: 15%;
	height:25px;
	text-align: center;
	font-size: 11px;
	background-image: url('../images/menu_bar_sp.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

#dropmenudiv{
	position:absolute;
	margin-left: -20px;
	margin-top: 2px;
	border:1px solid black;
	border-bottom-width: 0;
	/* font:normal 12px Verdana; */
	font-size: 11px;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px; 
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	/* font-weight: bold; */
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #FFFFFF;
	background-color: #27add7;
}

ul.headline {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	/* font-size: 9px; */
}

/* ***** ***** MID TABLE ***** ***** */
table.midTable {
	width: 783px;
	height: 31px;
	padding-top: 5px;
}



div#midTableWrap {
	background-image: url('../images/back_mid_bar.jpg');
	background-repeat: repeat-x;
	background-position: left;
}

td.leftMid {
	width: 167px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}

p.padded {
	padding-left: 5px;
	padding-right: 5px;
}

td.rightMid {
	width: 616px;
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	padding-right: 20px;
	
}

/* ***** ***** MAIN TABLE ***** ***** */

td.leftMain {
	width: 166px;
	height: 100%;
	color: #FFFFFF;
	background-color: #344458;
	background-image: url('../images/left_background.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: top;
	font-size: 11px;
}

div#leftTitle {
	width: 166px;
	height: 37px;
	background-color: #145e8f;
	font-size: 11px;
	font-weight: bold;
}

span.smallText {
	font-size: 8px;
}


td.middleMain {
	width: 100%;
	max-height: 100%;
	color: #000000;
	background-color: #F5F5F5;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
}

div#mainContent {
	width: 80%;
	max-height: 100%;
	text-align: left;
	padding-left: 10px;
}

p.breadCrumb {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #666666;
}

p.pageTitle {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
}

p.error {
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

td.rightMain {
	width: 300px;
	color: #000000;
	background-color: #F5F5F5;
	text-align: right;
	vertical-align: top;
	font-size: 8px;
	padding-left: 10px;
	padding-right: 20px;
}

/* ***** ***** BOTTOM ***** ***** */

div#footer {
	height: 32px;
	color: #000000;
	background-color: #000000;
	text-align: center;
	font-size: 11px;
	background-image: url('../images/bottom_bar_repeat.jpg');
	background-repeat: repeat-x;
}

/* ***** ***** FULL SCREEN ***** ***** */


table.container {
	width: 100%;
	height: 100%;
}

td.tTop {
	height: 222px;
}

td.tMid {
	height: 100%;
}

td.tBot {
	height: 32px;
}
