﻿body 
{
    overflow:hidden;
	font-size:9pt;
	font-family:Arial;
	color:#414040;
	margin:0px;
	background:#84a2af;
	width:99.9%;
}

html
{
	overflow:hidden; 
}

.clearline
{
	clear:both;
}
 
.top
{
	background:url("images/top_back.gif") repeat-x;
	width:100%;
	position:relative;
	height:70px;
	z-index:0;
}

.box_rotate 
{
    -moz-transform: rotate(90.0deg);  /* FF3.5+ */
    -o-transform: rotate(90.0deg);  /* Opera 10.5 */
    -webkit-transform: rotate(90.0deg);  /* Saf3.1+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=10);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=10)"; /* IE8 */
}

.menu
{
	position:absolute;
	z-index:4;
	top:-6px;
	left:-5px;
	
}
.menu .top_part
{
	background:url("images/top_menu_top.png");
	height:73px;
	width:181px;
}
.menu .content
{
	background:url("images/top_menu_back.png") repeat-y;
	height:auto;
	width:181px;
}
.menu .content .item
{
	margin-left:20px;
	margin-bottom:0px;
	height:auto;
	display:inline-block;
	width:80%;
	padding-top:5px;
	border-bottom:1px solid #efefef;
}
.menu .content .item .image
{
	float:left;
	width:38px;
}
.menu .content .item .text
{
	float:left;
	line-height:30px;
	margin-left:5px;
}
.menu .content .item .shortcut
{
	float:right;
	line-height:35px;
	font-size:10px;
	margin-right:5px;
	color:#888;
}
.menu .bottom_part
{
	background:url("images/top_menu_bottom.png");
	height:35px;
	width:181px;
}
.main_button
{
	background:url("images/cots_main_button.png") no-repeat;
	height:64px;
	width:69px;
	z-index:5;
	position:absolute;
	cursor:pointer;
	left:5px;
}
.small_buttons_area
{
	position:absolute;
	z-index:5;
	top:8px;
	left:48px;
}
.small_buttons_content
{
	background:url("images/small_buttons_back.png") repeat-x;
	width:auto;
	height:25px;
	float:left;
	padding-left:20px;
	padding-top:5px;
}
.small_buttons_content .item
{
	width:auto;
	height:25px;
	float:left;
	margin-top:-4px;
	margin-left:3px;
	cursor:pointer;
}
.small_buttons_content .favs
{
	width:auto;
	height:25px;
	float:left;
}
.small_buttons_content .favs .favs_item
{
	width:auto;
	height:25px;
	margin-left:3px;
	margin-top:-4px;
	float:left;
	cursor:pointer;
}
.small_buttons_content .favs .favClose
{
	position:absolute;
	margin-top:-2px; 
	margin-left:-6px; 
	width:11px; 
	height:11px; 
	background:url("images/closeFav.png"); 
	cursor:pointer;
	
}
.small_buttons_content .seperator
{
	background:url("images/small_buttons_seperator.png") no-repeat;
	width:7px;
	height:25px;
	margin-top:-5px;
	margin-left:5px;
	margin-right:-2px;
	float:left;
}
.small_buttons_right
{
	background:url("images/small_buttons_right.png") repeat-x;
	width:11px;
	height:27px;
	float:left;
}
.tabs
{
	position:absolute;
	z-index:2;
	top:34px;
	left:70px;
}
.tab
{
	float:left;
	cursor:pointer;
	margin-top:2px;
}
.tab_selected
{
	float:left;
	cursor:pointer;
}
.tab_selected .left
{
	background:url("images/tab_left.png") repeat-x;
	width:21px;
	height:36px;
	float:left;
	margin-left:-12px;
}
.tab_selected .content
{
	background:url("images/tab_back.png") repeat-x;
	width:auto;
	height:36px;
	float:left;
	text-align:center;
	line-height:46px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	color:#696868;
}
.tab_selected .right
{
	background:url("images/tab_right.png") repeat-x;
	width:19px;
	height:36px;
	float:left;
}
.tab .left
{
	background:url("images/tab_deactive_left.png") repeat-x;
	width:20px;
	height:32px;
	float:left;
	margin-left:-10px;
}
.tab .content
{
	background:url("images/tab_deactive_back.png") repeat-x;
	width:auto;
	height:32px;
	float:left;
	text-align:center;
	line-height:43px;
	padding-left:5px;
	padding-right:5px;
	color:#696868;
}
.tab .right
{
	background:url("images/tab_deactive_right.png") repeat-x;
	width:20px;
	height:32px;
	float:left;
}
.buttons
{
	background:url("images/buttons_back.png") repeat-x;
	height:53px;
	width:100%;
	position:relative;
	z-index:3;
}
.buttons_bottom
{
	background:url("images/buttons_bottom.png") repeat-x;
	height:10px;
	width:100%;
	position:relative;
	margin-bottom:15px;
}
.buttons .inner
{
	position:absolute;
	left:0px;
}
.big_button, .big_button_clicked
{
	margin-top:8px;
	margin-left:10px;
	margin-right:-5px;
	cursor:pointer;
	float:left;
	z-index:9999;
}
.big_button .left, .big_button_clicked .left
{
	background:url("images/big_button_left.png") repeat-x;
	width:10px;
	height:41px;
	float:left;
	margin-left:5px;
}
.big_button .content, .big_button_clicked .content
{
	background:url("images/big_button_back.png") repeat-x;
	width:auto;
	height:41px;
	float:left;
	text-align:center;
	line-height:41px;
	font-size:11px;
	padding-right:3px;
}
.big_button_clicked .left
{
	background:url("images/big_button_left_clicked.png") repeat-x;
}
.big_button_clicked .content
{
	background:url("images/big_button_back_clicked.png") repeat-x;
}
.big_button .content .image, .big_button_clicked .content .image
{
	margin-left:3px;
	margin-top:5px;
	float:left;
}
.big_button .content .text, .big_button_clicked .content .text
{
	float:left;
	margin-left:8px;
	color:#4d4d4d;
	font-weight:bold;
}
.big_button .content .arrow, .big_button_clicked .content .arrow
{
	background:url("images/button_arrow.png") repeat-x;
	float:left;
	margin-left:10px;
	margin-top:17px;
	color:#4d4d4d;
	font-weight:bold;
	width:9px;
	height:7px;
}
.big_button .right, .big_button_clicked .right
{
	background:url("images/big_button_right.png") repeat-x;
	width:11px;
	height:41px;
	float:left;
}
.big_button_clicked .right
{
	background:url("images/big_button_right_clicked.png") repeat-x;
}
.big_button .sub_menu,.big_button_clicked .sub_menu
{
	position:absolute;
	margin-top:43px;
	left:0px;
	height:auto;
	float:left;
	cursor:default;
	z-index:999999;
}
.big_button .sub_menu .top,.big_button_clicked .sub_menu .top
{
	background:url("images/sub_menu_top.png");
	width:240px;
	height:18px;
}
.big_button .sub_menu .sub_content,.big_button_clicked .sub_menu .sub_content
{
	background:url("images/sub_menu_back.png") repeat-y;
	width:240px;
	height:auto;
}
.big_button .sub_menu .bottom,.big_button_clicked .sub_menu .bottom
{
	background:url("images/sub_menu_bottom.png");
	width:240px;
	height:19px;
}
.big_button .sub_menu .sub_content .item,.big_button_clicked .sub_menu .sub_content .menu_item
{
	margin-left:12px;
	padding-top:3px;
	padding-bottom:3px;
	height:auto;
	display:inline-block;
	width:90%;
	border-bottom:1px solid #efefef;
	font-weight:normal;
	float:none;
}
.big_button .sub_menu .sub_content .item .image,.big_button_clicked .sub_menu .sub_content .menu_item .image
{
	float:left;
	width:33px;
}
.big_button .sub_menu .sub_content .item .text,.big_button_clicked .sub_menu .sub_content .menu_item .text
{
	float:left;
	line-height:30px;
	margin-left:5px;
	width:70%;
}
.big_button .sub_menu .sub_content .item .text,.big_button_clicked .sub_menu .sub_content .menu_item .fav
{
	float:right;
	line-height:30px;
	margin-top:10px;
	height:10px;
	margin-right:10px;
	width:10px;
	background:url("images/fav.png") no-repeat;
	cursor:pointer;
}
.big_button .sub_menu .sub_content .item .text,.big_button_clicked .sub_menu .sub_content .menu_item .fav .fav_pop
{
	position:absolute;
	line-height:15px;
	margin-top:10px;
	height:15px;
	padding:3px;
	margin-left:12px;
	margin-top:-10px;
	background:#eeeeee;
	border:1px solid #999;
	font-size:11px;
}
.tab_content
{
	position:absolute;
	left:-1000px;
}
.info, .info_up
{
	position:absolute;
	z-index:9999;
}
.info .info_top, .info_up .info_top
{
	background:url("images/info_top.png") no-repeat;
	height:12px;
	width:172px;
}
.info_up .info_top
{
	margin-top:7px;
}
.info .info_content, .info_up .info_content
{
	background:#fbfbe5;
	height:auto;
	width:150px;
	border-left:1px solid #b6b683;
	border-right:1px solid #b6b683;
	font-size:11px;
	line-height:15px;
	padding-left:10px;
	padding-right:10px;
}
.info .info_bottom, .info_up .info_bottom
{
	background:url("images/info_bottom.png") no-repeat;
	height:11px;
	width:172px;
}
.info .info_arrow
{
	background:url("images/info_arrow.png") no-repeat;
	height:12px;
	width:8px;
	position:absolute;
	margin-left:-7px;
	margin-top:13px;
}
.info_up .info_arrow
{
	background:url("images/info_arrow_up.png") no-repeat;
	height:8px;
	width:12px;
	position:absolute;
	margin-left:80px;
	margin-top:0px;
}
.main
{
	background:#84a2af;
	float:left;
	width:95%;
	margin-left:5px;
}

