/*** TEXT ***/

body, p, .Normal, .NormalBold, .MainFrame td, .MainFrame
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 11px;
   font-weight: normal;
   color: #000000;
   line-height: 1.3em;
   margin: 0px;
   margin-bottom: 1.3em;
}

.NormalBold
{
	font-weight: bold;
}

h1, h1 span, .Normal h1
{
	display: block;
	font-size: 200%;
	line-height: 1.2em;
	color: #000000;
	margin: 0px;
	margin-bottom: 0.3em;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
}

ul li
{
    list-style-type: disc;
}

h2, TFOOT, THEAD, .SubMenuHeader, .ContainerHead, h2 span, .Normal h2  
{
	font-size: 150%;
	line-height: 1.2em;
	color: #000000;
	margin: 0px;
	margin-bottom: 0.0em;
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
}

h3  
{
	font-weight: bold;
	color: #000000;
	font-size: 120%;
	line-height: 1.2em;
	margin: 0px;
	margin-bottom: 0.0em;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
}

a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:hover 
{
	color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

a img
{
	border: 0px;
	border-color: #000000;
}

HR 
{
	height: 0px;
	border: 0px;
	border-top: 2px solid #dadada;
}

span.SubHead
{
	color: #666666;
}


.eipbackimg
{
    margin-left: 20px;
}

.SkinObject
{
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
}

/*** LAYOUT ***/

body
{
	background-image: url(Images/BodyBg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

.ControlPanel
{
	position: relative;
	z-index: 1;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

.MainFrameTable
{
}

.MainFrame
{
	position: relative;
	z-index: 1;
	width: 1000px;
}

.MainFrame .selek_div, 
.Container
{
	float: left;
	padding: 0px;
	width: 100%;
}

.BannerFrame
{
	margin-top: 30px;
	float: left;
	width: 100%;
}

.TopPane
{
	float: left;
	width: 100%;
}

.ContentFrame
{
	float: left;
	border: 1px solid #999999;
	border-top: 0px;
	width: 100%;
	background-color: #ffffff;
	background-image: url(Images/SplashBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.ContentFrameTable
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 300px;
}

.ContentFrameTable2Col
{
	margin: 0px;
}

.LeftPane
{
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #999999;
	width: 200px;
}

.LeftPane2Col
{
	border: 0px;
}

.ContentPane
{
	padding-left: 15px;
	padding-right: 15px;
}

.ContentPane2Col
{
	padding: 15px;
}

.RightPane
{
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #999999;
	width: 200px;
}

.FooterFrame
{
	float: left;
	width: 100%;
}

/*** ADMIN MENU ***/

.AdminMenu
{
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/	
	background-color: #660000;
	padding: 8px;
	line-height: 1em;
	color: #ffffff;
	margin-top: -65px;
	float: right;
}

.AdminMenu img
{
	display: none;
}

.AdminMenuUserContainer
{
	float: left;
	border-left: 2px solid #ffffff;
	padding-left: 20px;
	margin-left: 10px;
}

.AdminMenuContainer
{
	float: left;
}

.AdminMenuContainer a
{
	display: inline;
}

.AdmiinMenuContainer table a
{
	display: inline;
}

.AdminMenu a.SkinObject,
.AdminMenu a.SkinObject:link,
.AdminMenu a.SkinObject:active,
.AdminMenu a.SkinObject:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
}

.AdminMenu a.SkinObject:hover
{
	text-decoration: underline;
}

table.AdminMenuItem
{
}

a.AdminMenuItem,
a.AdminMenuItem:link,
a.AdminMenuItem:active,
a.AdminMenuItem:visited
{
	float: left;
	margin-right: 25px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
	cursor: pointer;
}

a.AdminMenuItem span,
a.AdminMenuItem:link span,
a.AdminMenuItem:active span,
a.AdminMenuItem:visited span
{
	font-size: 11px;
	cursor: pointer;
}

a.AdminMenuItem:hover
{
	text-decoration: underline;
}

.AdminMenuSub
{
	border-top: 1px solid #660000;
}

a.AdminMenuSubItem,
a.AdminMenuSubItem:link,
a.AdminMenuSubItem:active,
a.AdminMenuSubItem:visited
{
	text-decoration: none;
	color: #660000;
	text-transform: uppercase;
}

a.AdminMenuSubItem span,
a.AdminMenuSubItem:link span,
a.AdminMenuSubItem:active span,
a.AdminMenuSubItem:visited span
{
	float: left;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #660000;
	border-top: 0px;
	width: 150px;
	background-color: #ffffff;
	cursor: pointer;
	font-size: 11px;
}

a.AdminMenuSubItem:hover span
{
	background-color: #660000;
	color: #ffffff;
}

/*** MAIN MENU ***/

.MainMenu
{
	float: left;
	width: 100%;
	height: 35px;
	background-image: url(Images/MenuBg.jpg);
	margin-top: 30px;
	text-align: left;
	border: 1px solid #999999;
	border-bottom: 0px;
}

a.MainMenuItem,
a.MainMenuItem:active,
a.MainMenuItem:visited,
a.MainMenuItem:link
{
	float: left;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 7px;
	font-family: Arial, Verdana, Helvetica, Sans Serif;
}

a.MainMenuItem:hover
{
	text-decoration: underline;
}

.MainMenuSeparator
{
	float: left;
	border-right: 1px solid #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 7px;
}

/*** SPLASH ***/

.ContentFrameSplash
{
	border: 1px solid #999999;
	margin-top: 30px;
	padding: 25px;
}

.ContentFrameTableSplash
{
}

.ContentPaneSplash
{
	background-image: url(Images/SplashBg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 25px;
}

/*** TOP MENU ***/

.TopMenu
{
	position: absolute;
	top: 60px;
	right: 0px;
	padding: 10px;
	background-color: #ffffff;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	font-weight: bolder;
	word-spacing: 10px;
}

/*** MIN MAX ***/

.MaxMinContainer
{
	position: relative;
	z-index: 10;
}

.MaxMinHeader a
{
	display: block;
    padding: 10px 0px 5px 0px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url(Images/MenuBG2.jpg);
    background-repeat: repeat-x;
    height: 35px;
	width: 95%;
}

.MaxMinHeader img
{
}

.MaxMinHeader h3
{
	position: absolute;
	z-index: 11;
	top: 8px;
	left: 10px;
	color: #000000;
}

.MaxMinHeader h3 span
{
	color: #000000;
	padding-left: 15px;
}

.MaxMinContainer .ContainerText
{
	width: 95%;
}
