@charset "utf-8";
body {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #626262;
	background: url(images/bg.png) repeat left top;
	margin: 0px;
	padding: 0px;
	position: relative;
}
@font-face {
	font-family: 'dyno';
	src: url('fonts/dyno_regular-webfont.eot');
	src: url('fonts/dyno_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dyno_regular-webfont.woff') format('woff'),
         url('fonts/dyno_regular-webfont.ttf') format('truetype'),
         url('fonts/dyno_regular-webfont.svg#dyno') format('svg');
    font-weight: normal;
    font-style: normal;

}
.clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 1024px;
}
#header .logo {
	background: url(../images/logo.png) no-repeat left top;
	margin: 17px 0px 0px 34px;
	padding: 0px;
	float: left;
	height: 60px;
	width: 264px;
	
}
#header .socialWidgets {
	margin: 32px 0px 0px;
	padding: 0px;
	float: right;
	height: 20px;
	min-width: 200px;
}
#navigation {
	/* font-size: 16px; */
	line-height: 48px;
	background: url(images/bg_navigation.png) repeat-x left top;
	margin: 0px;
	padding: 0px 17px 0px 17px;
	height: 48px;
	width: 1024px;
	list-style-type: none;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	position: relative;
}
#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 48px;
}
#navigation li a {
	margin: 0px;
	padding: 0px 24px;
	float: left;
	height: 48px;
	color: #ffffff;
	text-decoration: none;
}
#navigation li a:hover {
	line-height: 46px;
	background: url(images/bg_navigation_li_a_h.png) repeat-x left top;
	height: 46px;
	padding-right: 23px;
	padding-left: 23px;
	border: 1px solid #1F5065;
}
#main {
	margin: 0px;
	padding: 17px;
	width: 1024px;
	background: #ffffff;
	box-shadow: 0px 0px 4px #555555;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	position: relative;
}
#main .line {
	background: url(images/bg_line.png) repeat-x left top;
	margin: -17px -17px 17px -17px;
	padding: 0px;
	height: 54px;
}
#main .line .lTitle {
	font-size: 20px;
	line-height: 54px;
	font-weight: bold;
	color: #295373;
	text-shadow: 1px 1px 1px #ffffff;
	background: url(images/icon_memberLogin.png) no-repeat 36px 12px;
	margin: 0px;
	padding: 0px 0px 0px 80px;
	float: left;
	height: 54px;
	width: 164px;
}
#main .line .devider {
	background: url(images/devider_line.png) repeat-y left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 54px;
	width: 2px;
}
#main .line form {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 54px;
	width: 550px;
}
#main .line form label {
	font-size: 14px;
	line-height: 54px;
	font-weight: bold;
	color: #295373;
	margin: 0px;
	padding: 0px 5px 0px 12px;
	float: left;
	height: 54px;
}
#main .line form input[type="text"],
#main .line form input[type="password"] {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #295373;
	background: url(images/bg_input_t_p.png) repeat-x left top;
	margin: 12px 0px 0px;
	padding: 5px 10px;
	float: left;
	height: 18px;
	width: 118px;
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#main .line form input[type="text"]:hover,
#main .line form input[type="password"]:hover,
#main .line form input[type="text"]:focus,
#main .line form input[type="password"]:focus {
	background: url(images/bg_input_t_p_h.png) repeat-x left top;
	border: 1px solid #7595AD;
}
#main .line form input[type="submit"] {
	background: transparent url(images/button_login.gif) no-repeat left top;
	margin: 11px 12px 0px 0px;
	padding: 0px;
	float: right;
	height: 32px;
	width: 96px;
	border: 0px;
	cursor: pointer;

}
#main .line .lRegister,
{
	margin: 0px;
	padding: 0px 0px 0px 65px;
	float: right;
	height: 54px;
	width: 85px;
	background: url(images/icon_memberRegister.png) no-repeat 25px 12px;
	font-size: 18px;
	line-height: 54px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ffffff;
}