.section
{
	margin-left:10px;
	margin-right:5px;
	background:#deeef4;
	position:relative;
	float:left;
	margin-bottom:20px;
	margin-top:25px;
}

.section .inner
{
	margin:10px;
	height:auto;
}
.section .inner .leftPart
{
	float:left;
	width:49%;
	margin-right:10px;
}
.section .inner .rightPart
{
	float:left;
	width:49%;
	
}
.section .inner .field
{
	line-height:20px;
	height:20px;
	padding-top:0px;
	padding-bottom:5px;
	width:99%;
	height:auto;
	overflow:hidden;
	vertical-align:middle;
}
.odd
{
	background:#f4fafc;
}
.section .inner .notification
{
	font-size:11px;
	margin-top:20px;
	margin-left:10px;
	color:#535353;
}
.section .inner .search
{
	padding-left:20px;
}
.section .inner .search_seperator
{
	width:1px;
	height:18px;
	background:#e5e5e5;
	float:left;
	margin-top:2px;
	margin-left:5px;
	margin-right:5px;
}
.section .inner .search .description
{
	float:left;
	line-height:15px;
	font-weight:normal;
	font-size:8pt;
	padding-top:3px;
	padding-left:8px;
	color:#555;
	overflow-x: hidden;
}
.section .inner .search .input
{
	float:left;
	padding-right:10px;
	padding-left:10px;
	font-size:11px;
	overflow-x: hidden;
}
.section .inner .search .input .inputStyle
{
	border:1px;
	border:#c6dce4 1px solid;
	font-size:11px;
	margin-top:2px;
	padding-left:3px;
}

