@CHARSET "UTF-8";

/*
	main stylesheet
	created 2008-03-12 by Anthony Parshin
	b-fly group

*/

/* tags */
* html {
	font-size:8pt;
	line-height:14pt;
}

html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:13pt;
	color:#3c3b41;
}
h1 {
	margin:0px 0px 7px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:bold;
	font-style:normal;
}
h2 {
	margin:0px 0px 7px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
}
h3 {
	margin:0px 0px 7px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
	color:#003071;
}
h4 {
	margin:0px 0px 7px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
}
a{
	text-decoration:underline;
	color:#003071;
}
a:hover {
	color:#08408c;
}
img {
	border-width: 0px;
}
p {
	margin:0px 0px 4px 0px;
	font-size:8pt;
	line-height:13pt;
}
hr {
	width:100%;
	height:0px;
	border-width:0px;
	border-bottom:1px dashed #777;
}
form {
	margin:0px;
	padding:0px;
}
input, select, option, textarea {
	font-family:verdana, Helvetica, sans-serif;
	font-size:8pt;
	font-style:normal;
}
input[type=text], input[type=password], input[type=file], select, textarea {
	border:1px solid #C2C9CF;
}
input[type=submit], input[type=button] {
	border:1px solid #fff;
	background:#00193b;
	color:#fff;
	font-style:normal;
} 
/* elements */

.micro_area, .micro_editor_area {
	height:100px;
	width:300px;
	overflow:hidden;
}
.big_area, .big_editor_area {
	width:100%;
	height: 400px;
}
.width100{
	width:100%;
}
.width90{
	width:90%;
}
.width4 {
	width:40px;
}

