body, th, td, h1, h2, h3, h4, div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}
body.popup 
{
  background-color:White;
}
body.popup a
{
	color: #f89828;
}
img
{
	border: none;
}
body
{
	background-image: url(../../images/bg_masterpage001.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
h1
{
	color: #f89828;
	font-size:16px;
	border-bottom: 1px solid #a9a9a9;
	text-transform: uppercase;
	text-indent: 120px;
}
h2
{
	color: #f89828;
	font-size:16px;
	text-transform: lowercase;
	border-bottom: 1px solid #a9a9a9;
}
h3
{
	color: #a9a9a9;
	font-size: 70px;
	margin-right:15px;
	margin-top:-17px;
	text-align:left;
	display:inline-block;
	width:110px;
	float:left;
}
h4
{
	color: #f89828;
	font-size:16px;
	text-transform: lowercase;
	border-bottom: 1px solid #a9a9a9;
	margin-bottom:20px;
}
.inputtext
{
	border: #A9A9A9 1px solid;
}
.submitbutton
{
	border: #A9A9A9 1px solid;
}
.required {
  color: red;
}

.content {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.contentsmall {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.headerbutton_normal
{
 background-image: url(../../images/headerbutton_normal.gif);
 width:125px;
 line-height:20px;
 text-align: center;
 height:50px;
}
.headerbutton_over
{
 background-image: url(../../images/headerbutton_over.gif);
 width:125px;
 line-height:20px;
 text-align: center;
 height:50px;
}
#placeholderheader
{
  margin-top:100px;
}
#master_1024
{
	margin: 0px auto;
	width: 1024px;
	overflow: hidden;
	padding-bottom:97px;
}
#master_header
{
	margin: 20px auto 0px auto;
	width: 800px;
	padding:0px;
	height:44px;
}
#master_800
{
	margin: 0px auto;
	width: 800px;
	overflow: hidden;
	border-top: #A9A9A9 1px solid;
	border-left: #A9A9A9 1px solid;
	border-right: #A9A9A9 1px solid;
	border-bottom: #A9A9A9 1px solid;
	background-color: White;
	background-image: url(../../images/bg_dynadata_orange.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 580px;
}
#master_left
{
	float: left;
	width: 155px;
	display: inline;
	text-align: left;
	padding-left:10px;
}
#master_left a
{
	color: #f89828;
}
#master_right
{
	float: right;
	width: 610px;
	display: inline;
	padding:10px;
}
#master_right a
{
	color: #f89828;
}
#master_footer
{
	color:#696969;
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
	width: 800px;
	padding:0px;
}
#master_footer a
{
	color: #696969;
	text-decoration: none;
}
#right_menu
{
	width:180px;
}
.greynolinecaps{
	color: #A9A9A9;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.whitenolinecaps{
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.orangenolinecaps{
	color: #f89828;
	text-decoration: none;
	text-transform: uppercase;
}
.blacknolinecapi
{
	color: Black;
	text-decoration: none;
	text-transform: capitalize;
}
.greybold{
	color: #A9A9A9;
	font-weight: bold;
}
.orange{
	color: #f89828;
}
.orangebold{
	color: #f89828;
	font-weight: bold;
}

td.righttrans
{
    text-align:left;
    padding:5px;
    width: 180px;
    background-color: #A9A9A9;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
}

div.righttrans
{
    width: 180px;
    background-color: #A9A9A9;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
}
div.righttrans p
{
    text-align:left;
    padding:5px;
}

div.righttop
{
    width: 180px;
}
.validatorCalloutHighlight
{
  background-color: #f89828;
  color:White;
}