html {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: scroll;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#404040;/*#838181;*/
	text-align: center;
	min-width: 666px;
	color:#403f3d;
}
div
{
	margin: auto;
}
h1
{
	font-size:medium;
	color:#ed7900;
	margin:0px;
	padding:0px;
	margin-top:10px;
}
p
{
	margin: 12px 0px 12px 0px;
	padding:0px;
}
h2
{
	font-size:small;
	color:#ed7900;
	font-weight:bold;
	margin:0px;
	margin-bottom:2px;
	padding:0px;
	font-style:italic;
	vertical-align:middle;
}
hr
{
	color:#ed7900;
}
a, a:link, a:visited, a:hover
{
	color:#ed7900;
	text-decoration:none;
}
a:hover
{
	color:#ed7900;
	text-decoration:underline;
}
label
{
	font-weight:bold;
}
div.Messages ul
{
	margin:0px;
    margin-left: 8px; /* Pull the margin back for NS4.7 */
    padding: 0px;
    vertical-align:middle;
}
div.Messages ul li
{
    margin-left: 13px; /* Push the list back in for non NS4.7 browsers */
    padding: 0px;
    padding-left: 5px;
    list-style-type:none;
    vertical-align:middle;
    list-style-image: url( ../images/icon_alert.png);
}
ul.Messages
{
	margin:0px;
    margin-left: 8px; /* Pull the margin back for NS4.7 */
    padding: 0px;
    vertical-align:middle;
}
ul.Messages li
{
    margin-left: 13px; /* Push the list back in for non NS4.7 browsers */
    padding: 0px;
    padding-left: 5px;
    list-style-type:none;
    vertical-align:middle;
}
ul.Messages li.Error
{
    list-style-image: url( ../images/icon_alert.png);
}
ul.Messages li.Success
{
    list-style-image: url( ../images/icon_good.png);
}

input.StandardTextBox
{
	width:200px;
}
input.FilledTextBox
{
	width:100%;
}
select.StandardDropDown
{
	width:200px;
}

select.FilledDropDown
{
	width:100%;
}

input.darkbutton
{
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   width:100px;
   height:24px;
   color:white;
   background-image:url(../images/darkbtn.jpg);
   border:none 0px white;
   margin-right:5px;
}
input.darkbuttonlarge
{
   font-size:14px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   width:170px;
   height:24px;
   color:white;
   background-image:url(../images/darkbtn-lg.jpg);
   border:none 0px white;
}

#bodydiv
{
	font-size:small;
	border-left: solid 2px black;
	border-right: solid 2px black;
	width:662px;
	text-align:left;
	background-color: #ffeea2;
	padding:0px;
	min-height: 200px;
}

#top-left
{
	background-repeat:no-repeat; 
	background-position:left top; 
}
#top-right
{
	background-repeat:no-repeat; 
	background-position:right top; 
}
#bottom-left
{
	background-repeat:no-repeat; 
	background-position:left bottom; 
}
#bottom-right
{
	background-repeat:no-repeat; 
	background-position:right bottom; 
}
#contentdiv
{
	padding:10px;
}
#footerdiv
{
	border-left: solid 2px black;
	border-right: solid 2px black;
	height:29px;
	padding: 0px;
	background-image:url(../images/nav-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	width:662px;
	text-align:left;
}
#footerdiv span
{
	height:29px;
	line-height:29px;
	color:white;
	text-align:left;
	padding-left: 3px;
	vertical-align:middle;
}

#footerdiv a{
	color:white;
	height:29px;
	line-height:29px;
	vertical-align:middle;
}

#footerdiv a:link,
#footerdiv a:visited{
	color:white;
	text-decoration:none;
	line-height:29px;
	vertical-align:middle;
}



#main-nav
{
	height:29px;
	background-image:url(../images/nav-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	width:666px;
}

#main-nav ul,
#main-nav li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#main-nav ul{
	height:29px;
	line-height:29px;
	background-image:url(../images/nav-bar.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	padding:0px 1px 0px 0px;
	margin:0px 0px 0px 10px;
}

#main-nav li{
	height:29px;
	line-height:29px;
	display:inline;
	position:relative;
	float:left;
	width:80px;
	text-align:center;
}

#main-nav li a{
	height:29px;
	width:80px;
	text-align:center;
	float:left;
	background-image:url(../images/nav-bar.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#main-nav li a:link,
#main-nav li a:visited{
	color:white;
	text-decoration:none;
}