/* frame */
* html .main_frame td{
	font-size:75%;
}
.main_frame{
	width:100%;
	border-collapse: collapse;
	padding:0px;
	margin:0px;
	height:100%;
}
.main_frame td{
	text-align:left;
}
.top_block{
	background:url('/images/main/top_bg.gif') top left repeat-x;
	text-align:left;
	padding:0px;
	height:153px !important;
}
.top_right_block {
	background:url('/images/main/top_right_bg.gif') top right no-repeat;
	padding:0px;
	width:226px;
	max-width:226px;
	padding-right:32px;
	overflow:visible;
}
.right_photo_container{
	margin-left:-64px;
	width:290px !important;
	height:140px !important;
	margin-top:7px;
	overflow:hidden;
}
.bottom_right_block {
	padding-right:32px;
}
.top_logo{
	height:153px;
	width:557px;
	background:url('/files/top_logo.png') top left no-repeat;
	padding:0px;
	margin:0px;
}
.search_container {
	width:220px;
	height:20px;
	margin:126px 0px 0px 202px;
	position:absolute;
	z-index:20;
}
.search_container input {
	width:220px;
	background-color:transparent;
	border-width:0px;
	font-size:8pt;
	font-style:normal;
	position:absolute;
}
.b_center_block {
	height:40px;
}
.b_center_block div {
	height:40%;
}
.b_right_block {
	width:226px;
	max-width:226px;
	padding-right:32px;
	vertical-align:top;
	height:40px;
}
.info_container {
	float:right;
	width:130px;
	text-align:right;
	padding:107px 0px 0px 0px;
}
.info_container div {
	font-size:8pt;
	font-style:normal;
	line-height:10pt;
	margin-right:3px;
	text-transform:lowercase;
}
.left_block{
	width:213px;
	vertical-align:top;
	padding:0px;
}
.right_block{
	vertical-align:top;
	padding:0px;
	padding-right:32px;
}
.content_block {
/*	width: auto;*/
	padding:5px;
	vertical-align:top;
	text-align: left;
}
.content{
	padding:10px;
	font-size:8pt;
}
.content_table {
	background:#e6e6e6;
	width:98%;
	border-collapse:collapse;
	padding:0px;
	margin: 5px 7px 10px 7px;
	margin-top:-30px;
	position:relative;
}
.content_table td h1 a:hover {
	background:#e6e6e6;
}	
.content_table td img {
	position:relative;
	z-index:5;
}
.content_table td {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	font-size:8pt;
	vertical-align:top;
}
.content_table td.topright {
	width:5px;
	height:5px;
	background:url('/images/main/td_top_right.gif') top left no-repeat;
}
.content_table td.topleft {
	width:5px;
	background:url('/images/main/td_top_left.gif') top right no-repeat;
}
.content_table td.bottomright {
	height:5px;
	background:url('/images/main/td_bottom_right.gif') top left no-repeat;
}
.content_table td.bottomleft {
	background:url('/images/main/td_bottom_left.gif') top right no-repeat;
}
.header {
	margin: 5px 0px;
	border-collapse:collapse;
}
.header td.topright {
	width:5px;
	height:5px;
	background:url('/images/main/header_top_right.gif') top left no-repeat;
}
.header td.topleft {
	width:5px;
	background:url('/images/main/header_top_left.gif') top right no-repeat;
}
.header td.bottomright {
	height:5px;
	background:url('/images/main/header_bottom_right.gif') top left no-repeat;
}
.header td.bottomleft {
	background:url('/images/main/header_bottom_left.gif') top right no-repeat;
}
.header td {
	background-color:#fff;
	padding:0px;
	margin:0px;
}
.header td a, .header td a:hover {
	font-size:9pt;
	font-style:normal;
	color:#003071;
	margin:0px 3px;
}
.inside {
	margin: 5px 0px;
	width:97%;
	border-collapse:collapse;
}
.inside td.topright {
	width:5px;
	height:5px;
	background:url('/images/main/inside_top_right.gif') top left no-repeat;
}
.inside td.topleft {
	width:5px;
	background:url('/images/main/inside_top_left.gif') top right no-repeat;
}
.inside td.bottomright {
	height:5px;
	background:url('/images/main/inside_bottom_right.gif') top left no-repeat;
}
.inside td.bottomleft {
	background:url('/images/main/inside_bottom_left.gif') top right no-repeat;
}
.inside td {
	background-color:#bbbbbb;
	padding:0px;
	margin:0px;
}
.nav_table {
	border-collapse:collapse;
	padding:0px;
	margin: 5px 7px 10px 7px;
}
.nav_table td {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	background:#c6cbd7;
	line-height:13pt;
}
.nav_table td.topright {
	width:5px;
	height:5px;
	background:url('/images/main/nav_top_right.gif') top left no-repeat;
}
.nav_table td.topleft {
	width:5px;
	background:url('/images/main/nav_top_left.gif') top right no-repeat;
}
.nav_table td.bottomright {
	height:5px;
	background:url('/images/main/nav_bottom_right.gif') top left no-repeat;
}
.nav_table td.bottomleft {
	background:url('/images/main/nav_bottom_left.gif') top right no-repeat;
}
#nav_cnt a{
	font-size:8pt;
	font-style:normal;
	color:#003071;
	display:block;
	margin-bottom:3px;
}
a#lev1 {
	margin-left:20px;
}
a#lev2 {
	margin-left:0px;
}
a#lev3 {
	margin-left:20px;
}
a#lev4 {
	margin-left:40px;
}
a#lev5 {
	margin-left:60px;
}
a#lev6 {
	margin-left:80px;
}
a#lev7 {
	margin-left:100px;
}
.news_block {
	clear:both;
	padding-top:10px;
} 
td.copyright {
	height:77px !important;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.copy_div {
	height:77px !important;
	background:url('/images/main/yellow_corner.gif') top right no-repeat;
	background-color: #f1b000;
	color:#003071;
	margin:0px;
	margin-right:10px;
}
.copy_left_div {
	height:77px !important;
	background-color: #f1b000;
	color:#003071;
	margin:0px;
}
.copy_left_div img {
	position:absolute;
	left:0px;
	margin-top:3px;
}
.contacts_div {
	float:right;
	text-align:right;
	padding-right:30px;
	padding-top:25px;
	height:52px;
	color:#003071;
}
.right_copy {
	background:url('/images/main/top_yellow.gif') top left no-repeat;
	padding:25px 5px 0px 5px;
	width:216px;
	background-color:#f1b000;
	font-size:7.5pt;
	color:#003071;
	height:52px;
	text-align:center;
}
.left_panel {
	font-style:normal;
	color:#fff;
	text-decoration:underline;
	background:url('/images/main/top_darkblue.gif') top right no-repeat;
	padding: 0px;
	width:213px;
	background-color:#003071;
	margin-bottom:7px;
}
.left_panel a, .right_panel a {
	color:#fff;
}
.left_panel a:hover, .right_panel a:hover {
	color:#eee;
}
.left_panel_bottom {
	background:url('/images/main/bottom_darkblue.gif') bottom right no-repeat;
	background-color:#003071;
	height:7px;
}
.panel_input_bottom {
	background:url('/images/main/input_bottom.gif') left top no-repeat;
	margin-top:-1px;
	margin-bottom:10px;
	height:5px;
}
input.panel_input, textarea.panel_textarea {
	margin:0px;
	border-width:0px;
	width:148px;
	color:#1e3341;
	font-size:8pt;
	font-style:normal;
}
textarea.panel_textarea {
	background:url('/images/main/input_top.gif') left top no-repeat;
	height:50px;
	width:150px;
	margin:0px;
	display:block;
	overflow:hidden;
}
input.panel_input {
	background:url('/images/main/input_bg.gif') center center no-repeat;
	width:151px;
	height:18px;
	margin-bottom:10px;
}
input.panel_button {
	color:#fff;
	border-width:0px;
	background:url('/images/main/button_bg.gif') center center no-repeat;
	background-color:transparent;
	width:64px;
	height:17px;
	font-size:7pt;
}
.right_panel {
	font-size:13pt;
	font-style:normal;
	color:#fff;
	text-decoration:underline;
	background:url('/images/main/top_darkblue.gif') top right no-repeat;
	padding: 0px;
	width:226px;
	background-color:#003071;
	margin-bottom:7px;
}
.right_panel_bottom {
	background:url('/images/main/bottom_darkblue.gif') bottom right no-repeat;
	background-color:#003071;
	height:7px;
}
#blue {
	background:url('/images/main/top_blue.gif') top right no-repeat;
	background-color:#007fd3;
}
#b_blue {
	background:url('/images/main/bottom_blue.gif') bottom right no-repeat;
	background-color:#007fd3;
}
#gray {
	background:url('/images/main/top_gray.gif') top right no-repeat;
	background-color:#91a6c2;
}
#b_gray {
	background:url('/images/main/bottom_gray.gif') bottom right no-repeat;
	background-color:#91a6c2;
}
.panel_content {
	padding:10px 5px;
	line-height:13pt;
}
#sidemenu a.l0{
	font-size:9pt;
	font-style:normal;
	color:#003071;
	background:url('/images/main/side_menu_a_bg.gif') center left no-repeat;
	display:block;
	padding-left:5px;
	line-height:27px;
	margin: 2px 0px;
}
#sidemenu a.l1{
	font-size:8pt;
	font-style:normal;
	color:#003071;
	display:block;
	margin-left:20px;
	margin-bottom:3px;
}
#right_banner {
	font-size:7pt;
	line-height:11pt;
	font-style:normal;
	color:#fff;
	background:url('/images/main/bottom_darkblue.gif') bottom left no-repeat;
	padding: 0px 10px;
	width:206px;
	height:20px;
	background-color:#003071;
	margin-bottom:7px;
	position:relative;
	z-index:10;
	overflow:hidden;
}
#right_banner div {
	margin-top:10px;
}
a#content_button {
	color:#fff;
	font-size:8pt;
	font-style:normal;
	text-decoration:underline;
	display:block;
	background:url('/images/main/link_button_bg.gif') center center no-repeat;
	width:162px;
	line-height:27px;
	text-align:center;
}
div#hidden_container {
	display:none;
	margin-top:15px;
}
/* top menu */