.inputStyleBold
{
	border:1px;
	border:#c6dce4 1px solid;
	font-size:12px;
	margin-top:2px;
	padding-left:3px;
	font-weight:bold;
}

.section .inner .field .description
{
	width:116px;
	float:left;
	line-height:15px;
	font-weight:normal;
	font-size:8pt;
	padding-top:3px;
	padding-left:8px;
	color:#555;
	overflow-x: hidden;
}

.section .inner .field .input
{
	float:left;
	width:90%;
	padding-top:2px;
	padding-right:10px;
	font-size:11px;
	overflow-x: hidden;
	font-weight:bold;
}

.section .inner .field .input img
{
	cursor:pointer;
}

.section .inner .field .input .inputStyle
{
	width:82%;
	background:#fff;
	border:1px solid #c6dce4;
	font-family:Arial;
	font-size:11px;
	padding-left:3px;
}

.section .inner .field .input .checkStyle
{
	margin-left:-3px;
}

.section .inner .field .image
{
	float:right;
	width:auto;
	margin-right:8px;
	cursor:pointer;
	padding-left:0px;
}

.section .inner .field .help
{
	float:right;
	margin-right:8px;
	cursor:help;
	height:19px;
	width:18px;
	background:url("images/help.png") no-repeat;
}

.section .inner .button
{
	float:right;
	width:auto;
	margin-right:8px;
	cursor:pointer;
}
.section .inner .search_line
{
	width:100%;
	background:#f4fafc url("images/search_area.png") no-repeat 2px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:0;
	margin-bottom:10px;
	height:22px;
}
.section .inner .search .button
{
	float:left;
}
.section .inner .button .left
{
	background:url("images/button_left.png");
	width:6px;
	height:23px;
	float:left;
}
.section .inner .button .content
{
	background:url("images/button_back.png") repeat-x;
	width:auto;
	height:23px;
	float:left;
	font-size:10px;
	padding-left:8px;
	padding-right:8px;
	line-height:21px;
	font-weight:bold;
	color:#444;
}
.section .inner .button .right
{
	background:url("images/button_right.png");
	width:6px;
	height:23px;
	float:left;
}
.section .inner .button_hover .left
{
	background:url("images/button_left_hover.png");
	width:6px;
	height:23px;
	float:left;
}
.section .inner .button_hover .content
{
	background:url("images/button_back_hover.png") repeat-x;
	width:auto;
	height:23px;
	float:left;
	font-size:10px;
	padding-left:8px;
	padding-right:8px;
	line-height:21px;
	font-weight:bold;
	color:#183544;
}
.section .inner .button_hover .right
{
	background:url("images/button_right_hover.png");
	width:6px;
	height:23px;
	float:left;
}
.section_headers
{	
	top:-27px;
	position:absolute;
}
.section_header
{
	margin-left:20px;
	position:relative;
	margin-right:-30px;
	float:left;
	z-index:2;
}
.section_header_unselected
{
	margin-left:20px;
	position:relative;
	margin-right:-30px;
	float:left;
	z-index:1;
	cursor:pointer;
}
.section_header .left
{
	background:url("images/section_tab_left.png");
	width:13px;
	height:27px;
	float:left;
}
.section_header .content
{
	background:url("images/section_tab_back.png") repeat-x;
	width:auto;
	height:27px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
}
.section_header_unselected .left
{
	background:url("images/section_tab_left_unselected.png");
	width:17px;
	height:27px;
	float:left;
}
.section_header_unselected .content
{
	background:url("images/section_tab_back_unselected.png") repeat-x;
	width:auto;
	height:27px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
}
.section_header .content .text, .section_header_unselected .content .text
{
	font-weight:bold;
	line-height:22px;
	font-size:11px;
	float:left;    
}
.section_header .content .minimizer, .section_header_unselected .content .minimizer
{
	background:url("images/minimize_arrow.png") no-repeat;
	height:22px;
	width:13px;
	float:left;
	margin-left:8px;
	cursor:pointer;
}
.section_header .content .check_minimizer, .section_header_unselected .content .check_minimizer
{
	background:url("images/checkbox-checked.png") no-repeat;
	height:22px;
	width:15px;
	float:left;
	margin-left:4px;
	cursor:pointer;
}
.section_header .content .pinner, .section_header_unselected .content .minimizer
{
	background:url("images/pin_section.png") no-repeat;
	height:15px;
	width:15px;
	float:left;
	margin-left:3px;
	margin-top:3px;
	cursor:pointer;
}
.section_header .right
{
	background:url("images/section_tab_right.png") no-repeat;
	width:14px;
	height:27px;
	float:left;
}
.section_header_unselected .right
{
	background:url("images/section_tab_right_unselected.png") no-repeat;
	width:14px;
	height:27px;
	float:left;
}
.right_tabs
{
	float:right;
	width:5%;
	background:#84a2af;
	padding-top:22px;
	max-width:50px;
}
.right_tab, .right_tab_hover
{
	float:right;
	margin-bottom:-6px;
	position:relative;
	z-index:1;
	cursor:pointer;
}
.right_tab .top, .right_tab_hover .top
{
	background:url("images/right_tab_top.png") no-repeat;
	height:16px;
	width:31px;
}
.right_tab_hover .top
{
	background:url("images/right_tab_top_over.png") no-repeat;
}
.right_tab .content, .right_tab_hover .content
{
	background:url("images/right_tab_content.png") repeat-y;
	height:auto;
	display:inline-block;
	width:33px;
	padding-bottom:5px;
	height: 130px;
	padding-right:2px;
	
}
.right_tab_hover .content
{
	background:url("images/right_tab_content_hover.png") repeat-y;
}

