.fontTitleShort{
  /*color: #3E3E3E;*/
  color:#FFF2BA;
  font-weight: bold;
  font-size: 21px;
  font-family: "Arial";
  margin:0px;
  margin-bottom:5px;
}

.fontTitle{
  /*color: #3E3E3E;*/
  color:#FFF2BA;
  font-weight: bold;
  font-size: 24px;
  font-family: "Arial";
  margin:0px;
  padding-top:0px;
  padding-bottom:0px;
}

.fontDarkGrayBold{
  color: #3E3E3E;
  font-weight: bold;
}

.fontLightGrayBold{
  color: #6B6B6B;
  font-weight: bold;
}

.fontDarkGray{
  color: #3E3E3E;
}

.fontLightGray{
  color: #6B6B6B;
}

.submitBtn{
  background-color : #710000; 
	border: 1px solid #FFFFFF;
  font-size: 14px;
  width: 120px;
	color: #FFFFFF;
	font-weight: bold;
	FONT-FAMILY: "Verdana";
	padding-bottom : 1px;
  padding-left : 2px;
  padding-right : 2px;
  padding-top : 1px;
	cursor : pointer;
	margin:0px;	
}

table {
  font-family : Arial;
  font-size: 17px;
  text-align : justify;
  /*color:#660000;*/
  color:#FFF2BA;
}

body {
  font-family : Arial;
  font-size: 17px;
  text-align : justify;
  /*color:#660000;*/
  color:#FFF2BA;
 }
 
a {
/*color:#000080;*/
color:#FFF2BA;
}

.msgErr {
color:#FFFF00;
}

.msgInf {
color:#FF9900;
}

/* flash upload styles */
.progressWrapper {
       width: 100%;
       overflow: hidden;
}

.progressContainer {
       margin-top: 5px;
       margin-bottom: 5px;
       padding: 4px;
       border: solid 1px #E8E8E8;
       overflow: hidden;
}
/* Message */
.message {
       margin: 1em 0;
       padding: 10px 20px;
       border: solid 1px #FFDD99;
       /*background-color: #FFFFCC;*/
       background-color: #8B0000;
       overflow: hidden;
}
/* Error */
.red {
       border: solid 1px #B50000;
       /*background-color: #FFEBEB;*/
       background-color: #FF0000;
}

/* Current */
.green {
       /*
       border: solid 1px #DDF0DD;
       background-color: #BDFFBD;
       */
       border: solid 1px #BDFFBD;
       /*background-color: #E1FFE1;*/
       background-color: #008000;
}

/* Complete */
.blue {
       border: solid 1px #CEE2F2;
       /*background-color: #F0F5FF;*/
       background-color: #0000FF;
}

.progressName {
       font-size: 8pt;
       font-weight: 700;
       /*color: #555;*/
       color:#000000;
       width: 323px;
       height: 14px;
       text-align: left;
       white-space: nowrap;
       overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
       font-size: 0;
       width: 0%;
       height: 2px;
       background-color: blue;
       margin-top: 2px;
       color:#000000;
}

.progressBarComplete {
       width: 100%;
       background-color: green;
       visibility: hidden;
}

.progressBarError {
       width: 100%;
       background-color: red;
       visibility: hidden;
}

.progressBarStatus {
       margin-top: 2px;
       width: 337px;
       font-size: 7pt;
       font-family: Arial;
       text-align: left;
       white-space: nowrap;
}

a.progressCancel {
       font-size: 0;
       display: block;
       height: 14px;
       width: 14px;
       background-image: url(../images/cancelbutton.gif);
       background-repeat: no-repeat;
       background-position: -14px 0px;
       float: right;
}

a.progressCancel:hover {
       background-position: 0px 0px;
}

