/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #efefef;
  /*background-color: #fff;*/
  font: 76% "Myriad Pro";
  background:url(images/ugs_bg_slice.gif) top repeat-x #1d282e;
  
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  
  text-decoration: none;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  /*background-color: #eee;*/
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #abcde;
}
/*************** SELF DEFINED *****/
.menu_tr { background:url(images/menu_bg.gif) repeat-x bottom;  }
#menu_tr_left { background:url(images/top_menu_left.gif) no-repeat bottom right; width:199px;  }
#menu_tr_right { background:url(images/top_menu_right.gif) no-repeat bottom left; width:257px; }
#menu_sep { background:url(images/menu_sep.gif) repeat-x bottom; width:2px; font-family:"Myriad Pro"; font-size:12px; font-weight:bold; color:#a6c8dd; text-decoration:none ; }
.nav_title_left { font-family:"Myriad Pro"; font-size:12px; font-weight:bold; color:#a6c8dd; text-decoration:none ; }
a.menu_link { font-family:"Myriad Pro"; font-size:12px; font-weight:bold; color:#a6c8dd; text-decoration:none ; }
.overMouse { background:url(images/menu_bg_blub.gif) no-repeat bottom;  width:92px; }
#content_strip { background:url(images/content_top_strip.gif) no-repeat; height:37px; width:932px; }

#footer a.footer_link, #footer a.footer_link:visited { display:block; display:inline; margin:0 10px;font-family:"Myriad Pro"; font-size:12px; font-weight:bold; color:#ffffff; text-decoration:none ; }
#footer a.footer_link:hover { font-family:"Myriad Pro"; font-size:12px; font-weight:bold; color:#a6c8dd; text-decoration:none ; }
#footer .copyright{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#a6c8dd; font-weight:normal;}
#footer .copyright p{font-size:10px; color:#a6c8dd; padding:0; margin:0;}

tbody, tr, td{
padding:0px;
border:0px;
margin:0px;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding:0px 0px;
}

#main_body { background:url(images/content_rep.jpg) repeat-y;}

/*******************/
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
	background:url(images/top_head_bg.gif) top center no-repeat;
  /*background-color: #69c;*/
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}

#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  /*background-color: #eee;
  padding: 1em;*/
  font-size: 0.8em; text-align:left; width:933px; margin:0 auto; padding:10px 0; 
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
 /* margin: .5em 0 2em;  LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  /*margin: .5em 0 .5em;*/
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
 /* border: 1px solid #ddd;*/
  float: right; /* LTR */
  /*margin: 0.5em;*/
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #1D282E;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #1D282E;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
  background: url('images/menu_bg_blub.gif') no-repeat bottom left;
}
div.faq-question {
  text-align: left;
}
div.faq-answer {
  text-align: left;
}
/*	-	-	-	-	-	-	-	-	-	-	*/

@charset "utf-8";
/* CSS Document */


.clear{
	clear:both;
	width:0;
	height:0;
}

ul {
	list-style-type: none;
	padding-left: 0px;
    margin-left:0px;
	font-family:Arial; font-size:12px; color:#4c6474;
	
	}