.amenu_block{
	border:1px solid #e4e4e9;
	padding: 1px 3px 5px 3px;
	background:#eaeaee;
	margin:5px 0px;
}
#amenu_panel {
	text-align:right;
	margin-bottom:-8px;
	position:relative;
	z-index:90;
}
.top_menu {
	margin-top: -29px;
	margin-bottom: 10px;
	border-collapse:collapse;
	position:relative;
	z-index:10;
	background:url('/images/main/top_menu.gif') top left no-repeat;
	background-color:#003071;
}

.top_menu td {
	vertical-align:top;
	padding:0px;
	margin:0px;
	width: 213px;
}

.top_menu a {
	display:block;
	margin:1px 2px;
	padding:2px 10px;
	font-size:10.5pt;
	font-style:normal;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	margin-bottom:6px;	
}
.top_menu a:hover {
	color:#eee;
	text-decoration:underline;
}	
/* files */
.thumbnail {
	padding:10px;
	width:220px;
	background-color:#F4F4F6;
	border:1px solid #e4e4e9;
	text-align:center;	
}
.thumbnail img {
	border:1px solid #e4e4e9;
}
#img_panel{
	margin: 2px 0px;
	padding: 5px 7px;
	border:1px solid #e4e4e9;
	display:none;
}
#img_panel div {
	margin-bottom: 2px;	
}
#edit_panel {
	text-align:right;
	padding:2px 6px;
	margin: 0px 10px -25px 10px;
	position:relative;
	opacity:0.7;
	z-index:1500;
}
#img_params {
	border:1px solid #e4e4e9;
	text-align:right;
	padding:2px 6px;
	margin:-34px 10px 15px 10px;
	position:relative;
	opacity:0.85;
	z-index:100;
	background:#ffffff;
}
#file_hidden {
	position:relative;
	opacity:0.4;
	color:#333333;	
}
.sizes_header {
	border:1px solid #e4e4e9;
	border-bottom-width:0px;
	padding:2px 5px;
	margin:0px;
	background:#F4F4F6;
	position:relative;
	z-index:2;
	width: 80px;
}
.sizes_header a, .sizes_header a:hover {
	color: #777777;
	font-weight: bold;
	text-decoration:none;
}
#sizes_panel {
	border:1px solid #e4e4e9;
	padding:2px 5px;
	margin:0px;
	background:#F4F4F6;
	position:relative;
	bottom:1px;
	display:none;
}
#sizes_panel a {
	color: #777777;
	font-weight: bold;
	text-decoration:none;
	margin-right:5px;
}
#sizes_panel a:hover {
	color: #1D1C24;
	text-decoration:underline;
}
.ins_link{
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
	background-color:#fffcde;
}
.nav {
	border:1px solid #e4e4e9;
	margin:0px;
	background:#F4F4F6;
	width: 20px;
	height:20px;
	line-height:20px;
	text-align:center;
	padding:0px;
}
.nav a, .nav a:hover {
	color: #777777;
	font-weight: bold;
	text-decoration:none;
}
.nav a:hover {
	color: #1D1C24;	
}
#prev {
	float:right;
	margin-right:2px;
}
#next {
	float:right;
}

