html {height:100%; overflow: auto;}
body {
	direction: rtl;
	margin: 0;
	font: normal 12px Arial;
	color: #444444;
	text-align: center;
    background: #29484E url('gfx/bg.png');
    height:100%;
    overflow: auto;
}
a {
	font: bold 12px Arial;
	color: #29484E;
	text-decoration: none;
}
a:hover {
	color: #EE571A;
	text-decoration: none;
	cursor: pointer;
}

a.blue_link {color: #1C77DB;}
a.blue_link:hover {color: #EF561A;}


h1 {
	font: bold 30px Arial;
	color: #29484E;
	margin: 0;
	
	border-bottom: 1px solid #eeeeee;
}
h2 {
	font: bold 14px Arial;
	color: #29484E;
	margin: 5px 0 0 5px;
	text-decoration: underline;
}


p.box_right_header {
	font: bold 12px Arial;
	color: #29484E;
	margin: 5px 0 0 5px;
	position:relative;
	text-decoration:none;
	top:-6px;
}
p.box_left_header {
	font: bold 12px Arial;
	color: #29484E;
	margin: 5px 0 0 5px;
	position:relative;
	text-decoration:none;
	top:-6px;
}
b, strong {
	font-weight: bold;
}
img {
	border: 0;
	text-decoration: none;
}
p {
	margin: 7px 0;
	text-align: right;
}
p.item_details {
	margin: 7px 10px;
	text-align: right;
	color: #01559E;
}
form, p.tight {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	margin-right: 25px;
}
input {
	border: 1px solid #666;
	color: #29484E;
	padding: 1px;
}

.page_btn {
	border: 1px solid #666;
	background-color: #F1F1F1;
	color: #29484E;
	padding: .5em;
	text-align: center;
}

.page_btn:hover {
	cursor: pointer;
	color: #EE571A;
	text-decoration: underline;
}

th {
	font-weight: bold;
	text-align: right;
}

.none {
	border: 0;
	padding: 0px;
}

#page {
	background: #fff;;
	text-align: center;
	border: 1px solid #666;
	
	margin: 10px;
	padding: 10px;
}

#top 
{
	position: relative;
	height: 155px;
}


#top_box_middle {
	background: url('gfx/top/top_box_middle.jpg') top center repeat;
}

#search {
	float: left;
	margin-top: 3px;
	text-align: right;
}

.search_input {
	background: #fff;
	border: 1px solid #29484E;
	width: 99%;
}
.search_input_btn {
	background: #fff;
	border: 1px solid #29484E;
	font: bold 11px Arial;
}

#top_banner {
	/*background: #DEF0FF;*/
	position: absolute;
	left: 0;
	top: 5px;
	width: 468px;
	height: 60px;
	/*border: 1px solid #A3D5FE;*/
}

#top_menu {
	height: 26px;
   
}

#top_menu a {
	color: #fff;
}

#container {
	background: #fff;
    margin-top:15px;
}

#right_boxes
{
    margin-top:-26px;
    position:relative;
    width:150px;
    z-index:1;
}

#content {
	margin-top: 10px;
	margin-right: 25px;
}

#add_links_box a {
	color: #fff;
}

#yad2_box {
	margin-top: 10px;
}

#yad2_box_content {
	background: #EFEFEF;
	border-right: 1px solid #ADB5B6;
	border-left: 1px solid #ADB5B6;
}

.yad2_box_title {
	font: bold 12px;
	color: #EE571A;
}

.yad2_box_title a {
	font: bold 12px;
	color: #EE571A;
}

.yad2_box_text {
	color: #29484E;
}

#index {
	margin: 5px 10px 10px 10px;
}

#box_top_left {
	position: relative;
}

#box_top_left_title 
{
	text-align: center;
	top: 1px;
	left: 7px;
}

#box_top_left_title a 
{
	color: #fff;
}

#box_top_left_title a:hover 
{
	color: #29484E;
}

#category {
	text-align: right;
}

#category_line {
	float: right;
	width: 95%;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

