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;
}
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;
    font-weight: bold;
    /* end controled by editor */
}
.textTableEvenColor {
    /* start controled by editor */
    color: #5A7787;
    font-weight: bold;
    /* end controled by editor */
}
.textTableInactiveOddColor {
    /* start controled by editor */
    color: #BBBBBB;
    font-weight: bold;
    /* end controled by editor */
}
.textTableInactiveEvenColor {
    /* start controled by editor */
    color: #BBBBBB;
    font-weight: bold;
    /* 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;
}
.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 {
	  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;
}
