a
{
	/* start controled by editor */
	color: #E35A0F; /* end controled by editor */
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	/* start controled by editor */
	color: #E35A0F; /* end controled by editor */
}
a:active
{
	/* start controled by editor */
	color: #E35A0F; /* end controled by editor */
}
body
{
	/* start controled by editor */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* end controled by editor */
	margin: 0;
	padding: 0;
}
form
{
	margin-bottom: 0px;
	margin-top: 0px;
}
img
{
	border: none;
}
input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input[type="text"],input[type="password"]
{
	font-size: 12px;
	color:#023c59;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px none white;
	width: 100%;
	color: red;
	overflow: hidden;
}
table
{
	background-color: #FFFFFF;
	border: 0;
}
td
{
	/* start controled by editor */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* end controled by editor */
	white-space: nowrap;
	background-repeat: repeat-x;
}
th
{
	/* start controled by editor */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* end controled by editor */
	white-space: nowrap;
}
.textTableOddColor
{
	/* start controled by editor */
	color: #5A7787; /* end controled by editor */
}
.textTableEvenColor
{
	/* start controled by editor */
	color: #5A7787; /* end controled by editor */
}
.textTableInactiveOddColor
{
	/* start controled by editor */
	color: #BBBBBB; /* end controled by editor */
}
.textTableInactiveEvenColor
{
	/* start controled by editor */
	color: #BBBBBB; /* end controled by editor */
}
.headerColor
{
	/* start controled by editor */
	color: #5A7787; /* end controled by editor */
}
.bgActiveColor
{
	/* start controled by editor */
	background-color: #ACBBC2; /* end controled by editor */
}
.bgInactiveColor
{
	/* start controled by editor */
	background-color: #E9EDF0; /* end controled by editor */
}
.textActiveColor
{
	/* start controled by editor */
	color: #FFFFFF; /* end controled by editor */
}
.textInactiveColor
{
	/* start controled by editor */
	color: #5A7787; /* end controled by editor */
}
.bgTableOddColor
{
	/* start controled by editor */
	background-color: #FFFFFF; /* end controled by editor */
}
.bgTableEvenColor
{
	/* start controled by editor */
	background-color: #E9EDF0; /* end controled by editor */
}
.bigText
{
	/* start controled by editor */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; /* end controled by editor */
}
.smallText
{
	/* start controled by editor */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; /* end controled by editor */
}

.normalText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.periodLinkColor
{
	/* start controled by editor */
	color: #E35A0F; /* end controled by editor */
}
.inputField
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #000000;
}
.buttonStyle
{
	color: #023C59;
	background-color: #acbac2;
	width: 80px; /*padding:0;*/
	margin: 1;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
}

.buttonStyleHelp
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	width: 75px;
	border: 1px solid #666666;
}

.alternatingRowStyle
{
	background-color: #E9EDF0;
}

.labels
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.gridViewStyle
{
	font-family: Verdana;
	text-align: left;
}

.linkButtons
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5A7787;
}

.errorHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Red;
}

.errorText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.modalDiv
{	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index:10;
}

.modalBackground
{
	filter: alpha(opacity=30);
	/*-moz-opacity: 0.5;*/
	opacity: 0.3;
	width: 100%;
	height: 100%;
	/*background-color: #023c59;*/
	background-color:Gray;
	position: absolute;
	z-index: 10;
	top:0;
	left:0;
}
.modalBody
{
	position: relative;
	padding: 10px;
	background-color: White;
	border: 1px solid gray;
	z-index: 100;
}