.item_separator {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	height: 3px
}

#category h2 a {
	font: bold 14px Arial;
	color: #1D77C5;
	margin: 0 0 3px 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

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

#deals a h3 {
	font: bold 13px Arial;
	color: #4DA618;
	margin: 0 0 3px 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	text-align: right;
}

#deals a:hover h3 {
	text-decoration: underline;
}

#footer {
	width: 100%;
	background: #fff;
	margin-top: 40px;
	position: relative;
}

#bottom_logo {
	position: absolute;
	left: 0;
	top: -40px;
}

#bottom_links {border-top: 1px solid #AAB6B8; text-align: right; padding-top:10px}
#bottom_links td {padding:0px 10px; border-left: 2px solid #e0e0e0}

#copyrights {
	float: left;
	font: 10px Arial;
	direction: ltr;
    text-align: left;
    margin-left:80px;
    margin-top:-5px;
}

#copyrights a {
	font: bold 10px Arial;
	text-decoration: none;
	color: #29484E;
}

#copyrights a:hover {
	color: #EE571A;
	text-decoration: underline;
}

#company_content 
{
    font-size: 15px;
}

#company_news_box {
	margin-top: 10px;
}

#company_news_content {
	background: #EFEFEF;
	border-right: 1px solid #ADB5B6;
	border-left: 1px solid #ADB5B6;
	padding: 5px;
}

#company_news_title {
	font: bold 12px;
	color: #EE571A;
}

#company_news_text {
	color: #29484E;
}

#company_news_title a {
	font: bold 12px;
	color: #EE571A;
	text-decoration: none;
}

#company_news_title a:hover {
	color: #29484E;
	text-decoration: underline;
}

.company_box 
{
	margin-top: 10px; 
}

#company_content_box td{
	background: #ffffff;
	border: 0px none;
	padding: 0px;
}

#company_title {
	font: bold 12px;
	font-weight: bold;
}

#company_text {
	color: #29484E;
}

#company_welcome {
	font: bold 12px;
	color: #29484E;
}

.contact_input {
	background: #fff;
	border: 1px solid #aaaaaa;
	color: #29484E;
	width: 300px;
}

.contact_input_btn {
	font: bold 12px Arial;
	background: #F87743;
	border: 1px solid #D8470C;
	color: #fff;
}

#message_ok 
{
	color: green;
}

#message_failed 
{
	color: red;
}

#company_login {
	position: absolute;
	right: 0;
	margin-top: 0;
	margin-right: 5px;
	text-align: right;
	color: #29484E;
	z-index: 1002;
}

#company_logo {
	margin-top: 10px;
}

#company_menu_box {
	margin-top: 10px;
	color: #29484E;
}

#company_menu_content {
	background: #EFEFEF;
	border-right: 1px solid #ADB5B6;
	border-left: 1px solid #ADB5B6;
	padding: 5px;
}

#company_menu_box ul {
	margin-right: 15px;
}

#box_btn {
	float: left;
}

#result
{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

#result h2 {
	font: bold 14px Arial;
	color: #1D77C5;
	margin: 0 0 3px 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

#result h2 a:hover {
	color:#EE561A;
}

#result p {
	font: normal 12px Verdana, Arial;
}

#result p a:hover {
	font: normal 12px Verdana, Arial;
	text-decoration: none;
}

#result_line {
	float: right;
	width: 95%;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 5px;
	text-align: right;
}

#upload_box {
    margin-right: 5px; margin-bottom: 5px; 
    padding:5px;
    width:120px;
    height:120px;
    background: url('gfx/thumb_drag.png') no-repeat;
    float:right;
}

.white_input 
{
	border:0;
	padding:0;
    float:right;
}

.checkbox_div
{
    width: 150px;
    float:right;
    display:block;
}

#clear_box {
	background: #EFEFEF;
}

.login_input {
	border: 0;
	color: #29484E;
	width: 120px;
	margin-bottom:5px
}

