* {
	margin: 0px;
	padding: 0px;
}

body {
	background: transparent url('../images/bg.jpg') repeat;
	font-family: Georgia, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #2f2f2f;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #286086;
}

.contentHolder {
	width: 970px;
	margin: 0 auto;
}

.middle {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.left {
	float: left !important;
}

.right {
	float: right;
}

/*
 * HEADER
 */
#overhead {
	width: 100%;
	min-width: 1000px;
	height: 24px;
	background: transparent url('../images/bg_overhead.jpg') repeat-x top;
}
#header {
	width: 100%;
	min-width: 1000px;
	height: 215px;
	background: #1e5076 url('../images/bg_header_line.jpg') repeat-x bottom;
}
#header #headerBG {
	width: 100%;
	min-width: 1000px;
	height: 216px;
	background: transparent url('../images/bg_header.jpg') no-repeat center bottom;
}
#header #headerBG .contentHolder {
	width: 920px;
	padding: 130px 0px 0px 50px;
}
/* END OF HEADER */

/*
 * FOOTER
 */
#footer {
	width: 100%;
	min-width: 1000px;
	height: 150px;
	background: transparent url('../images/bg_footer.jpg') repeat;
}
#footer #footerLine {
	width: 100%;
	min-width: 1000px;
	background: transparent url('../images/bg_header_line.jpg') repeat-x top;
}

#boxFooter {
	width: 902px;
	height: 56px;
	background: transparent url('../images/box_bottom.png') no-repeat top;
	margin: 0 auto;
	color: #327095;
	font-size: 11px;
	padding: 30px 50px;
}
#boxFooter #copy {
	padding-top: 13px;
	float: left;
}
#boxFooter #e7studio {
	float: right;
}
#boxFooter #e7studio img {
	vertical-align: middle;
}
#boxFooter #e7studio a {
	color: #327095;
	text-decoration: none;
}
/* END OF FOOTER */

/*
 * BOX
 */
#box {
	width: 1002px;
	background: transparent url('../images/box_content.png') repeat-y center;
	margin: 0 auto;	
}
/* END OF BOX */

/*
 * MENU
 */
#subheader {
	width: 920px;
	height: 53px;
	background: transparent url('../images/bg_shadow.png') repeat-x top;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 auto;
	padding: 10px 20px 0px 20px;
}
#subheader form {
	width: 237px;
	height: 37px;
	background: transparent url('../images/bg_search.png') no-repeat top;	
	padding: 5px 0px 0px 5px;
	float: right;
}
#subheader form input {
	width: 180px;
	color: #999999;
	font-size: 12px;
	border: 0px;
	margin-top: 2px;
}
#subheader form button {
	width: 50px !important;
	height: 30px !important;
	background: none !important;
	border: 0px;
	cursor: pointer;
}

#menu {
	width: 650px;
	height: 53px;
	list-style-type: none;
	float: left;
}
#menu li {
	height: 53px;
	margin: 0px 10px;
	float: left;
}
#menu li a {
	height: 43px;
	display: block;
	color: #003a66;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
}
#menu li#selected a,
#menu li a:hover {
	background: transparent url('../images/menu.jpg') no-repeat center bottom;
}
/* END OF MENU */

/*
 * BOX
 */
#boxContent {
	width: 920px;
	background: transparent url('../images/bg_shadow.png') repeat-x top;
	border-top: 1px solid #fff;
	margin: 0 auto;
	padding: 10px 20px;
}
#boxContent #left-side {
	width: 630px;
	float: left;
}
#boxContent #right-side {
	width: 242px;
	float: right;
}
/* END OF BOX */

/*
 * BOXES
 */
