@charset "utf-8";
body {
	margin: 0px;
	height: auto;
	width: 100%;
	background-image: url(../images/up.png);
	background-repeat: repeat-x;
}
.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
  overflow: hidden;
	background-color: #ff3838;
	padding-left: 5px;
}
.bor{
border:1px solid #FFFFFF;
background-color: #79ADE1;
}
.container {
	height: auto;
	width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Calibri, "Trebuchet MS", Verdana;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF3838;
	border-bottom-color: #FF3838;
	border-left-color: #FF3838;
}
.linkimages {
	background-image: url(../images/linkbg1.png);
	background-repeat: no-repeat;
	height: 35px;
}
.links {
	font-family: Calibri, "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #FFFFFF;
}
.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.loginbord {
	border: 1px solid #EBEBEB;
}
.inputs{
width:100px;
height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #ff3838;
}
.tableLines {
	border: 1px solid #ff3838;
}

hr{
color:#F0F0F0;
height:1px;
border:1px solid #F0F0F0;
}
a {
	font-weight: bold;
	color: #FF3838;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
}
.txtWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.success{

background: #d7ffe1 url(../images/yes.png) center no-repeat;

background-position: 15px 50%; /* x-pos y-pos */

text-align: left;

padding: 5px 10px 5px 45px;

border: 1px solid #00cc33;



}
.warning {

background: #fff8d9 url(../images/warning.png) center no-repeat;

background-position: 15px 50%; /* x-pos y-pos */

text-align: left;

padding: 5px 10px 5px 45px;

border: 1px solid #ffcc00;



}
.error {

background: #ffece8 url(../images/no.png) center no-repeat;

background-position: 15px 50%; /* x-pos y-pos */

text-align: left;

padding: 5px 10px 5px 45px;

border: 1px solid #b62400;



}

.information {

background: #e4f3f8 url(../images/information.png) center no-repeat;

background-position: 15px 50%; /* x-pos y-pos */

text-align: left;

padding: 5px 10px 5px 45px;

border: 1px solid #a4d5e5;



}

a:visited {
	text-decoration: none;
	color: #FF3838;
}
a:hover {
	text-decoration: none;
	color: #0b64b6;
}
a:active {
	text-decoration: none;
	color: #ff3838;
}
.tableLinesGrey {
	border: 1px solid #D8D8D8;
}
.grn {
	background-color: #EEEEEE;
}
.wht {
	background-color: #DFDFDF;
}
.tableLinesBlue {
	border: 1px solid #a4d5e5;
}.tableHeaderBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #a4d5e5;
}.txts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bigStffs {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bolder;
	color: #990000;
}
.submitMe{
width:120px;
height:30px;
color:#FFFFFF;
background-color:#ff3838;
border:2px solid #FFFFFF;
}