/**
* The main Tab layout for the top page of the page.
*/
#tabLayout
{
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: black;
}

a
{
	color: #0F0F59;
	text-decoration: none;
}
a:hover, #frm a:hover
{
	color: #0F0F59;
	text-decoration: underline;
	cursor:pointer;
}
a:hover.disabled, #frm a:hover.disabled,
a.disabled, #frm a.disabled
{
	color: #808080;
	text-decoration: none;
	cursor:default;
}

/*------------------------ TABS ------------------------*/
#tabs 
{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/tab_middle.jpg);
}
#tabs input.clsTabButton
{
	height: 25px;
	border-style: none solid none none;
	border-right: 1px solid #9B9B9B;
	margin-right: -3px;
	padding: 0px 4px 0px 4px;
	background-color: transparent;
	text-transform: capitalize;
	color: #000000; /*tab text color when not selected*/
	font-size: 12px;
	width: auto;
	overflow: visible;
	font-family:Arial,Helvetica,sans-serif;
}
#tabs input.clsTabActive
{
	background-color: #EEEEEE;
	color: #000000; /*tab text when active*/
	border: 1px inset #AAAAAA;
	font-weight: normal;
	height: 23px;
}
#tabs input.disabled
{
	color: #808080;
	text-decoration: none;
	cursor:default;
}

#tabs input:not(.disabled).clsTabButton:hover
{
	color: #0F0F59;
	cursor:pointer;
	text-decoration:none;
}

/*---------------------- END-TABS ----------------------*/

#bodyWrapper
{
	border: 1px solid #999999;
	border-top: 0px none;
}
#tabContent
{
	postion:relative;
	width:100%;
	padding:0px;border:0px;margin:0px;
}
td
{
	vertical-align: top;
}

#leftPane 
{
	display:inline;
	float:left;
	width: 200px;
	font-size: 12px;
	background: #EAEAEA; /*MENU-BGND*/
	vertical-align: top;
	padding:0px;border:0px;margin:0px;
	border-right: 1px solid #999999;
	overflow-y:hidden;
}
#rightPane 
{
	width:500px;
	display:inline;
	float:left;
	background: #F7F7F7; /*FORM-BGND*/
	vertical-align: top;
	padding:0px;border:0px;margin:0px;
	overflow-y:hidden;
}
#menuContent
{
	position:relative;
	width: 200px;
	height: 50px;
	overflow-y: auto;
	overflow-x: hidden;
	padding:0px; margin:0px;
}
#div_hideMenu
{
	vertical-align:middle;
	cursor:pointer;
	height:25px;
	background:#EAEAEA;
	padding-top:3px;
	padding-right:3px;
}
#hideMenu{
	line-height:25px;
}
#mainContent
{
	position:relative; 
	width:100%;
	height: 500px;/*set on resize event*/
	overflow-y: auto;
	overflow-x: hidden;
	padding:0px;border:0px;margin:0px;
}
#footer
{
	background: transparent url(../images/mck_footer.jpg) no-repeat scroll 0 0;
	display:none;
}
#footer_background
{
	background: transparent url(../images/mck_footer_fill.jpg) repeat scroll 0 0;
	background-color: #999999;
	display:none;
}

/*------------------------ LEFT-MENU ------------------------*/
ul.blueMenu {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
ul.blueMenu li  {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul.blueMenu li.title {
	background-color: #EAEAEA; /*MENU-TITLE-BGND*/
	color: #000000;
}
ul.blueMenu li.title p {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 6% 5px 7%;
}
#menuHeader p{
	padding-top: 7px;
}
ul.blueMenu li a:hover, #tabLayout ul.blueMenu a:hover {
	background-color: #D2E0F0; /*MENU-BGND-ROLLOVER*/
	border-color: #999999;
	text-decoration: none;
}
ul.blueMenu li a:hover.disabled, #tabLayout ul.blueMenu a:hover.disabled
{
	background-color: #F5F5F5; /*MENU-BGND*/
}
ul.blueMenu li img{
	vertical-align: middle;
}
ul.blueMenu li a {
	display: block;
	padding: 1px 6px 1px 6px;
	margin:  0px 12px 3px 12px;
	border: 1px solid #AAAAAA;
	background-color: #F5F5F5; /*MENU-BGND*/
	text-decoration: none;
}
ul.blueMenu li.selectedItem a, table.tablesorter td.selectedItem
{
	color: #000000;
	border: 1px solid #000000;
}
#curCpLink {
	margin: 5px 5px 0 9px;
	padding: 1px 0px 1px 2px;
	font-size:13px;
	font-weight:bold;
	background-color: #EAEAEA;
	border: 1px solid #EAEAEA;
	width: 88%;
}
body.browserFirefox #curCpLink .dropDownArrow {
    position:relative;
    top:-2px;
}
#divCpList a {
	display: inline;
	border: none;
}
/*The redundant IE7 blocks are needed to combat a bug in IE7 */
body.browserMSIE7 #divCpList a:link, 
body.browserMSIE7 #divCpList a:visited, 
body.browserMSIE7 #divCpList a:hover, 
body.browserMSIE7 #divCpList a:active,
body.browserMSIE7 #divCpList a {
	margin:0;
	/*padding-left:2px;*/
	padding-left:0;
	padding-right:0;
	text-indent:0;
}