#wizard_table {
	margin-bottom: 10px;
	border-bottom: 1px solid #ADB5B6;
}

#wizard_table h2 {
	font: bold 16px Arial;
	color: #29484E;
	text-decoration: none;
	border: 0;
}

.wizard_input {
	background: #fff;
	color: #29484E;
	border: 1px solid #29484E;
	padding: 0px;
}

.img_btn {
	cursor: pointer;
}

#wizard_error {
	font: bold 12px Verdana, Arial;
	color: red;
}

#add_btn {
	background: url('gfx/buttons/add_btn.jpg') top center no-repeat;
	margin: 5px 2px 5px 0;
	width: 140px;
	height: 16px;
}

#add_btn a {
	font: bold 12px/15px Verdana, Arial, Tahoma, sans-serif;
	color: #29484E;
	text-decoration: none;
}

#add_btn a:hover {
	color: #EE571A;
	text-decoration: none;
}

table.thin_box {
	border: 0px none;
	background-color: #ffffff;
}

table.thin_box tr {
	border: 0px none;
	padding: 0px;
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;

}

table.thin_box tr td {
	border: 0px none;
	padding: 0px;
	background-position: 0 0;
	background-repeat: repeat;
	background-attachment: scroll;
}

table.thin_box tr td.top {
	background-image: url('gfx/boxes/thin_box/top.gif');
	height: 7px !important;
}

table.thin_box tr td.bottom {
	border: 0px none;
	background-image: url('gfx/boxes/thin_box/bottom.gif');
	height: 7px !important;
}

table.thin_box tr td.left {
	background-image: url('gfx/boxes/thin_box/left.gif');
	width: 7px !important;
}

table.thin_box tr td.right {
	background-image: url('gfx/boxes/thin_box/right.gif');
	width: 7px !important;
}

table.thin_box tr td.top_left {
	background-image: url('gfx/boxes/thin_box/top_left.gif');
	height: 7px !important;
	width: 7px !important;
}

table.thin_box tr td.top_right {
	background-image: url('gfx/boxes/thin_box/top_right.gif');
	height: 7px !important;
	width: 7px !important;
}

table.thin_box tr td.bottom_left {
	background-image: url('gfx/boxes/thin_box/bottom_left.gif');
	height: 7px !important;
	width: 7px !important;
}

table.thin_box tr td.bottom_right {
	background-image: url('gfx/boxes/thin_box/bottom_right.gif');
	height: 7px !important;
	width: 7px !important;
}

div.left {
	display: inline;
	/*clear: left;*/
	float: left;
}

div.middle {
	display: inline;
	float: left;
}

div.right {
	display: inline;
	float: right;
}

.table_list_right
{
	height: 25px;
    width:3px;
    float:right;
	background: url('gfx/table_right.gif') right top no-repeat;
}

.table_list_right_gray
{
    height: 15px;
    padding:5px;
    font-weight: bold;
    color:#444444;
    background:#e1e1e1 url('gfx/table_right_gray.gif') right top no-repeat;
}

.table_list_middle
{
    background-color:#2A494E;
	height: 17px;
    padding:4px;
    font-weight: bold;
    color:white;
}

.table_list_middle_gray
{
    background-color:#e1e1e1;
    height: 17px;
    padding:4px;
    font-weight: bold;
    color:#444444;
}

.table_list_middle p, .grey_tab_body p{
	text-decoration: none;
}
.table_list_left_blue,.table_list_left_green  
{
	width: 100px;
    border-right: 1px solid white;
	height: 15px;
    padding:5px;
	text-align: center;
    float: left;
}

.table_list_left_blue
{    
    background:#0084ff url('gfx/table_left_blue.gif') no-repeat;
}

.table_list_left_green
{    
    background:#4cb03f url('gfx/table_left_green.gif') no-repeat;
}

.table_list_left_blue a,.table_list_left_green a
{
	color: #ffffff;
    font-size:11px;
}

.table_list_left_blue a:hover,.table_list_left_green a:hover
{
    text-decoration: none;
    font-weight: bold;
}