.right_tab .content .text , .right_tab_hover .content .text
{
	line-height:31px;
	padding-left:20px;
	writing-mode: tb-rl;
	width:20px;
	float:left;
	margin-top:5px;
	margin-right:5px;
	font-weight:bold;
	color:#686868;
}
.right_tab .content .image, .right_tab_hover .content .image
{
	line-height:31px;
	padding-left:10px;
	writing-mode: tb-rl;
	width:20px;
	float:left;
}
.right_tab .bottom, .right_tab_hover .bottom
{
	background:url("images/right_tab_bottom.png") no-repeat;
	height:16px;
	width:31px;
	margin-top:-3px;
}
.right_tab_hover .bottom
{
	background:url("images/right_tab_bottom_hover.png") no-repeat;
}
.right_tab_active
{
	float:right;
	margin-bottom:-6px;
	margin-top:-3px;
	position:relative;
	z-index:1;
	cursor:pointer;
	margin-left:-10px;
}
.right_tab_active .top
{
	background:url("images/right_tab_top_active.png") no-repeat;
	height:21px;
	width:46px;
}
.right_tab_active .content
{
	background:url("images/right_tab_content_active.png") repeat-y;
	height:auto;
	display:inline-block;
	width:46px;
	padding-bottom:5px;
}
.right_tab_active .content .text
{
	line-height:46px;
	padding-left:32px;
	writing-mode: tb-rl;
	width:20px;
	float:left;
	margin-top:5px;
	font-weight:bold;
	color:#686868;
}
.right_tab_active .content .image
{
	line-height:31px;
	padding-left:20px;
	writing-mode: tb-rl;
	width:20px;
	float:left;
}
.right_tab_active .bottom
{
	background:url("images/right_tab_bottom_active.png") no-repeat;
	height:16px;
	width:46px;
	margin-top:-3px;
}
.right_tab_active .arrow
{
	background:url("images/right_tab_arrow_active.png") no-repeat;
	height:26px;
	width:13px;
	position:absolute;
	margin-top:20px;
}
.right_area
{
	width:500px;
	position:absolute;
	z-index:999;
	left:0px;
	top:20px;
}
.right_area .left
{
	background:url("images/right_area_left.png") no-repeat;
	width:32px;
	height:434px;
	float:right;
}
.right_area .content
{
	background:url("images/right_area_back.png") repeat-x;
	width:390px;
	height:434px;
	float:right;
	padding-top:30px;
	
}
.right_area_pinned .content
{
	float:right;
	margin-right:10px;
	width:390px;
}
.right_area .right
{
	background:url("images/right_area_right.png") no-repeat;
	width:27px;
	height:434px;
	float:right;
	margin-right:22px;
}
.right_area_pinned
{
	background:url("images/right_area_pinned_back.png") repeat-y;
	position:absolute;
	z-index:0;
	left:0px;
	top:0px;
	width:400px;
	float:right;
	padding-left:30px;
	padding-top:20px;
}
.right_area .content .inner,.right_area_pinned .content .inner
{
	overflow:hidden;
	overflow-x:hidden;	
	height:auto;
	width:100%;
}
.right_area .content .header, .right_area_pinned .content .header
{
	height:20px;
	margin-bottom:5px;
}
.right_area .content .header .pin, .right_area_pinned .content .header .pin
{
	float:right;
	background:url("images/pin.png") repeat-x;
	height:23px;
	width:23px;
	margin-top:-6px;
	margin-right:5px;
	cursor:pointer;
}
.right_area .content .header .close, .right_area_pinned .content .header .close
{
	float:right;
	background:url("images/close.png") repeat-x;
	height:18px;
	width:18px;
	margin-top:-2px;
	margin-right:5px;
	cursor:pointer;
}
.right_area .content .header .drag, .right_area_pinned .content .header .drag
{
	float:right;
	background:url("images/move.png") repeat-x;
	height:18px;
	width:18px;
	margin-top:-2px;
	margin-right:2px;
	cursor:pointer;
}
.right_area .content .header .undrag, .right_area_pinned .content .header .undrag
{
	float:right;
	background:url("images/close.png") repeat-x;
	height:18px;
	width:18px;
	margin-top:-2px;
	margin-right:2px;
	cursor:pointer;
}
.right_area .content .header .minimize, .right_area_pinned .content .header .minimize
{
	float:right;
	background:url("images/minimize.png") repeat-x;
	height:18px;
	width:18px;
	margin-top:-2px;
	margin-right:2px;
	cursor:pointer;
}
.right_area .content .header .maximize, .right_area_pinned .content .header .maximize
{
	float:right;
	background:url("images/minimize.png") repeat-x;
	height:18px;
	width:18px;
	margin-top:-2px;
	margin-right:2px;
	cursor:pointer;
}
.right_area .content .header .image, .right_area_pinned .header .image
{
	float:left;
}
.right_area .content .header .text, .right_area_pinned .content .header .text
{
	font-size:14px;
	font-weight:bold;
	color:#6b6b6b;
	float:left;
	margin-left:5px;
}
.right_area .seperator, .right_area_pinned .seperator
{
	background:url("images/right_area_seperator.png") repeat-x;
	width:98%;
	height:3px;
	clear:both;
}
.right_area .desc, .right_area_pinned .desc
{
	float:left;
	line-height:20px;
	font-weight:bold;
	width:100px;
}
.right_area .searchDesc, .right_area_pinned  .searchDesc
{
	float:left;
	line-height:20px;
	font-weight:bold;
}
.right_area .field, .right_area_pinned .field
{
	float:left;
	line-height:20px;
	margin-left:5px;
	width:250px;
	background:inherit;
	
}
.right_area .input, .right_area_pinned  .input
{
	float:left;
	margin-left:5px;
}
.right_area .input input, .right_area_pinned .input input
{
	background:url("images/search_input.png") right no-repeat #fff;
	border:1px;
	border:#e5e5e5 1px solid;
}
.right_area .oddLine, .right_area_pinned .oddLine
{
	background:#ffffff;
	width:96%;
	padding:5px;
	margin-top:2px;
	margin-bottom:2px;
	min-height:20px;
	overflow:hidden;
}
.right_area .line, .right_area_pinned .line
{
	width:98%;
	padding:5px;
	margin-top:2px;
	margin-bottom:2px;
	min-height:20px;
	overflow:hidden;
}
.pinned
{
	width:100%;
	padding-top:10px;
	cursor:pointer;
	overflow:hidden;
	padding-left:15px;
	margin-left:-15px;
}
.pinned_buttons .button,.pinned_buttons .selected_button,.pinned_buttons .hover_button
{
	background:url("images/blue_button_pinned.png") repeat-x;
	width:420px;
	margin-left:-11px;
	height:31px;
	margin-top:-2px;

}
.pinned_buttons .selected_button
{
	background:url("images/orange_button_pinned.png") repeat-x;

}
.pinned_buttons .hover_button
{
	background:url("images/orange_button_pinned_hover.png") repeat-x;

}
.pinned_buttons .button .image,.pinned_buttons .selected_button .image, .pinned_buttons .hover_button .image
{
	float:left;
	width:20px;
	padding-top:5px;
	padding-left:10px;
}
.pinned_buttons .button .text,.pinned_buttons .selected_button .text, .pinned_buttons .hover_button .text
{
	float:left;
	width:200px;
	color:#fff;
	font-weight:bold;
	padding-top:8px;
	padding-left:5px;
}
.alert .buttons_area
{
	margin-top:20px;
	height:20px;
}
.alert .button
{
	float:left;
	cursor:pointer;
	margin-right:5px;
}
.alert .button .left
{
	background:url("images/button_left.png");
	width:6px;
	height:23px;
	float:left;
}
.alert .button .content
{
	background:url("images/button_back.png") repeat-x;
	width:auto;
	height:23px;
	float:left;
	font-size:10px;
	padding-left:8px;
	padding-right:8px;
	line-height:21px;
	font-weight:bold;
	color:#444;
}
.alert .button .right
{
	background:url("images/button_right.png");
	width:6px;
	height:23px;
	float:left;
}
.minimize_info
{
	position:absolute; 
	margin-top:-39px; 
	margin-left:-25px; 
	width:100px; 
	color:#584a07; 
	font-size:11px; 
	height:25px; 
	padding:5px; 
	padding-top:10px; 
	padding-left:17px; 
	background:url(images/minimize_info.png) no-repeat; 
	z-index:99999999
}
.extInput
{
	border:1px #819fac solid;
	font-size:12px;
}
.red
{
	color:Red;
	width:2px;
}
.wizard
{
	width:100%;
	height:25px;
	background:#f5f5f5;
	border-bottom:1px solid #a3a3a3;
	margin-top:-65px;
	margin-bottom:20px;
	position:relative;
	padding:10px;
	padding-bottom:0px;
	padding-left:15px;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	
}
.wizard .image
{
	float:left;
	margin-right:8px;
	cursor:pointer;
}
.wizard .text
{
	float:left;
	margin-right:5px;
	cursor:pointer;
	padding-top:1px;
}
.wizard .expand
{
	float:right;
	margin-right:5px;
	cursor:pointer;
}
.wizard .close
{
	float:right;
	margin-right:22px;
	cursor:pointer;
}
.wizard .button
{
	float:left;
	margin:5px;
	margin-top:-5px;
}
.wizard .button .left
{
	background:url("images/button_left.png");
	width:6px;
	height:23px;
	float:left;
}
.wizard .line
{
	width:100%;
	padding-top:10px;
	padding-bottom:8px;
	margin-left:-13px;
	padding-left:13px;
}
.wizard .odd
{
	background:#ffffff;
}
.wizard .button .content
{
	background:url("images/button_back.png") repeat-x;
	width:auto;
	height:23px;
	float:left;
	font-size:10px;
	padding-left:8px;
	padding-right:8px;
	line-height:21px;
	font-weight:bold;
	color:#444;
}
.wizard .button .right
{
	background:url("images/button_right.png");
	width:6px;
	height:23px;
	float:left;
}
.wizard .button_hover .left
{
	background:url("images/button_left_hover.png");
	width:6px;
	height:23px;
	float:left;
}
.wizard .button_hover .content
{
	background:url("images/button_back_hover.png") repeat-x;
	width:auto;
	height:23px;
	float:left;
	font-size:10px;
	padding-left:8px;
	padding-right:8px;
	line-height:21px;
	font-weight:bold;
	color:#183544;
}
.wizard .button_hover .right
{
	background:url("images/button_right_hover.png");
	width:6px;
	height:23px;
	float:left;
}

