﻿

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 13px;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}

.pagetitles
{
	background-color: #fe0000;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	text-align:left;
}

.borderme
{
    border-left: dotted 1px #979797;
}

#bar
{
    height: 24px;
    background-image: url('images/headerfooterbar.jpg');
    background-repeat: no-repeat;
}

#footerbar
{
    height: 24px;
    width:800px;
    margin-top: 10px;
    background-image: url('images/headerfooterbar.jpg');
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    color: White;
}

#wrapper 
{
    width:800px;
	margin:0px auto;
	padding:0px;
}



#content 
{
	margin-top:10px;
	padding-bottom:10px;
}

/* applies to all divs within the content div */
#content div 
{
    padding:0px;
    float:left;
}

#content-left 
{
 	width:201px;
    border:1px solid #fe0000;
    margin-left:5px;
}

#content-main 
{
	margin-left:0px;
    width:565px;
    margin-left:13px;
    margin-right:5px;
}

#bottom 
{
	clear:both;
	text-align:right;
}


/* telerik RadPanelBar 4 Telerik skin */

/* panelbae wrapper */
.RadPanelbar_Telerik
{
	background: white;
	white-space: nowrap;
	width: 190px !important;
}

.RadPanelbar_Telerik .text
{
	color: #666;
	padding: 0px 20px;
	font: normal 13px Verdana, Arial, Sans-serif;
	line-height: 30px;
}

.RadPanelbar_Telerik .image
{
	margin: 4px 0px;
}


.RadPanelbar_Telerik .rootGroup .text
{
	background: white url('Img/MainItemNormal.gif') repeat-x;
}

.RadPanelbar_Telerik .group .text
{
	background: transparent;
	padding: 0px 20px;
	color: black;
	line-height: 24px;
}

.RadPanelbar_Telerik .rootGroup .selected .text,
.RadPanelbar_Telerik .rootGroup .expanded .text
{
	background: white url('Img/MainItemSelected.gif') repeat-x;
	color: #333;
	font-weight: bold;
}

.RadPanelbar_Telerik .group .selected .text
{
	text-decoration: underline;
	font-weight: normal;
	background: none;
	color: black;
}

.RadPanelbar_Telerik .level2 .link
{
	background: url('Img/Bullet.gif') no-repeat 8px center;
	margin-left: 20px;
}

.RadPanelbar_Telerik .group .expanded .text,
.RadPanelbar_Telerik .group .selected .text
{
	text-decoration: underline;
	background: none;
	font-weight: normal;
}

.RadPanelbar_Telerik .rootGroup .disabled:hover,
.RadPanelbar_Telerik .rootGroup .disabled .text
{
	background: white url('Img/MainItemNormal.gif') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelbar_Telerik .rootGroup .group .disabled:hover,
.RadPanelbar_Telerik .rootGroup .group .disabled .text
{
	text-decoration: none;
	background: none;
	color:  #ccc;
	cursor: default;
}

.RadPanelbar_Telerik .rootGroup .level2 .disabled:hover
{
	background: url('Img/Bullet.gif') no-repeat 8px center;
}
