body {
	background-color: #fefefe;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #0f0e13;
    text-align: center; 
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
img {
	border: 0;
}
p {
	padding: 2px;
}
.st {
	font-size: 10px;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.boldt {
	font-weight: bold;
}
.optT {
	color: #949494;
}
h1, h2, h3, h4, h5, h6 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}
a {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #21628c;
	text-decoration: underline;
}
a:active {
	color: #21628c;
	text-decoration: underline;
}
a.sURL {
	color: #afaeaa;
	text-decoration: none;
}
a.sURL:visited {
	color: #afaeaa;
	text-decoration: none;
}
a.sURL:hover {
	color: #afaeaa;
	text-decoration: none;
}
a.sURL:active {
	color: #afaeaa;
	text-decoration: none;
}
.inputTextW {
	background-color: #fefefe;
	border-top: 1px solid #afaeaa;
	border-right: 1px solid #d5d5c8;
	border-bottom: 0px solid #d5d5c8;
	border-left: 1px solid #afaeaa;
	padding: 3px;
}
.c {
    cursor: pointer;
}
a.linkButtonB {
    background: transparent url('/static/images/linkButtonBR.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 20px;
    text-decoration: none;
}
a.linkButtonB span {
    background: transparent url('/static/images/linkButtonBL.png') no-repeat;
	display: block;
    line-height: 12px;
    padding: 6px 0 6px 18px;
} 
a.linkButtonB:hover {
	background: transparent url('/static/images/linkButtonBRO.png') no-repeat scroll top right; 
}
a.linkButtonB:hover span {
    text-decoration: underline;
	background: transparent url('/static/images/linkButtonBLO.png') no-repeat;
}

#container {
	margin: 0 auto;
	width: 670px;
	text-align: left;
	padding: 0;
}
#containerWider {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	padding: 0;
}
#header {
    margin:  35px 30px 10px 0px;
    text-align: center;
}

.ssdWindow {
    display: none;    
    position: fixed;
    top: 17%;
    left: 50%;    
    margin-left: -150px;
    color: #000;
    width: 300px;
}
.ssdWindowUpload {
    display: none;    
    position: fixed;
    top: 17%;
    left: 50%;    
    margin-left: -100px;
    color: #000;
    width: 200px;
}
.ssdOverlay { background-color: #000; }
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
* html .ssdWindow, .ssdWindowUpload {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#ssdTB .bg {
	background:url('/static/images/b.png');
}
#ssdTB .topl {
	background:url('/static/images/tl.png');
}
#ssdTB .topr {
	background:url('/static/images/tr.png');
}
#ssdTB .bottoml {
	background:url('/static/images/bl.png');
}
#ssdTB .bottomr {
	background:url('/static/images/br.png');
}
#ssdTB {
	text-align: left;
	margin-left: 0 auto;
	margin-right: 0 auto;
}
#ssdTB .popup {
	position: relative;
}
#ssdTB table {
	border-collapse: collapse;
}
#ssdTB td {
	border-bottom: 0;
	padding: 0;
}
#ssdTB .body {
	padding: 10px;
	background: #fff;
	vertical-align: top;
}
#ssdTB .loading {
	text-align: center;
}
#ssdTB .image {
	text-align: center;
}
#ssdTB img {
	border: 0;
	margin: 0;
}
#ssdTB .footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}
#ssdTB .topl, #ssdTB .topr, #ssdTB .bottoml, #ssdTB .bottomr {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}
#ssdUW .bg {
	background:url('/static/images/b.png');
}
#ssdUW .topl {
	background:url('/static/images/tl.png');
}
#ssdUW .topr {
	background:url('/static/images/tr.png');
}
#ssdUW .bottoml {
	background:url('/static/images/bl.png');
}
#ssdUW .bottomr {
	background:url('/static/images/br.png');
}
#ssdUW {
	text-align: left;
	margin-left: 0 auto;
	margin-right: 0 auto;
}
#ssdUW .popup {
	position: relative;
}
#ssdUW table {
	border-collapse: collapse;
}
#ssdUW td {
	border-bottom: 0;
	padding: 0;
}
#ssdUW .body {
	padding: 10px;
	background: #fff;
	vertical-align: top;
}
#ssdUW .loading {
	text-align: center;
}
#ssdUW .image {
	text-align: center;
}
#ssdUW img {
	border: 0;
	margin: 0;
}
#ssdUW .footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}
#ssdUW .topl, #ssdUW .topr, #ssdUW .bottoml, #ssdUW .bottomr {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

