/* GENERAL STYLES */
.imageMap
{
border:none; margin-top:20px; position:absolute; height:80px; width:730px;
}

.helpButton{
width:12px;
height:16px;
background-image:url('http://cms3.mykbadmin.com/media/3975/help.gif');
background-repeat:no-repeat;
}

.formLeftCol{
padding-top:5px; 
padding-left:5px;
border-top: 1px #236393 solid;
border-left: 7px #ccc solid;
float:left;
}

.formRightCol{
padding-top:5px; 
float:left;
}

.tooltip{
text-decoration:none;
position: relative;
z-index: 0;

}

.tooltip:hover{
background-color: transparent;
z-index: 50;

}

.tooltip span{ 
position: absolute;
background-color: #ffffe1;
padding: 5px;
padding-top: 3px;
left: -1000px;
border: 1px solid black;
border-top:none;
border-left:none;
visibility: hidden;
color: black;
width:121px;
text-decoration: none;
background-image:url(http://cms3.mykbadmin.com/media/3970/helpsidebar.gif);
background-repeat:no-repeat;
}

.tooltip div{
width:150px;

}
.tooltip:hover .helpButton{
background-image:url('http://cms3.mykbadmin.com/media/1984/untidtled-2.gif');

}

.tooltip div img{
padding-left:4px;
padding-top:4px;
}
.tooltip:hover div img{
padding-left:3px;
padding-top:3px;
}


.tooltip:hover span{ 
visibility: visible;
top: 1px;
left:20px;
}
.tooltip:hover div{
border: 1px solid black;
background-color:#ffffe1;
}



/* ====================== Page Formatting  ========================*/
body, table, p, a {
	margin: 0px;
	padding: 0px;
	color: #474E4E;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
body {
	text-align: center;
	background-color: #474E4E;}

td, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: top;}
#content ul {margin: 5px 0px 5px 10px;}
li {
	padding: 0px 0px 3px 8px;
	background: url(/Common/Images/bulletGraySquare.gif) no-repeat 0px 4px;}
	
input, select, textarea {
	color: #6C6E70;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
	color: #2a3088;
	font-weight: bold;}
h1 {
	color: #2a3088;
	font-size: 16px;
	margin-bottom: 12px;}
h2 {font-size: 14px; font-weight: bold;}
h3 {font-size: 13px; font-weight: bold;}
h4, h5, h6, h7 {
	font-size: 12px;
	font-weight: normal;}

a {text-decoration: underline;}

hr {
	width: 100%;
	height: 1px;
	border: none;
	margin: 5px 0px 15px 0px;
	border-top: 1px dashed #474E4E;}

p {padding-bottom: 15px;}
li p {padding: 0px;}

#content ul {padding-bottom: 10px;}

#dynamicPageTitle {
	color: #0A1A6F;
	font-size: 24px;}


/* ====================== Layout & Columns ========================*/	
#pageContainer {
	width: 770px;
	margin: 0px auto 0px auto;}

#mainLeftContainer {
	text-align: left;
	margin-right: 20px;
	padding: 7px 0px 0px 0px;
	border-bottom: 7px solid #C2C4E0;
	background: #FFFFFF url(/media/377/mainleftcontainerbg.gif) repeat-y 0px 0px;}
#sideTabs {
	width: 20px;
	float: right;
	margin-top: 30px;}

#main {
	width: 726px;
	padding: 125px 0px 0px 12px;}

#leftMaster {
	/*there is no width set on this div, instead a margin-right subtracts from the "main" to determin the width */
	/*LM must come after RM in the structure of the HTML*/
	margin-right: 540px;
	margin-top: 10px;

}

#rightMaster {

	float: right;
	width: 535px;}
	
#rightMasterCol1 {}
#rightMasterCol2 {}
	
#pagePhoto {padding: 0px 0px 10px 0px;}

#content {
	margin: 0px 10px 0px 15px;}


/* ====================== Header/Footer Positioning ====================== */
#headerContainer {
margin-top:-10px;
}
#headerContainer {
	width: 726px;
	height: 1px;
	margin: 0px 0px 10px 12px;
	background: url(/Common/Images/HeaderContainerBG.gif) no-repeat 0px 0px;}
