﻿body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image:url("../../images/bg_page.gif");
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	text-decoration: none;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	text-decoration: none;
	font-weight: bold;
}
/*fieldset {
    background-color:#f1f1f1;
}*/
li {
	padding:2px 0px;
}
li.checked {
	/*font-weight: bold;
	color: #000066;*/
	list-style-image: url(../../images/checkmark_sm.gif);
}
li.alpha {
    list-style-type:upper-alpha;
}
.underlined {
    text-decoration:underline;
}
/*div.larger p.heading, li {
    font-size:14px;
}
div.emphasize {
    background-color:#f1f1f1;
}*/
.heading {
	font-weight: bold;
	font-size: 12px;
	color: #CE0F41;
	text-decoration: none;
}
.nowrap {
    overflow:auto;}
.small, a.small {
	font-size: 10px;
	color: #A4A4A4;
	text-decoration: none;
	border:none;
	outline:none;
}
a.smallon {
	font-size: 10px;
	color: #CE0F41;
	font-weight: bold;
	text-decoration: none;
}
a.small:hover {
	font-size: 10px;
	color: #CE0F41;
	text-decoration: underline;
	border:none;
	outline:none;
}
a.smallon:hover {
	font-size: 10px;
	color: #CE0F41;
	font-weight: bold;
	text-decoration: none;
	border:none;
	outline:none;
}
.formattingDiv 
{
    float:left;
    height:100%;
    background-color:White;
}
.outerBorder 
{
    float:left;
    width:5px;
    height:100%;   
}
.leftInner 
{
    float:left;
    width:11px;
    height:100%;
    background-image: url('../../images/bg_side_table_left_narrow.gif');
}
.rightInner 
{
    float:left;
    width:11px;
    height:100%;
    background-image: url('../../images/bg_side_table_right_narrow.gif');
}
.leftside {
    background-image:url("../../images/bg_side_table_left.gif");
    width:25px;
}
.rightside {
    background-image:url("../../images/bg_side_table_right.gif");
    width:25px;
}
.topshadow {
    background-image:url("../../images/bg_line_shadow_top.gif")
}
.bottomshadow {
    background-image:url("../../images/bg_line_shadow_bottom.gif")
}
.exampleInnerTbl td {
    color: #CE0F41;
}
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.formInput {
	margin-right: 5px;
	vertical-align:middle;
}
.formInputLabel
{
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom:5px;
	width: 140px;
	margin-right:10px;
}
.formInputElement
{
    float:left;
    text-align:left;
	margin-bottom:5px;
	vertical-align:middle;
    width:190px;
}