.popup{
	position:absolute;
	width:280px;
	visibility:hidden;
	border:thin cornflowerblue outset;
	border-radius: 5px;
}

.back{
	position:absolute;
	background-color:black;
	filter: alpha(opacity=50);
	opacity:0.5;
	border:0px;
	visibility:hidden;
	height:100%;
	width:100%;
}

.eventWindow{
	position:absolute;
	visibility:hidden;
	border:thin #009999 solid;
	border-radius: 6px;
	box-shadow:0px 0px 10px 2px black;
	overflow:auto;
	cursor:move;
    border: 2px solid Gray\9;
}

.ewc{
	border-radius: 0px 0px 5px 5px;
	overflow:auto;
}

.closeEWC{
	color:white;
	background-color:#86A3A9;
	text-align:right;
	border-radius: 5px 5px 0px 0px;
	border-bottom:thin azure solid;
}

iframe{
	border:0;
	overflow:auto;
}

.bafwait_back
{
    background-color:transparent;
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    z-index:999;
    visibility:visible;
}

.bafwait
{
	position:absolute;
	border:thin #009999 solid;
	border-radius: 6px;
	box-shadow:0px 0px 10px 2px black;
    text-align:center;
	width:300px;
	height:180px;
	background-color:#86A3A9;
	color:White;
	font-family:Arial;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-90px;
}

.formtab
{
    float: left;
    margin-top: 7px;
    margin-left:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    padding:14px;
    color: black;
    background-color: #D9EBF2;
    cursor: pointer;
}


.autocomplete-suggestions {
	z-index: 9999999; border: 1px solid #999;
	background: #FFF; cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
	font-size: 11px;
	padding: 2px 5px; word-wrap: break-word; overflow: hidden;
}
.autocomplete-suggestion:nth-child(even) {
	background-color: #E4E7E8;
}
.autocomplete-no-suggestion 
{
    font-size: 11px;
	padding: 2px 5px;
	font-weight:bold;
}
.autocomplete-selected {
	background: #71BB61 !important;
	color:white;
}
.autocomplete-suggestions strong { font-weight: bold; color: #000; }

.autocomplete-group { padding: 2px 5px; }

.autocomplete-group strong {
	font-weight: bold; font-size: 12px; color: #000; display: block; border-bottom: 1px solid #000;
}
