body, html {
	background: #fff;
	color: #36393D;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 14pt;
	margin: 0cm;

	position: relative;
	height: 100%;
}

.small {
	font-size: 10pt;
	
}

h1 {
	font-size: 24pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #4d6d94;
}

h2 {
	font-size: 20pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	color: #4d6d94;
}

h3 {
	font-size: 16pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	color: #4d6d94;
}


#wraper {
	width: 940px;
	margin: auto;
	background: #eee;
}

#content {

}

#content .leftcontent {
	width: 620px;
	float: left;
	background: #fff;
	padding-bottom: 1em;	
}

#content .rightcontent {
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.clear {
	clear: both;
}

#head {
	position: relative;
	width: 940px;
	margin: auto;
	background: #fff;
	padding-top: 1em;
	padding-bottom: 3px;
}

#head h1 {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
}
#head h2 {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
}

#menu {
	/*background: #36393D;*/
	background: #4d6d94;
	color: #fff;
	height: 30px;
}

#menu .wrapper {
	width: 940px;
	margin: auto;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
}

#menu ul li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-right: 10px;
}

#menu ul li a {
	color: #fff;
}

#footer {
	border-top: 2px solid #eee;
}

#footer .wrapper {
	padding-top: 5px;
	text-align: right;
	width: 940px;
	margin: auto;
	font-size: 8pt;
	padding-bottom: 20px;
}


a {
	color: #4d6d94;
	text-decoration: underline;
}

a:hover {
	color: #4d6d94;
	text-decoration: none;
}

.button {
	background: #373737 none repeat scroll 0 0;
	border: 2px solid #232323;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
	padding: 3px;
	text-transform: uppercase;
}

.button:hover {
	color: #DDD;
}


.formArea {
	width: 600px;
}

.formFields {
	float: right; 
	width: 450px;
	padding: 0px;
}
.formFields input.txtinput {
	background: #4d6d94 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #CCC;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 5px;
	
	width: 436px;
}

.formFields select {
	background: #4d6d94 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #CCC;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 5px;
	
	width: 448px;
}

.formFields input.txtinput:focus {
	background: #545454 none repeat scroll 0 0;
	color: #CCC;
}

#loginbox input.txtinput {
	background: #4d6d94 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #CCC;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 5px;
	
	width: 130px;
}

#loginbox input.txtinput:focus {
	background: #545454 none repeat scroll 0 0;
	color: #CCC;
}


.formFields input.txtinputerror {
	border: 1px solid #F00;
}

.formFields select.txtinputerror {
	border: 1px solid #F00;
}

.formFields input.txtinputshort {
	background: #4d6d94 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #CCC;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 5px;

	width: 100px;
}

.formFields input.txtinputshort:focus {
	background: #545454 none repeat scroll 0 0;
	color: #CCC;
}

.formFields textarea.txtinput {
	background: #4d6d94 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #CCC;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 5px;

	width: 436px;
	height: 100px;
}

.formFields textarea.txtinput:focus {
	background: #545454 none repeat scroll 0 0;
	color: #CCC;
}

.formFieldsText {
	width: 150px;	
	padding: 0px;
	padding-top: 5px;
}

#messager {
	position: absolute;
	top: 0px;
	z-index: 999;
	
	line-height: 20px;
	margin: 0 auto;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	letter-spacing: 3px; 
	width: 940px;

	background: #c00;
	color: #fff;
	font-weight: bold;

	/*
	position: absolute; 
	padding: 2px 5px 2px 5px;
	background: #fb8718;
	color: #fff;
	font-weight: bold;
	width: 300px; 
	right: 0px; 
	top: 10px;
	font-size: 0.8em;
	*/
}

.photobox {
	text-align: center;
	padding: 0px;
	background: #36393D;
	font-size: 0.6em;
}

.photodesc {
	padding: 0px 10px 0px 10px;
	background: #36393D;
	font-size: 0.6em;
	color: #dedede;
	text-align: center;
}

.photodesc a {
	color: #dedede;
}

.photo {
	border: 10px solid #36393D;
	border-bottom: 0px;
	background: #36393D;
}

#commentbox, .forumrow {
	width: 600px;
	padding: 10px;
	padding-top: 0px;
	border: 1px solid #ccc;
	border-width: 1px 0px 1px 1px;
	background: #eee;
}

#commentbox h3 {
	padding:0px;
}

.deftext {
	background: #4d6d94 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #CCC;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 10px;
	width: 580px;
}

.deftext:focus {
	background:#545454 none repeat scroll 0 0;
	color:#ADADAD;
}

.deftextarea {
	background: #4d6d94 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #CCC;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 10px;
	width: 580px;
	height: 100px;
}

.deftextarea:focus {
	background:#545454 none repeat scroll 0 0;
	color:#ADADAD;
}

.deftextareaslim {
	background: #4d6d94 none repeat scroll 0 0;
	border: 1px solid #2A2A2A;
	color: #CCC;
	font-family: Verdana,Sans-Serif;
	font-size: 1em;
	padding: 10px;
	width: 580px;
	height: 45px;
}

.deftextareaslim:focus {
	background:#545454 none repeat scroll 0 0;
	color:#ADADAD;
}

.leftpadding {
	padding-left: 5px;
	padding-top: 20px;
	font-size: 0.75em;
}


.leftpadding h3 {
	padding-bottom: 5px;
}

.leftpadding ul {
	margin-top: 0px;
}

.avatar {
	border: 2px solid #ddd;
}

.thumbset {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.thumbset img {
	border: 2px solid #ddd;
}




/* popup */
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background: #333;
	padding: 10px 20px;
	border: 10px solid #000;
	float: left;
	width: 620px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -350px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 600px;
	background: #000;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #bbb;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/* end popup */


.justify {
	text-align: justify;
}

.arrows {
	text-decoration: none; 
	cursor: pointer
}

.arrows:hover span {
	color: #ccc;
}

#voteSelect {
	color: #FFF;
	background: #4d6d94;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.tryregister, .awarded {
	color: #FFF;
	background: #4d6d94;
	text-align: center;
	background: #4d6d94;
	padding: 10px;
}

.tryregister a {
	color: #FFF;
}

a.button {
	text-decoration: none;
}

.photodesc h1 {
	color: #fff;
}

#pagination {
	height: 25px;
	font-size: 0.75em;

}

#pagination a {
	text-decoration: none;
	font-size: 1em;
	color: #ccc;
}

#pagination .paginationitem_selected {
        display: block;
        float: left;

        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        border: 1px solid #4D6D94;
        background: #4D6D94;
        color: #fff;
}

#pagination .paginationitem_none {
        display: block;
        float: left;

        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        border: 1px solid #4D6D94;
        background: #4D6D94;
        color: #fff;
}

#pagination .paginationitem {
        display: block;
        float: left;

        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        border: 1px solid #4D6D94;
        background: #4D6D94;
}

#pagination .paginationitem:hover {
        background: #fff;
        color: #4D6D94;
        text-decoration: none;
}

.singlecomment {
	display: table;
	width: 620px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.scOdd {
	border: 1px solid #ccc;
	border-width: 1px 0px 1px 1px;
	background: #eee;
}

.forumentry {
	font-size: 0.85em;
}