.table_list_body 
{
    border: 1px solid #b3b5b4;
    border-top: 0;
	padding: 0 10px;
}

.table_list_body .header td
{
    color: #444444;
    font-weight: bold;
    padding:5px;
    border-bottom: 2px solid #aaaaaa;    
}

.table_list_body .details_hidden
{
    border-bottom: 1px solid #eeeeee;
}


.table_list_body .details_visible_top td
{
    padding:5px;
    background: #EFF8FF url('gfx/boxes/box_t.gif') repeat-x;   
} 

.table_list_body .first
{
    border-right:1px solid #9fb2c0;
    padding-right:15px;    
}

.table_list_body .last
{
    border-left:1px solid #9fb2c0;
}

.first .rt 
{
    float:right;
    background: url('gfx/boxes/box_border.gif') -5px top no-repeat;
    width:5px;
    height:12px;
    margin-top:-6px;
    margin-right:-6px;
}

.last .lt 
{
    float:left;
    background: url('gfx/boxes/box_border.gif') no-repeat;
    width:5px;
    height:12px;
    margin-top:-5px;
    margin-left:-6px;
}

.table_list_body .details_visible
{
    border: 1px solid #9fb2c0;
    background:#EFF8FF;
    border-top:0;
}

.details_visible .rb 
{
    float:right;
    background: url('gfx/boxes/box_border.gif') -5px -12px no-repeat;
    width:5px;
    height:12px;
    margin-bottom:-8px;
    margin-right:-1px;
}

.details_visible .lb 
{
    float:left;
    background: url('gfx/boxes/box_border.gif') left -12px no-repeat;
    width:5px;
    height:12px;
    margin-bottom:-8px;
    margin-left:-1px;
}

table.table_list_items tr td 
{
	padding: 5px;
}

a.page_no {
	border: 1px solid;
	background-color: grey;
}
div.item_expantion {
	/*height: 250px;*/
}

div.item_details {
	padding: 10px;
}
div.item_buttons:hover {
	cursor: pointer;
}

table.cyan_box {
	border: 0px none;
	background-color: #DBEEFD;
}

table.cyan_box tr {
	border: 0px none;
	padding: 0px;
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;

}

table.cyan_box tr td {
	border: 0px none;
	padding: 0px;
	background-position: 0 0;
	background-repeat: repeat;
	background-attachment: scroll;
}


table.cyan_box tr td.top_left {
	background-image: url('gfx/boxes/cyan_box/top_left.gif');
	height: 4px;
	width: 4px;
}

table.cyan_box tr td.top_right {
	background-image: url('gfx/boxes/cyan_box/top_right.gif');
	height: 4px;
	width: 4px;
}

table.cyan_box tr td.bottom_left {
	background-image: url('gfx/boxes/cyan_box/bottom_left.gif');
	height: 4px;
	width: 4px;
}

table.cyan_box tr td.bottom_right {
	background-image: url('gfx/boxes/cyan_box/bottom_right.gif');
	height: 4px;
	width: 4px;
}

.btn 
{
	font:11px Arial;
    font-weight: bold; 
    color: #666666;
	padding:8px 5px 8px 20px;
    margin-left:8px;
    display:block;
    cursor: pointer;
    float:left;
}

.btn:focus  
{
    outline:none;
} 

.expand
{
   background: url(gfx/boxes/plus.png) left center no-repeat;
}

.ok
{
   background: url(gfx/boxes/ok.png) left center no-repeat;
}

.edit
{
   background: url(gfx/boxes/edit.png) left center no-repeat; 
}

.close
{
    background: url(gfx/boxes/close.png) left center no-repeat;
    margin-left:0px; 
}

table.solid_blue_box td 
{
	color: #444444;
	background-color: #EFF0F0;
}


table.solid_blue_box .top_left {
	background: url('gfx/boxes/gray_border.gif') no-repeat;
	height: 5px;
	width: 5px;
}

