﻿


.menu_top
{
	color: #ABBCD9;
	background-color: #5C79B0;
	/*2F6690; ABBCD9 */
	width: 90px;
	height: 35px;
/*	border-left: solid 1px #6898BB; */
	border-right: solid 1px #ABBCD9;
	text-align: center;
	
}

.menu_top_selected
{
	background-color: #ABBCD9;
	/*0e4063;*/
	color: white;
}

.menu_top_hover
{
	/*background-color: #5C79B0;*/
	color: white;
}

.menu_drop
{
	color: #ABBCD9;
	background-color: #5C79B0;
	width: 160px;
	height: 20px;
	border-left: solid 1px #ABBCD9;
	border-bottom: solid 1px #ABBCD9;
	border-right: solid 1px #ABBCD9;
	text-align: left;
	padding-left: 5px;
}
.menu_drop_hover
{
	/*background-color: #5C79B0;*/
	color: white;
}
.menu_drop_top
{
	border-top: solid 1px #5C79B0;
	/*6898BB;*/
}



.breadcrumb
{
	background-color: #ABBCD9;
	/*0e4063;*/
	color: White;
	height: 20px;
}

.breadcrumb a
{
	text-decoration: none;
	color: white;
}
.breadcrumb_active a
{
	color: White;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

small_text,
div.small_text,
span.small_text
{
	font-size: 10px;
}

td.left_divider
{
	border-left: dotted 1px #666;
	padding-left: 15px;
}
td.right_divider
{
	border-right: dotted 1px #666;
	padding-right: 15px;
}

table.content tr td
{
	padding: 15px 5px 15px 5px;
}

td.bottom_divider
{
	border-bottom: dotted 1px #666;
	padding-bottom: 15px;
}

td.top_divider
{
	border-top: dotted 1px #666;
	padding-top: 15px;
}

body
{
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}

small
{
	font-size: 9px;
	font-family: Verdana, Arial, Sans-Serif;
}
subheading
{
	font-size: 7px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1
{
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	margin-top: 6px;
	color: black
}
h2
{
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	margin-top: 6px;
	color: #5C79B0;
}