/* CSS stylesheet for Low-Graphics pages */

body {font-family: Verdana, Helvetica, sans-serif; color:black; background-color: white; margin:0px 0px 0px 0px; width:100%; border:solid 0px white}
td {font-family: Verdana, Helvetica, sans-serif; color:black;}

hr {color:#DEE4F3;}

/* This style will hide the nav hr's if the style sheet is loaded, and show them if it isn't! */
.mobile_pda_hr{height:0px;margin:0px 0px 0px 0px;display:none}

.input_box {font-family: Verdana, Helvetica, sans-serif; color: black; font-size:larger}
.mobile_form_box {font-family: Verdana, Helvetica, sans-serif; color: black; font-size:larger; width:100%}
.submit_button {font-family: Verdana, Helvetica, sans-serif; font-weight: bold; color: black; font-size:larger}

.mobile_header1 {background-color: #D8E1F1 ; border: 7px solid #D8E1F1;}
.mobile_header2 {background-color: #E5ECF9 ; border: 7px solid #E5ECF9;}
.mobile_header3 {background-color: #F0F3FA ; border: 7px solid #F0F3FA;}
.mobile_article_shaded {background-color: #F0F3FA ; border: solid 5px #F0F3FA; border-right-width: 0px;}
.mobile_forum_shaded {background-color: #F0F3FA ; border:  solid 2px #F0F3FA; border-right-width: 0px;width:100%}

/* this 96% stops the horizontal scroll bar from appearing on FireFox. */
.mobile_page_content {border: 7px solid white; border-right-width: 0px;width:96%}

a:link
{
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	color: white;
	background-color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	color: white;
	background-color: blue;
	text-decoration: underline;
	font-weight: bold;
}