table.solid_blue_box .top_right {
	background: url('gfx/boxes/gray_border.gif') right top no-repeat;
	height: 5px;
	width: 5px; 
}

table.solid_blue_box .bottom_left {
	background: url('gfx/boxes/gray_border.gif') left bottom no-repeat;
	height: 5px;
	width: 5px; 
}

table.solid_blue_box .bottom_right {
	background: url('gfx/boxes/gray_border.gif') right bottom no-repeat;
	height: 5px;
	width: 5px; 
}

.info_box
{
    font-weight:normal;
    font-size:13px;
}

.info_box b
{
    color:#666666;
    font-size:11px;
}

.info_box div
{
    margin-top:10px;
}

table.filter_table td {
	padding-left: 10px;
}

table.filter_table td p {
	margin:0 0 7px;
}

table.filter_table td select {
	font-size: 11px;
	
}

table.filter_table td input,input.item_input {
	font-size: 11px;
}

select.item_input {
	font-size: 11px;
	border: 1px solid;
}

div.please_wait {
	position: fixed;
	background-color: #D0E0E3;
	width: 200px;
	margin: auto auto;
	text-align: center;
	font-size: 20pt;
	line-height: 3em;
}

div.please_wait p {
	text-align: center;

}

ul.white_list li a {
	color: #FFFFFF;
}


table.table_list td.tab_left {
	background: transparent url('gfx/boxes/blue_tab_left.gif') no-repeat scroll 0 0;
	height: 24px;
	width: 5px;
}
table.table_list td.tab_right {
	background: transparent url('gfx/boxes/blue_tab_right.gif') no-repeat scroll 0 0;
	height: 24px;
	width: 5px;
}
table.table_list td.grey_tab_leftmost {
	background: transparent url('gfx/boxes/grey_tab_leftmost.gif') no-repeat scroll 0 0;
	height: 24px;
	width: 5px;
}
table.table_list td.grey_tab_rightmost {
	background: transparent url('gfx/boxes/grey_tab_rightmost.gif') no-repeat scroll 0 0;
	height: 24px;
	width: 5px;
}
table.table_list td.grey_tab_body {
	background: transparent url('gfx/boxes/grey_tab_body.gif') repeat-x scroll 0 0;
	height: 24px;
}
table.table_list td.blue_tab_body {
	background: transparent url('gfx/boxes/blue_tab_body.gif') repeat-x scroll 0 0;
	height: 24px;
}
table.table_list td.blue_tab_leftmost {
	background: transparent url('gfx/boxes/blue_tab_leftmost.gif') no-repeat scroll 0 0;
	height: 24px;
	width: 5px;
}
table.table_list td.blue_tab_rightmost {
	background: transparent url('gfx/boxes/blue_tab_rightmost.gif') no-repeat scroll 0 0;
	height: 24px;
	width: 5px;
}

table.grey_box {
	border: 0px none;
	background-color: #efefef;
}

table.grey_box tr {
	border: 0px none;
	padding: 0px;
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;

}

table.grey_box tr td {
	border: 0px none;
	padding: 0px;
	background-position: 0 0;
	background-repeat: repeat;
	background-attachment: scroll;
}

table.grey_box tr td.top {
	background-image: url('gfx/boxes/grey_box/top.gif');
	height: 7px !important;
}

table.grey_box tr td.bottom {
	border: 0px none;
	background-image: url('gfx/boxes/grey_box/bottom.gif');
	height: 7px !important;
}

table.grey_box tr td.left {
	background-image: url('gfx/boxes/grey_box/left.gif');
	width: 7px !important;
}

table.grey_box tr td.right {
	background-image: url('gfx/boxes/grey_box/right.gif');
	width: 7px !important;
}

table.grey_box tr td.top_left {
	background-image: url('gfx/boxes/grey_box/top_left.gif');
	height: 7px !important;
	width: 7px !important;
}

table.grey_box tr td.top_right {
	background-image: url('gfx/boxes/grey_box/top_right.gif');
	height: 7px !important;
	width: 7px !important;
}

