﻿/* ----- tags ----- */
body  { margin: 0; font-family: Arial; background-color:#FFFFFF; }
img { display: block; } /* img's forced to block since we are using strict rendering */
a { font-family: Arial; font-size: 12px; text-decoration: none; }
a:hover, a:active { color: #666666; }

/* ----- For the Top Blue Bar ----- */


/* ---- For the Navigation Elements ---- */




/* ---- Other Stuff ---- */

div#left-col-cntnr { width: 215px; float: left; margin: 0 20px 0 50px }







div#footer-cntnr { width: 975px; margin: 0 auto; }
div#flag-cntnr { width: 484px; margin: 20px auto; }


div#side-nav-cntnr { width: 213px; }

div#footer-text { width: 690px; margin: 0 auto; text-align: center; font-family: Arial; font-size: 12px; font-weight: bold; }
div#footer-links { padding: 10px 0 20px; }

div#q-links { width: 961px; margin: 20px auto; }

/* ----- classes ----- */
.basic-text  {  font-size: 12px; color: #777777; }
span.flags { margin: 0 8px; }
img.inline { display: inline; }

.top-links {  color: #ffffff; text-decoration: none; font-family: Arial; font-weight: bold; padding: 2px 6px }
.WaterMark { color: Silver;}

.ShowBox { border: dashed 1px black; }


/* ---- Dashboard ----- */

.dashboard
{
	width: 975px; 
	margin-top: 25px; 
	margin-left: auto; 
	margin-right: auto;
}

.dashboard legend
{
	color: #0046E3;
}

.dashboard fieldset
{
	padding: 0px 15px 15px 15px;
	width: 600px;
}

.dashboard fieldset .marginTop15
{
	margin-top: 15px;
}

.dashboard .instructions
{
	color: #478FD7;
	font-size: 12px;
}

ul#landingPageOption
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#landingPageOption li
{
	margin-bottom: 10px;
	color: #808080;
	text-align: left;
}

ul#landingPageOption li .title
{
	font-weight: bold;
}

ul#landingPageOption li .radioButtonConatainer
{
	float: left; 
	width: 150px;
}
	
ul#landingPageOption li .dropDownContainer
{
	margin-left: 150px;
}

ul#landingPageOption li .dropDownContainer select
{
	width: 200px;
}