@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: auto;
	margin: 0;
	padding: 0;
	background: url(../images/root.jpg) top left repeat-x;
	color: #555;
}
p, td, li, h6, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: normal;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
}

img {
	border: none;
}
div, span, p, td {
	font-family: Arial, sans-serif;
	font-size:11px;
	line-height: auto;
}
.clearfloating {
	clear: both; 
	height: 0; 
	overflow: hidden; 
	font-size: 0; 
	padding: 0px; 
	margin: 0px; 
	line-height: 0; 
	width: 100%;	
}

#root { 
	padding-top: 130px;
	background: url(../images/top.jpg) top center no-repeat;
	text-align:left; 
	min-width:960px; 
	max-width:1120px;
	margin: 0 auto; 
}
#rootsm { 
	padding-top: 75px;
	background: url(../images/topsm.jpg) top center no-repeat;
	text-align:left; 
	min-width:600px; 
	max-width:650px;
	margin: 0 auto; 
}

* html #root{
	width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? (document.documentElement.clientWidth < 960 ? "960px" : (document.documentElement.clientWidth > 1120 ? "1120px" : "auto")) : (document.body.clientWidth < 960 ? "960px" : (document.body.clientWidth > 1120 ? "1120px" : "auto")));
}

#cse { 
	/* min-width:960px; 
	max-width:1120px; */
	margin: 3px auto -5px; 
	width: 563px; 
	margin-bottom: -10px;
}

* html #cse{
	width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? (document.documentElement.clientWidth < 960 ? "960px" : (document.documentElement.clientWidth > 1120 ? "1120px" : "auto")) : (document.body.clientWidth < 960 ? "960px" : (document.body.clientWidth > 1120 ? "1120px" : "auto")));
}


#main_container {
	margin: 0 1px;
	display: none;
}
/*.content {
	border: 1px solid red;
}*/
.left_content {
	width: 200px;
	float: left;
}
.right_content {
	width: auto;
	margin-left: 220px;
	margin-right: 240px;
}
.right_content_admin {
	width: auto;
	margin-left: 220px;
	margin-right: 0px;
}
#portmone {
	clear: right;
	float: right;
	margin-top: 10px;
	margin-right: -10px;
}
.button {
	width: 200px;
}
.button a{
	font-size: 1.2em;
	padding: 10px;
	display: block;
	width: 180px;
}
.red_text {
	color: red;
}
.green_text {
	color: green;
}
.bigred {
	color: red;
	font-size: 18px;
}

ul#icons {
	margin: 0; 
	padding: 0; 
	float: right;
}
ul#icons li {
	margin: 2px; 
	position: relative; 
	padding: 4px 0; 
	cursor: pointer; 
	float: left;  
	list-style: none;
	height: 16px;
}
ul#icons span.ui-icon {
	float: left; 
	margin: 0 4px;
}
.buttonpane_bottom {
	padding: 5px 2px 2px 2px; 
	border-width: 1px 0 0 0;
	height: 60px;
	background: none;
	margin-top: 5px;
}
.buttonpane_top {
	padding: 2px; 
	border-width: 0 0 1px 0;
	margin-bottom: 5px;
}
.dialog_link {
	margin: 2px; 
	padding: 5px; 
	text-decoration: none; 
	position: relative; 
	float: right;
	cursor: pointer;
}
.dialog_link_disable {
	margin: 2px; 
	padding: 5px; 
	text-decoration: none; 
	position: relative; 
	float: right;
	opacity: .50; 
	filter:Alpha(Opacity=50);
	cursor: default;
}
.buttons_labels {
	float: right;
	padding: 4px;
	margin-top: 4px;
}
#dialog_test, #dialog_payment{
	padding: 0;	
}
.ui-tabs .ui-tabs-nav li{
	height: 28px;
}
#UPCframe, #UPCframePay {
	margin-left: -5px;
	border: none;
}
#info {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
	z-index: 1000;
	padding: 10px;
/*
	opacity: .50; 
	filter:Alpha(Opacity=50);
*/
}
#info_close {
	float: right;
	cursor: pointer;
}
#loading {
	position: absolute;
	top: 45%;
	left: 45%;
	z-index: 10000;
	text-align: center;
	padding: 10px;
