﻿body {
	background-color: #FFF;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.gif);
}

.aclass
{
	color:Green;
}

.print
{
	display:none;
}

.flowBlackBg{
	background-repeat: repeat-x;
	background-image: url(flowLineBgBlack.gif);
}

.content {
	background-color: #FFF;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pageHeader {
	
}
.titleBar {
	background-image: url(headerBg.gif);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.formSection {
	border: 1px solid #000;
	background-color: #CCC; 
}
.Detail {
	background-color: #FFF;
}

.Detail .textbox
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #7f9db9;
}

.Detail .button
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.Detail .textboxDisable
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #a7a6aa;
	background-color: #CCC;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.Flow
{
	border: 1px solid #000;
}

.Flow .ActiveStep{
	color:Blue;
}

.Flow .SucceedStep{
	color:#00a651;
}

.Flow .Bg{
	background-repeat: repeat-x;
	background-image: url(flowLineBgBlack.gif);
}

.warnClass{
	color : #F16B1B;
}