#header {position: relative;}
	
#logo {
	top: 35px;
	left: 0px;
	position: absolute;}

#topMenu {
	top: 10px;
	right: 10px;
	z-index: 900;
	position: absolute;}

#pagePhotoContainer {
	top: 35px;
	right: 0px;
	position: absolute;}
	
#footer {
	width: 770px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;}
#footer a {color: #989898;}
	
#footer ul {list-style: none;}
#footer li {
	margin: 0px;
	display: inline;
	background-image: none;
	padding: 0px 8px 0px 8px;
	border-left: 1px solid #989898;}

#footer p {
	clear: both;
	padding: 0px;
	color: #989898;}
#footer .first {
	padding-left: 0px;
	border-left: none;}


/* ====================== Menu ====================== */	
#topMenu, #topMenu li a {
	color: #FFFFFF;
	text-decoration: none;}
#topMenu ul {
	width: auto;
	margin: 0px;
	list-style: none;
	border-right: 1px solid #FCB035;}
#topMenu li {
	float: left;
	display: block;
	background: none;
	padding: 0px 0px 0px 8px;
	margin: 0px 5px 0px 5px;
	border-left: 1px solid #FCB035;}
#topMenu li a:hover {color: #fff;}

#topNav {
float:right;
margin-right:35px;
margin-top:103px;

}
#topNav ul li a, #topMenu ul li a 
{
        color: #FFF;
font-weight:bold;
	text-decoration: none;
}
#topNav ul
{
	width: auto;
	margin: 0px;
	list-style: none;
}
#topNav li
{
	float: left;
	display: block;
	background: none;
	padding: 0px 0px 0px 8px;
	margin: 0px 5px 0px 5px;
	border-left: 1px solid #FCB035;
}
#topNav li a:hover
{
	color: #FCB035;
}
.navMenu, .navMenu a {text-decoration: none;}
.navMenu li {
	background: none;
	padding: 5px 2px 5px 5px;
	border-top: 1px solid #C4C4C4;}
.navMenu li li {
	border: none;
	padding: 2px 2px 2px 15px;
	background: url(/Common/Images/MenuLinkDashBG.gif) no-repeat 10px 8px;}



/* ====================== Hide/Show Menu Links ====================== */

	
/* ====================== Home Page Overides ====================== */
.categoryHome #topMenu {
	top: 100px;
	right: 10px;
	z-index: 900;
	position: absolute;}

.categoryHome #headerContainer {
	height: 125px;
	background: none;}

.categoryHome #logo {
	top: 15px;
	left: 65px;
	position: absolute;}
	

/* ====================== Support Page Overides ========================*/
.categorySupport #content {
	margin: 0px;
	width: 726px;}

.kbEndUserFormLabelStyle {
	display: block;
	padding-top: 10px;}

.ContentBody {width: 620px;}

.node {
	color: #2A3088;
	font-size: 10px;}


/* ====================== Callouts ======================== */
.callout {
	margin-bottom: 10px;
	border: 1px solid #C4C4C4;
	border-top: none;}

.callout h1 {
	margin: 0px;
	font-size: 12px;
	padding: 4px 0px 4px 10px;
	background: url(/media/412/calloutheaderbg.gif) repeat-x 0px 0px;}
.callout h2 {
	margin: 0px;
	color: #474E4E;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 4px 5px 10px;}
.callout p {
	margin: 0px;
	color: #A6A6A6;
	font-size: 10px;
	padding: 0px 4px 8px 10px;}

#adContainer {padding-bottom: 20px;}
#adCol1 {
	position: relative;
	margin-right: 268px;}
#adCol2 {
	float: right;
	width: 264px;
	position: relative;}

#adCol1 h1, #adCol1 h2, #adCol2 h1, #adCol2 h2 {
	top: 3px;
	left: 10px;
	z-index: 200;
	color: #FFFFFF;
	font-size: 22px;
	position: absolute;
	font-weight: normal;}
#adCol1 h2, #adCol2 h2 {
	top: 4px;
	left: 11px;
	z-index: 100;
	color: #474E4E;}

