.filename { color: #605677; font-family: Verdana, Arial; font-size: 12px; font-weight: bold; text-decoration: underline;}
.filesize { color: #b5b177; font-family: Verdana, Arial; font-size: 12px; }
.search { color: #FFFFFF; font-family: Verdana, Arial; font-size:10px; background-color: #605677; }
.menu { color: #605677; font-family: Verdana, Arial; font-size: 14px; font-weight: bold; background-color: #605677; text-decoration: none;}
.menuitem { color: #FFFFFF; font-family: Verdana, Arial; font-size: 12px; font-weight: bold; background-color: #605677; text-decoration: none;}
.menuon { color: #9999ff; font-family: Verdana, Arial; font-size: 12px; font-weight: bold; background-color: #605677; text-decoration: none;}
.submenuitem { color: #FFFFFF; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; background-color: #605677; text-decoration: none;}
.submenuon { color: #9999ff; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; background-color: #605677; text-decoration: none;}

a.hlink2:link { color: #605677; font-family: Verdana, Arial; font-weight: bold; font-size: 11px; text-decoration: underline; }
a.hlink2:active { color: #605677; font-family: Verdana, Arial; font-weight: bold; font-size: 11px; text-decoration: underline; }
a.hlink2:visited { color: #605677; font-family: Verdana, Arial; font-weight: bold; font-size: 11px; text-decoration: underline; }
a.hlink2:hover { color: #9999ff; font-family: Verdana, Arial; font-weight: bold; font-size: 11px; text-decoration: underline; }

a.toplink:link { color: #605677; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; text-decoration: none;}
a.toplink:active { color: #605677; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; text-decoration: none;}
a.toplink:visited { color: #605677; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; text-decoration: none;}
a.toplink:hover { color: #9999ff; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; text-decoration: none;}
a.simplelink:link { color: #605677; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; text-decoration: underline;}
a.simplelink:active { color: #605677; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; text-decoration: underline;}
a.simplelink:visited { color: #605677; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; text-decoration: underline;}
a.simplelink:hover { color: #605677; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; text-decoration: none;}
.actprvnxt { color: #605677; font-family: Verdana, Arial; font-weight: bold; font-size: 12px; text-decoration: underline; }
.onprvnxt { color: #9999ff; font-family: Verdana, Arial; font-weight: bold; font-size: 12px; text-decoration: underline; }
.inactprvnxt { color: #CCCCCC; font-family: Verdana, Arial; font-weight: bold; font-size: 12px; text-decoration: none; }
.phpdigHighlight { font-weight: bold; background-color: #EFF4D7; }
.required { color: #cc0000; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; text-decoration: none;}

/*.dataform {	color: #605677;	font-family: Verdana, Arial; font-size: 12px; background-color: #E3D9BF; text-decoration: none; }*/
.quicklink { color: #605677; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; background-color: #E3D9BF; text-decoration: none; }
.newslink { color: #605677; font-family: Verdana, Arial; font-size: 10px; background-color: #bcb7f9; text-decoration: none; }
/*.errmsg { color: #990000; font-family: Verdana, Arial; font-size: 10px; font-weight: bold; background-color: #E3D9BF; text-decoration: none; }*/
.invalid { color: #990000; font-family: Verdana, Arial; font-size: 12px; font-weight: bold; text-decoration: none; }
.copy { font-family: Verdana, Arial; font-size: 10px; color: #BBBBBB; }
.notice { font-family: Verdana, Arial; font-size: 10px; color: #ff0000; }
.crumb { text-decoration: none; font-family: Verdana, Arial; font-size: 10px; color: #003366; }
.visibomb { visibility: visible; }
.invisible { visibility: hidden; }

.bold {
	font-weight: bold !important;
}
.green {
	color: #008010 !important;
}
.red {
	color: #990000 !important;
}

.leftAlign {
	text-align: left !important;
}
.rightAlign {
	text-align: right !important;
}
.centerAlign {
	text-align: center !important;
}

.noBottomBorder {
	border-bottom: 0 !important;
}
.noTopBorder {
	border-top: 0 !important;
}
.noLeftBorder {
	border-left: 0 !important;
}
.noRightBorder {
	border-right: 0 !important;
}


SPAN.button1 {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	cursor: default;
	font-weight: bold;
}
SPAN.button1off {
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
}
SPAN.button1 IMG, SPAN.button1off IMG {
	border: 0;
	vertical-align: middle;
}


TABLE.dataTable {
    border: 0;
    padding: 0;
    border: 1px solid #CCCCCC;
}
TABLE.dataTable TD.header {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	background-color: #e4e4e4;
	background-image: url(../img/table_header_bg_01.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: #404040;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
}
TABLE.dataTable TD.row {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding: 7px;
	color: #404040;
	vertical-align: middle;
	border-top: 1px dotted #DDDDDD;
}
TABLE.dataTable TD.small {
	font-size: 10px !important;
}
TABLE.dataTable TD.alt {
	background-color: #F9F9F9;
	border-top: 1px dotted #DDDDDD;
}



TABLE.formTable {
	padding: 0;
	border: 0;
}

TABLE.formTable TD.note {
	padding: 12px 6px 9px 20px;
	text-align: left;
	vertical-align: top;
	font-size: 8pt !important;
}
TABLE.formTable DIV.note {
	text-align: center;
	font-size: 8pt !important;
	width: 450px;
	padding: 6px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	background-image: url(../img/input_bg_01.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
TABLE.formTable TD.note STRONG {
	color: #606060;
	font-weight: bold;
	margin-right: 2px;
	font-size: 8pt;
}

TABLE.formTable TD.label {
	padding: 7px 6px 4px 8px;
	/*padding: 12px 6px 9px 8px;*/
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	color: #505050;
}
LABEL.requiredField {
	text-decoration: underline;
}
TABLE.formTable TD.label2 {
	padding: 0px 6px 2px 20px;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
	color: #505050;
}

TABLE.formTable TD.error {
	color: #d00 !important;
}

TABLE.formTable TD.input {
	/*padding: 9px 6px 9px 6px;*/
	padding: 4px 6px 4px 6px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
TABLE.formTable TD.input2 {
	/*padding: 9px 6px 9px 6px;*/
	padding: 4px 6px 4px 6px;
	text-align: left;
	vertical-align: middle;
	font-size: 8pt;
	font-weight: bold;
	color: #606060;
}
TABLE.formTable TD.input3 {
	/*padding: 2px 6px 9px 20px;*/
	padding: 2px 6px 4px 20px;
	text-align: left;
	vertical-align: middle;
	font-size: 8pt;
	font-weight: bold;
	color: #606060;
}
TABLE.formTable TD.value {
	padding: 6px 6px 4px 6px;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
}

TABLE.formTable TD.errors {
	padding: 3px 6px 9px 6px;
	vertical-align: top;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	color: #d00;
}
TABLE.formTable TD.errors DIV {
	margin-top: 3px;
}

TABLE.formTable TD.phone {
	font-size: 12pt;
	font-weight: bold;
	color: #606060;
}

TABLE.formTable TD.input .info {
	margin-top: 5px;
	font-size: 8pt;
}

TABLE.formTable TD.input .info STRONG {
	color: #808080;
	font-weight: bold;
	margin-right: 2px;
}

TABLE.formTable TD.addLink {
	padding: 5px 6px 9px 6px;
	vertical-align: top;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
}

FIELDSET.formTable {
	width: 100%;
	background-color: #fcfcfc;
	border: 1px solid #cccccc;
}
LEGEND.formTable {
	font-weight: bold;
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	font-size: 9pt;
	padding: 5px 10px 5px 10px;
	color: #705d9b;
	background-image: url(../img/legend_bg_01.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-position-x: 3px;
}
LEGEND.error {
	padding: 5px 10px 5px 28px;
	background-image: url(../img/legend_bg_02.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-position-x: 3px;
}
h4.title {
	font-size: 16px;
	margin: 2px 0px;
}
h4.error {
	padding: 5px 10px 5px 28px;
	background: url(../img/alert.gif) no-repeat top left;
}

TABLE.formTable INPUT, SELECT, TEXTAREA {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
}
TABLE.formTable INPUT {
	border: 1px solid #606060;
	padding: 3px;
	height: 22px !important;
	background-image: url(../img/input_bg_01.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
TABLE.formTable TEXTAREA {
	border: 1px solid #606060;
	padding: 3px;
	background-image: url(../img/input_bg_02.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

TABLE.formTable INPUT.button {
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	color: #705d9b;
	background-color: #FFFFFF;
	vertical-align: middle;
	height: 33px !important;
}
TABLE.formTable INPUT.radio {
	border: 0;
	padding: 3px;
	height: 14px;
	background-image: url(../img/input_bg_01.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
TABLE.formTable INPUT.checkbox {
	border: 0;
	padding: 3px;
	height: 14px;
	background-image: url(../img/input_bg_01.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

INPUT.input1 {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #606060;
	padding: 3px;
	height: 22px !important;
	background-image: url(../img/input_bg_01.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
TEXTAREA.input1 {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #606060;
	padding: 3px;
	background-image: url(../img/input_bg_02.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
INPUT.radio1 {
	border: 0;
	padding: 3px;
	height: 14px;
	background-image: url(../img/input_bg_01.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
INPUT.button1 {
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	color: #705d9b;
	background-color: #FFFFFF;
	background-image: url(../img/input_bg_01.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	vertical-align: middle;
	border: 1px solid #606060;
	padding: 3px;
	height: 24px !important;
}
div#spec_popup {
	width: 200px;
	padding: 40px;
	border: solid 2px #333;
	background-color: #eee;
	position: absolute;
	margin-left: 150px;
}
input.apps_submit {
	width:180px;
}
td#header_login_controls {
    background-color: #5B2E05;
    color: #fff;
    text-align: right;
    padding-bottom: 2px;
    padding-right: 10px;
    font-size: 13px;
}
td#header_login_controls a {
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}
div#login_form {
    background-color: #BFF1FE;
    width: 270px;    padding: 15px;
}
div.form_row {
    margin-bottom: 15px;
}
input.submit {
    float: right;
}
input.text {
    width: 250px;
}
.flash{
	border: 1px solid #60BF60;
	background: #E6FFE6;
}
.warn{
	border: 1px solid #dcdc63;
	background: #FFFFDD;
}
.error{
	border: 1px solid #BF3030;
	background: #FFE6E6;
}
.flash, .warn, .error {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
	display: block;
	color: #444;
	margin: 4px;
	line-height: 1.4em;
        text-align: center;
}
form {
    margin: 0;
    padding: 0;
}
.small_text {
    font-size: .8em;
    line-height: 1em;
    margin-top: 0;
}

/*provider search alert box*/
div.help_box {
	width: 500px;
	padding: 20px;
	border: solid 2px #999;
	background-color: #fff;
	position: absolute;
        top: 220px;
        font-size: 14px;
}
div.help_box h4 {
	margin: 1em 0 .3em 0;
}
div.help_box p {
	margin: 0 0 1em 0;
}
div.help_box #continue {
    float: right;
    padding: 10px;
}