table.grey_box tr td.bottom_left {
	background-image: url('gfx/boxes/grey_box/bottom_left.gif');
	height: 7px !important;
	width: 7px !important;
}

table.grey_box tr td.bottom_right {
	background-image: url('gfx/boxes/grey_box/bottom_right.gif');
	height: 7px !important;
	width: 7px !important;
}

.company_content_box a, .company_content_box p, .company_content_box b {
	margin: 2px 8px;
}

/* ---  UL --- */

ul.sidebar
{
    list-style: none;
    margin:0;
    padding:0; 
}

.sidebar li 
{
   float:right;
}

.sidebar li a
{
    display:block;
    width:130px;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
    color:#C3DBDF;
}


.sidebar li a:hover
{
    background-color: #2F585F;
    color:white;
    text-decoration: none;   
}

.page li
{
    float:none; 
}

.page li a
{
    width:100%; 
}

.orange li a
{
    color:#FFE8DF;
    background: url('gfx/icons/plus.gif') 125px 5px no-repeat;
}
.orange li a:hover
{
    background-color: #FF753F;
}

.gray li a
{
    color:#444444;
    background-position: 145px 6px;
    background-repeat: no-repeat;
    padding: 6px 30px 6px 10px;
}
.gray li a:hover
{
    background-color: #cfcfcf;
    color:#444444;
}

.gray2 li a
{
    color:#ED571A;
    font-size:11px;
    border-bottom: 1px solid #cccccc;
}
.gray2 li a:hover
{
    background-color: #cecece;
    color:#ED571A;
    
}


.page li a
{
    color:#ED571A;
    border-bottom: 1px solid #f0f0f0;
}
.page li a:hover
{
   background-color: #f0f0f0; 
}

.gray2 .desc
{
    font-size:11px;
    color:#222222;
    font-weight: normal;
}

.menu_caption
{
   background: url('gfx/boxes/header.gif')  no-repeat;
   height:23px;
   font-size:11px; 
   font-weight:bold; 
   color:#ffffff;
   padding-right:5px;
   padding-top:2px;  
}

.menu_caption_top
{
   background: #2A494E url('gfx/boxes/header_gray_top.gif')  no-repeat;
   font-size:11px; 
   font-weight:bold; 
   color:#ffffff;
   padding:2px 0; 
   padding-right:5px; 
}
.menu_caption_bottom
{
   background: url('gfx/boxes/header_gray_bottom.gif')  no-repeat;
   height:5px  
}

.menu_caption_left
{
   background: url('gfx/boxes/header.gif')  no-repeat;
   height:23px;
   font-size:11px; 
   font-weight:bold; 
   color:#ffffff;
   padding-right:5px;
   padding-top:2px;
   float:left;
   width:10px;   
}

.menu_caption_right
{
   background: url('gfx/boxes/header_right.gif');
   height:23px;
   font-size:11px; 
   font-weight:bold; 
   color:#ffffff;
   padding-right:5px;
   padding-top:2px;  
}

.menu_footer
{
   background: #e1e1e1 url('gfx/boxes/menu_footer.gif') left no-repeat;
   height:5px;
}

.menu_footer_right
{
   background: #e1e1e1 url('gfx/boxes/menu_footer_right.gif') right no-repeat;
   height:5px;
   width:5px;
   float:right;   
}

.register_button
{
    background: url('gfx/register.png') no-repeat; padding:5px 10px; display:block; color:white; width: 130px; height:15px; 
}

.register_button:hover
{
    background-position: left -25px;
    color: white;
    text-decoration: none;
}

/* --- New and improved styles --- */

input
{
    font: 12px Arial;
    padding:3px;
    border: 1px solid #aaaaaa;
   
}

select
{
    font: 12px Arial;
    padding:2px;
    border: 1px solid #aaaaaa;
}

textarea 
{
    font: 12px Arial;
    border: 1px solid #aaaaaa;
    padding: 3px;
}