/*------------------------ SUB-MENU ------------------------*/
ul.blueMenu.subMenu li a {/*Indent subMenu list*/
	margin-left: 12%;
	width:73%;
}
.ocMenuSymbol {/*Open and Close subMenu Symbol area*/
	float: right;
	padding-left: 1em;
	color: #000000;
	font-family: verdana;
}
.subMenuBullet {
	color: #000000;
}
/*------------------------ END-MENU ------------------------*/

/**
* The sub tabs layout for within the page.
*/
.subTabs {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
ul.subTabs {
	margin: 4px 0 4px;
	padding-left:0;
	white-space:nowrap;
}	
ul.subTabs li {
	display:inline;
	list-style-type:none;
	margin-right: 0px;
}
ul.subTabs li a {
	border: 1px solid #999999;
	border-style: none solid none none;
	background-color: #F7F7F7; /*FORM-BGND*/
	color: #000000; /*tab text color when not selected*/
	text-decoration:none;
	text-transform:capitalize;
	padding: 4px;
	background-image:url(../images/tab_middle.jpg);
}
ul.subTabs li.active {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul.subTabs li.active a {
	background-color: #EAEAEA;
	color: #000000;
	border: 1px inset #AAAAAA;
	padding: 3px 4px;
	background-image: none;
	font-weight: normal;
 /*background-image: url(../images/tab_middle_on.jpg);*/
}
ul.subTabs li a.disabled
{
	color: #808080;
	text-decoration: none;
	cursor:default;
}
#subTabWrapper {
	position:relative;
	width:100%;
	overflow-y: auto;
	overflow-x: auto;
	padding:0px;border:0px;margin:0px;
}

.subTabOptions {
	height: 12px;
	vertical-align:middle;
	background: #0F0F59 url(../images/tab_middle.jpg) repeat scroll bottom;
	color:white;
	border-top: 1px solid #cccccc;
}
.subTabOptions a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.subTabOptions a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
#subTabContent {
	position: relative;
	margin:2px;
}
.subHeader, .addBar {
	border:1px solid #BDBDBD;
	background-color:#F7F7F7; /*FORM-BGND*/
	padding: 2px;
}
.subHeader {
	font-weight: bold;
}
p.title {
	font-size:20px;
	font-weight:bold;
	margin:0;
}

/**
* Any form should use this class for layout
*/
fieldset {
	border:1px solid #BDBDBD;
	vertical-align: middle;
}
table.form {
	border-collapse: collapse;
	vertical-align: middle;
}
table.form th {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color:#F7F7F7; /*FORM-BGND*/
	padding: 6px;
}
table.form td {
	background-color:#F7F7F7; /*FORM-BGND*/
	vertical-align: middle;
	padding: 5px;
}
table.form td .short {
	font-weight: bold;
}
table.form td .long {
	font-weight: normal;
}
table.form td.buttons, .clsButtonArea{
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	border-width: 0;
	text-align: center;
}
table.form td.buttons input, table.form td.buttons button{
	vertical-align: middle;
}

/*------------------------ PAGE ------------------------*/
.page, #subTabContent.page{
	margin: 7px 12px;
}
.sectionLabel
{
   font-size: 14px;
   font-weight: bold;
   color: #0F0F59;
}
.section{
	padding: 1px 0px 18px 14px;
}
ul.section {
	list-style: none;
	margin:0px;
}
ul.section li  {
	padding: 0px 0px;
	margin:0px;
}
.specialText{
	font-weight: bold;
	color: #0F0F59;
}
/*------------------------ PAGE ------------------------*/

/*
input.clsButton, input[type="button"],input[type="submit"]
{
	background-color: white;
	color: #054796;
	background: transparent url(../images/button_right.gif) no-repeat scroll left center;
	padding-right: 8px;
	padding-right: 8px;
}

*/