@CHARSET "UTF-8";

body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#5F5F5F;
	font-family:Tahoma;
	font-size:11px;
	margin:0;
}

li {
	list-style: none;	
}

a {
	outline-style: none;	
}

#logo
{
	float: left;	
}

#wrapper
{
	margin: 0px auto 0px auto;
	width: 960px;
	background: #ffffff;
	text-align: left;
	margin-bottom: 40px;
}

#header
{
	height: 44px;
	background: #227ce8 url(../img/simple/header-right.png) right no-repeat;
	
}

#header a
{
	text-decoration: none;
	color: #ffffff;	
}

#search
{
	background: url(../img/simple/search-bg.png);
	height: 114px;
	width: 860px;
	margin: 0 auto;
	margin-top: 30px;
}

#search .left
{
	background: url(../img/simple/search-left.png);
	width: 45px;
	height: 114px;
	float: left;
}

#search .right
{
	background: url(../img/simple/search-right.png);
	width: 141px;
	height: 114px;
	float: right;
}

#search #submit {
	height: 114px;
	width: 141px;
	background: transparent;
	border: 0;	
	cursor: pointer;
}

#search_yahooid { 
	width: 670px; 
	height: 58px; 
	margin-top: 26px; 
	font-size: 43px; 
	border: 0;	
}
#sidebar
{
	float: right;
	background: #ffffff;
	padding: 10px;
	width: 250px;	
	margin-left: 10px;
	
	
	
}

.mask {
	z-index: 1000; 
	border: medium none; 
	margin: 0pt; 
	padding: 0pt; 
	width: 100%; 
	height: 100%; 
	top: 0pt; 
	left: 0pt; 
	background-color: #000; 
	filter: alpha(opacity:60); 
	opacity: 0.6; 
	cursor: wait; 
	position: absolute;
}

.masked
{
	position: relative;
}
.masked:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 



#container
{
	padding: 10px;	
	
}

#content
{
	clear: both;	
	
}

#breadcrumb
{
	padding: 0px;
	padding-bottom: 5px;
	
}

#footer
{
	clear:both;
	height:32px;
	width:960px;
	background: #f1f1f1;
	margin-top: 10px;
	line-height: 32px;
	color: #a1a1a1;
	text-align: center;
}

#footer a
{
	color: #a1a1a1;
	text-decoration: none;
	font-weight: normal;		
}

#debug-info
{
	text-align: center;	
	color: #c1c1c1;
}

.news {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/theme/news-bg.jpg) no-repeat scroll left top;
	float:right;
	height:400px;
	margin-left:25px;
	padding:4px 0 4px 4px;
	text-align:left;
	width:150px;
	
}

.menu
{
	float: left;
	margin: 0;
	margin-right: 20px;
	padding: 0;	
	margin-left: 10px;
	width: 760px;
}

.menu .end
{
	float: right;
}

.menu li {
	float: left;	
	margin-right: 5px;
	border-left: 1px solid #227CE8;
	border-right: 1px solid #227CE8;
}

.menu li a {
	color:#ffffff !important;
	font-weight:bold;
	text-decoration:none;
	padding: 15px;
	font-size: 12px;
	display: block;
}

.menu li a:hover {
	color:#FFFFFF !important;
	background-color: #1468ce;
}

.menu .selected .submenu
{
	display: block;
	
}

.menu .trigger
{
	background: url(../img/simple/arrow-white.png) no-repeat right;
	padding-right: 20px;
}

.menu .selected
{
	background: #fff;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
}

.menu .selected>a 
{
	background: #fff url(../img/simple/arrow-black.png) no-repeat right;
	color: #111 !important;
	z-index: 100;
	position: relative;
}

.menu .selected a:hover 
{
	background-color: #fff;
	color: #111 !important;
}

.submenu
{
	position: absolute;
	display: none;
	border: 1px solid #000033;
	margin-left: -1px;
	margin-top: -1px;
	z-index: 1;
}

.submenu li
{
	clear: both;
	background: #fff;
	width: 200px;	
	margin: 0;
	border: 0;
}

.submenu li a {
	color: #111 !important;
}
.menu .selected li a:hover 
{
	background: #f3f3f3;
	
}

