@charset "UTF-8";


body {
	background-image: url(img/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #51606a;
}
img {
    border: 0px;
}
h1 {
    font-size: 20px;
    text-align: center;
}

.content {
	background-image: url(img/bg-top.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	width: 900px;
	margin: 0px auto;
}
.L {
	float: left;
}
.R {
	float: right;
}
.C {
	clear:both;
}

#logo {
	position: absolute;
	margin: 33px 0px 0px 30px;
}
#logo #slogan {
	font-size: 10px;
	margin-top: -7px;
}

#langs {
	text-align: center;
	padding: 60px 130px 0px 0px;
}
#langs a {
	margin-right: 15px;
}

.title {
	font-size: 13px;
	font-weight: bold;
}

.important {
    color: red;
}

div.innerMain p a,
.txtLink a {
	background-color: #e7e7e7;
}

/* TOP AUTH LINKS */
#shortRegister {
	position: relative;
	float: right;
	margin-right: -115px;
}
/* END. top auth links */

/* BUTTONS */
a.btnSmaller {
	background-image: url(img/btn-smaller-off-middle.jpg);
	background-repeat: repeat-x;
	height: 22px;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	display: block;
}
a.btnSmaller:hover {
	background-image: url(img/btn-smaller-on-middle.jpg);
}
a.btnSmaller .leftPart {
	background-image: url(img/btn-smaller-off-left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 8px;
	height: 22px;
	margin-left: -10px;
	float: left;
}
a.btnSmaller:hover .leftPart {
	background-image: url(img/btn-smaller-on-left.jpg);
}
a.btnSmaller .rightPart {
	background-image: url(img/btn-smaller-off-right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 8px;
	height: 22px;
	margin-right: -10px;
	float: right;
}
a.btnSmaller:hover .rightPart {
	background-image: url(img/btn-smaller-on-right.jpg);
}
a.btnSmaller .txt {
	float: left;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 4px;
	font-size: 10px;
}

a.btnBigger {
	background-image: url(img/btn-bigger-off-middle.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: -5px;
	height: 34px;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	display: block;
}
a.btnBigger:hover {
	background-image: url(img/menu-item-sel-middle.png);
}
a.btnBigger .leftPart {
	background-image: url(img/btn-bigger-off-left.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 12px;
	height: 34px;
	margin-left: -15px;
	float: left;
}
a.btnBigger:hover .leftPart {
	background-image: url(img/menu-item-sel-left.png);
}
a.btnBigger .rightPart {
	background-image: url(img/btn-bigger-off-right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 12px;
	height: 34px;
	margin-right: -15px;
	float: right;
}
a.btnBigger:hover .rightPart {
	background-image: url(img/menu-item-sel-right.png);
}
a.btnBigger .txt {
	float: left;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	margin-top: 9px;
	text-align: center;
}

.joinUsBtn {
	width: 88px;
	
}

.marginTop5 {
    margin-top: 5px !important;
}

div.btnLarge {
    width: 117px;
    margin: 5px 0px 0px 3px;
}
div.btnMiddleBigger {
    width: 106px;
    margin-left: 3px;
}
div.btnMiddle {
    width: 91px;
    margin-left: 3px;
}
div.btnMiddleSmall {
    width: 78px;
    margin-left: 3px;
}
div.btnSmall {
    width: 70px;
    margin: 0px 0px 0px 3px;
}
div.btnSmaller {
    width: 53px;
    margin: 5px 0px 0px 3px;
}
div.btnSmallest {
    width: 28px;
    margin: 5px 0px 0px 3px;
}



#ConvertPendingEarningAmount {
    margin: 2px 0px;
}
.btnMsg {
    margin: 3px 0px 0px 8px;
}
/* END. buttons */

/* MENU */
.menu {
	height: 56px;
	background-image: url(img/menu-bg-middle.png);
	background-repeat: repeat-x;
	margin: 6px 12px 0px 12px;
}
.menu .leftPart,
.menu .rightPart {
	width: 12px;
	height: 56px;
}
.menu .leftPart {
	background-image: url(img/menu-bg-left.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	margin-left: -12px;
}
.menu .rightPart {
	background-image: url(img/menu-bg-right.png);
	background-repeat: no-repeat;
	background-position:right;
	float: right;
	margin-right: -12px;
}

.menu .menuItemSel {
    background-image: url(img/menu-item-sel-middle.png);
    background-repeat: repeat-x;
}
.menu #firstMenuItemmenuItemSel {
    background-image: url(img/menu-item-sel-left.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 12px;
    height: 34px;
    margin: 0px 0px 0px -12px;
}
.menu .menuItem {
	margin-top: 7px;
	float: left;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	text-decoration: none;
	height: 47px;
}
.menu .menuItem:hover {
	background-image: url(img/menu-item-sel-middle.png);
	background-repeat: repeat-x;
}
.menu .menuItem .txt {
	padding: 9px 10px 0px 10px;
}
.menu .menuItem:hover .txt {
	background-image: url(img/menu-item-sel-shadow.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
}
.menu .menuItem:hover #firstMenuItem {
	background-image: url(img/menu-item-sel-left.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 12px;
	height: 34px;
	margin: 0px 0px 0px -12px;
}

.menu .search {
	float: right;
	margin-right: 5px;
}
.menu .search input[type='image'] {
	margin-top: 7px;
	z-index: 2;
}
.menu .search input[type='text'] {
	margin-top: 13px;
}
/* END. menu */

/* LOWER MENU */
.lowerMenu {
	margin: -2px 0px 15px 10px;
	font-size: 11px;
}
.lowerMenu a {
	color: inherit;
	text-decoration: none;
}
.lowerMenu a:hover {
	text-decoration: underline;
}
.lowerMenu .separator {
	color: #f87a1d;
}
/* END. lower menu */

/* MAIN IMAGE */
.mainImage .demo .title a,
.mainImage .mainSubimage .advertiser a.title,
.mainImage .mainSubimage .publisher a.title {
	color: #d96309;
	text-decoration: none;
	font-weight: normal;
}
.mainImage .demo .title a:hover,
.mainImage .mainSubimage .advertiser a.title:hover,
.mainImage .mainSubimage .publisher a.title:hover {
	color: #5a636b;	
}

.mainImage {
	background-image: url(img/main-image-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 900px;
	height: 264px;
	font-size: 11px;
}

.mainImage .demo {
	float: left;
	margin: 140px 0px 0px 200px;
}
.mainImage .demo .title {
	font-size: 21px;
	color: #d96309;
	font-family: Arial narrow;
}
.mainImage .demo .msg {
	margin: -3px 0px 15px 0px;
}
.mainImage .demo .btn {
	width: 51px;
	margin-left: 8px;
}

.mainImage .mainSubimage {
	background-image: url(img/main-subimage-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	width: 499px;
	height: 217px;
	margin: 23px 23px 0px 0px;
}
.mainImage .mainSubimage .advertiser,
.mainImage .mainSubimage .separator,
.mainImage .mainSubimage .publisher {
	margin-top: 15px;
}
.mainImage .mainSubimage .advertiser {
	background-image: url(img/main-subimage-advertisers-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 162px;
}
.mainImage .mainSubimage .publisher {
	background-image: url(img/main-subimage-publishers-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 148px;
}
.mainImage .mainSubimage .advertiser,
.mainImage .mainSubimage .publisher {
	float: left;
	width: 219px;
	margin: 25px 0px 0px 30px;
}
.mainImage .mainSubimage .separator {
	float: left;
	width: 1px;
	height: 187px;
}
.mainImage .mainSubimage .advertiser a.title,
.mainImage .mainSubimage .publisher a.title {
	font-family: Arial narrow;
	font-size: 26px;
}
.mainImage .mainSubimage .publisher .msg {
	margin: 38px 0px 0px 97px;
}
.mainImage .mainSubimage .advertiser .msg {
	margin: 25px 0px 0px 90px;
}
.mainImage .mainSubimage .publisher .btn {
	margin: 36px 0px 0px 120px;
	width: 88px;
}
.mainImage .mainSubimage .advertiser .btn {
	margin: 34px 0px 0px 110px;
	width: 84px;
}
/* END. main image*/

/* MAIN */
.main {
	background-image: url(img/content-borders-bg.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 900px;
	height: 224px;
}
.main .separator {
	float: left;
	margin-top: 18px;
}
.main .news,
.main .partners,
.main .login {
	float: left;
	margin: 30px 30px 0px;
}

#partners {
    list-style: none;
    margin: 20px -25px 0px;
    padding: 0px;
}
#partners li {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
#partners li img {
    text-align: center;
    vertical-align: middle;
    padding: 0px 10px;
}
.main .partners {
    width: 340px;
}

.main .news {
	width: 235px;
}
.main .news .item {
	margin: 10px 0px 10px 0px;
}
.main .news .item .date {
	font-weight: bold;
	font-size: 12px;
	color: #5f5f5f;
}
.main .news .item .more {
	text-decoration: none;
	color: inherit;
}
.main .news .item .more:hover {
	text-decoration: underline;
}
/* END. main */

/* LOGIN */
.main .login {
	margin-left: 40px;
}
.main .logged {
    margin-left: 20px;
}
.login form {
	margin: 10px 0px 0px 0px;
}
.login input[type='text'], 
.login input[type='password'] {
	font-size: 11px;
	margin-top: 9px;
	width: 110px;
}
.login .btn {
	margin: 9px 0px 20px 23px;
}
.login .forgot {
	font-size: 10px;
	color: #5f5f5f;
	text-decoration: none;
}
.login .forgot:hover {
	text-decoration: underline;
}

.innerRight .login input[type='text'], 
.innerRight .login input[type='password'] {
	width: 160px;
}

.login table.btns {
	margin-left: -7px;
}
.login table.btns td.left {
	padding: 9px 3px 9px 0px;
	
}
.login table.btns td.right {
	padding: 9px 6px 9px 4px;
}
/* END. login */

/* INNER MAIN */
.innerMainTop {
	background-image: url(img/inner-content-bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 700px;
	height: 7px;
}
.innerMain {
	background-image: url(img/inner-content-bg-middle.jpg);
	background-repeat: repeat-y;
	width: 640px;
	padding: 23px 30px 23px 30px;
}
.innerMain a {
    color: #51606A;
    text-decoration: none;
}
.innerMain a:hover {
    text-decoration: underline;
}
.innerMainBottom {
	background-image: url(img/inner-content-bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 700px;
	height: 7px;
}
/* END. inner main */

/* INNER RIGHT BLOCK */
.innerRightTop {
	background-image: url(img/inner-right-block-bg-top.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 194px;
	height: 8px;
}
.innerRight {
	background-image: url(img/inner-right-block-bg-middle.png);
	background-repeat: repeat-y;
	width: 174px;
	padding: 2px 10px 2px 10px;
}
.innerRightBottom {
	background-image: url(img/inner-right-block-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 194px;
	height: 8px;
}

.innerRightBlockSpacer {
	height: 7px;
}

.shortAccInfo {
	margin: 15px 0px 15px 0px;
}
.shortAccInfo span {
	color: #5f5f5f;
	font-weight: bold;
	text-decoration: underline;
}
/* END. inner right block */

/* ADS */
.avgBid {
    border: 1px solid grey;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}
/* END. ads */

/* FOOT */
.foot {
	margin: 20px 20px 0px 20px;
	padding-bottom: 20px;
}
.footerMenu {
	color: #000000;
}
.footerMenu img {
    vertical-align: middle;
}
.footerMenu img.skype {
    margin-top: -2px;
}
.footerMenu .separator {
	color: #f87a1d;
	font-weight: bold;
}
.footerMenu a {
	color: inherit;
	text-decoration: none;
}
.footerMenu a:hover {
	text-decoration: underline;
}
/* END. foot */

/* GENERIC */ 
.L {
	float: left;
}
.R {
	float: right;
}
.C {
	clear: both;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.error {
	border: #F00 solid 1px;
}
.errorRed {
	color: #c00000;
	font-weight: bold;
}
.green {
	color: #00a26b;
	font-weight: bold;
}

.errorMessage {
	border: #e5e4e1 solid 1px;
	background-image: url(img/error-msg-cross.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	width: 475px;
	padding: 5px;
	display: none;
	margin-bottom: 10px;
}
.errorMessage ul {
	list-style-type: none;
	padding-left: 20px;
}
.errorMessage li {
	color: #c00000;
	font-size: 11px;
}

.infoMessage {
    border: #e5e4e1 solid 1px;
    text-align: left;
    width: 459px;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}
/* END. generic */

/* LIST */
.list {
    
}
.row_1, .row_0 {
    margin: 0px;
    padding: 5px;
}
.row_1 {
    background-color: #e7e7e7;
}
/* END. list */

/* DEVICES SCREENS */
#screenPreview {
    width: 320px;
    height: 240px;
    border: 1px solid #cfd0d0;
    margin: 10px 0 0 0 ;
	padding:10px;
    overflow: auto;
}
#screenPreview h3 {
    margin: 3px 2px 5px 2px;
}
#screenPreview p {
    text-align: center;
}
#screenPreview form {
    text-align: center !important;
}
/* END. devices screens */

/* PAGING */
.paging a {
    color: #FFF;
}
.paging a:hover {
    text-decoration: none;
}
.paging a.pagingAct:hover {
    background-color: #59626a;
}

/*
.paging {
	margin: 20px 0px 0px 0px;
}
.paging form {
	margin-left: 10px;
}
.paging a {
	border: 1px solid #7f7f7f;
	background-color: #d9d9d9;
	color: #595959;
	padding: 0px 3px 2px 3px;
	text-decoration: none;
}
.paging a.sel {
	font-weight: bold;
}
.paging a:hover {
	text-decoration: none;
	background-color: #7f7f7f;
}
*/
/* END. paging */

/* ARTICLE */
.articles {
    text-align: justify;
    line-height: 1.5;
    }
    .articles h2 {
        color: #f87a1d;
    }


#contentForPP .articleO {
    width: 640px;
    padding: 10px;
    text-align: justify;
}
#contentForPP .articleOTitle {
    padding-left: 10px;
}
/* END. article */

/* SITE INSTALL CODE */
.infoContainer {
	text-align: left;
	margin: 20px 3px 10px 0px;
}
.infoContainer a {
    text-decoration: none;
    color: inherit;
}
.infoContainer a:hover {
    text-decoration: underline;
}

.closeContainer {
	font-size: 120%;
}
.siteInstallCode {
	font-size: 11px;
}
/* END. site install code */

/* BANNERS */
.bannerPreview {
	text-align: center;
	margin: 3px;
}
/* END. banners */

/* LANDING PAGES */
.landingPagePreviewButtonsContainer {
	width: 363px;
}

.formLandPgR .btnSmall,
.landingPagePreviewButtonsContainer .btnSmall {
    margin-top: 5px;
}
.formLandPgR .displayInfoText {
    margin: 8px 28px 0px 0px;
}
/* END. landing pages */

/* REGISTRATION */
.userRegistration input[type='text'],
.userRegistration input[type='password'] {
	width: 180px;
}
.userRegistration select {
    width: 184px;
}
.userRegistration select.error {
    width: 182px;
}
/* END. registration */

/* TMP INDEX */
.tmpIndex {
}
.tmpIndex .timeleft {
	margin: 100px 0px 70px 0px;
	font-size: 46px;
	text-transform: uppercase;
	font-weight: bold;
}
.tmpIndex #clock {
	color: #FEBF01;
	text-transform: none;
}
.tmpIndex .shortDesc, 
.tmpIndex .formDesc {
	font-size: 13px;
}
.tmpIndex .shortDesc {
	margin: 70px 0px 0px 0px;
}
.tmpIndex .formDesc {
	margin: 10px 0px 0px 0px;
}
.tmpIndex form {
	margin: 30px 0px 0px 0px;
}
.tmpIndex .formContainer {
	margin: 0 auto;
	width: 215px;
}
.tmpIndex .foot {
	color: #A0A0A0;
	margin-top: 120px;
}
/* END. tmp index */

/* FOLDING */
.foldingMain,
.foldingMain_open {
    cursor: pointer;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left;
}
.foldingMain {
    background-image: url(img/maximize.png);
}
.foldingMain_open {
    background-image: url(img/minimize.png);
}
.foldingSub {
    display: none;
}
/* END. folding */

/* CAKE LOG */
table.cakeSqlLog {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
table.cakeSqlLog thead {
	background-color:#CCC;
}
table.cakeSqlLog caption {
	background-color:#F4F4F4;
	margin-bottom: 3px;
	margin-top: 20px;
}
table.cakeSqlLog tr {
	margin-bottom: 3px;
}
table.cakeSqlLog tr#r1 {
	background-color: #E6E6E6;
}
table.cakeSqlLog tr#r0 {
	background-color: #F4F4F4;
}
/* END. cake log */

