/* Sovran style :: base */

/* ***************************************************** */
/* subMenuBox */
/* ***************************************************** */
.subMenuBox {
	width: 145px;
	float: right;
	text-align: right;
	padding: 5px;
	border-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}

/* ***************************************************** */
/* contentBox */
/* ***************************************************** */
.contentHdr {
	background-image: url(../images/contentTitle_bgnd.jpg);
	background-repeat: no-repeat;
	width: 484px;
	height: 40px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #1a4983;
}
.contentBox {
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	width: 484px;
	min-height: 400px;
}
.contentFoot {
	background-image: url(../images/content_botTile.gif);
	background-repeat: no-repeat;
	width: 504px;
	height: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
}
.contentBox a:link {
	color: #a9233e;
	text-decoration: none;
}
.contentBox a:visited {
	color: #a9233e;
	text-decoration: none;
}
.contentBox a:hover {
	color: #a9233e;
	text-decoration: underline;
}

/* ***************************************************** */
/* sidebarBox */
/* ***************************************************** */
.sideBarTileImgs{
	background: #030E20 url(../images/sidebar_bgndTile.jpg) repeat-x;
}
.sidebarHdr {
	width: 173px;
	background-image: url(../images/sidebar_hdr.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffb900;
}
.sidebarBox {
	width: 193px;
}
.sidebarTextBox {
	color: #FFFFFF;
	width: 173px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.sidebarBox a:link {
	color: #ffb900;
	text-decoration: none;
}
.sidebarBox a:visited {
	color: #ffb900;
	text-decoration: none;
}
.sidebarBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.keyService a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.keyService a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.keyService a:hover {
	color: #ffb900;
	text-decoration: underline;
}

ctl00_sidebar {
	background: #030E20;
}

/* ***************************************************** */
/* content > mNav boxes */
/* ***************************************************** */

.MenuBackground 
{
    background-image:url("../images/mNav_bgndBar.gif");
    background-repeat:no-repeat;
}


.mNavItemBox {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
}

.mNavItemBox a {
	background-image: url(../images/mNav_btnBgnd.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: 22px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 20px;
}

.mNavItemBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mNavItemBox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mNavItemBox a:hover {
	background-image: url(../images/mNav_roBgnd.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.mNavItemBox a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.contentContainerCell{
	background: #03132d url(../images/content_bgndTile.jpg) repeat-x;
}
/* ***************************************************** */
/* footerBox */
/* ***************************************************** */
.footerBox {
	text-align:center;
	font-size: 11px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	font-weight:bold;
}
.footerBox a:link {
	color: #ffffff;
	text-decoration: none;
}
.footerBox a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footerBox a:hover {
	color: #d60223;
}

/* ***************************************************** */
/* Seminars Table */
/* ***************************************************** */

.seminars th 
{
    background-color:#295D97;
    font-weight:normal;
}

.seminars td 
{
    vertical-align:top;   
}

.seminars .alt 
{
    background-color:#E4EDEF;
}

a.tooltip{
    position:relative; /*this is the key*/
    z-index:24; }

a.tooltip:hover{z-index:25; background-color:white}

a.tooltip span{display: none}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; 
    left:2em; 
    width:40em;
    padding:5px;
    border:3px groove white;
    background-color:#006699;
    color:White;
    text-decoration:none;
    }
    
    
    
.Title 
{
        background-image:url(../images/content_midTile.gif);
        background-repeat:repeat-y; 
        width: 536px;
}