﻿/* main panel for inner page */
DIV#MainPanel
{
	float:left;
	position:relative;
	width:100%;
	min-height:400px;
	margin:7px 0 20px 0;
	background-color:#F8F9FB;
	line-height:150%;
}

/* content panel */
DIV#ContentPanel
{
	float:left;
	width:649px;
	min-height:400px;
	margin:9px 0 9px 0;
	padding:0 15px 40px 15px;
	border-left:solid 1px #000;
	line-height:160%;
}

DIV#ContentPanel DIV#InnerContentPanel 
{
    width:471px;
}

/* breadcrumbs */
DIV#BreadCrumbs {
    height:18px;
    font-size:11px;
    color:#9B9B9B;
}

DIV#BreadCrumbs A, DIV#BreadCrumbs A:visited {
    color:#9B9B9B;
}

/* left menu */
DIV#LeftMenu
{
	float:left;
	width:156px;
	padding:0 5px 0 25px;
	margin-top:27px;
}

/* left menu */
DIV#LeftMenu A, DIV#LeftMenu A:visited
{
    color:#000;
    text-decoration:none;
}
DIV#LeftMenu A:hover, DIV#LeftMenu A:visited:hover
{
    text-decoration:underline;
}
DIV#LeftMenu A.firstLink
{
    display:block;
	font-size: 18px;
	margin: 0px 0px 22px -6px;
	border-bottom:solid 1px #CECECE;
	border-top:solid 1px #CECECE;
	padding:7px 0 9px 5px;
}
DIV#LeftMenu DIV.childTab, DIV#LeftMenu DIV.childTabCurrent
{
	margin:10px 0px 11px 0px;
	padding:0px 0px 0px 11px;
	background-image:url(../../images/layout/sidemenueArrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	/*border-bottom:solid 1px #D9D4D8;*/
}

DIV#LeftMenu DIV.childTabCurrent
{
    font-weight:bold;
    background-image:url(../../images/layout/greenArrow.gif);    
}

DIV#LeftMenu DIV.childTabCurrent A, DIV#LeftMenu DIV.grandChildTabCurrent A 
{
    color:#459A00;
}

DIV#LeftMenu DIV.grandChildTab , DIV#LeftMenu DIV.grandChildTabCurrent
{
	padding:0px 0px 0px 11px;
	font-size:12px;
	font-weight:normal;
	margin:1px 0px 5px 15px;
	background-image:url(../../images/layout/sidemenueArrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

DIV#LeftMenu DIV.grandChildTabCurrent 
{
    font-weight:bold;
    background-image:url(../../images/layout/greenArrow.gif);    
}

/* RightPanel */
DIV#RightPanel 
{
	position:absolute;
	top:-21px;
	right:-12px;
	width:200px;
	z-index:100;
}

DIV#RightPanel DIV#RightPanelTop 
{
	width:183px;
	height:29px;
	font-size:0;
	background-image:url(../../images/layout/floatingGreen.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:14px 0 0 17px;
}

DIV#RightPanel DIV#RightPanelMiddle
{
	width:158px;
	height:314px;
	background-color:#000;
	background-image:url(../../images/layout/sideBlack.gif);
	background-repeat:repeat-y;
	color:#FFF;
	padding:17px 20px 0 22px;
}

DIV#RightPanel DIV#RightPanelMiddle P {
    margin:0;
}

DIV#RightPanel A, DIV#RightPanel A:visited {
    color:#FFF;
}

DIV#RightPanel DIV#RightPanelBottom 
{
	width:200px;
	height:19px;
	background-image:url(../../images/layout/sideBlackBottom.gif);
}

/* Content items */
DIV.contentItem
{
	padding:10px 0 20px 0;
	border-bottom:solid 1px #4469A0;
}

DIV.contentItem H2 {
    margin-bottom:0;
}

/* round corners */
.RoundCorner 
{
	position:absolute;
	width:5px;
	height:22px;
	background-repeat:no-repeat;
}
.WhiteCornerTopRight
{
	position:absolute;
	top:0;
	right:0;
	background-image:url(../../images/layout/cornerTopRight.gif);
}
.WhiteCornerTopLeft
{
	position:absolute;
	top:0;
	left:0;
	background-image:url(../../images/layout/cornerTopLeft.gif);
}
.WhiteCornerBottomRight
{
	position:absolute;
	bottom:0;
	right:0;
	background-image:url(../../images/layout/cornerBottomRight.gif);
}
.WhiteCornerBottomLeft
{
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(../../images/layout/cornerBottomLeft.gif);
}