.eMSG {
	background-color: #ffffe0;
	color: #000;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #ff0000;
}

#ssdFUList {
    overflow: hidden;
    width: 450px;
    background-color: #F9F9F9;
    margin-bottom: 1px;
    margin-top: 10px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
}
#ssdFUList div {
    float: left;
    padding: 5px;
    margin-right: 10px;
    font-size: 12px;
}
#imgResize {
    padding: 5px 0 0 0;
	}

#imgFile {
    padding: 5px 0 0 0;
	}
#imgoption {
    padding: 5px 0 0 0;
	}
#addtOpt {
    padding: 5px 0 0 0;
}
#aoDiv {
    display: none;
    background-color: #F9F9F9;
    border: 1px solid #D0D0D0;
}
.addtLinks {
    padding: 5px 0 5px 0;
}
.alDiv {
    display: none;
}
#addOptTb {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}
#notes {
    padding: 5px;
}
#sButton {
    padding: 10px;
    width: 110px;
    margin: 0 auto;
}
#tButton {
    padding: 0;
    width: 80px;
    margin: 0;
}

.sufCont {
    background-color: #F9F9F9;
    padding: 10px;
}
.imgListCont {
    background: #ffffff;
    padding: 5px;
    margin-top: 10px;
}
.imgListRightCont {
    background: #F9F9F9;
    border: 1px solid #ffffe0;
    padding: 10px;
}
#gLinkAds {
    margin: 20px auto;
	width: 550px;
	text-align: center;
	padding: 0;
}
#latestUploads {
    margin: 20px auto;
    overflow: hidden;
    width: 650px;
    text-align: center;
    padding: 5px;
}
.latestUploadsLeft {
    float: left;
    /*padding: 10px;*/
    width: 160px;
}
#logoSmaller {
    margin: 0 0 10px 15px;
}
.lgAds {
	margin:0 0 0 83px;
	display:inline;

}

#leftHome {
	margin:0 0 10px 5px;
    width: 300px;
    padding: 5px;
    float: left;
}

#leftSide {
    background-color: #F9F9F9;
    border: 1px solid #dfdfdf;
    width: 320px;
    padding: 5px;
    float: left;
}
#rightSide {
    margin-left: 350px;
}
#aboveImgCont {
    overflow: hidden;
    width: 590px;
    margin-bottom: 10px;
}
.aboveImgButtons {
    float: right;
    padding: 2px 5px;
    background-color: #F9F9F9;
    border: 1px solid #DFDFDF;
    margin-left: 5px;
}

#footer {
    margin: 20px auto;
	text-align: left;
	padding: 0;
}

/* RECAPTCHA */
#recaptcha_image {
	border: 1px solid #dfdfdf;
	margin-bottom: 2px;
}
#recaptcha_links_cont {
	padding-top: 5px;
	padding-bottom: 5px;
}
#recaptcha_links_cont span {
	padding-right: 5px;
}

/* Forum stuff */
#forumContainer {
	margin: 0 auto;
	width: 500px;
	text-align: left;
	padding: 0;
}
#forumHeader {
    margin: 5px 0 5px 0;
    text-align: center;
}
#forumssdFUList {
    overflow: hidden;
    width: 450px;
    background-color: #F9F9F9;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
}
#forumssdFUList div {
    float: left;
    padding: 5px;
    margin-right: 10px;
    font-size: 12px;
}
#likeheader {
    position: absolute;
    top: 11px;
    right: 120px;
    z-index: 5000;
    /*background-color: red;*/
    padding: 2px;
 }
#bookheader {
    position: absolute;
    top: 11px;
    right: 210px;
	width:auto;
    z-index: 5000;
    /*background-color: red;*/
    padding: 2px;
 }

#changeLangCont {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5000;
    /*background-color: red;*/
    padding: 4px;
    width: 180px;
}
#changeLangForumCont {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
    /*background-color: red;*/
    padding: 4px;
    width: 180px;
}
#chLangDD {
    border: 1px solid #D0D0D0;
    padding: 2px 0 2px 4px;
}


#langList {
    display: none;
    border: 1px solid #D0D0D0;
    top: 2px;
    position: relative;
    z-index: 2001;
    background-color: #ffffff;
}