#main .line .uDeposit,
#main .line .uCashout,
#main .line .uLogout {
	font-size: 16px;
	line-height: 38px;
	/* margin: 0px; */
	padding: 0px 10px 0px 16px;
	height: 48px;
	width: 944px;
	list-style-type: none;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	/* -webkit-border-radius: 10px 10px 0px 0px; */
	position: relative;
}

#main .line .uDeposit {
	float: left;
	width:100px;
}

#main .line a {
	color: #295373;
	text-decoration: none;
}
#main .line a:hover {
	color: #0C4471;
}
#main .homeImg {
	background: url(images/image_home_1.jpg) no-repeat left top;
	margin: 20px 0px 0px 30px;
	padding: 0px;
	float: left;
	height: 272px;
	width: 334px;
}
#main h1 {
	font-size: 28px;
	font-style: italic;
	color: #1374ad;
	line-height: 32px;
}
#main .tTitle {
	margin: 15px 20px 0px 0px;
	padding: 0px;
	float: right;
	width: 470px;
}
#main .tList {
	font-size: 15px;
	font-style: italic;
	color: #626262;
	margin: 10px 20px 0px 0px;
	padding: 0px;
	float: right;
	width: 470px;
	list-style-type: none;
}
#main .tList li {
	background: url(images/list_t.png) no-repeat left top;
	margin: 5px 0px;
	padding: 0px 0px 0px 42px;
	float: left;
	width: 428px;
}
#main a.jOinBtn {
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
	color: #825901;
	text-decoration: none;
	background: url(images/Button-Join.png) no-repeat left top;
	margin: 20px 100px 0px 0px;
	padding: 0px 25px;
	float: right;
	height: 57px;
	width: 248px;
	border: 1px solid #FFC600;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main .stats {
	background: url(images/bg_stats.png) repeat-x left top;
	margin: 0px 0px 0px;
	padding: 0px;
	height: 40px;
	width: 924px;
	border: 1px solid #b4b4b4;
	font-size: 12px;
	line-height: 40px;
	color: #626262;
}
#main .stats p {
	margin: 0px;
	padding: 0px 0px 0px 71px;
	float: left;
	height: 56px;
	width: 174px;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;
}
#main .stats p span {
	font-size: 22px;
	font-weight: bold;
	color: #295373;
}
#main .stats .aJobs {
	background: url(images/icon_stats_aJobs.png) no-repeat 30px 05px;
	width: 130px;
}
#main .stats .aMembers {
	background: url(images/icon_stats_aMembers.png) no-repeat 30px 05px;
}
#main .stats .tPaid {
	background: url(images/icon_stats_tPaid.png) no-repeat 30px 05px;
}
#main .stats .sBonus {
	background: url(images/icon_stats_sBonus.png) no-repeat 30px 05px;
	width: 150px;
}
#main .left {
	margin: 20px 0px 0px 30px;
	padding: 0px;
	float: left;
	width: 400px;
}
#main .left .top {
	background: url(images/image_home_2.jpg) no-repeat right top;
	margin: 0px;
	padding: 0px 140px 0px 0px;
	width: 420px;
	min-height: 208px;
}
#main .left .bottom {
	background: url(images/image_home_3.jpg) no-repeat left top;
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 140px;
	width: 420px;
	min-height: 208px;
}
#main .left .title {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #66ae2b;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #295373;
	width: 400px;
}
#main .left .title span {
	background: #ffffff;
	margin: 0px 0px -10px;
	padding: 0px;
	display: block;
	width: 140px;
}
#main .left ul {
	margin: 15px 0px 0px;
	padding: 0px;
	width: 400px;
	list-style-type: none;
}
#main .left ul li {
	margin: 4px 0px;
	padding: 0px 0px 0px 42px;
	float: left;
	width: 378px;
	line-height: 16px;
}
#main .left ul li.one {
	background: url(images/icon_home_list_1.png) no-repeat left top;
}
#main .left ul li.two {
	background: url(images/icon_home_list_2.png) no-repeat left top;
}
#main .left ul li.three {
	background: url(images/icon_home_list_3.png) no-repeat left top;
}
#main .left ul li.four {
	background: url(images/icon_home_list_4.png) no-repeat left top;
}
#main .right {
	margin: 38px 5px 0px 0px;
	padding: 10px;
	float: right;
	width: 900px;