.middleBoxTop {
	width: 100%;
	height: 42px;
	overflow: hidden;
	background: transparent url('../images/bg_bhead.jpg') repeat-x bottom;
}
.middleBoxTopLeft {
	width: 4px;
	height: 42px;
	background: transparent url('../images/bg_bhead_left.jpg') no-repeat;
	float: left;
}
.middleBoxTopRight {
	width: 4px;
	height: 42px;
	background: transparent url('../images/bg_bhead_right.jpg') no-repeat;
	float: right;
}
.middleBoxTopContent {
	height: 32px;
	padding: 10px 10px 0px 10px;
}
.middleBoxTopContent h2 {
	padding-top: 5px;
	float: left;
}
.middleBoxTopContent h2,
.middleBoxTopContent h2 a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.middleBoxTopContent a.link {
	color: #6d94ae;
	text-decoration: underline;
	font-size: 11px;
	margin-top: 2px;
	margin-right: 5px;	
}

.middleBoxContent {
	background: transparent url('../images/bg_shadow.png') repeat-x 1px 1px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	padding: 1px 8px;
}


.commentBox {
	width: 612px;
	background: transparent url('../images/box_comment_bottom.jpg') no-repeat bottom left;
	padding-bottom: 9px;
	margin: 3px 0px;
	float: left;
}
.commentBoxTop {
	width: 612px;
	height: 9px;
	overflow: hidden;
	background: transparent url('../images/box_comment_top.jpg') no-repeat top left;
}
.commentBoxContent {
	width: 592px;
	background-color: #e1f1fb;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0px 9px;
}
.commentBoxContent h2 {
	display: inline;
	margin-top: 2px;
	float: left;
}
.commentBoxContent h2,
.commentBoxContent h2 a {
	color: #000;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}
.commentBoxContent .viewMore {
	color: #7f7e7a;
	font-size: 11px;
	text-decoration: underline;
	margin: 2px 0px 0px 10px;	
	float: left;
}
.commentBoxContent .commentIcon {
	width: 19px;
	height: 19px;
	display: block;
	float: right;
}
.commentBoxContent .viewComments {
	color: #7f7e7a;
	font-size: 11px;
	text-transform: lowercase;
	margin-top: 5px;
	float: right;
}

.commentBoxContent .comments {
	width: 592px;
	background: transparent url('../images/box_comment_comment_bottom.jpg') no-repeat bottom left;
	padding-bottom: 9px;
}
.commentBoxContent .commentsTop {
	width: 592px;
	height: 16px;
	background: transparent url('../images/box_comment_comment_top.jpg') no-repeat bottom left;
}
.commentBoxContent .commentsContent {
	width: 570px;
	background-color: #fff;
	border-left: 1px solid #327095;
	border-right: 1px solid #327095;
	padding: 0px 10px;
}
.commentBoxContent .commentsContent h3 {
	width: 550px;
	height: 17px;
	background: transparent url('../images/comment_title.jpg') no-repeat top left;
	padding: 2px 10px;
	color: #fff;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	margin: 5px 0px 5px -3px;
	float: left;
}
.commentBoxContent .commentsContent h3 span {
	color: #fff;
	font-weight: normal;
	float: right;
}
.commentBoxContent .commentText {
	width: 460px;
	float: left;
}

.commentButton {
	margin-top: 5px;
	float: right;
}
/* END OF BOXES */

.noshow {
	display: none;
}

.avatar {
	background-color: #fff;
	border: 1px solid #ddc9ee;
	margin: 0px 5px 5px 0px;
	padding: 3px;
	float: left;	
}

.pad {
	padding: 10px 0px;
}

a.readMore {
	height: 14px;
	display: block;
	background: transparent url('../images/arrow.jpg') no-repeat right center;
	color: #7f7e7a;
	font-size: 11px;
	text-align: right;
	padding-right: 8px;
}


.input {
	width: 222px;
	height: 33px;
	background: transparent url('../images/input.jpg') no-repeat top left;
	margin: 5px 0px;
}
.input input {
	width: 202px;
	margin-left: 10px;
	margin-top: 8px;
	color: #999999;
	font-size: 14px;
	border: 0px;
}

form#login button,
button {
	width: 110px;
	height: 31px;
	background: transparent url('../images/button.jpg') no-repeat;
	border: 0px;
	color: #fff;
	font-family: Georgia;
	font-size: 14px;
	float: right;
}

.register {
	text-align: right;
	color: #5d86a2;
	padding: 10px 0px;
}
.register a {
	color: #5d86a2;
}

a.del {
	color: #ff0000;
}

#text {
	padding: 10px;
}


