body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.popup
{
    font-size: 11px;
    margin: 0px;
    color: #3f3f3f;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    background-color: #FFFFFF;
}

.tblFormCellOne
{
	width: 130px;
	text-align: left;
}

.tblFormCellTwo
{
	width: 10px;
}

.tblDotted
{
	width: 100%;
	border-right: #a9a9a9 1px dotted;
	border-top: #a9a9a9 1px dotted;
	border-left: #a9a9a9 1px dotted;
	border-bottom: #a9a9a9 1px dotted;
}

a:link {
	color: #00355E;
	text-decoration: none;
}

a:visited {
	color: #00355E;
	text-decoration: none;
}

a:hover {
	color: #007399;
	text-decoration: underline;
}

a:active {
	color: #00355E;
}

hr
{
    width: 100%;
    color: #004071;
    height: 1px;
}

form {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

.textUpload
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	padding-left: 2px;
	border-left: #a9a9a9 1px solid;
	padding-top: 2px;
	border-bottom: #a9a9a9 1px solid;
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

ul {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.textBlue 
{
    font-size: 12px;
    color: #00355E;
}

.textTitle {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00355E;
}

.textCaption {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
}

.textField
{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    color: #3f3f3f;
}

.textRFV
{
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color: red;
}

.textError
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00000;
}

.textBox
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	padding-left: 2px;
	border-left: #a9a9a9 1px solid;
	padding-top: 2px;
	border-bottom: #a9a9a9 1px solid;
	background-repeat: no-repeat;
	height: 13px;
	background-color: white;
	padding-right: 2px;
	padding-bottom: 2px;
}

.msgBox {
	border-right: #a8c4da 1px solid;
	border-top: #a8c4da 1px solid;
	padding-left: 3px;
	border-left: #a8c4da 1px solid;
	padding-top: 3px;
	border-bottom: #a8c4da 1px solid;
	background-color: #edffff;
}

.gridheader {
	font-weight: bold;
	background-image: url(images/grid-header-bgimage.gif);
	color: #3f3f3f;
	background-color: #ebebeb;
}

.cssMenuTable
{
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3f3f;
}

.cssSubMenuTable
{ 
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3f3f;
	background-color: #c9c9c9; 	
	elevation: above;
}

.cssSubMenuLayer
{
	position: absolute;
	visibility: hidden;
	table-layout: auto;
	border-right: white 1px solid;
	border-top: white 1px solid;
	margin: 0px;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.cssSubMenu
{
	width: 150px;
	height: 18px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.cssMenu
{
	width: 100px;
	height: 17px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-right: #a9a9a9 1px solid;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

.cssMenuSeparator
{
    width: 100%;
    color: #a9a9a9;
    height: 1px;
}