html, body {
	margin:0;
	padding: 0;
}
body {
	font-size: 14px;
	color: #333;
	background-color: #cccc99;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
form {
	margin:0;
	padding:0;
}
input {
	min-height: 16px;
	min-width: 16px;
}
input, textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 2px 2px 3px #eaeaea;
	-webkit-box-shadow: 2px 2px 3px #eaeaea;
	box-shadow: 2px 2px 2px #eaeaea;
}
input:hover, textarea:hover {
	border: 1px solid #ccc;
}
a {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-shadow: 1px 1px 3px #ccc;
}
img { border: none; }

.submit:hover {
	color: #ffffff;
	background-color: #88aa52;
	background-attachment: scroll;
	background-image: url("style_images/newbtn_middle.png");
	background-position: 0% 0%;
	background-repeat: repeat-x;
}
.button_link { 
	background-attachment: scroll;
	background-color: #548dc9;
	background-image: url("style_images/newbtn_middle.png");
	background-position: 0% 0%;
	background-repeat: repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border: none;
	clear: right;
	color: #ffffff;
	display: block;
	float: left;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	-moz-box-shadow: 2px 2px 3px #eaeaea;
	-webkit-box-shadow: 2px 2px 3px #eaeaea;
	box-shadow: 2px 2px 3px #eaeaea;
}
.button_link:hover { 
	background-color: #88aa52;
}
.button_link span { 
display: inline;
font-size: 15px;
font-weight: 700;
}
.button_right_text { 
	font-family: "Arial", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	vertical-align: middle;
	font-style: italic;
}
.main-content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
.global_menu {
	position:absolute;
	top:10px;
	right:0;
	min-width:400px;
	padding: 5px 0 5px 0;
	background-color: #fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.global_menu_item {
	float: left;
	margin-left:10px;
}
.global_menu_link {
	padding: 2px 8px;
	background-color: #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-attachment: scroll;
	background-image: url("style_images/newbtn_middle.png");
	background-position: 0% 0%;
	background-repeat: repeat-x;
}
.global_menu_link:hover {
	/*background-color:#3366cc;*/
	background-color: #548dc9;
}
.global_menu_link:hover a {
	color:#ffffff;
}
.global_menu_link_active {
	padding: 2px 8px;
	background-color: #ff9900;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-attachment: scroll;
	background-image: url("style_images/newbtn_middle.png");
	background-position: 0% 0%;
	background-repeat: repeat-x;
}
.global_menu_link_active a {
	color:#ffffff;
}
.logo {
	width: 200px;
	min-height:52px;
	margin: 5px 0 5px 0;
}


.sub-content {
	background-color: white;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.page-content {
	padding: 15px;
}

.global_footer {
	width: 100%;
	margin-top:5px;
	padding:5px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color:#fff;
}
.footer_links {
	text-align:right;
}
.footer_links a {
	color: #fff;
}
.footer_links a:hover {
	text-decoration: underline;
}
.left_side_blocks {
	width: 200px;
	float: left;
}

.left_block {
	background-color: #f2f2f2;
	width: 100%;
	margin-bottom: 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.left_block_content {
	padding: 5px;
}
.left_block_partners {
}
.main_page_menu {
	margin-top: 15px;
	padding:4px;
	border-bottom: 1px solid #f2f2f2;
}
.partner {
	padding: 5px;
	text-align: center;
}
.greybox {
	margin-top: 10px;
	position:relative;
	background-color: #f2f2f2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.greybox_title {
	padding: 5px;
	text-shadow: 2px 2px 3px #fff;
}
.greybox_footer {
	height: 8px;
}
.greybox_content {
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: white;
	border-right-color: #f2f2f2;
	border-left-color: #f2f2f2;
	margin: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 2px;
}
.info_block {
	float: left;
	margin-left: 15px;
	width: 640px;
}
.info_subblock {
	padding-top: 10px;
	/*font-size: 12px;*/
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #444;
	/*color: #286ec6;*/
	text-shadow: 2px 2px 3px #eaeaea;
}





.left_block_content form {
}
.left_block_content label {
	font-size: 11px;
}
.left_block_content input.login_email {
	background-image: url(../images/16x16/005.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	width: 160px;
	height: 20px;
	padding-left:19px;
	font-size: 16px;
}
.left_block_content input.login_password {
	background-image: url(../images/16x16/065.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	width: 160px;
	height: 20px;
	padding-left:19px;
	font-size: 16px;
}
#signup_link {
	margin-left: 8px;
	margin-top: 10px;
}
.signup_link {
	font-size: 18px;
	vertical-align: middle;
	font-weight: bold;
}
img.icon {
	vertical-align: middle;
}




.row { margin-top:10px; width:100%; float:left; clear:both; }
.column { float:left; }
.column1 { float:left; width:200px; font-weight: bold; text-align: right;padding-right:10px;}
.column2 { float:left;}
.clear { clear: both; }


tr.underline td
{
	border-bottom: 1px solid #f2f2f2;
}
tr.underline:hover td
{
	border-bottom: 1px solid #eaeaea;
}
td.left {vertical-align: top; width:200px; text-align : right; font-weight: bold;padding: 5px 10px 5px 0px;}
td.right { vertical-align: top;padding: 5px 0px 5px 0px;}


table.my_ads td, table.my_sites td {
	padding: 4px 3px 0 3px;
	vertical-align: top;
}
table.my_ads td.header, table.my_sites td.header {
	padding: 0 3px 3px 3px;
	font-weight: bold;
	font-size: small;
	color: #999999;
}

.mobile_preview {
	width: 280px;
	height: 376px;
	background-position: center top;
	background-image: url(../images/mobile.png);
	background-repeat: no-repeat;
}
.preview_ad {
	margin-top:60px;
	text-align:center;
	color:#006699;
	padding-left:60px;
	padding-right:60px;
	font-size:12px;
	text-decoration:underline;
	overflow : hidden;
}
#install_code {
width: 100%;
height: 300px;
}
#html_install_code {
width: 100%;
height: 40px;
}
.success_message { 
	border-color: #009900;
	border-width: 1px;
	border-style: solid;
	color: #000;
	padding: 5px;
	margin-right: 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding-left: 20px;
	background: #ddffdd url(../images/validyes.png) no-repeat center left;
}
.error_message {
	border-color: #cc0000;
	border-width: 1px;
	border-style: solid;
	color: #000;
	padding: 5px;
	margin-right: 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding-left: 20px;
	background: #ffcccc url(../images/validno.png) no-repeat center left;
}

.page_note {
	font-size:12px;
	text-align:center;
	margin-top:15px;
	color:#777;
}
.pagination {
	margin-top: 10px;
	text-align: right;
}
.pagination a {
	padding: 4px;
	border: 1px solid #f2f2f2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.tipsy { padding: 5px; font-size: 10px; opacity: 0.7; filter: alpha(opacity=70); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