#adCol1 .adDesc, #adCol2 .adDesc {
	top: 32px;
	left: 10px;
	padding: 0px;
	position: absolute;}
	
#adCol1 ul, #adCol2 ul {padding-bottom: 5px;}
#adCol1 li, #adCol2 li {
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 0px 0px 8px;
	background: url(/Common/Images/WhiteArrowBG.gif) no-repeat 0px 4px;}
#adCol1 li a, #adCol2 li a {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;}
#adCol1 li a:hover, #adCol2 li a:hover {text-decoration: underline;}
	
.link {
	cursor: pointer;
	cursor: hand;}


/* ====================== search results ======================== */
.SearchResult, .SearchResultAlt {padding-bottom: 15px;}
.SearchResultTitle, .SearchResultTitle a:link, .SearchResultTitle a:hover, .SearchResultTitle a:visited, .SearchResultTitle a:active {
	color: #09196E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;}	
.SearchResultTitle a:hover {text-decoration: underline;}

.SearchResultsHighlight {
	color: #09196E;
	font-style: italic;}
	
#resultsSearchPhrase, #resultsSearchQty, .SearchResultUrl a:link, .SearchResultUrl {color: #999999;}
#resultsSearchQty {padding-bottom: 12px;}

.selHint {background-color: #999999;}

#results div a span {background-color: #999999;}
	
.ezcount {
	float: right;
	color: #09196E;
	font-size: 9px;}

#results {
	z-index: 99;
	width: 175px;
	display: none;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	border: solid 1px #000000;
	background-color: #FFFFFF;}
#results a {color: #09196E;}

#EasySearchLiveResults {
	z-index: 100;
	display: none;
	position: absolute;
	border-width: 13px;
	border-color: black;
	margin-bottom: 10px;
	background-color: white;}


/* ====================== Data Grids ========================*/
.dataGrid, .kbEndUserMainTextStyle {
	width: 360px;
	border: none;
	border-collapse: collapse;}
.dataGrid td, .kbEndUserHdrRowColor td, .kbEndUserRowColorOdd td, .kbEndUserRowColorEven td {
	height: 20px;
	padding: 3px 5px;
	border: 1px solid #D2D2D2;}
.dataHeaderStyle, .kbEndUserHdrRowColor {
	height: 25px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;	
	background-color: #39618A;
	text-transform: capitalize;}
.dataHeaderStyle a:link, .dataHeaderStyle a:active, .dataHeaderStyle a:visited {color: #FFFFFF;}
.dataItemStyle {}
.dataAltItemStyle, .kbEndUserRowColorOdd {background-color: #DFDBD4;}
.dataFooterStyle, .dataFooterStyle a, .kbEndUserHeaderFooterStyle, .kbEndUserHeaderFooterStyle a {
	color: #B2B2B2;
	font-size: 10px;
	font-style: italic;}
.dataSelectedItemStyle {background-color: #B0B0B0;}



#search{
display:none;
}




















h1{
color:#c70132;
}
#topNav {
float:right;
margin-right:35px;
margin-top:103px;

}

.imageMap
{
margin-top:0px; height:100px; width:730px;
}
#topNav ul li a, #topMenu ul li a 
{
        color: #C60331;
font-weight:bold;
	text-decoration: none;
}
#topNav ul
{
	width: auto;
	margin: 0px;
	list-style: none;
}
#topNav li
{
	float: left;
	display: block;
	background: none;
	padding: 0px 0px 0px 8px;
	margin: 0px 5px 0px 5px;
	border-left: 1px solid #FCB035;
}
#topNav li a:hover
{
	color: #FCB035;
}

#mainLeftContainer{	text-align: left;
	margin-right: 20px;
	padding: 7px 0px 0px 0px;
	border-bottom: 7px solid #e2e361;
background: #FFFFFF url(/media/2061/pagebg.gif) repeat-y 0px 0px;
}#pageContainer {
	width: 770px;}


#main {
	width: 700px;
	margin: -120px 0px 0px 12px;}

#rightMaster {

	float: left;
}



/* EDITOR PROPERTIES */
