/* Default CSS Stylesheet for a new Web Application project */

BODY {
	margin: 10 0 0 0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

TD {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}

#Table1 
{
	background-color: #FFFFFF;	
}

TABLE.HeaderBox1 {
	width: 100%;
}

TABLE.MainBox1 {
	width: 821px;
	background-color: #FFFFFF;	
}

TD.LeftBar {
	background-image: url(../Images/img_left_background.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

TD.RightBar {
	background-color: #CEEDEF;
	background-image: url(../Images/img_right_background.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}

TD.menu_left {
	background-image: url(../Images/menu_left.jpg);
	background-repeat: no-repeat;
	height: 46px;
}

TD.menu_center {
	background-image: url(../Images/menu_center.jpg);
	background-repeat: repeat-x;
	background-position: left 1px;
	height: 46px;
}

TD.menu_right {
	background-image: url(../Images/menu_right.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 46px;
}

TD.MainBar 
{
	border-top: solid 6px #BD282E;
	padding: 10px 10px 10px 10px;
}

A 
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

A:hover 
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

A:visited
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.ButtonActive {
	background-color: #3782C3;
	border: solid 1px #3782C3;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;	
	cursor: hand;
	color: White;
}

.ButtonInactive {
	background-color: #0198C8;
	border: solid 1px #0198C8;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;	
	cursor: hand;
	color: white;
}

.Panel {
	border-top: solid 1px #02981D;
}

/*************************************************/

.menu_horizontal_normal 
{
	color: #ffffff;
	cursor: hand;
	font-weight: bold;	
	padding-right: 10px;
	padding: 5px 5px 5px 5px;
}

.menu_horizontal_hover 
{
	color: #ffffff;
	cursor: hand;
	font-weight: bold;
	padding-right: 10px;
	padding: 5px 5px 5px 5px;
}

.menu_vertical_normal {
	cursor: hand;
	padding: 5px 5px 5px 5px;
}

.menu_vertical_hover {
	cursor: hand;
	padding: 5px 5px 5px 5px;
}

.menusub_horizontal_hover 
{
	color: #ffffff;
	background-color: #3782c3;
	cursor: hand;
	font-weight: bold;
	padding-right: 10px;
	padding: 5px 5px 5px 5px;
}

.menusub_horizontal_normal {
	color: #ffffff;
	background-color: #3782c3;
	cursor: hand;
	font-weight: bold;
	padding-right: 10px;
	padding: 5px 5px 5px 5px;
}

.menusub_vertical_normal {
	cursor: hand;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-right: 25px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
}

.menusub_vertical_hover {
	cursor: hand;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-right: 25px;
	background-color: #cecece;
	padding: 5px 5px 5px 5px;
}