/* blocks */
.pop_container{
	padding:10px 20px 30px 20px;
}
.pages {
	float:left;
	font-weight:bold;
	margin-right: 7px;
	position:relative;
}
.panel{
	background:#F4F4F6;
	padding:7px;
	margin-bottom:10px;
}
.panel p {
	padding: 0px;
	margin: 0px;
	display: inline;	
}
#pages_show, #pages_select, #pages_select option{
	font-size:8pt;
	line-height:7pt;
	border-width:0px;
}
#pages_limit {
	text-align:right;
	white-space:nowrap;
	float:right;
}
.panel h1, .panel h2, .panel h3, .panel h4 {
	margin-left:0px;
}
.panel_grid{
	text-align:left;
}
.panel_grid td{
	width:auto;
	padding:2px;
	border-width:0px;
}
div#post_text{
	font-size:9pt;
	line-height:16pt;
}
.answer_container{
	
}
.answer_container td{
	padding: 5px 10px;
}
div#answer{
	border:1px solid #d7d7d7;
	background:#f1f0e5;
}
#right{
	text-align:right;
}
.grid {
	border-collapse:collapse;	
	border-width:0px;
}
.grid td {
	vertical-align:top;
	padding:7px;
	border-width:0px;	
}
.table {
	border-collapse: collapse;
	table-layout:auto;
}
.table td, .table th {
	border-bottom:1px solid #e4e4e9;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
	font-size:8pt;
}
.table th {
	color:#2D3C53;
	background:#eaeaee;
	font-weight:bold;
	white-space:nowrap;
}
#table_icon {
	border:1px solid #e4e4e9;
}

#hl {
	background:#F4F4F6;
}
.icon_grid {
	border-collapse: collapse;
	padding:0px;
	margin:0px;
}
.icon_grid td, .icon_grid div {
	text-align:center;
	vertical-align:top;
}
.icon_grid td {
	padding:10px;
}
.icon_grid div {
	width:85px;
}
.icon_grid a {
	text-decoration: none;
	font-size:8pt;
}
.mode_selector a{
	padding:2px;
	display:block;
	float:right;
	text-align:center;
	vertical-align:middle;
	height:20px;
}
#is_selected {
	border:1px solid #e4e4e9;
	background:#F4F4F6;
	display:block;
	padding:2px;
	height:18px;
	float:right;
	text-align:center;
	vertical-align:middle;
}

.content_item {
	padding-left:30px;
	background:url(/images/list_line.gif) center left no-repeat; 
}
#list_corner {
	background:url(/images/list_corner.gif) center left no-repeat;
}