.submit
{
    border: 1px solid #CF4C19;
    float:left;
}

.submit input
{
    border: 1px solid #EF6E3B; 
    background: #EE571A;
    color:white;
    font-size:11px;
    font-weight: bold;
    padding:2px 10px;
    cursor:pointer;
    margin:0; 
}

.submit a
{
    border: 1px solid #EF6E3B; 
    background: #EE571A;
    color:white;
    font-size:11px;
    font-weight: bold;
    padding:3px 10px;
    display:block;
} 

.cancel
{
    border: 1px solid #a0a0a0;
    float:left;
    margin-left:10px;
}

.cancel a
{
    border: 1px solid #c0c0c0; 
    background-color: #b0b0b0;
    display:block;
    color:white;
    font-size:11px;
    font-weight: bold;
    padding:3px 10px;
}

.form_box
{
    float:right;
    width:450px;
}

.form_box .regular
{
    border:0;
    background:inherit;
}

.form_box .lt
{
    background: #2a494e url('gfx/boxes/form_lt.gif') left top no-repeat; height:22px;
}

.form_box .rt
{
    background: url('gfx/boxes/form_rt.gif') left top no-repeat; width:29px; height:22px; float:right;
}

.form_box .lb
{
    background: #2a494e url('gfx/boxes/form_lb.gif') left bottom no-repeat; height:12px;
}

.form_box .rb
{
    background: url('gfx/boxes/form_rb.gif') left bottom no-repeat; width:29px; height:12px; float:right;
}

.form_box .inner
{
    border:1px solid #d0d0d0; background: #f2f2f2 url('gfx/bottom_img.jpg') left bottom no-repeat; padding:10px; margin: 2px 0; font-size:12px;
}

.complex_table
{
    background-color: #2a494e; font-weight: bold;
}

.complex_table a
{
    color:white;
}



.s /* separator */
{
    color:#aaaaaa;
    margin: 0 5px;
    font-weight:normal;
}

.validation_error
{
    background-color: #FFBFBF;
}

.gallery_upload_wnd
{
    font-size:14px;
    font-family: Arial;
}

.company_table
{
    width:100%;
}

.company_table td
{
    padding:5px;
    border-bottom:1px solid #dddddd;
}

.big_icons td
{      
    text-align: center;
    font-size:12px;
    font-weight: bold;
}


.edit_form_btn
{
    border: 0;
    background: url('gfx/new_icons/edit.png') right center no-repeat;
    background-color: inherit;
    font: bold 11px arial;
    padding:5px 20px 5px 5px;
    cursor:pointer;
    white-space: nowrap; 
}

.erase_btn
{
    border: 0;
    background: url('gfx/new_icons/erase.png') right center no-repeat;
    background-color: inherit;
    font: bold 11px arial;
    padding:5px 20px 5px 5px;
    cursor:pointer;
    white-space: nowrap;
}

.expand_btn
{
    border: 0;
    background: white url('gfx/new_icons/details.png') right center no-repeat;
    font: bold 11px arial;
    padding:5px 20px 5px 5px;
    cursor:pointer;
    white-space: nowrap;  
}

.conversation_btn
{
    border: 0;
    background: white url('gfx/new_icons/conversation.png') right center no-repeat;
    font: bold 11px arial;
    padding:5px 20px 5px 5px;
    cursor:pointer;
    white-space: nowrap;  
}

.hide_btn
{
    border: 0;
    background: #F6F6F6 url('gfx/new_icons/close.png') right center no-repeat;
    font: bold 11px arial;
    padding:5px 20px 5px 5px;
    cursor:pointer;
    white-space: nowrap;  
}
.save_btn
{
    border: 0;
    background: #F6F6F6 url('gfx/new_icons/save.png') right center no-repeat;
    font: bold 11px arial;
    padding:5px 20px 5px 5px;
    cursor:pointer;
    white-space: nowrap;  
}
.update_btn
{
    border: 0;
    background: #F6F6F6 url('gfx/new_icons/jump.png') right center no-repeat;
    font: bold 11px arial;
    padding:5px 20px 5px 5px;
    cursor:pointer;
    white-space: nowrap;
}


