﻿.style7
{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style8
{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style9
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.style10
{
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style11
{
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style12
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style14
{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style15
{
	color: #FF0000;
	font-weight: bold;
}

.style16
{
    width: 100%;
    font-family: Verdana;
    padding: 0px;
    margin: 0px;
    border: 1px solid #000080;
}

a.style7
{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a:hover.style7
{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.main_table
{
	background-color: #BABABA;
	text-align: left;
	font-size: 11px;
}
.table_header_cell
{
	line-height: 17px;
	background-image: url(images/boxtitle2_bg.gif);
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-left: 8px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.box_content_cell
{
	background-color: #EEEEEE;
}
td.box_content_text
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
}

/* The main menu box */
.box_menu_cell
{
	background-color: #EEEEEE;
	width: 20%;
}
a.menuitem
{
	color: #336600;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 17px;
	text-decoration: underline;
	font-weight: normal;
}
a.menuitem:hover
{
	background: #F3FAE7;
	border: 1px solid #6EA42D;
	color: #336600;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 17px;
	text-decoration: none;
	font-weight: normal;
}


/* General use styles ----------------------------------------------- */
.black_heading
{
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	line-height: 17px;
	text-decoration: none;
	font-weight: bold;
}
.white_heading
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-decoration: none;
	font-weight: bold;
}
.white_back
{
	background-color: #FFFFFF;
}
.success
{
	color: #009900;
	font-size: 11px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
.fail
{
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFF99;
}
.required_asterisk
{
	color: #ff0000;
}

/* The default push-button */
input.button_style
{
	cursor: pointer;
	border-left: solid 1px #336699;
	border-top: solid 1px #336699;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #6EA42D;
}
input
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}

table.pTable
{
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000080;
}