/* blocks */

.blockslist select, .blockslist option {
	font-weight:bold;
	font-size:12pt;
	line-height: 14pt;
}

/* users */

.users_table {
	width:100%;
	border-collapse:collapse;
	padding:0px;
}
.users_table td {
	vertical-align:top;
	padding:7px;
}
.users_table img {
	float:left;
	border:1px solid #CCCCCC;
	margin-right:7px;
}
.rec_block {
	width: 250px;
}
#receivers_container {
	border:1px solid #C2C9CF;
	padding:5px 10px;
	width: 220px;
	height:350px;
	margin:0px;
	overflow:auto;
}
#receivers_container div {
	color:#3A79BE;
	font-size:11pt;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}
#receivers {
	
}

#receivers span {
	
	text-decoration:underline;
	font-weight:bold;
	color:#3A79BE;
	cursor:pointer;
	margin-right:5px;
	
}

/* tags */
.tags {
	margin-bottom:15px;
}
.tags a {
	font-family:verdana, Times, serif;
	margin:3px 10px 3px 0px;
}
#tag, #tag0 {
	font-size:8pt;
	line-height:17pt;
}
#tag1 {
	font-size:10pt;
	line-height:17pt;
}
#tag2 {
	font-size:12pt;
	line-height:17pt;
}
#tag3 {
	font-size:15pt;
	line-height:17pt;
}
#tag4 {
	font-size:17pt;
}
	
/* tabs */

.ui-tabs-hide {
        display: none;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0px;
}
.tabstops, .tabstops td {
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
.tabstops {
	margin:10px;
	margin-bottom:15px;
}
.tabstops a, .tabstops a:hover, .ui-tabs-nav a{
	padding:4px 15px;
	border:1px solid #C2C9CF;
	font-size:9pt;
	background:#eaeaee;
	border-bottom-width:0px;
	display:block;
	color:#1D1C24;
	text-decoration:none;
	white-space:nowrap;
    outline:0;
}
#current_tab, .ui-tabs-nav .ui-tabs-selected a {
	border:2px solid #e4e4e9;
	padding:3px 15px 4px 15px;
	border-bottom-width:0px;
	font-weight:bold;
	font-size:10pt;
	background:transparent;
	position: relative;
	z-index: 2;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { 
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { 
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-panel {
    padding: 1em 8px;
}
* html .ui-tabs-nav {
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  {
    display: inline-block;
}
/* vote */

.poll_container {
	margin:10px 0px 40px 0px;
}
.poll_container .poll_answer {
	clear:both;
	vertical-align:middle;
	font-weight:bold;
	padding:3px 10px;
}
.poll_container .poll_answer_text {
	float:left;
	width:140px;
	text-align:right;
	overflow:hidden;
}
.poll_container .poll_item {
	width:400px;
	border:1px solid #91a6c2;
	text-align:left;
	float:left;
	margin:2px 5px;
}
.poll_container .poll_item_scale {
	background:#91a6c2;
	height:20px;
}

.poll_container .poll_total {
	background:#f1f0e5;
	height:20px;
	margin:4px 0px;
	padding:2px 5px;
	font-weight:bold;
}
.poll_container .poll_button {
	width:400px;
	text-align:right;
}

.panel_poll_container {
	margin-bottom:10px;
}
.panel_poll_container .poll_answer {
	clear:both;
	margin:3px 0px;
}
.panel_poll_container .poll_answer_text {

}
.panel_poll_container .poll_item {
	width:120px;
	border:1px solid #fff;
	text-align:left;
	float:left;
	margin:2px 5px;
}
.panel_poll_container .poll_item_scale {
	background:#fff;
	height:7px;
}
/* comments */
.comments_form {
	background:#F4F4F6;
	border:1px solid #e4e4e9;
	padding:10px 15px;
	margin:7px;
}
.comments_form h2 {
	font-family:verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 3px 0px;
	font-weight:normal;
}
#comments_container {
	
}
#comments_container h4{
	margin:0px 0px 3px 0px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#888899;
}
#comments_container h4 a, #comments_container h4 a:hover {
	color:#888899;
}
.comment{
	padding:7px 2px 5px 2px;
	margin:0px 7px 7px 7px;
	border-bottom:1px solid #e4e4e9;
}
.comments_date, .comments_date a, .comments_date a:hover{
	color:#9999aa;
	font-size:8pt;
}
#comments_tpl {
	display:none;
}
/* online */
.online {
	padding:10px;
	padding-top:0px;
	text-align:justify;
	font-weight:bold;
}
.catched {
	text-align:right;
	padding:2px 20px 20px 5px;
}
.catched_form {
	position:absolute;
	z-index:10000;
	width:200px;
	background-color:#F4F4F6;
	border:2px solid #e4e4e9;
	padding:7px 10px 10px 15px;
	text-align:left;
	opacity:0.9;
	display:none;
}
.catched_form select {
	width:100%;
	margin-bottom:10px;
	font-weight:bold;
	font-size:10pt;
}
.catched_form option {
	font-weight:bold;
	font-size:10pt;
	background:#fff;
	color:#000;
}
.catched_form optgroup {
	background:#F4F4F6;
	color:#888899;
}
.catched_form h3 {
	margin-left:0px;
	color:#888899;
}