/*
	opacity: .50; 
	filter:Alpha(Opacity=50);
*/
	display: none;
}
input, textarea, select {
	width: 310px;
}
#services_list input, #services_list textarea, #services_list select {
	width: 70px;
}
#session input, #session textarea, #session select {
	width: 120px;
}
#session {
	padding: 20px;
}
#skins {
	float: right;
	margin: 20px 10px 0px 0px;
}
#skins img {
	margin: 5px;
}
#partners {
	margin: 20px;
}
#partners img{
	margin-top: 5px;
	margin-bottom: 5px;
}
#copyright {
	text-align: center;
}
#copyright a, #copyright a:link, #copyright a:visited {
	color: #555;
	text-decoration: none;
}
#copyright a:hover, #copyright a:active {
	text-decoration: underline;
}

#feedback_submit, #feedback_clear {
	float: right;
	height: 22px;
	margin-left: 5px;
	cursor: pointer;
}
.payed_red {
	text-align: center;
	float: right;
	border: 1px solid red;
	margin: 3px;
	padding: 7px;
	color: red;
	font-weight: bold;
	font-size: 11px;
	line-height: 10px;
	cursor: pointer;
}
.ui-jqgrid-titlebar, .ui-jqgrid-titlebar-close, .ui-jqgrid-title, .ui-jqgrid-titlebar-close span {
	height: 0px;
} 
#javascripterror {
	color: red;
	text-align: center;
	padding: 10px;
}
#ban_ex {
	font-size: 10px;
	text-align: left;
	margin-left: 55px;
}
#ban_ex a, #ban_ex a:link, #ban_ex a:visited {
	color: #555;
	text-decoration: none;
}
#ban_ex a:hover, #ban_ex a:active {
	text-decoration: underline;
}
#mainslider1 {
	background: url(../images/mainslider_1.jpg) 0 0 no-repeat;	
}
#mainslider2 {
	background: url(../images/mainslider_2.jpg) -600px 0 no-repeat;	
}
#mainslider3 {
	background: url(../images/mainslider_3.jpg) -600px 0 no-repeat;	
}
#mainslider4 {
	background: url(../images/mainslider_4.jpg) -600px 0 no-repeat;	
}
#mainslider5 {
	background: url(../images/mainslider_5.jpg) -600px 0 no-repeat;	
}

#mainslider_left {
	height: 300px;
}
#mainslider_right {
	height: 300px;
	float: right;	
	background: url(../images/mainslider_back.png) 0px -240px no-repeat;
}
#mainslider_right a {
	display: block;
	padding: 5px;
	height: 50px;
	width: 180px;
	text-decoration: none;
	color: white;
	font-size: 14px;
}
#mainslider_right a:hover {
	background: url(../images/mainslider_active.png) 0px 0px no-repeat;
	padding-left: 7px;
	padding-right: 3px;
}
#mainslider_right img{
	margin: 0 10px 0px 15px;
	float: left;
}
#mainslider_curtain {
	height: 300px;
	background: url(../images/mainslider_curtain.png) 0 240px repeat-x;
}
#mainslider_curtain_text{
	margin: 255px 0px 10px 10px;
	width: 200px;
	float: left;
	font-size: 12px;
	color: white;
}
.ui-widget-overlay {
	background: url(../images/overlay.png) 0 0 repeat;
}
.sf input, .sf select, .ui-pg-table input, .ui-pg-table select{
	width: 100px;	
}
/*
#help_center a, #help_center .ui-state-default, #help_center .ui-widget-content #help_center .ui-state-default {
	background: none;
	color: #555;
}
*/
.news_content_3 {
	cursor: pointer;
}

#partnerlinks {
	text-align: center;
	margin-top: 10px;
}

#partnerlinks a {
	margin: 2px;
}

.gsc-search-button {
	width: 100px;
}
.gsc-input {
	width: auto;
}
#cse .gsc-control-cse {
	background: none;
	border: none;
	padding: 10px 0px 10px 0px;
	width: 100%;
}

.companies {
	width: 156px;
	float: left;
	margin: 4px;
	padding: 10px;
	height: 120px;
}
#botline{border-bottom: 1px solid #bbb;}
#pa{-moz-border-radius: 5px; -webkit-border-radius: 5px;float: left1;margin: 4px;padding: 5px;border: 1px solid #79b7e7;}
#rcol{clear:right1;float:left;margin-top:10px;margin-right:-10px;}
#rad{-moz-border-radius: 7px; -webkit-border-radius: 7px;'}

