/* CSS Document */

body {
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #131313;
	background-color: #010125;
	background-image: url(../images/back-all.jpg)
}

hr {
	border: thin solid #dcdcdc
}

del {
	font-family: arial;
	font-size: 11px
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #28316b;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #0839d9;
	font-size: 11px;
}

table, tr, td {
	border-collapse : collapse; 
	font-size : 11px; 
	font-family : verdana; 
}

input, select, textarea {
	border: 1px solid #999999; 
	font-size: 11px; 
	background-color: #ffffff;
	color: #6c6c6c; 
	font-family: verdana;
	padding: 3px
}

select, option {
	color: #000000
}

input.button {
	font-weight:bold;
	padding: 3px;
	cursor: pointer;
	font-family: verdana;
	font-size: 11px;
	background-color: #70872c; 
	color: #FFFFFF; 
	border: 1px outset #a8c457;
}

input.button:hover {
	color:#ffffff;
	border: 1px outset #a8c457;
	background-color: #9db84d
}

.asterik {
	color: #990000
}

.warnbox {
	border: 1px solid #ffeba2;
	background-image: url(../images/warn-back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 30px 5px 20px 33px;
	text-align: left
}

.welcome {
	border-top: 1px dotted #c4c4c4; 
	border-bottom: 1px dotted #c4c4c4; 
	height: 168px; 
	padding: 10px; 
	background-image: url(../images/back-welcome.jpg); 
	background-position: top right; 
	background-repeat: no-repeat;
	margin-bottom: 10px
}

.leftcontent {
	margin-left: 10px; 
	padding: 8px; 
	line-height: 16px;
	color: #44440f
}

.pages {
	border-top: 1px dotted #c4c4c4;
	padding: 10px;
	line-height: 16px
}

.profilbox {
	margin-top: 8px; 
	margin-bottom: 8px; 
	padding: 10px; 
	background-color: #efefef; 
	border-bottom: 1px dotted #c4c4c4; 
	text-align: right
}

.latestbox{
	width: 305px; 
	height: 325px; 
	margin-bottom: 10px; 
	border: 1px dotted #c4c4c4; 
	padding: 10px; 
	padding-top: 0px;
	line-height: 14px;
	overflow: hidden
}

.newsimg {
	float: left;
	margin: 5px;
	margin-left: 0px;
	margin-top: 3px
}

.small {
	font-size: 9px;
	color: #666666
}

.datitle {
	font-weight: bold;
	font-size: 18px
}

.downloadcat {
	padding: 5px;
	background-color: #c4c4c4;
	font-weight: bold
}

.pageslist {
	padding-left: 30px;
	background-image: url(../../images/bulletarrow.gif);
	background-position: 7px 15px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #c4c4c4;
	padding-top: 8px;
	padding-bottom: 8px
}

.newslist {
	border-bottom: 1px dotted #c4c4c4;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: auto
}

.gallerybox {
	width: 140px; 
	padding: 5px; 
	text-align: center; 
	height: 160px; 
	border: 1px dotted #c4c4c4; 
	background-color: #FFFFFF; 
	line-height: 16px; 
	float: left; 
	margin-right: 3px; 
	margin-left: 3px; 
	margin-bottom: 8px
}

.gallerybox:hover {
	background-color: #dddddd
}

.pagination {
	padding: 7px; 
	border-top: 1px solid #c2c2c2; 
	font-size: 10px;
	text-align: center
}