#main-nav li.active a,
#main-nav li a:hover{
	background-image:url(../images/active.gif);
	background-repeat:no-repeat;
	background-position:left;
}

table.YellowTable
{
	width:100%;
	border:0px;
}
table.YellowTable tr td.FilledCell
{
	background-color:#f4d85e;
	border: solid 1px #d16002; 
	padding:5px; 
	vertical-align:top;
}
table.TwoColumnForm
{
	width:75%;
	border:0px;
}
table.TwoColumnForm tr td
{
	width:50%;
	padding:3px;
	padding-left:0px; 
	padding-right:7px;
	vertical-align:top;
}

table.DataTable
{
	width:100%;
	border: solid 1px #d16002; 
}
table.DataTable tr td
{
	background-color:white;
	border: solid 1px #d16002; 
	padding:3px;
}
table.DataTable tr th
{
	background-color:#f4d85e;
	border: solid 1px #d16002; 
	padding:3px;
}
table.Reward
{
	width:100%;
	border: solid .11em #d16002;
	margin-bottom: 10px;
	background-color:#f4d85e;
}
table.Reward tr td
{
	padding: 3px;
	vertical-align:top;
	text-align:left;
}
table.Reward tr td table
{
	width:100%;
}
table.Reward tr td table tr td
{
	width:50%;
}
*.Heading
{
	font-size:larger;
	font-weight:bold;
	width:100%;
}
*.PointsLabel, *.ValueLabel
{
	font-weight:bold;
}

table.TrainingItem
{
	width:100%;
	border: solid .11em #d16002;
	margin-bottom: 10px;
	background-color:#f4d85e;
}
table.TrainingItem tr td
{
	padding: 3px;
	vertical-align:middle;
	text-align:left;
}
table.TrainingItem tr td.Heading
{
}
table.TrainingItem tr td.Download
{
	width:60px;
	white-space:nowrap;
}
table.TrainingItem tr td.Test
{
	width:60px;
	white-space:nowrap;
}
table.TrainingItem tr td.Score
{
	width:115px;
	white-space:nowrap;
}
table.TrainingItem tr td.ScoreImg
{
	width:16px;
	white-space:nowrap;
}
*.DownloadLinkImg, *.ScoreImg, *.TestLinkImg
{
	vertical-align:middle;
}
a.DownloadLinkEnabled, a.DownloadLinkDisabled, a.TestLinkEnabled, a.TestLinkDisabled
{
	vertical-align:middle;
	margin-left:3px;
}

a.DownloadLinkDisabled, 
a.DownloadLinkDisabled:link, 
a.DownloadLinkDisabled:visited, 
a.DownloadLinkDisabled:hover, 
a.TestLinkDisabled,
a.TestLinkDisabled:link, 
a.TestLinkDisabled:visited, 
a.TestLinkDisabled:hover 
{
	color:#817f7f;
	text-decoration:none;
}
*.ScoreLabel
{
	font-weight:bold;
}
*.ModuleNameLabel
{
	font-weight:bold;
}
*.ModuleDescLabel
{
	font-size:8pt;
}
table.QuestionChoices
{
	border: none 0px white;
	margin: 2px 0px 0px 5px;
	padding: 0px:
}
table.QuestionChoices tr td
{
	border: none 0px white;
	padding: 0px;
	margin: 0px;
}
table.QuestionChoices tr td label
{
	font-weight:normal;
	display:inline;
}
div.Question
{
	border: dotted 1px #d16002;
	background-color: #f4d85e;
	width: 99%;
	margin-bottom: 5px;
	padding: 3px;
}
div.QuestionHighlight
{
	border: solid 2px red;
	background-color: #f4d85e;
	width: 99%;
	margin-bottom: 5px;
	padding: 3px;
}
#QuestionPageNumber
{
	width:99%;
	text-align:right;
	font-weight:bold;
	color:#ed7900;
}
table.PositionItem
{
	border-bottom: dotted 1px black;
}
*.DeptLabel, *.PositionTypeLabel, *.DescriptionLabel, *.LocationsLabel, *.CompensationLabel, *.ApplyLink
{
	font-weight:bold;
}
*.LocationsLabel
{
	margin-top: 5px;
	margin-bottom: 5px;
}
*.DescriptionData, *.LocationsData, *.CompensationData
{
	font-size:8pt;
}
*.charhighlight
{
	font-weight:bold;
	/*color:#ed7900;*/
}
*.AcctExecList
{
	margin:0px;
	padding:0px;
	padding-left:15px;
}
