﻿.leftcell
{
	width: 193px;	
	background-repeat:no-repeat;
	background-color:#ffffff;
	border-left:#01204D 2px solid;
	border-top:#01204D 2px solid;
	border-bottom:#01204D 2px solid;
}

.rightcell
{
	width: 252px;
	padding-top: 18px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-image:url(../Images/Common/Right_Bck.jpg);
	border-right:#01204D 2px solid;
	border-top:#01204D 2px solid;
	border-bottom:#01204D 2px solid;

	
}


.menucell
{
	background-repeat:no-repeat;
	background-image:url(../Images/Common/MenuCell_Bck.jpg);
	padding-top:19px;

}

.infotitle_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;	
	text-decoration: none;
	text-align: left;
	padding-bottom: 2px;
}

.infosmall_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 20px;	
	color: #FFFFFF;	
}

.infosmalllink_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;	
}

.tab_activ
{
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #D4E273;
	height: 20px;
	padding: 4px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 13px;
	background-position: center;
}

.tab_inactiv {
	height: 20px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D4E273;
	color: #CCCCCC;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.tab_activ_link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 13px;
	text-decoration: none;
}

.tab_activ_link:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 13px;
	text-decoration: none;
}

.tab_inactiv_link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 13px;
	color: #999999;
	text-decoration: none;
}

.tab_inactiv_link:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
}

.grouptitle
{
	border-bottom: #b9c9d2 1px solid;
	display: inline;
}

.secondmenu
{
	color: #3c863c;
	text-decoration: none;
	background-image: url(../Images/Common/BulletMenu.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 24px;
	background-color: #d2ebb8;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 2px;
	display: block;
	margin-right: 2px;
}

.secondmenu:hover {
	background-image: url(../Images/Common/BulletMenu_Over.gif);
	color: #000000;
}

.secondmenubackground
{
}