/* Sortable table styles */

.sortable .header
{
    background: #2a494e; 
    color:white;
    font-weight: bold;    
}

.sortable .header td
{
    
    cursor:pointer;
    white-space: nowrap;
    border:0;
}

.sortable .nosort
{
    cursor:default;
}

.table_asc
{
    background: #223a3e url('gfx/table_asc.gif') 5px center no-repeat;     
}

.table_desc
{
    background: #223a3e url('gfx/table_desc.gif') 5px center no-repeat;
}


.php_sortable .header td
{
    background-color: #2a494e; 
    color: white;
    font-weight: bold;
    padding:0; 
}

.php_sortable .header td.table_asc a:after
{
    content:'▼';
    float:left;
    font-size: 9px;
    margin-top:2px;      
}

.php_sortable .header td.table_desc a:after
{
    content:'▲';
    float:left;
    font-size: 9px;
    margin-top:2px;      
}

.php_sortable .header td.table_asc, .php_sortable .header td.table_desc 
{
    background: #223a3e;    
}


.php_sortable .header td a
{
    display:block;
    color: white;
    padding:5px;  
}

.php_sortable .header td a:focus
{
    outline: none;  
}

.php_sortable .header td div
{
    padding:5px;  
}

#content_text a 
{
    color: #1C77D0;
    text-decoration:underline;    
}

#content_text a:hover 
{
    color: #EE571A;
    text-decoration:underline;    
}

/* --- Pagination Styles --- */

.pagination_btn
{
    padding:5px 10px;
    border:1px solid #eeeeee;
    background-color:#fafafa;
    margin:2px;
    display:block;
    float:left;
    color:#666666;
    text-decoration: none;
}
a.pagination_btn:hover
{
    background-color:#DFF4FF;
    border:1px solid #C3D5DF;
    color:#666666;
}
.current_page
{
    background-color:#EE571A;
    border:1px solid #CF4C19;
    color:#ffffff;
}
.disabled_btn
{
    color:#bbbbbb;
    font-weight: bold;
}

#cities_loader {width:30px; height:10px; background:url('gfx/cities_loader.gif'); position:relative; float:left; margin-top:-16px; margin-left:5px;}
#cities {position:absolute; background:#fafafa; border:1px solid #aaaaaa; border-top:0;}
#cities ul{border:1px solid white; margin: 0; padding: 0; list-style: none;}
#cities ul li {padding:3px 5px; cursor:pointer}
#cities ul li.selected {padding:2px 5px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background: #f0f0f0;}

#companies {position:absolute; background:#fafafa; border:1px solid #aaaaaa; border-top:0; margin-top:22px; margin-right:-1px}
#companies ul{border:1px solid white; margin: 0; padding: 0; list-style: none;}
#companies ul li {padding:3px 5px; cursor:pointer}
#companies ul li.selected {padding:2px 5px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background: #f0f0f0;}

#dark {position:absolute; left:0; top:0; opacity:0.7; filter:alpha(opacity=70); background:black; z-index:10000}
#float_box {position:absolute; z-index:10001; width:540px;}
#float_box .bt {background:url('/gfx/boxes/bt.png'); height:54px}
#float_box .bm {background:url('/gfx/boxes/bm.png');}
#float_box .bb {background:url('/gfx/boxes/bb.png'); height:25px}
#float_box .x {background:url('/gfx/boxes/x.png'); height:13px; width:14px; float:left; margin-top:20px; margin-left:20px; cursor:pointer}

.start_btn {width:381px; height:71px; display:block; float:right; margin:5px}
.start_btn:hover {background-position: 0 -71px;}

.msg_item{padding-bottom:10px; margin-bottom: 10px; border-bottom: 1px solid #e0e0e0}    
.user{padding-bottom:5px}
.date{margin-right: 10px; color:gray; font-size:10px}    
