body {
	margin: 0px;
}
td {
	font-family: Tahoma;
	font-size: 12px;
	color: #4c545b;
}
p {
	font-family: Tahoma;
	font-size: 12px;
	color: #4c545b;
}
a {
	color: #fe8125;
	text-decoration: none;
}
.dynbody {
	background-color: #bbbbbb;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
	padding-bottom:15px;
}
.layout {
	background-color: #FFFFFF;
	height: 100%;
	width: 780px;
	margin: 0px auto;
}
.dynHead {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 178px;
}
.closewindow {
	padding-top: 11px;
	padding-right: 15px;
}
.dynFooter {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 15px;
	height: 36px;
}
.footercontent {
	font-family: Tahoma;
	font-size: 10px;
	color: #373e45;
}
.footerlink {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.dynMiddle {
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 25px;
	padding-left: 45px;
}
.welcome {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 18px;
}
.getnow {
	padding: 10px;
	color: ##fe8125;
}
.orangetext {
	color: #fe8125;
}
.orangecaption {
	color: #fe8125;
	font-size: 14px;
}
.inaugural {
	padding: 15px;
	font-size: 14px;
}
.box {
	padding: 20px;
	border: 1px solid #dfe1e2;
}
.content {
	line-height: 18px;
}
.nextbutton 
{
	background-image:  url(../images/next_button.jpg);
	font-family:Tahoma;
	font-size: 12px;
	color:#ffffff;
	width: 99px;
	height:26px; 
	border:0px;
	background-color:transparent;
	text-align:center; 
	background-repeat: no-repeat; 
	background-position: center center; 
	padding-right: 10px;
	padding-bottom: 2px;
}
.prevbutton 
{
	background-image:  url(../images/prev_button.jpg);
	font-family:Tahoma;
	font-size: 12px;
	color:#ffffff;
	width: 99px;
	height:26px; 
	border:0px;
	background-color:transparent;
	text-align:center; 
	background-repeat: no-repeat; 
	background-position: center center; 
	padding-left: 6px;
	padding-bottom: 2px;
}
.button 
{
	background-image:  url(../images/button.jpg);
	font-family:Tahoma;
	font-size: 12px;
	color:#ffffff;
	width: 99px;
	height:26px; 
	border:0px;
	background-color:transparent;
	text-align:center; 
	background-repeat: no-repeat; 
	background-position: center center; 
	padding-bottom: 2px;
}
.ques {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #4c545b;
}
.ques:hover {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #fe8125;
}
/*====================================================================================
Style settings for the Error Panel
====================================================================================*/

.DialogBackground
{
	display: none;
	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%;
	background-color: #666666; /* dark gray */
	opacity: .5; 
	filter: alpha(opacity=50); /* opacity: partly transparent */
	z-index: 1000;

}

.DialogPanel
{
	background-image: url('../images/stop.gif');
	background-position : right;
	background-position : 315px 27px;
	background-repeat: no-repeat;
	position:absolute; 
	left:0px; 
	top:0px; 
	width: 350px; 
	background-color:White; 
	border: solid 2px silver; 
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	opacity: 1.0; 
	filter: alpha(opacity=100); /* opacity: solid */
	z-index: 2000;
}

.DialogPanelTitle
{
	width:350px; 
	height: 18px;
	background-color:gray; 
	color: White; 
	font-weight: bold; 
	border: solid 0px silver; 
	border-bottom-width: 2px; 
	text-align: center;
	padding-top: 3px;
	opacity: 1.0; 
	filter: alpha(opacity=100); /* opacity: solid */
	z-index: 2000;
}

.DialogPanelMessage
{
	width: 310px; 
	margin: 5px 2px 5px 5px;
	opacity: 1.0; 
	filter: alpha(opacity=100); /* opacity: solid */
}

.DialogPanelImage
{
	display:none;
}

.DialogPanelButtonBar
{
	text-align: center; 
	width: 340px; 
	margin: 5px 2px 5px 5px;
	opacity: 1.0; 
	filter: alpha(opacity=100); /* opacity: solid */
}

.DialogPanelButton
{
	width: 60px
}

.WaitPanel
{
	position:absolute; 
	text-align: center;
	left:0px; 
	top:0px; 
	width: 200px; 
	background-color:White; 
	border: solid 2px silver; 
	display: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	opacity: 1.0; 
	filter: alpha(opacity=100); /* opacity: solid */
	z-index: 2000;
}

