﻿/* Overall Area - Div*/
.CommonSidebarArea
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	padding-top: 0px;
}

/* Central Area, holding screen info*/
.CommonSidebarInnerArea
{
	border-right: 1px solid;
	padding-right: 3px;
	background-position: left bottom;
	padding-left: 3px;
	margin: 0px;
	overflow: hidden;
	border-left: 1px solid;
	padding-top: 0px;
}
.CommonSidebarInnerArea
{
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
	background-color: #3d5476;
}

/* Header inside central area, holding header, if any*/
.CommonSidebarHeader
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bolder;
	font-size: 150%;
	padding-bottom: 4px;
	margin: 0px 0px 0px;
	color: #333;
	padding-top: 2px;
	border-bottom: #fff 1px solid;

}

/*Bottom area, rounded*/
.CommonSidebarRoundBottom
{
	height: 5px;
}

.CommonSidebarRoundBottom .r4
{
	height: 1px;
	background-position: left top;
	background-image: url(../images/common/sidebar-bottom.png);
	background-repeat: repeat;
	background-color: #3d5476;

	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
	border-left-width: 0px;
	overflow: hidden;
	margin: 0px 5px;
	height: 0px;
	border-right-width: 0px;
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
}
.CommonSidebarRoundBottom .r3
{
	border-left-width: 2px;
	border-right-width: 2px;
	border-right: 1px solid;
	border-left: 1px solid;

	height: 1px;
	margin: 0px 3px;
	overflow: hidden;

	background-position: left top;
	background-image: url(../images/common/sidebar-bottom.png);
	background-repeat: repeat;

}

.CommonSidebarRoundBottom .r2
{
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
	background-color: #3d5476;
	border-right-color: #999999;
	border-right: 1px solid;
	overflow: hidden;
	border-left: 1px solid;
	height: 1px;
	margin: 0px 2px;

	background-position: left top;
	background-image: url(../images/common/sidebar-bottom.png);
	background-repeat: repeat;
}
.CommonSidebarRoundBottom .r1
{
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
	background-color: #3d5476;
	border-right-color: #999999;
	border-right: 1px solid;
	overflow: hidden;
	border-left: 1px solid;
	margin: 0px 1px;
	height: 2px;

	background-position: left top;
	background-image: url(../images/common/sidebar-bottom.png);
	background-repeat: repeat;
}

/*Top area, rounded*/
.CommonSidebarRoundTop
{
	height: 5px;
}
.CommonSidebarRoundTop .r4
{
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
	background-color: #3d5476;
	border-right-color: #999999;
	border-right: 1px solid;
	overflow: hidden;
	border-left: 1px solid;
	margin: 0px 1px;
	height: 2px;
}
.CommonSidebarRoundTop .r3
{
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
	background-color: #3d5476;
	border-right-color: #999999;
	border-right: 1px solid;
	overflow: hidden;
	border-left: 1px solid;
	height: 1px;
	margin: 0px 2px;
}
.CommonSidebarRoundTop .r2
{
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
	background-color: #3d5476;
	border-right-color: #999999;
	border-right: 1px solid;
	overflow: hidden;
	border-left: 1px solid;
	height: 1px;
	border-left-width: 2px;
	margin: 0px 3px;
	border-right-width: 2px;
}
.CommonSidebarRoundTop .r1
{
	border-right: 1px solid;
	overflow: hidden;
	border-left: 1px solid;
	border-left-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #999999;
	background-color: #3d5476;
	border-right-color: #999999;
	border-top: 1px solid;
	border-left-width: 0px;
	margin: 0px 5px;
	height: 0px;
	border-right-width: 0px;
}

.CommonSidebarContent ul
{
}

.CommonSidebarContent li
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-left: -8px;
}

#nav tr
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	background-color: #3d5476;
}

#nav a
{
	padding-right: 2px;
	padding-left: 2px;
	color: white;
}