/* service */

.log_container {
	height:200px;
	overflow:auto;
}

.help {
	
	border: 1px solid #e4e4e9;
	background: #fcf7e2;
	padding: 10px;
	margin: 10px 0px;
	font-weight: bold;
	
}

#hidden_help {
	
	display:none;
	
}

.err_message {
	background:#FF6600;
	border:#CC3333;
	color:#FFFFFF;
	padding:10px;
	font-weight:bold;
	font-size:11pt;
}
.err_message div {
	margin-bottom:7px;
}
#float_error, #drop_warning {
	position:absolute;
	display:none;
	width: 300px;
	height:auto;
	top: 200px;
	left:40%;
	background:#FF6600;
	border:1px solid #CC3333;
	color:#FFFFFF;
	padding:20px 10px 5px 10px;
	font-weight:bold;
	font-size:11pt;
	text-align:center;
	opacity: 0.85;
	z-index:1000;
}
#err_text {
	margin-bottom:20px;
}
#a_cont {
	margin-bottom:10px;
}
#float_error a, #drop_warning a {
	border: 2px solid #fff;
	padding: 2px 20px;
	color:#FFFFFF;
	text-decoration:none;
	width:70px;
	display:block;
}
#float_error a:hover, #drop_warning a:hover {
	border: 2px solid #fff;
	padding: 2px 20px;
	color:#FFFFFF;
	background:#FF8811;
	text-decoration:none;
}
#float_error table, #drop_warning table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	border-collapse: collapse;
}
#float_error td, #drop_warning td {
	text-align: center;
}
.w_header {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 6px;
}
.group_selector {
	border-collapse:collapse;
	width:430px;
}
.group_selector td {
	padding:0px;
	vertical-align:top;
}
.group_selector input {
	width:22px;
	height:22px;
	font-weight:bold;
	border-width:1px;
	margin:0px;
	outline:0px;
}
.group_selector select {
	margin:0px;
	height:200px;
	width:178px;
	overflow:auto;
}
#left_group_container {
	width:200px;
	text-align:left;
}
#left_select_container {
	padding:0px;
	margin:0px;
	width:178px;
	float:left;
}
#left_input_container {
	padding:0px;
	margin:0px;
	width:22px;
	float:right;
	padding-top:75px;
	position:relative;
	left:26px;
	z-index:2;
}
#right_group_container {
	width:200px;
	text-align:right;
}
#right_select_container {
	padding:0px;
	margin:0px;
	width:178px;
	float:right;
}
#right_input_container {
	padding:0px;
	margin:0px;
	width:22px;
	float:left;
	padding-top:105px;
	position:relative;
	right:26px;
}
#buttons_container {
	width:30px;
}
#tabs_container table{
	width:100%;
}
#popup{
	background:#f0f0f3;
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:500px;
	z-index:2000;
}
#popup_close{
	text-align:right;
	padding:5px 5px;
}
#popup_content{
	background-color:#fff;
	margin:10px;
	margin-top:0px;
	padding:5px;
	overflow:auto;
}
.indicator {
	background:url('/images/indicator.gif') center center no-repeat;
}
#quote {
	border: 1px dashed #e4e4e9;
	background: #fcf7e2;
	padding: 5px;
	margin: 10px 0px;
	font-style:oblique;
}
/*auto suggest*/

.ac_results {
	border: 1px solid #C2C9CF;
	border-bottom-width:0px;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px solid #C2C9CF;
}

.ac_over {
	cursor: pointer;
	background-color: #F4F4F6;
}

.ac_match {
	text-decoration: underline;
	font-weight:bold;
}