@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/bg.gif) repeat-x left 110px;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    overflow-y: scroll;	
}
a, a.visited, a.active 
{
    color: #d13811;
}
img 
{
    border: none;
}
h1, h2, h3, h4, h5, h6 {color: #666666;}
h1 {
	font-size: 21px;
	font-family:"Segoe UI ", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 15px;
	font-family:"Segoe UI ", Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 18px;
	margin: 16px 0px 0px 0px;
	font-weight: normal;
}
.logotype 
{
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    padding-right: 20px;
}
.logotype a 
{
    color: #ffffff;
    text-decoration: none;
}
.centerPage {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#mainArea {
	margin: 20px 0px 20px 0px;
	text-align: left;
}
.divider {
	background: url(../images/bgDivider.gif) repeat-y center top;
}
.topFrame {
	background: #000000 url(../images/bgTopFrame.gif) repeat-x left top;
	height: 110px;
}
.topMenu 
{
    padding-top: 40px;
}
.topMenu a {
	display: block;
	float:left;
	height: 26px;
	line-height: 25px;
	padding: 0px 15px 0px 15px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #868686;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #504D4B;
}
.topMenu a:hover {
	color: #ffffff;
}
.topMenu .selected {
	color: #ffffff;
	border: solid 1px #d13811;
	background: #d13811 url(../images/topMenuActive.gif) repeat-x left bottom;
	height: 26px;
	line-height: 25px;
	padding: 0px 15px 0px 15px;
	margin:0px;
}
.breadcrumFrame {
	background: url(../images/bgBreadcrum.gif) repeat-x top left;
	height: 25px;
}
.breadcrum {
	text-align: left;
	font-size: 10px;
	color: #8f8f8f;
}
.breadcrum a {
	color: #8f8f8f;
	text-decoration: none;
}
.leftmenu a {
	display: block;
	background: #ebebeb url(../images/bgLeftmenuItem.gif) no-repeat 5px 4px;
	color: #535353;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 4px 6px 27px;
	padding-left: 27px;
	margin-bottom: 3px;
}
.leftmenu a:hover {
	background: url(../images/bgLeftmenuItem.gif) no-repeat 5px 4px;
	color: #000000;
}
.leftmenu a.selected {
	background: url(../images/bgLeftmenuItem_active.gif) no-repeat 5px 4px;
	color: #000000;
	font-weight: bold;
}
.leftmenu a.selected:hover {
	background: url(../images/bgLeftmenuItem_active.gif) no-repeat 5px 4px;
}
.submenu a
{
	background: url(../images/submenuArrow.gif) no-repeat 5px center;
    margin: 0px 0px 4px 0px;
    padding: 2px 0px 3px 14px;
    height:auto;
    line-height: normal;
}
.submenu a:hover
{
	background: #ebebeb url(../images/submenuArrow.gif) no-repeat 5px center;
}
.submenu a.selected
{
	background: #ebebeb url(../images/submenuArrow.gif) no-repeat 5px center;
    color: #000000;
}
.submenu a.selected:hover
{
	background: #ebebeb url(../images/submenuArrow.gif) no-repeat 5px center;
    color: #000000;
}
.rightHeader {
	background: url(../images/bgLeftmenuItem_active.gif) no-repeat left center;
	font-size: 11px;
	font-weight: bold;
	padding-left: 22px;
	height: 27px;
	border-bottom: dotted 1px #BEBEBE;
}
.bottomFrame 
{
    background: #efefef;
    font-size: 11px;
    color: #8f8f8f;
}
.bottomEdit 
{
    padding:6px;
}
