/* elements */
body,html
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url(../images/grad.png);
	background-repeat: repeat-x;
	background-color:#E1E1E1;
	height: 100%;
}
.cp_bodyText
{
	font-size:10pt;
}
.startup_text
{
	text-align:left;
	line-height:20px;
	width:400px;
}
a:link {
	color: #9C1C1F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	text-decoration: underline;
}
form 
{
	margin-top:0px;
	margin-bottom:0px;
}
a:visited {
	color: #9C1C1F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	text-decoration: underline;
}
a:hover {
	color: #9C1C1F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	text-decoration: underline;
}
a:active {
	color: #9C1C1F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	text-decoration: underline;
}
select:focus, textarea:focus, input:focus
{
	border-color:blue;
}
a.crlink:link {
	color: #FFFFFF;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
a.crlink:visited {
	color: silver;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
a.crlink:active {
	color: red;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
a.rclink:hover {
	color: gray;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
ul 
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.li {
	list-style-image: url(../images/bullet.jpg);
	vertical-align: bottom;
}
span.agentname {
	color: #9C1C1F;
	font-weight: bold;
}
span.agenttext {
	color: black;
}
span.enginename {
	color: #9C1C1F;
	font-weight: bold;
}
span.enginetext {
	color: black;
}
span.systemname {
	color: #9C1C1F;
	display: none;
	font-weight: bold;
}

span.systemtext {
	color: gray;
	font-weight: bold;
}

span.username {
	color: black;
	font-weight: bold;
}

span.usertext {
	color: gray;
}

.footer {
	background-image: url(../images/grad_footer.png);
	background-repeat: repeat-x;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	height: 25px;
	text-align: center;
}

.inputborder {
	background-color: white;
}

#askbtn {
	height: 22px;
	margin-right: 5px;
	width: 108px;
}

#contentdiv {
	height: 100%;
	overflow: auto;
	width: 100%;
	font-size: 10pt;
	display: block;
}

#contenttd 
{
	height: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 100%;
	font-size: 10pt;
}

#featuredfooter {
	background-image: url(../images/featured_footer.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 8px;
	width: 146px;
}

#featuredheader {
	text-align: center;
	background-image: url(../images/grad_header.png);
	background-repeat: repeat-x;
	color:white;
	font-weight: bold;
	font-size: 8pt; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 25px;
}

#header {
	background-color: black;
	background-image: url(../images/logo.png);
	background-position: left;
	background-repeat: no-repeat;
	color: white;
	height: 30px;
	width: 100%;
}

.imagebl {
	background-image: url(../images/corner_bl.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}

.imagebr {
	background-image: url(../images/corner_br.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}

.imagetl {
	background-image: url(../images/corner_tl.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}

.imagetr {
	background-image: url(../images/corner_tr.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}

#cornerimagetl {
	background-image: url(../images/corner_button_tl.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 9px;
}

#cornerimagetr {
	background-image: url(../images/corner_button_tr.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 9px;
}

#input {
	margin-left: 5px;
	margin-right: 5px;
	width:99%;
	font-size: 10pt;
}

#login {
	background: red;
	border-style: solid;
	border-width: thin;
	height: 100px;
	margin-left: 80px;
	margin-top: 94px;
	text-align: center;
	width: 250px;
}

#menudiv {
	background-color: white;
	height: 100%;
	line-height: 105%;
	overflow: auto;
	width: 100%;
}

#menutd {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#outdiv {
	background-color: White;
	height: 100%;
	overflow: auto;
	width: 100%;
	font-size: 10pt;
}

#outtd 
{
	z-index:-1;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.steptitlerow
{
	background-image: url(../images/grad_header.png);
	background-repeat: repeat-x;
	color:white;
	font-weight: bold;
	font-size: 8pt; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 25px;
	width: 100%;
	text-indent:5px;
}
.StepBody
{
	font-size: 8pt; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tablelayout
{
	width: 100%;
	height: 285px;
	font-size: 6pt;
}
.tableborder 
{
	border: #ccc 1px solid;
}

.sidebarbutton
{
	display:none;
	height:13;
	width:13;
	border:none;
}

.sidebarbuttontd
{
	display:none;
}

.sidebartable
{
	height:100%;
	width:100%;
}

.SidebarInternalTab
{
	width:100%;
	height:100%;
	border: #ccc 1px solid;
}
.ExampleText
{
	font-size:6pt;
	color:grey;
}
.Required
{
	color:red;
	font-size:6pt;
}
#backbutton_a
{
	display:none;
}
#exitbutton_a
{
}
#nextbutton_a
{
	display:none;
}
.DialogBoxHeader {
	background-image: url(../images/grad_header.png);
	background-repeat: repeat-x;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 25px;
	text-align: center;
}
.DialogBoxFrame
{
	float:right;
	border:1px solid silver;
	background-color:#FFFFE3; 
	vertical-align:middle;
}
.ErrorBoxHeader {
	background-image: url(../images/grad_footer.png);
	background-repeat: repeat-x;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	height: 25px;
	text-align: center;
	width:100%;
}
.ValidationErrorBox
{
	float:right;
	border:1px solid silver;
	background-color:#FFFFE3;
	vertical-align:middle;
}
#loadingDiv
{
	display:none;
	float:right;
	right:250px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background-color:#FFFFE0;
	text-decoration:underline;
	vertical-align:middle;
	position:fixed;
}
.StepClass
{
	background-image: url(../images/grad.png);
	background-repeat: repeat-x;
}
.internalTab
{
	background-color:#FFFFE3;
	width:50%;
	text-align:center;
}
.wBG{
	background-image: url('../images/Ask-Image-BG.png');
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
}
.woBG{
	background-image:none;
	width:100%;
}
