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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image: url(../../images/layout/top.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a:link {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #06F;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: underline;
	color: #06F;
}

#layout {
	width: 970px;
	margin: auto;
	border-bottom: solid 1px #AD0000;
	padding-bottom:20px;
}

#menu {
	height: 45px;
	font: bold 16px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../../images/layout/menu.png) repeat-x;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
 	display: inline;
}
#menu ul li a {
	float: left;
	padding: 0 20px;
	color: #FFF;	
	text-align: center;	
	text-decoration: none;
}
#menu ul li a:hover {
	background: #AD0000;	
	color: #FFF;
}
#menu ul li a:selected {
	background: #AD0000;	
	color: #FFF;
}

h1 {
	font-size: 24px;
	color: #AD0000;
	border-bottom: solid 1px #AD0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	color: #AD0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	border-bottom: dotted 1px #CCC;
	padding-bottom: 3px;
}
h4 { 
	font-size: 14px;
	text-align: center;

}
.mandatory { 
	color: #F00;
	font-weight: bold;
}

#content {
	width: 650px;
	float: left;
}
#sidebar {
	float: right;
	width:300px;
}
.block {
	margin-top: 20px;
	background: url(../../images/layout/block.png) repeat-x;
	border: solid 1px #CCC;
	padding: 20px 40px ;
}
.block2 {
	margin-top: 20px;
	background: url(../../images/layout/block.png) repeat-x;
	border: solid 1px #CCC;
	padding: 20px 30px ;
}
#footer {
	text-align:center;
	color:#666;
}
#footer a {
	color: #666;
	text-decoration: none;
	
}

/******/
.error {
	margin-bottom: 20px;
	background: #FBF4F4;
	border: dashed 1px #CCC;
	padding: 12px;
	font-weight: bold;
	color: #900;
}
.error img {
	vertical-align: middle; 
}

.success {
	margin-bottom: 20px;
	background: #F2FAF2; /* url(../images/layout/success_bg.png) repeat-x; */
	color: #060;
	font-weight: bold;
	border: solid 1px #CCC;
	padding: 12px;
}
.success img {
	vertical-align: middle; 
}