form {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
fieldset {
  border: none;
}
a {
  color: #f60;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  height: 30px;
  margin: 5px 0px 5px 0px;
  padding: 0;
  color: #222;
  font-weight: normal;
  font-size: 24px;
}
h1 span {
  display: none;
}
h2 {
  color: #630;
  font-weight: normal;
  font-size: 15px;
  margin: 10px 0px 10px 0px;
}

h3 {
  color: #630;
  font-weight: bold;
  font-size: 12px;
  margin: 10px 0px 10px 0px;
}
h4 {
  color: #666;
  font-weight: bold;
  font-size: 11px;
  margin: 10px 0px 10px 0px;
}


.required
{
	background:url(../img/common/correct.gif) no-repeat left;

}

label
{
	padding-left: 25px;
	float: left;
	width: 130px;
	clear: both;
	line-height: 16px;
}


input[type="text"], textarea, input[type="password"], select
{
	border: #aaaaaa 1px solid;	
  	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
}

select
{
	font-size: 12px;	
}
input[type="text"], input[type="password"]
{
	width: 150px;
}


a.button,
a.submit,
.button, 
.redbutton {
	background: transparent url(../img/common/button_background.png) top left;
	padding: 0.4em 0.4em;
	margin: 5px;
	border: #b3b3b3 solid 1px;
	cursor: pointer;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	font: 12px Tahoma;
	text-decoration: none;
	color: #333333;
}

a.button:hover,
a.submit:hover,
.button:hover {
	background-position: 0 -30px;
	border-color: #3c81c4;
}


a.redbutton,
submit.redbutton,
button.redbutton,
.reddbutton {
	color: #fff;
	background: transparent url(../img/common/redbutton_background.png) top left;
	border: #801 solid 1px;
}

a.redbutton:hover,
a.redsubmit:hover,
form redbutton:hover,
.redsubmit:hover {
	background-position: 0 -27px;
}

.buttons-frame a
{
	float: left;
	display: block;
}


form button,
form input[type=submit],
form input[type=reset],
.submit
{
	background: transparent url(../img/common/button_background.png) top left;
	padding: 0.4em 0.4em;
	margin: 5px;
	border: #b3b3b3 solid 1px;
	cursor: pointer;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	font: 12px Tahoma;
}

form button:hover,
form input[type=submit]:hover,
form input[type=reset]:hover,
.submit:hover
{
	background-position: 0 -30px;
	border-color: #3c81c4;
}

.hidden
{
	display: none;
}
.messages
{
	
	background-color:#FFF9D7;
	border: 1px solid #E2C822;	
	padding: 10px !important;
	color: #333333;	
	margin-bottom: 10px;	
}

.messages input
{

	width: 100%;
	border: 1px solid #E2C822;
	
}

.messages span
{
	color: #222;
	float: right;
	
	
}


.messages-red
{
	border: 1px solid #DD3C10;
	background-color:#FFEBE8;
	padding: 10px !important;
	color: #333333;	
	margin-bottom: 10px;	
}

dd, dt, li, ul
{
	padding: 0;
	margin: 0;
}

.nid_form dd, .nid_form dt
{
	margin-bottom: 5px;	
	line-height: 16px;
	
}

.nid_form .description
{
	background-color:#FFF9D7;
	border: 1px solid #E2C822;	
	padding: 5px;
	color: #333333;	
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 20px;		
	width: 270px;
}

.nid_form .description li
{
	margin-left: 20px;
	list-style: disc;	
	
}

.nid_form .description li b
{
	width: 80px;
	display: block;
	float: left;
}

.nid_form .description ul
{
	padding: 10px;	
}

.nid_form input
{
	text-align: left;	
}

.errors li
{
	margin-top: 5px;	
}


.errors
{
	margin-left: 150px !important;
	padding-left: 20px !important;
	background:url(../img/common/error.gif) no-repeat left;
}

.news-options {
	float: right;
}

.center-news
{
	font-size: 14px; 
	text-align: center; 
	font-weight: bold; 
	padding-bottom: 10px;	
}

/* Dialog */
.dialog .b {
  background:url(../img/dialog/b.png);
}

.dialog .tl {
  background:url(../img/dialog/tl.png);
}

.dialog .tr {
  background:url(../img/dialog/tr.png);
}

.dialog .bl {
  background:url(../img/dialog/bl.png);
}

.dialog .br {
  background:url(../img/dialog/br.png);
}

.dialog {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

.dialog .popup {
  position: relative;
}

.dialog table {
  border-collapse: collapse;
}

.dialog td {
  border-bottom: 0;
  padding: 0;
}

.dialog .body {
  padding: 10px;
  background: #fff;
  width: 430px;
}

.dialog .loading {
  text-align: center;
}

.dialog .image {
  text-align: center;
}

.dialog img {
  border: 0;
  margin: 0;
}

.dialog .footer {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  clear: both;
}

.dialog .buttons-frame a
{
	float: right !important;
	margin-top: 6px;
}

.dialog .buttons-frame input
{
	float: right !important;	
}

.dialog .buttons-frame
{
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
}

.dialog .tl, .dialog .tr, .dialog .bl, .dialog .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

.dialog .main
{
	padding: 0;
	margin: 0;	
}
.dialog_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.dialog_hide {
  z-index:-100;
}

.dialog_overlayBG {
  background-color: #000;
  z-index: 99;
}

.dialog .alert-header
{
	font-size: 24px;	

}

.icon-info, .icon-error
{
	width: 48px;
	height: 48px;
	float: left;	
	margin: 3px;
	margin-right: 10px;
}

.icon-info
{
	background: url(../img/common/icon-info.png) no-repeat;

}

.icon-error
{
	background: url(../img/common/icon-error.png) no-repeat;
}

.icon
{
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float: left;
}

.status-box
{
	line-height: 16px;
}

* html .dialog_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#bottombar
{
	position: fixed;
	bottom : 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	
}

#toolbar
{
	background: #ddddff;
	border: #aaaaff 1px solid;
	border-bottom: 0;
	height: 30px;
	margin: 0px auto 0px auto;
	width: 95%;
	color: #000000;
	text-align: right;
}

#toolbar a
{
	text-decoration: none;
	color: #000000;
}

#toolbar .tab
{
	float: right;
	width: 200px;
	background: #ffffff;
	margin: 4px;
	display: block;	
	padding: 5px;
}

.row-even
{

}

.row-odd
{
	background: #ffffff;
}



.customer-box dt
{
	float: right;
	width: 100px;
	font-weight: bold;	
}

.customer-box dd
{
}	

.customer-box
{
	margin: 0;
	padding: 10px;
}

.options
{
	
	display: block;
	line-height: 20px;
	width: 100px;
	padding-right: 0;
	background: none;
	clear: none;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#invoice_form input[type=text]
{
	border: 0;
	border-bottom: 1px solid #DCDCDC;
	width: 500px;
	font-size: 12px;
	padding: 5px;
}


#invoice_form textarea
{
	border: 0;
	border-bottom: 1px solid #DCDCDC;
	width: 500px;
	font-size: 20px;
	height: 100px;
	padding: 5px;	
}

#invoice_form .highlight
{
	background: #ffeeee;
	
}

#invoice_form select
{
	font-size: 13px;
	line-height: 20px;
	font-family: tahoma;
}


table.listing    { border-spacing:0; border-collapse:collapse; width:100%; border-width:0; }
table.listing th,
table.listing td {
  padding:0.4em 0.7em;
  border:1px solid #DCDCDC !important;
  height: 3em;
}

dl.item-details dt
{
	float: left;
	width: 150px;
	height: 20px;	
	font-weight: bold;
}

dl.item-details dd span
{
	color: #a1a1a1;
	font-size: 9px;
}

dl.item-details dd
{
	height: 20px;
	
}

.spacer
{
	clear: both;	
}

.design-image
{
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	border: 1px solid #e1e1e1;
}

.displayimage
{
	width: 96px;
	display: block;	
	float: left;
	margin: 5px;
	margin-left: 0;
	margin-right: 10px;
}

.displayimage a i
{
	margin-top: 3px; 
	margin-bottom: 3px; 
	padding: 0; 
	color: #00f; 
	text-decoration: underline;
	display: block;
	font-style: normal;
}
                 
.displayimage-status
{
	width: 111px;
	display: block;	
	float: left;
	margin-bottom: 5px;
}

.displayimage-status .status
{
	float: left;
	margin-left: 10px;
}

.displayimage a.displayimage-link
{
	width: 96px;
	height: 96px;
	display: block;		

}

.displayimage img {
	width: 96px;
	height: 96px;	
}

.displayimages
{
}

.displayimages li
{
	float: left;	
	margin-right: 7px;
	margin-top: 7px;
}
.profileimage
{
	width: 192px;
	height: 192px;
	display: block;	
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.profileimage a
{
	width: 192px;
	height: 192px;
	display: block;		

}

.user-details
{
	overflow: hidden;
}

.user-details dt
{
	width: 80px !important;	
}

.box dt
{
	width: 150px;	
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}

.box dd
{
	margin-bottom: 5px;
}


.comment-rate-box
{
	margin-left: 10px; 
	width: 40px; 
	height: 100px; 
	float: left; 
	text-align: center;		
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 



.box ul, .box dl {
	margin: 0;
	padding: 0;	
}

.box
{
	margin-top: 10px;
	margin-bottom: 10px;	
}
.box-top {
	height: 25px;	
	background: url(../img/simple/box-line.png) top repeat-x;
	
}

.box-top .mid {
	float: left;
}


.box-top h2 {
	margin: 0;
	padding: 0;
	color: #717171;
	display: inline;
	font-weight: bold;
	line-height: 25px;
	font-size: 14px;
	
}
.box-top .left {
	width: 25px;
	height: 25px;
	background: url(../img/simple/box-border.png);
	float: left;
}

.box-top .right {
	width: 25px;
	height: 25px;
	background: url(../img/simple/box-border.png) -25px 0;
	float: right;

}

.box-bottom .left {
	width: 25px;
	height: 25px;
	background: url(../img/simple/box-border.png) 0 -25px;
	float: left;
}

.box-bottom .right {
	width: 25px;
	height: 25px;
	background: url(../img/simple/box-border.png) -25px -25px;
	float: right;
}

.box-bottom {
	height: 25px;	
	background: url(../img/simple/box-line.png) bottom repeat-x;
}
.box-content {
	
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 5px;
}

.box-content h2 {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	font-weight: bold;
	color: #717171;
}

.tip
{
	display: inline;
}

.tip a {
	text-decoration: none;		
}

.tip a:hover {
	position: relative;
}

.tip a span {
	display: none;
}


.tip a:hover span {
	display: block;
	text-align: center;
   	position: absolute; 
   	margin: 0px; z-index: 100;
	background-color:#FFF9D7;
	border: 1px solid #E2C822;	
	padding: 5px;
	color: #333333;	
}

.captcha-input input
{
	margin-left: 150px;
	
}

.dialog .captcha-input input
{
	margin-left: 160px;
	
}

.profile-info-details dd
{
	padding-left: 150px;
		
}

#live .highlight {
	background: #FFFFC2;	
}

#live h2 {
	margin-top: 0; 
	padding-top: 10px;	
}

#live h2 a {
	color: #111;
	text-decoration: none;
	font-size: 12px;
}

#live h2 a:hover {
	text-decoration: underline;
}

#live .live-row
{
	padding-left: 10px; 
	padding-top: 5px; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #eaeaea;	
}

.text-label {
	color: #cdcdcd;
}

.user-options li
{
	padding: 5px;
	padding-left: 20px;
}

#newsbody li
{
	margin-left: 25px;
	padding: 3px;
	list-style: disc;
}

.float-right
{
	float: right;
}

.float-left
{
	float: left;
}

.ads
{
	text-align: center;
}
.ads li
{
	width: 468px;
	text-align: left;
	margin: 0 auto;
	height: 60px;
	margin-bottom: 10px;
}

#conferenceTarget {
	height: 400px;
	overflow: auto;
	padding: 10px;
	width: 700px;
	float: left;
}

#conferenceTarget .msg {
	margin-bottom: 5px
	
}

#conferenceUsers
{
	width: 198px;
	background: #f7f7f7;
	height: 400px;
	padding: 10px;
	overflow: auto;
}

#conferenceUsers li
{
	padding: 3px;
}

#conferenceFrame {
	border: #a1a1a1 solid 1px;
	border-top: 0;
	
}

.room-list {
	margin: 0;
	padding: 0;
}

.room-list li {
	float: left;
}

.room-list li a {
	padding: 10px;
	display: block;
	padding-left: 20px;
	background: #f7f7f7;
	border: #e1e1e1 solid 1px;
	width: 415px;
	margin: 10px;
	text-decoration: none;
	color: #000;
	
}

.room-list li a:hover {
	border-color: #a1a1a1;
}

.chatroom .chat-input {
	float: left; 
	width: 800px; 
	font-size: 18px; 
	height: 24px; 
	padding-left: 10px;
}

.chatroom .chat-send {
	float: left; 
	margin: 0px; 
	margin-left: 10px; 
	width: 68px;
}
.iblock a{
  display: none;
}