form { margin:0px; padding:0px;}
p { font-family:Arial; font-size:12px; color:#4c6474; padding:0px; margin:0px; }
.p_graphp { font-family:Arial; font-size:12px; color:#4c6474; padding:0px; }
li { background: url(images/ugs_game_server_bull.jpg) left center no-repeat; padding:0 0 0 15px;}
.tr_white { background:#FFFFFF; height:22px; }
.tr_grey { background:#eceded; height:22px; }
.arial_12 { font-family:Arial; font-size:12px; color:#000; text-decoration:none;}
.arial_11 { font-family:Arial; font-size:11px; color:#4c6474; text-decoration:none;}
#padding_left{ padding-left:20px; }
#main_cont_bg { background: url(images/contentBg.jpg) no-repeat;}
#main_cont_bg_slice { background:#F1F1F1 url(images/ugspsd_bg.gif) repeat-y; width:932px;}

#box_left { background:url(images/ugs_order_box_left.gif) no-repeat; height:241px; width:484px; }
#box_right { background:url(images/ugs_order_box_right.gif) no-repeat; height:241px; width:411px; }
#main_cont_bottom { background:url(images/contntbtm.jpg) no-repeat #1D282E; width:932px; height:20px; }

.mem_text_bg { background:url(images/mem_text_bg.gif) no-repeat ; height:20px; border:0px; font-family:Arial; font-size:11px; color:#000; vertical-align:bottom; padding-top:3px; }
.forget_pass { font-family:Arial; font-size:10px; color:#bbd3e3; }
.class_test_server { font-family:Arial; font-size:10px; color:#4c6474; }
#bg_test_server { background:url(images/ugspsd_28.gif) no-repeat; }
#bg_client_testimonials { background:url(images/ugs_client_testimonial.jpg) no-repeat; }
#bg_the_feeds { background:url(images/ugs_news_feed.jpg) no-repeat; }
#bg_the_feeds a { font-family:Arial; font-size:12px; color:#4c6474; font-weight:normal; }

#support_box { background:url(images/ugs_support_cont_bg.gif) no-repeat; width:896px;}
.login_bg { background:url(images/ugs_support_login_text_bg.gif) no-repeat; width:237px; height:19px; border:0; font-family:Arial; font-size:11px; color:#000; padding-left:5px; padding-right:5px; padding-top:4px; }
.tiket_bg {
background:url(images/mem_text_bg_rep.gif) right; font-family:Arial; font-size:11px; color:#000; border:0px;
display:inline;
float:left;
height:19px;
 }

.arial_18 { font-family:Arial; font-size:18px; color:#000; font-weight:bold;}

.login_bg_small {
 background:url(images/ugs_contact_smal_text_bg.gif) no-repeat;
 width:198px; 
 height:19px; 
 border:0; 
 font-family:Arial; 
 font-size:11px; 
 color:#000; 
 padding-top: 4px; 
 padding-left:5px; 
 padding-right:5px;
}

.login_bg_large { background:url(images/ugs_contact_large_text_bg.gif) no-repeat; width:236px; height:19px; border:0; font-family:Arial; font-size:11px; color:#000; padding-top: 4px; padding-left:5px; padding-right:5px; }

.message_box_bg { background:url(images/ugs_contact_textarea_bg.gif) no-repeat; width:432px; height:101px; border:0; font-family:Arial; font-size:11px; color:#000; padding-top: 4px; padding-left:5px; padding-right:5px;}

/** Why UGS **/
#why_box_left { background:url(images/ugs_whyugs_box_left.gif) no-repeat; height:241px; width:484px; }
#why_box_right { background:url(images/ugs_whyugs_box_right.gif) no-repeat; height:241px; width:411px; }
#why_box_mid { background:url(images/ugspsd_box_mid.gif) repeat-x;}

/** main page **/
#main_box_left { background:url(images/ugs_main_box_left.gif) no-repeat; height:241px; width:484px; }
#main_box_right { background:url(images/ugs_main_box_right.gif) top right no-repeat; height:241px; width:411px; }
#why_box_mid { background:url(images/ugspsd_box_mid.gif) repeat-x;}
#news_bottom_strip { background:url(images/news_bottom_archived.gif) no-repeat; height:31px; }

table.bg_light_strip:hover, table.dates_font:hover,#highlightrow { background: #e2e7ee url(images/news_date_strip.gif) no-repeat; height:28px; font-size:12px; color:#000000; font-weight:bold; cursor:pointer;}

table.bg_light_strip { background:#344049; height:28px;  text-decoration:none; font-size:12px; font-family:Arial;}
table.dates_font { font-family:Arial; font-size:12px; color:#879aa7; text-decoration:none; height:28px; background:#1d282e;  }



#ult_loc { background:url(images/ugs_main_ult_loc_title.gif) no-repeat right top; }

#games_strip { background:url(images/games_nav.gif) no-repeat; height: 209px; width:59px; }
#.games_bg_image { background:url(images/ugs_main_game_box_bg.gif) no-repeat; height: 200px; width:154px; }
#.games_bg_image_hover { background:url(images/ugs_main_game_order_hover.gif) no-repeat top; height: 200px; width:154px; }

a { outline:none; border:0px; }
#scroll
{
	width:400px;
	border:0px solid #000000;
	background:none;;
}
#scroll a
{
	color:#000;
}
#scroll ul
{
	margin:0px;
	padding:0;
	list-style-type:none;
	font-size:11px;
}
#scroll li{
	margin:0px;
	padding:0px;
	padding-left:5px;
	line-height:2.2em;
	background:none;	
}

.server_back_row {
 background:url(images/test_server_row_bg.gif) repeat-x; height:27px; margin-bottom:2px;
  filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;

}

.game_price { font-family:Arial; font-size:36px; color:#1f282e; text-decoration:none; font-weight:bold; }
.game_slot { font-family:Arial; font-size:18px; color:#1f282e; text-decoration:none; font-weight:bold; }

.menu_child {border-bottom: 1px solid black;}

a.sample_attach, a.sample_attach:visited
{
  display: block;
  width:   100px;

  border:  1px solid black;
  border-bottom:none;
  padding: 2px 5px;
  
  background: #ffffff;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 10px;
  color:   #46616f;
}

.main_menu_child {
  border-bottom: 1px solid black;
  margin-top:-3px;
}

a.main_sample_attach, a.main_sample_attach:visited
{
  display: block;
  width:   100px;

  border:  1px solid black;
  border-bottom:none;
  padding: 5px 10px;
  
  background: #1F282E;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 10px;
  color:   #ECECED;
}

a.main_sample_attach:hover
{
  display: block;
  width:   100px;

  border:  1px solid black;
  border-bottom:none;
  padding: 5px 10px;
  
  background: #3B4E59;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 10px;
  color:   #ECECED;
}



#slideshow{
	overflow:hidden;
	width:810px;
	border:0px solid #777;
}

#slideshow ul{
	width:3900px;
	padding-left:0px;
	list-style-type:none;
	margin-top:0px;
}

#slideshow li{
	
	border:0px;	
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers 
	-moz-border-radius:20px;width:152px;*/

	padding:0px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:0px;
	text-decoration:none;
	background:none; height:200px; width:160px;
}

#slideshow li img{border:0px; margin-top:0px; padding-left:5px; top:0px; vertical-align:middle;  }

#slideshow li a span{
/*\*/
	position:absolute;
	left:0px;
	display:none;
	text-decoration:none;

}

#slideshow  a:hover span{	
	bottom:0px;
	left:0px;
	width:152px;
	font-weight:bold;
	background:none;
	color:#FFF;
	padding:0px 0 0px 0;
	text-transform:uppercase;
	font-size:80%;
	border:0px;
	border-width:0 0 0px 0;
	filter: alpha(opacity=90); z-index:100; display:block;
/*	-moz-opacity:.8;
		opacity:.80; */
	text-decoration:none;
} 





.faq-ul-questions-top {
	text-align:left;
}
.faq-ul-questions-top li {

background: none;
}


h1#dediorg {
margin:0;padding:0;
width: 883px;
height: 41px;
background: url('images/dedorg.png') top left no-repeat;
margin-left: 5px;
}

h1#dediblu {
margin:0;padding:0;
width: 883px;
height: 41px;
background: url('images/dedblu.png') top left no-repeat;
margin-left:5px;
}

#dbrow1 {
	background: #FFF;
}
#dbrow2 {
	background: #FFFFF;
}
.dbrow1 td,.dbrow2 td {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Arial;
}
.dcservers {
	margin-left: 6px;
	font-size: 12px;
	font-family: 'Arial';
	color: black;
	font-weight: 600;
}

h1.db {
	color: rgb(51, 74, 90); font-size: 20px; font-weight: bold;
	font-family: 'Myriad Pro', 'Arial';
	margin:0;
}
h2.db {margin:0 0 10px 0;
	font-size: 15px;
	margin-left: 20px;
	font-family: 'Myriad Pro', 'Arial';
}

/* jQuery Countdown styles 1.5.8. */
.hasCountdown {

}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {

}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}


/** Billing AI **/
.billing_ui .step
{
	float:left;
	width: 400px;
	margin-top: 10px;
	margin-left: 15px;
}
.billing_ui .step h1 {
	color: #334a5a;
	font-size: 25px;
	font-weight: bold;
	margin:0;
	padding:0;
}
.billing_ui .step h2 {
	margin:0;
	padding-left: 10px;
	color: #334a5a;
	font-size: 15px;
	font-weight:bold;
}

.billing_ui .back {
	float:right;
	margin-top: 10px;
	margin-right: 20px;
}

.billing_ui #options {
width:700px; margin:0 auto;
text-align:center;
margin-top:20px;
}
.billing_ui .order_page_inject {
	width:800px;
	margin-left:50px;
}