﻿.sidebarContent 
{
    padding-right: 10px;
	padding-left: 15px;
	padding-top: 6px;
	border-right: 1px solid #1f2428;
	border-bottom: 1px solid #1f2428;
}

.sidebarContent2 {
	padding-left: 15px;
	border-right: 1px solid #1f2428;
}

.sideBarTableCell 
{
    vertical-align: top;
}

.sidebarSep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	height: 50px;
	padding-left: 15px;
	background-image: url(../images/sidebar_header_background.png);
	background-repeat: repeat-x;
	border-right: 1px solid #1f2428;
	border-bottom: 1px solid #1f2428;
}

.sidebarSep2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	height: 50px;
	padding-left: 15px;
	background-image: url(../images/sidebar_header_background.png);
	background-repeat: repeat-x;
	border-top: 1px solid #1f2428;
	border-right: 1px solid #1f2428;
	border-bottom: 1px solid #1f2428;
}


.sidebarBG {
	background-image: url(../images/sidebarmid.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

.inputFieldDiv 
{
    margin-top: 10px;
}

.archive {
	border-bottom: 1px solid black; 
	border-right: 1px solid black; 
	background-color: #CCC; 
	height: 45px; 
	padding-left: 15px; 
	padding-right: 10px; 
	font-weight: bold;
}