/* CSS Document */

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0;
}
.clear {
	clear:both;
}

a, a:visited {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
}

.tableborder {
	border: 1px solid #CDCD9A;
	background-color: #FFFFFF;
	padding: 2px;
}

.tablerow2 {
	color: #000000;
	background-color: #CDCD9A;
}

.tablerow1 {
	color: #000000;
	background: #E7E7C2;
	border: 1px solid #D3D3D3;
}

.titlebg, tr.titlebg tr, .titlebg a:link, .titlebg a:visited {
	color: #fff;
	background: #A6A674;
	text-align: left;
}

.titlebg th {
	color: #fff;
	text-transform: capitalize;
	background: #A6A674;
}

#content a {
	color: #000;
	text-align: left;
	text-decoration: none;
}

#content a:hover {
	border: none;
}

h1 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	border-bottom: 3px solid #222222;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding: 5px;
	margin: 0;
	display: none;
}

#header {
	background-color: #fff;
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 2px solid #000;
	padding: 10px 10px 0 10px !important;
	padding: 10px 10px 20px 10px;
}

#header img {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	border: 0;
}
#header a {
	color: #000;
	font-size: 24px;
}

#content {
	padding: 10px;
}

#menu {
	margin-top: 58px;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: right;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}

#menu li a {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0 10px 0 10px;
	text-align: center;
	padding: 10px 0 10px 0;
}

#menu li a:hover {
	color: green;
}

#menu li .active {
	background-color: #222;
	color: #FFFFFF;
	background-image: url(../images/menua_hover.jpg);
}

#footer {
	background-color: #333333;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	border-top: 2px solid #000;
	clear: both;
	margin-top: 35px;
}

#content {
	margin: 0 0 20px 20px;
}

#content h1 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	border-bottom: 3px solid #eee;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	padding: 5px;
	margin: 0;
	display: block;
}

#content p {
	font-size: 12px;
	color: #454545;
	line-height: 20px;
	margin-right: 30%;
	padding: 10px 20px 10px 0px;
}

#content code {
	font-size: 12px;
	background-color: #eee;
	padding: 10px;
	display: block;
	margin: 0 25px 0 25px;
}

#content p a {
	margin: 0;
	padding: 0;
	float: none;
	color: #FF9900;
	display: inline;
}

#content li a {
	margin: 0;
	padding: 0;
	float: none;
	color: #FF9900;
	display: inline;
}

#content li a:hover {
	margin: 0;
	padding: 0;
	float: none;
	color: #BF7300;
	display: inline;
}

#content li {
	font-size: 12px;
	line-height: 20px;
	list-style-image: url(../images/li.gif);
	margin: 10px 0 10px 0;
	margin-right: 35%;
}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
 /* border: 1px solid #B50027;*/
	background: #B50027 url(../images/button_bg.gif);
	background-position : bottom;
}

textarea.content {
		width: 550px;
}

/* ---------- messages  --------- */
.msgInfo {
	margin: 10px 0 0 0;
	border: 2px solid;
	background: #ffffff;
	padding: 10px 32px;
	background-repeat:  no-repeat;
	background-position:  10px 11px;
	border-color: #009933;
	background-image: url(../images/ok.gif);  
}

.msgInfo .title {
	color: #009933;
	font-weight: bold;
}

.msgWarn {
	margin: 10px 0 0 0;
	border: 2px solid;
	background: #ffffff;
	padding: 10px 32px;
	background-repeat:  no-repeat;
	background-position:  10px 11px;
	border-color: #CC9901;
	background-image: url(../images/att.gif);
}

.msgWarn .title {
	color: #CC9901;
	font-weight: bold;
}

.msgError {
	margin: 10px 0 0 0;
	border: 2px solid;
	background: #ffffff;
	padding: 10px 32px;
	background-repeat:  no-repeat;
	background-position:  10px 11px;
	border-color: #cc0000;
	background-image: url(../images/off.gif);
}

.msgError .title {
	color: #cc0000;
	font-weight: bold;
}
