@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#36393D;
}
.info, .success, .warning, .error, .validation {
width: 600px;
border: 1px solid;
margin: 10px auto;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image:url(../img/info.png);
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url(../img/success.png);
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image:url(../img/warning.png);
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image:url(../img/error.png);
}

h1 {
	margin:0px auto 25px auto;
	width:700px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	padding: 0px 0px 5px 75px;
}
table
{
border-collapse:collapse;
}
table, td, th
{
border:1px solid green;
}
th
{
background-color:green;
color:white;
}
td
{
padding:12px;
height:50px;
vertical-align:bottom;
text-align:center;
}

a {
	color:#356AA0;
	text-decoration:none;
}

a:visited {
	color:#356AA0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}

.tbar {
	width:auto;
	height:18px;
	background-color:#CDEB8B;
	padding:0px;
}
.leftbar {
	margin-left:4px;
	float:left;
	width:inherit;
	text-align:left;
	position: relative;
	top:3px;
}
.rightbar {
	margin-right:4px;
	float:right;
	width:inherit;
	text-align: right;
	position: relative;
	top:3px;
}
.tbarh {
	position:absolute;
	top:18px;
	right:0;
	width:200%;
	height:0;
	font-size:0;
	border-bottom-color:#006E2E;/*4096EE;/*:#009933;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3F4C6B;/*#006E2E;*/
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}