ul#rss {
	list-style-type: none;
}
ul#rss li {
	color: #666666;
	margin: 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
ul#rss li h3 {
	background-color: #fff2db;
	padding: 10px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
}
ul#rss li h3 a {
	color: #666;
	text-decoration: none;
}
ul#rss li .tright {
	text-align: right;
	margin: 5px 0px;
}
ul#rss li .tright a {
	color: #666;
	text-decoration: underline;
}

/*
 * FORM
 */
fieldset { 
	padding: 15px;
	border: 0px; 	
} 

fieldset .validate_error { 
	width: 150px;
	background : url('../admin/images/validate_error.png') no-repeat left; 
	color: #d33232; 
	padding-left: 18px;	
	font-style: italic; 
	margin-left: 4px; 	
	margin-top: 4px;
	float: left;
} 

fieldset .input_field { 
	width: 100%;
	margin-bottom: 10px;
	float: left;
} 

fieldset .input_field label { 
	width: 150px; 
	display: block; 
	text-align: right; 
	position: relative; 
	top: 15px; 
	padding-right: 6px; 
	float: left; 
}

fieldset .input_field .inputs {
	width: 230px;
	padding-top: 14px;
	float: left;
}

fieldset .input_field .input {
	float: left;
}
fieldset .input_field .input input {
	color: #999;
}
fieldset .input_field .input select {
	color: #999;
}

fieldset button {
	width: 110px;
	height: 31px;
	background: transparent url('../images/button.jpg') no-repeat;
	border: 0px;
	color: #fff;
	font-family: Georgia;
	font-size: 14px;
	margin-left: 160px;
}

.textarea {
	width: 464px;
	height: 62px;
	background: transparent url('../images/textarea.jpg') no-repeat top left;
	padding: 8px 0px 0px 6px;
	float: right;
}
.textarea textarea {
	width: 453px;
	height: 55px;
	color: #999;
	font-size: 12px;
	font-family: Tahoma;
	border: 0px;	
}

/* END OF FORM */


/*
 * ERROR MESSAGE
 */
.warning, .err, .succes {
	width: 100%;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.warning {
	border: 1px solid #a97822;
	background: #fff5ca;
}

.err {
	background: #e28b65;
	border: 1px solid #a5260f;
}

.succes {
	background: #b9e57b; 
	border: 1px solid #41a808; 
}

.warning .warning_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 14px;
	background: url('/data/admin/assets/warn.png') no-repeat 0 0;
	behavior: url(/data/admin/js/iepngfix.htc) !important; 
}

.err .err_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 14px;
	background: url('/data/admin/assets/fail.png') no-repeat 0 0;
	behavior: url(/data/admin/js/iepngfix.htc) !important; 
}

.succes .succes_icon {
	float: left;
	width: 48px;
	height: 48px;
	margin: 14px;
	background: url('/data/admin/assets/success.png') no-repeat 0 0;
	behavior: url(/data/admin/js/iepngfix.htc) !important; 
}

.desc {
	float:left;
	width:80%;
}

.desc p {
	float:left;
	color:#000 !important;
}

.desc span {
	float:left;
	width:100%;
	font-weight : bold; 
	font-size : 1.2em; 
	padding-bottom : 2px; 
	margin-top:15px;
}

.warning .desc span {
	color : #dc9c00; 
}

.err .desc span {
	color : #981d05; 
}

.succes .desc span {
	color : #3a9805;
}
 
a.close {
	float:right;
	color:#555;
	font-size:14px;
	padding:5px;
	display:inline;
	margin-right:5px;
	font-weight:bold;
}


.paging {
	padding : 8px 0 0; 
	margin: 10px auto;
	text-align: center;
}

.paging a {
	margin: 0 5px 0 0;
	padding: 3px 6px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border : 1px solid #327095;
}

.paging a.selected {
	background:url('/data/admin/assets/bluerep.png') 0 0 repeat-x;
 	border:1px solid #2f898d;
 	color: #fff;
}