color : #000;
	background: #f8f8f8;
}
#main .right table {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px;
	padding: 0px;
	width: 900px;
}
#main .right table tr.secnd {
	
	background: #ffffff;
}

#main .right table tr th {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #66ae2b;
	text-align: left;
	margin: 0px;
	padding: 0px 6px;
	
}
#main .right table tr td {
	
	border-left : 1px solid #d4e3ea;
border-right : 1px solid #d4e3ea;
border-bottom : 1px solid #d4e3ea;
border-top : 1px solid #d4e3ea;
	margin: 0px;
	padding: 3px 6px;
}
#footer {
	margin: 20px 0px 0px;
	padding: 17px;
	width: 926px;
	background: url(images/bg_footer.png) repeat-x left top;
	box-shadow: 0px 0px 4px #555555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#footer .left {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
}
#footer .right {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: right;
}
#wrap .copy {
	font-size: 13px;
	color: #295373;
	margin: 0px;
	padding: 12px 0px 50px;
}
#main .line .uName,
#main .line .uBalance {
	text-shadow: 1px 1px 1px #ffffff;
	margin: 0px;
	padding: 10px 10px 0px 84px;
	float: left;
	height: 44px;
	width: 130px;
	line-height: 16px;
	background: url(images/icon_logged_name.png) no-repeat 42px 12px;
}
#main .line .uName span,
#main .line .uBalance span {
	font-size: 18px;
	font-weight: bold;
	color: #295373;
}
#main .line .uBalance {
	background: url(images/icon_logged_balance.png) no-repeat 42px 12px;
}

#main .line .uCashout {
	background: url(images/icon_logged_cashout.png) no-repeat 25px 12px;
	float: left;
	width: 91px;
	padding: 0px 10px 0px 65px;
}
#main .line .uLogout {
	background: url(images/icon_logged_logout.png) no-repeat 25px 12px;
	float: left;
	width: 96px;
	padding: 0px 10px 0px 65px;
}

.favbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.favbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.favbutton:active {
	position:relative;
	top:1px;
}

.Back {
	-moz-box-shadow:inset -3px -7px 0px -8px #ffffff;
	-webkit-box-shadow:inset -3px -7px 0px -8px #ffffff;
	box-shadow:inset -3px -7px 0px -8px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 19px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.Back:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.Back:active {
	position:relative;
	top:1px;
}



.adminacceptjob {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.adminacceptjob:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.adminacceptjob:active {
	position:relative;
	top:1px;
}



.adminreject {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}.adminreject:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.adminreject:active {
	position:relative;
	top:1px;
}

.bluesmall {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:0px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
}.bluesmall:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.bluesmall:active {
	position:relative;
	top:1px;
}


.greensmall {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:0px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.greensmall:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.greensmall:active {
	position:relative;
	top:1px;
}

.yelloborder {
	background-color:transparent;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	padding:1px 11px;
	text-decoration:none;
}.yelloborder:active {
	position:relative;
	top:1px;
}

.style-select {
margin: 5px;
  padding: 0 0px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 2px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 1px solid #eff4f7;
  }
  
  .small-style-select {
margin: 5px;
  padding: 0 0px;
  width: 100px;
  height: 34px;
  color: #404040;
  background: white;
  border: 2px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 1px solid #eff4f7;
  }
.yelloborder {
	background-color:transparent;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #DBDBDB;
	
}