/*
    Document   : gain
    Created on : Sep 27, 2010, 11:06:06 AM
    Author     : donlaya
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@font-face {
	font-family: 'LuxiSansRegular';
	src: url('fonts/luxisr-webfont.eot?') format('eot'),
		url('fonts/luxisr-webfont.woff') format('woff'),
		url('fonts/luxisr-webfont.ttf') format('truetype'),
		url('fonts/luxisr-webfont.svg#webfontKDKy9JLk') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'LuxiSansBold';
    src: url('fonts/luxisb-webfont.eot?') format('eot'),
         url('fonts/luxisb-webfont.woff') format('woff'),
         url('fonts/luxisb-webfont.ttf') format('truetype'),
         url('fonts/luxisb-webfont.svg#webfontu5gYDQB5') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'QuicksandBook';
	src: url('fonts/Quicksand_Book-webfont.eot?') format('eot'),
	url('fonts/Quicksand_Book-webfont.woff') format('woff'),
	url('fonts/Quicksand_Book-webfont.ttf') format('truetype'),
	url('fonts/Quicksand_Book-webfont.svg#webfontaTtWxJ4l') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'ComfortaaRegular';
	src: url('fonts/Comfortaa_Regular-webfont.eot?') format('eot'),
	url('fonts/Comfortaa_Regular-webfont.woff') format('woff'),
	url('fonts/Comfortaa_Regular-webfont.ttf') format('truetype'),
	url('fonts/Comfortaa_Regular-webfont.svg#webfont6RyPCQEL') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Default reset */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, input, select, textarea {
	margin: 0; padding: 0;
	font-family: Arial, Helvatica, sans-serif;
}

/* ------------------------end default reset---------------------------- */
html.preloaded body {
	background-position: 50% -500px;
}
/* Default setting */

body {
	height: 100%;
	font-size: 12px;
	background: url('../../im/sending.gif') no-repeat;
	overflow-y: scroll;
}

img{
	border: 0;
}

html {
	height: 100%;
}
a {
	text-decoration: none;
}

a:link {
	/*	color: #7a3d3d; */
}

a:visited {
	/*	color: #308eec; */
}

a:hover	{
	text-decoration: underline;
}

input, select, textarea	{
	color: #000;
	border: 1px solid #d0d0d1;
	font-size: 12px;
}
/*input[placeholder], [placeholder], *[placeholder] {
	color: #999;
}
input:-webkit-input-placeholder {
	color: #999;
}		*/
::-webkit-input-placeholder, ::-webkit-textarea-placeholder   {
	color: #999;
}
textarea:-moz-placeholder, input:-moz-placeholder {
	color: #999;
}
select optgroup option {
	color: #000;
	font-size: 13px;
}
h1, h2 {
	font-weight: normal;
}
table, tr, td, th {
	padding: 3px;
}
tr, td {
	height: 100%;
}
ul, ul li{
	list-style-type: none;
	font-size: 12px;
}

/* -----------------------end default setting----------------------------- */

.clr {
	clear: both;
}

.bold{
	font-weight: bold;
}

.hide {
	display: none;
}
.boxshadow {
	-moz-box-shadow: 0 0 4px #999999;
	-webkit-box-shadow: 0 0 4px #999999;
}
.corner {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cursor {
	cursor: pointer;
}
.wait_cursor {
	cursor: wait;
}
.left {
	float: left;
}
.right {
	float: right;
}
.txt_center {
	text-align: center;
}
.green {
	color: GREEN;
}
.red {
	color: RED;
}
.grey {
	color: GREY;
}
/* ------------------------------------------------------ */

/* login */

div.login_box {
	min-height: 320px;
	width: 485.4px;
	/*	background: url('im/login_side_bg.png'); */
	background: #FFF;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 4px #555;
	-webkit-box-shadow: 1px 1px 4px #555;
	box-shadow: 1px 1px 4px #555;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

div.login_box_top {
	width: 100%;
	background: #FFF;
	flex-grow: 1;
}

div.login_box_bottom {
	width: 100%;
	padding: 15px 0;
	background: #eeeeee;
	border-top: 1px solid #ccc;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

div.login_box_bottom input[type=text]:hover, div.login_box_bottom input[type=text]:focus {
	padding: 2px;
}
div.login_box h2 {
/*	font-family: 'ComfortaaRegular', Arial; */
	font-family: 'LuxiSansBold', Arial;
	font-size: 24px;
	color: #5f5f5f;
}

div.login_box div.login_box_left {
	float: left;
	width: 230px;
}

div.login_box div.login_box_right {
	float: right;
	width: 300px;
	margin-right: 15px;
}

.login_frm {
	padding-top: 10px;
}
div.login_box .login_frm {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.login_frm table td {
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
}

.login_frm table input[type=text], .login_frm table input[type=password], .login_frm table input[type=yubikey], .login_frm table select {
	float: right;
	width: 100%;
	height: 28px;
	padding: 0;
	font-size: 18px;
	background: #EFEFEF url('../../im/input_login_bg.gif') repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #D0D0D1;
}

div#login_settings table td {
	font-size: 12px;
	font-weight: normal;
	color: #2F2F2F;
}

div#login_settings table input[type=text] {
	height: 18px;
	padding: 0;
	font-size: 12px;
	background: #EFEFEF url('../../im/input_login_bg.gif') repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #D0D0D1;
}

.login_frm input[type=text]:hover, .login_frm input[type=text]:focus,
.login_frm input[type=password]:hover, .login_frm input[type=password]:focus,
.login_frm input[type=yubikey]:hover, .login_frm input[type=yubikey]:focus,
div#login_settings table input[type=text]:hover, div#login_settings table input[type=text]:focus
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #3895BF;
	-moz-box-shadow: 0 0 2px 1px #3895BF;
	-webkit-box-shadow: 0 0 2px 1px #3895BF;
	box-shadow: 0 0 2px 1px #3895BF;
}

.login_frm table input[type=submit] {
	border: 0;
}

.login_frm table input.submit {
	float: right;
	margin-top: 15px;
	width: 100px;
	height: 25px;
	background: #0775c7 url('im/bg_button.gif') repeat-x;
	border:1px solid #0673c4;
	color:#FFFFFF;
	padding: 0 5px;
	font-family: Arial, Helvatica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.login_default {
	color: GREEN;
	/*	text-shadow: 1px 1px 1px #58A756; */
}
.login_error {
	color: RED;
}
table td.login_form_hd {
/*	font-family: 'ComfortaaRegular', 'QuicksandBook', Arial; */
	font-family: 'LuxiSansRegular', Arial;
	padding: 12px 2px 8px 8px;
	font-size: 22px;
	text-align: right;
	font-weight: normal;
	color: #5f5f5f;
}
p.input_align_v label.c_settings_txt, .c_settings_txt {
	font-family: 'LuxiSansRegular', Arial;
	font-size: 16px;
	line-height: 18px;
	padding-left: 10px;
}
input.login_btn {
	float: right;
	width: 100px;
	padding: 5px 10px;
	font-size: 18px !important;
	margin-right: 20px;
	font-weight: normal !important;
}
div.login_footer {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	height: 72px;
	width: 100%;
	background: transparent url('../../im/login_footer_bg.png') repeat-x;
}

img.gain_logo {
	margin: 13px 10px 7px 10px;
}

/* ---------------------------end login--------------------------- */

/* Main page */

#mainPage {
	background: #FFF;
	margin: auto;
	width: 980px;
	opacity: 0;
}

/* -------------------------end mainpage-------------------------- */

/* header */

#header {
	height: 55px;
	background: #FFF;
}
#header img {
	padding: 20px;
}

/* logo */

#gain-client_logo {
	padding: 5px;
	float: right;
}

/* topmenu, mainmenu and submenu with multiple menu */

/* topmenu */

div#topMenu{
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	/*	width: 760px;*/
	font-size: 10px;
}
div#topMenuLabel {
	overflow: hidden;
	float: left;
	margin: 0.8em 0 0 10px;
	color: #7A7A7A;
	font-size: 11px;
	height: 25px;
}
div#topMenuLogin {
	float: left;
	margin: 0.8em 0 0 10px;
	font-weight: bold;
	color: #3B3B3B;
	font-size: 12px;
}
.fg-button {
   outline: 0;
   margin: 0 4px 0 0;
   padding: .4em 1em;
   text-decoration: none !important;
   cursor: pointer;
   position: relative;
   text-align: center;
   zoom: 1;
}

.fg-toolbar {
	padding: .5em;
	margin: 0;
	width: 50%;
}
.fg-toolbar .fg-buttonset {
	margin-right: 1.5em;
	padding-left: 1px;
}
.fg-toolbar .fg-button {
	font-size: 12px;
}

.fg-button {
	outline: 0;
	margin: 0 6px 0 0;
	padding: .4em 1em;
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
}
.fg-button .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	/*	margin-left: -12px;*/
	margin-left: -8px;
}
a.fg-button {
	float: left;
}

ul.ui-tabs-nav li a.fg-button {
	padding: 0;
	margin: 0;
}

ul.ui-tabs-nav li a.fg-button span {
	margin-top: -1px;
}

/* remove extra button width in IE */
button.fg-button {
	width: auto;
	overflow: visible;
}
.fg-button-icon-left {
	padding-left: 2.1em;
}
.fg-button-icon-right {
	padding-right: 2.1em;
}
.fg-button-icon-left .ui-icon {
	right: auto;
	left: .2em;
	margin-left: 0;
}
.fg-button-icon-right .ui-icon {
	left: auto;
	right: .2em;
	margin-left: 0;
}
.fg-button-icon-solo {
	display: block;
	width: 8px;
	text-indent: -9999px;
}	 /* solo icon buttons must have block properties for the text-indent to work */
.fg-buttonset .fg-button {
	float: left;
}
.fg-buttonset-single .fg-button,
.fg-buttonset-multi .fg-button {
	margin-right: -1px;
}
.fg-toolbar {
	padding: .5em;
	margin: 0;
}
.fg-toolbar .fg-buttonset {
	margin-right: 1.5em;
	padding-left: 1px;
}
.fg-toolbar .fg-button {
	font-size: 12px;
}

/*div.fg-buttonset a.ui-state-highlight {
	background: #FFF;
	border: 1px solid #000;
}*/
.ui-widget-header .ui_fg_hover  {
	border: 1px solid #000;
	background: #FFF;
	color: #000;
	font-weight: bold;
	margin-top: -1px;
	padding: 4px 10px 5px 10px;
}

/*div.fg-buttonset a.ui_fg_hover{
	border: 1px solid #000;
	background: #FFF;
	color: #ffffff;
} */
.ui_fg_hover .ui-icon {
	background-image: url(../ui/im/ui-bg_hover.png);
}
/* --- end topmenu --- */

#menuArea {
	clear: both;
}

/* mainmenu */
#mainmenu {
	clear: both;
}
ul#mainMenu {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 33px;
	line-height: 33px;
}
ul#mainMenu li{
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
	padding: 0px 5px;
	position: relative;
}
ul#mainMenu li a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	height: 33px;
	line-height: 33px;
	padding: 0px 5px;
	display: block;
}
ul#mainMenu .sub a:hover {
	text-decoration: underline;
}

/* --- end mainmenu --- */

/* submenu */

#submenu {
	width: 100%;
	height: 25px;
	line-height: 25px;
	clear: both;
	border: 0;
}
#submenu ul, #submenu li, #submenu li a {
	padding: 0;
	margin: 0;
}
#submenu ul {
	padding-left: 10px;
	font-weight: normal;
}
#submenu li {
	float: left;
	list-style-type: none;
	padding-right: 12px;
}
#submenu li img {
	margin: 0;
	padding: 0;
	border: 0;
}
/* --- end submenu --- */

/* submenu megamenu */
/* submenu */
.shadow {
	background: url(../../im/shadow_bg.png) repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px;
}
ul#mainMenu li .sub {
	font-size: 12px;
	position: absolute;
	top: 33px; left: 0;
/*  background: #344c00 url(sub_bg.png) repeat-x;*/
/*	padding: 20px 20px 20px; */
	float: left;
	display: none;
	z-index: 9999;
}
ul#mainMenu li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#mainMenu li .sub ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
ul#mainMenu .sub ul li {
	width: 100%;
	line-height: 20px;
/*	height: 20px; */
/*	color: #fff; */
}
ul#mainMenu .sub ul li h2 {
	padding: 0 0 15px 0;
	margin: 10px 0 0px 0;
	font-size: 14px;

}
ul#mainMenu .sub ul li h2 a {
	padding: 5px 5px;
	background-image: none;
	font-weight: bold;
/*	color: #e8e000; */
}
ul#mainMenu .sub ul li a {
/*	float: none; */
	text-indent: 0;/* --Reset text indent-- */
	height: auto;
	line-height: 18px;
/*	padding: 7px 5px 7px 15px;
	display: block; */
/*	display: inline; */
	text-decoration: none;
	font-weight: normal;
/*	color: #fff; */
}
ul#mainMenu .sub ul li a:hover {
	/*color: #ddd; */
/*	background-position: 5px 12px ;*/
}
.sub_list {
	padding-left: 19px;
}
/* --- end megamanu --- */

/* -------------------------end header-------------------------- */

/* content */

#contentArea {
	clear: both;
	color: #555;
	padding: 10px 5px;
/*  overflow: auto;*/
	overflow: hidden;
	height: 100%;
}
#contentArea span a {
	color: #00418D;
}
#contentArea table.view_zone a, div.quickSearchPopup a, div.popup a {
	color: #00C;
}
div#tab_menu_search_form .ui-tabs-panel {
	padding: 0;
}
#contentArea, #contentArea p, #contentArea td, #contentArea div#tab_menu td, #contentArea div#tab_menu th,
#contentArea table.search_form td, #contentArea table.search_form th, #contentArea td span.fw-search_field,
#contentArea div#tab_menu_search_result td, #contentArea div#tab_menu_search_result th {
	font-size: 12px;
}
tr.fw-event0 td a, tr.fw-event1 td a {
	color: #00418d;
}
#items_details h1 {
	font-size: 22px;
	display: inline;
}
#items_details h1 span.fw_id{
	color: #FFF;
	font-size: 12px;
}
#gain-content_long{
	width: 100%;
}
#gain-content_sidemenu{
	float: left;
	vertical-align: top;
	width: 20%;
}
#gain-content_sidemenu ul li {
	padding: 0 5px;
}
#gain-content_short{
	vertical-align: top;
	float: left;
	width: 80%;
}
table.gain-list {
	background: #EFEFEF;
	font-family: Arial, Helvatica, sans-serif;
}
table.gain-list tr.row1{
	background: #FFF;
}
.gain-list th, .gain-list td {
	color: #000;
	padding: 5px 10px;
}

/* dashboard column */

.column {
	background: #FFFFFF;
	float:left;
	/* margin-right:0.5%; */
	min-height: 300px;
	width: 50%;
}
.dragbox {
	padding: 3px;
}
.column .dragbox {
	margin: 5px;
	background: #fff;
	position: relative;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.column .dragbox h2 {
	margin: 0;
	height: 27px;
	line-height: 27px;
	padding-left: 5px;
	font-size: 12px;
/*	padding: 2px;
	font-size:12px;
	background:#f0f0f0;
	color:#000;
	border-bottom:1px solid #eee; */
	cursor:move;
}
.dragbox-content {
	background: #fff;
/*	min-height:100px; */
	margin: 5px;
	line-height:1.5em;
}
.dragbox-content a {
	color: #00418D;
}
.column .placeholder{
/*	background: #f0f0f0;
	border: 1px dashed #ddd;
	background: #DAE8DC;
	border: 3px dashed #A3CEA4;*/
	border: 3px dashed #CCC;

}
.dragbox h2 a.collapse {
/*	float: right;*/
	float: left;
	margin: 5px 5px 0 0;
/*	background: url('../../im/collapse.png') no-repeat top right; */
}
.dragbox h2 a.configure{
	margin: 5px 5px 0 0;
/*	padding: 2px; */
/*	margin-right:30px;*/
	float: right;
}
.dragbox h2 a.delete_panel {
	float: right;
	margin: 5px 5px 0 0;
/*	background: url('../../im/collapse.png') no-repeat top right; */
}
.dragbox:hover {
	-moz-box-shadow: 0 0 4px #999999;
	-webkit-box-shadow: 0 0 4px #999999;
}
#sortable1, .dropable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 10px;
	background: #eee;
	padding: 5px;
	width: 250px;
}
#sortable1 li, .dropable li {
	margin: 2px;
	padding: 4px;
	cursor: move;
}
div.sort_panel {

}
ul#sort_tabs {

}
#sort_tabs li {

}
th.sort_t {
	cursor: move;
}

.dashboard_filter_space {
	padding-bottom: 12px;
}
/* ---end dashboard column --- */

/* setting menu */

#set_smenu{
	margin-right: 20px;
}
.set_sub ul {
	padding: 0;
	margin: 0;
}
.set_sub ul li a {
	font-family: Arial, Helvatica, sans-serif;
	color: #454545;
}
#set_smenu .ui-accordion {
	padding: 0;
	margin: 0;
}
#set_smenu .ui-accordion-content {
	padding: 0;
	margin: 0;
}

/* --- end setting menu --- */

/* show options on top right action menu for entities */
div.show_options {
	background: #FFFFFF none repeat scroll 0 0;
	border-bottom: 2px solid #6F98CE;
	float: right;
	margin-bottom: 10px;
	padding: 10px 0px 5px 10px;
}
div.show_options span.tooltip {
	font-weight: normal;
	float: left;
	display: block;
}
/* --- end show option ---*/

/* popup */

div.submenu_popup {
	background: #FFFFFF;
	position: absolute;
	top: 32px;
	left: 138px;
	border: 1px solid #2F5E7C;
	padding: 5px;
	width: 250px;
	z-index: 101;
	display: none;
	color: #474646;
}
div.submenu_popup a, div.submenu_popup a {
	color: #00418D;
}
div.submenu_popup a:hover, div.submenu_popup a:hover {
	color: #00418D;
	text-decoration: underline;
}
/* --- end popup --- */


/* other in content */

div.alert {
	position: absolute;
	top: 500px;
	right: 0px;
	background: #FFE5DF;
	border: 1px solid #F28C76;
	color: #CD0A0A;
	line-height: 30px;
	margin: 10px 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 250px;
	height: 30px;
}
div.alert img {
	margin: 5px 5px 0 0;
}
#overlay {
	background-image:url('im/transparent.png');
	color: #efefef;
}

#filters_list {
	float: left;
}
div#display_projects {
	clear: both;
	margin-top: 30px;
}
/* container for external content. uses vertical scrollbar, if needed */
div.wrap {
	height: 441px;
	overflow-y: auto;
}
div.tab_options a {
	color: #223344;
}
div.tab_options {
	margin-bottom: 5px;
}

ul.lists_page {
	width: 300px;
	overflow: hidden;
}
ul.lists_page li {
	float: left;
	margin: 5px 5px 5px 0;
}
ul.lists_page li a {
	padding: 3px 5px;
}
div.toggle_ico {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
.form_fields_lists {
	float: left;
	width: 250px;
}
.form_fields_selected {
	float: left;
	width: 200px;
	border: 1px solid #CCC;
	margin-left: 10px;
	padding: 5px;
}
ul.form_fields_selected li {
	padding: 0 5px 0 5px;
	cursor: move;
}
ul.form_fields_selected li img {
	margin: 5px 0 5px 0;
	vertical-align: middle;
}
ul.form_fields_selected li:hover {
	background: #EFEFC2;
}

/* -------------------------------- My Profile ---------------------------------------*/

#profile_tab_menu li {
	width: 130px;
	height: 20px;
	line-height: 33px;
	height: 33px;
}
#profile_tab_menu li a {
	display: block;
	height: 33px;
	line-height: 33px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
}
#profile_tab_menu li span {
	margin: 8px 5px 0 0;
}
a.theme_lists {
	display: block;
	width: 90px;
	padding: 5px;
	text-decoration: none;
}
a.theme_lists:hover, .theme_active {
	background: #CCC;
}
#profile_content {
	vertical-align: top;
}
#scroller {
	height: 100px;
	position: relative;
	width: 440px;
}
.scroller_view_theme {
	height: 100px;
	overflow: hidden;
	width: 425px;
	left: 10px;
}
.scroller_view_theme, .scroller_view_theme ul {
	position: absolute;
	top: 0;
}
.scroller_view_theme ul {
	list-style: none outside none;
}
.scroller_view_theme, .scroller_view_theme ul, .scroller_view_theme ul li, .scroller_view_theme a {
	margin: 0;
	padding: 0;
}
.scroller_view_theme ul li {
	float: left;
	padding-right: 15px;
}
.scroller_view_theme a {
	display: block;
	height: 100px;
	text-align: center;
	width: 93px;
}
.scroller_controler {
	margin: 0 3px;
}
.scroller_controler a {
	cursor: pointer;
	display: block;
	height: 17px;
	position: absolute;
	text-decoration: none;
	top: 35px;
	width: 9px;
}
.scroller_controler a {
	outline: medium none !important;
}
.scroller_prev {
	background-image: url("../../im/arrow-left.png");
	left: -3px;
/*    left: -16px;*/
}
.scroller_fwd {
	background-image: url("../../im/arrow-right.png");
	right: -3px;
/*    right: -16px;*/
}
.disabled-next, .disabled-prev {
	visibility: hidden;
}

/* --------------------------------- rss feed ---------------------------------------*/
div.RSSAggrCont, div.rss_item_wrapper2 {
	display: none;
	clear: both;
}
div.rss_feed_title {
	position: relative;
	margin-left: 20px;
	padding-right: 40px;
}
div.rss_feed_tool {
	display: none;
	position: absolute;
	right: 0px;
	top: 0;
	width: 35px;
	height: 20px;
	z-index: 2;
}
div.rss_item_wrapper {
	margin: 10px 0 10px 20px;
}
div.rss_item_info {
	margin-left: 20px;
	color: #AAA;
}
div.rss_item_desc {
	padding: 0;
	margin: 0;
	margin-left: 20px;
}
div.rss_read_more {
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

/* -------------------------------- project ----------------------------------------- */

div.clients_detail {
	float: left;
	width: 550px;
}
div.pm_user_detail {
	float: right;
	width: 270px;
}
div.pm_user_detail ul {
	width: 100%;
}
div.pm_user_detail ul li {
	float: left;
}
div.pm_user_detail p {
	padding: 0;
	margin: 5px 0 0 0;
}
div.project_status {
	float: left;
	width: 50px;
}
div.show_proj_status {
	float: left;
	width: 60px;
	margin-right: 10px;
}
div.show_project_detail {
	display: none;
	width: 600px;
	z-index: 10000;
	position: absolute;
}
div.show_project_detail_tbl {
	background: #FFF;
}
div.proj_detail_left {
	width: 320px;
	float: left;
}
div.proj_detail_right {
	width: 250px;
	float: left;
	margin: 10px 5px;
}
div.proj_detail_right ul {

}
div.proj_detail_right ul li {
	clear: both;
}
span.pj_completed, span.pj_overdue, span.pj_not_started, span.pj_in_process {
/*  width: 100%;*/
}
span.pj_completed, span.pj_overdue, span.pj_not_started, span.pj_in_process,
span.enews_status_unsubscribe, span.enews_status_hard_bounce, span.enews_status_soft_bounce, span.enews_status_active, span.enews_status_inactive {
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
}
span.enews_status_unsubscribe, span.enews_status_hard_bounce, span.enews_status_soft_bounce, span.enews_status_active, span.enews_status_inactive {
	width: 70px;
	float: left;
/*  padding: 3px 5px;*/
}
span.pj_completed, span.enews_status_active, span.op_won, span.act_score3, span.ld_open{
	background: GREEN url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #077A06;
}
span.pj_overdue, span.enews_status_hard_bounce, span.op_overdue, span.ld_mark_del {
	background: #D7060B url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #BA0612;
}
span.pj_not_started, span.enews_status_inactive, span.op_dropped, span.act_score1, span.ld_read {
	background: #5F5F5F url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #443F3F;
}
span.pj_in_process, span.op_in_process, span.act_score2 {
/*	background: #0510C4 url(../../im/alert-overlay.png) repeat-x;	*/
	background: #0834AD url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #071685;
}
span.enews_status_soft_bounce {
	background: #FF4500 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #FF4500;
}
span.enews_status_unsubscribe {
	background: #000000 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #000000;
}
span.op_overdue, span.op_in_process, span.op_won, span.op_lost, span.op_dropped, span.act_score1, span.act_score2, span.act_score3, span.act_score4 {
	width: 100%;
	line-height: 20px;
	display: block;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
}
span.qo_pending, span.qo_won, span.qo_lost, span.qo_dropped, span.ld_open, span.ld_no_value {
	width: 100%;
	line-height: 20px;
	display: block;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
}

span.qo_await_con, span.qo_await_po, span.qo_await_acc, span.qo_await_con_management, span.qo_await_po_management, span.qo_await_acc_management, span.ld_read, span.ld_mark_del {
	width: 100%;
	line-height: 10px;
	display: block;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 2px;
}

span.qo_pending {
	background: #0834AD url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #071685;
}

span.qo_won, span.qo_await_con, span.qo_await_po, span.qo_await_acc {
	background: GREEN url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #077A06;
}

span.qo_await_con_management, span.qo_await_po_management, span.qo_await_acc_management {
	background: #FF9D00 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #FF7200;
}

span.qo_lost {
	background: MAROON url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #560000;
}

span.qo_dropped {
	background: #5F5F5F url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #443F3F;
}
/*span.op_overdue {
	background: RED url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #BF0303;
}
span.op_in_process {
	background: #298AD6 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #155A8E;
}
span.op_won {
	background: #299A29 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #186018;
}
span.op_dropped {
	background: #848684 url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #777777;
}*/
span.op_lost, span.act_score4, span.ld_no_value {
	background: MAROON url(../../im/alert-overlay.png) repeat-x;
	border: 1px solid #560000;
}
#search_filter {
	float: right;
	margin: 10px 0 5px 0;
	width: 720px;
}
#add_ms_btn {
	margin: 5px;
}
#ms_lists li div.ms_hover {
	padding: 5px 0;
	overflow: hidden;
}
#ms_lists li div.ms_hover:hover {
	background: #EFEFC2;
}
#ms_lists li ul li div.ms_hover {
	cursor: default;
}
#ms_lists li ul {
	display: none;
	clear: both;
}
#ms_lists li ul li {
/*	margin-left: 14px;*/
	margin-left: 17px;
}
#ms_lists li ul li img {
	margin-right: 5px;
}
.ms_container {
	float: left;
	width: 890px;
}
.pac {
	clear: both;
}
.act_name_delay {
	color: #D20000;
/*	font-weight: bold; */
}
.g_status {
	margin: 0 3px 0 0;
	cursor: pointer;
}
.ms_option {
	display: none;
	margin-left: 10px;
	width: 300px;
}
.act_option {
	display: none;
	margin-left: 10px;
	height: 16px;
	width: 200px;
	float: left;
}
#ms_lists li {
	margin: 0;
	padding: 0;
	min-height: 30px;
}
#ms_lists li ul li div.ms_ico img {
	margin: 0;
}
.ms_ico, .act_ico {
	float: right;
	cursor: pointer;
	width: 60px;
	height: 16px;
/*	margin-right: 5px; */
}

.ms_ico img, .act_ico img {
	cursor: pointer;
	display: none;
}
.ms_desc {
	width: 500px;
}
.ms_desc span {
	cursor: pointer;
}
.ms_desc img {
	line-height: 16px;
}
.ms_desc, .ms_sd, .ms_ed, .ms_rp, .ms_pg, .act_ico_desc, .act_td, .act_at, .act_pg {
	float: left;
}
.ms_ed, .ms_rp, .act_at {
	overflow: hidden;
	width: 100px;
}
.ms_sd, .act_td {
	overflow: hidden;
	padding-left: 5px;
	width: 170px;
}
.ms_pg, .act_pg {
	width: 90px;
}
.ms_rp, .act_at {
	padding-left: 5px;
}
.act_ico_desc {
	width: 500px;
	margin-left: 5px;
}
.ms_sort, .act_sort {
	float: left;
	margin-top: 5px;
}
#ms_lists li ul li img.act_sort {
	margin-right: 0;
}
#ms_lists li ul li div.ms_hover {
	width: 890px;
}
.milestone_options {
	display: none;
	overflow: hidden;
/*	clear: both;
	float: left;
	width: 16px;
	height: 16px; */
	z-index: 10000;
}
ul.ul_ms_opts {
	width: 150px;
	background: #DDD;
}
.ul_ms_opts li {
	height: 15px;
	padding: 5px 0 5px 10px;
	cursor: pointer;
}
.ul_ms_opts li:hover {
	background: #555;
	color: #FFF;
}
.ms_filters {
	float: right;
/*	width: 60px; */
}
.ms_expand, .ms_collapse {
	margin: 5px 5px 0 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
/*	width: 95px;
	height: 25px;
	line-height: 23px; */
}
.ms_expand span, .ms_collapse span {
	margin: 2px;
}
#activity_slider {
	float: left;
	margin: 5px 10px 0 10px;
	padding: 0 10px;
	width: 150px;
}
.completed_save {
	float: right;
	margin: 5px 5px 5px 7px;
}
#progress_val {
	text-align: center;
	margin: 5px 0 0 10px;
}
.subs_cont li {
	padding: 5px 0;
	border-bottom: #ccc 1px dashed;
}
.ms_group {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 3px;
}
/* ---------------------------------- end project ----------------------------------*/
/*#active-menuitem a:hover {
	background: #FFF;
	border: 0;
	color: #223344;
	text-decoration: underline;
}*/


/* -------------------------end content----------------------------- */

/* footer */
#footArea{
	text-align: right;
	margin: 0 10px;
	line-height: 30px;
	font-size: 10px;
	margin-top: 10px;
}
#footArea img {
	margin-top: 5px;
}
.footer_right{
	float: right;
	font-size: 12px;
	line-height: 30px;
	margin-right: 10px;
}

/* ---------------------------end footer--------------------------- */

/* Custom checkbox and radio styles */

form p
{
	display: block;
	position: relative;
/*	overflow: hidden; */
}

.form-behavior p
{
	display: block;
	position: relative;
}

input[type=text], input[type=password], input[type=email], input[type=search], select, textarea {
	background: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover, input[type=password]:focus,
input[type=email]:hover, input[type=email]:focus,
input[type=search]:hover, input[type=search]:focus,
select:hover, select:focus,
textarea:hover, textarea:focus {
	background: #FFF;
	border: 2px solid #3895BF;
	padding: 1px;
}
label + p, input + p {
	margin-top: 20px;
}

p > input {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	opacity: 0;
}
p > label {
	float: left;
	line-height: 16px;
}
/*p:not(#foo) > input:hover + label, p:not(#foo) > input:focus + label		{ text-shadow: 1px 1px 3px #000; color: #2C7AD0; }*/

p:not(#foo) > input + label:before {
	background: url(../../im/gr_custom-inputs.png) 0 -1px no-repeat;
	position: absolute;
	z-index: 1;
	left: 16px;
	content: "\00a0\00a0\00a0"; /* 3x &nbsp; */
	overflow: hidden;
	width: 16px;
	height: 16px;
	margin: 0 3px 0 -16px;
	pointer-events: none; /* Allows this to work in Safari iPhone */
}
p:not(#foo) > input[type=radio] + label:before {
	background-position: -32px -1px;
}

/* Checked styles */
p:not(#foo) > input[type=radio]:checked + label:before {
	background-position: -32px -73px;
}
p:not(#foo) > input[type=checkbox]:checked + label:before {
	background-position: 0 -73px;
}
p:not(#foo) > input[type=checkbox]:hover:checked + label:before, p:not(#foo) > input[type=checkbox]:focus:checked + label:before {
	background-position: 0 -91px;
}
p:not(#foo) > input[type=radio]:hover:checked + label:before, p:not(#foo) > input[type=radio]:focus:checked + label:before {
	background-position: -32px -91px;
}

/* Hover & Focus styles */
p:not(#foo) > input[type=checkbox]:hover + label:before, p:not(#foo) > input[type=checkbox]:focus + label:before {
	background-position: 0 -19px;
}
p:not(#foo) > input[type=radio]:hover + label:before, p:not(#foo) > input[type=radio]:focus + label:before {
	background-position: -32px -19px;
}

/* Active styles */
p:not(#foo) > input[type=checkbox]:active + label:before {
	background-position: 0 -37px;
}
p:not(#foo) > input[type=radio]:active + label:before {
	background-position: -32px -37px;
}
p:not(#foo) > input[type=checkbox]:active:checked + label:before {
	background-position: 0 -109px;
}
p:not(#foo) > input[type=radio]:active:checked + label:before {
	background-position: -32px -109px;
}

/* Disabled styles */
p:not(#foo) > input[type=checkbox]:disabled + label:before {
	background-position: 0 -55px;
}
p:not(#foo) > input[type=radio]:disabled + label:before {
	background-position: -32px -55px;
}
p:not(#foo) > input[type=checkbox]:disabled:checked + label:before 	{
	background-position: 0 -127px;
}
p:not(#foo) > input[type=radio]:disabled:checked + label:before {
	background-position: -32px -127px;
}
p:not(#foo) > input[type=checkbox]:hover:disabled + label:before, p:not(#foo) > input[type=checkbox]:focus:disabled + label:before {
	background-position: 0 -55px;
}
p:not(#foo) > input[type=radio]:hover:disabled + label:before, p:not(#foo) > input[type=radio]:focus:disabled + label:before {
	background-position: -32px -55px;
}
p:not(#foo) > input[type=checkbox]:hover:disabled:checked + label:before, p:not(#foo) > input[type=checkbox]:focus:disabled:checked + label:before 	{
	background-position: 0 -127px;
}
p:not(#foo) > input[type=radio]:hover:disabled:checked + label:before, p:not(#foo) > input[type=radio]:focus:disabled:checked + label:before {
	background-position: -32px -127px;
}
/* readonly styles */
p:not(#foo) > input[type=checkbox]:readonly + label:before {
	background-position: 0 -55px;
}
p:not(#foo) > input[type=radio]:readonly + label:before {
	background-position: -32px -55px;
}
p:not(#foo) > input[type=checkbox]:readonly:checked + label:before 	{
	background-position: 0 -127px;
}
p:not(#foo) > input[type=radio]:readonly:checked + label:before {
	background-position: -32px -127px;
}
p:not(#foo) > input[type=checkbox]:hover:readonly + label:before, p:not(#foo) > input[type=checkbox]:focus:readonly + label:before {
	background-position: 0 -55px;
}
p:not(#foo) > input[type=radio]:hover:readonly + label:before, p:not(#foo) > input[type=radio]:focus:readonly + label:before {
	background-position: -32px -55px;
}
p:not(#foo) > input[type=checkbox]:hover:readonly:checked + label:before, p:not(#foo) > input[type=checkbox]:focus:readonly:checked + label:before 	{
	background-position: 0 -127px;
}
p:not(#foo) > input[type=radio]:hover:readonly:checked + label:before, p:not(#foo) > input[type=radio]:focus:readonly:checked + label:before {
	background-position: -32px -127px;
}
/* vertical/horizontal alignment for inputs-checks */
p.input_align_h {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
p.input_align_v {
	overflow: hidden;
	margin-bottom: 10px;
}
p.input_align_h input, p.input_align_v input {
	border: 0;
	cursor: pointer;
	margin-bottom: 3px;
}
p.input_align_h label, p.input_align_v label {
	font-size: 12px;
	cursor: pointer;
	padding-bottom: 5px;
}
div#role_permission ul.ui-tabs-nav li p.input_align_h label {
	font-size: 12px;
	cursor: pointer;
	padding-bottom: 0;
}

div.input_align_h {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
div.input_align_v {
	overflow: hidden;
	margin-bottom: 10px;
}
div.input_align_h, p.input_align_v input {
	cursor: pointer;
}
div.input_align_h label, p.input_align_v label {
	font-size: 12px;
	cursor: pointer;
}
/* --------------------------------end radio checkbox style-------------------------------------*/

/* button style */

input.btn {
	border: 0;
}
.awesome, .awesome:visited {
	background: #222 url(../../im/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover {
	background-color: #111;
	color: #fff;
}
.awesome:active {
	top: 1px;
}

.small.awesome, .small.awesome:visited {
	font-size: 11px;
}
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}
.large.awesome, .large.awesome:visited 	{
	font-size: 14px;
	padding: 8px 14px 9px;
}
.tiny.awesome, .tiny.awesome:visited {
	font-size: 11px;
	padding: 3px 5px;
}
.lightgreen.awesome, .lightgreen.awesome:visited	{
	background-color: #91bd09;
}
.lightgreen.awesome:hover {
	background-color: #749a02;
}
.green.awesome, .green.awesome:visited	{
	background-color: #14A412;
/*	background-color: #046D07;*/
}
.green.awesome:hover {
	background-color: #049901;
/*	background-color: #69C629;*/
/*	background-color: #049000;*/
}
.gray.awesome, .gray.awesome:visited	{
	background-color: #2B2B2B;
/*	background-color: #046D07;*/
}
.gray.awesome:hover {
	background-color: #595959;
/*	background-color: #69C629;*/
/*	background-color: #049000;*/
}
.lightblue.awesome, .lightblue.awesome:visited {
	background-color: #2daebf;
}
.lightblue.awesome:hover	{
	background-color: #007d9a;
}
.bit_blue.awesome, .lightblue.awesome:visited {
	background-color: #2A99F9;
}
.bit_blue.awesome:hover	{
	background-color: #44C4FF;
}
.blue.awesome, .blue.awesome:visited {
	background-color: #025EE8;
/*	background-color: #0B3E6F;*/
}
.blue.awesome:hover	{
	background-color: #0070CA;
}
.lightred.awesome, .red.awesome:visited {
	background-color: #e33100;
}
.lightred.awesome:hover {
	background-color: #872300;
}
.red.awesome, .red.awesome:visited {
/*	background-color: #70001a;*/
	background-color: #BF002C;
/*	background-color: #B70F0F;*/
}
.red.awesome:hover {
	background-color: #A00025;
/*	background-color: #DF201F;*/
}
.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b;
}
.magenta.awesome:hover {
	background-color: #630030;
}
.orange.awesome, .orange.awesome:visited {
	background-color: #ff5c00;
}
.orange.awesome:hover {
	background-color: #d45500;
}
.yellow.awesome, .yellow.awesome:visited {
	background-color: #ffb515;
}
.yellow.awesome:hover {
	background-color: #fc9200;
}

/* --------------------------end button style--------------------------- */

/* -------------------------- file upload style ------------------------ */

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
	display:block; /* or inline-block */
	width: 105px; padding: 7px 0; text-align:center;
/*    background:#880000; border-bottom:1px solid #ddd;color:#fff; */
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
	position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
	background:#FF9797; text-align:center;
}
.qq-upload-drop-area span {
	display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px 15px 0; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
	margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("im/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

/* --------------------------end file upload style--------------------------- */

/* ------------------------------ tipsy style ------------------------------- */

.tipsy {
	padding: 5px;
	font-size: 11px;
	position: absolute;
	z-index: 100000;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
/*	font-weight: bolder; */
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-arrow {
	position: absolute;
/*	background: url('../../im/tipsy.gif') no-repeat top left; */
	width: 9px;
	height: 9px;
/*	width: 9px;
	height: 5px; */
}
.tipsy-n .tipsy-arrow {
	background-position: -3px -21px;
	top: 0;
	left: 50%;
	margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
	background-position: -3px -21px;
	top: 0;
	left: 10px;
}
.tipsy-ne .tipsy-arrow {
	background-position: -3px -21px;
	top: 0;
	right: 10px;
}
.tipsy-s .tipsy-arrow {
	background-position: -68px -18px;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
/*	background-position: bottom left; */
}
.tipsy-sw .tipsy-arrow {
	background-position: -68px -18px;
	bottom: 0;
	left: 10px;
/*	background-position: bottom left; */
}
.tipsy-se .tipsy-arrow {
	background-position: -68px -18px;
	bottom: 0;
	right: 10px;
/*	background-position: bottom left; */
}
.tipsy-e .tipsy-arrow {
	background-position: -35px -20px;
	top: 50%;
	margin-top: -4px;
	right: 0;
/*	width: 5px;
	height: 9px;
	background-position: top right; */
}
.tipsy-w .tipsy-arrow {
	background-position: -101px -20px;
	top: 50%;
	margin-top: -4px;
	left: 0px;
/*	width: 5px;
	height: 9px; */
}

/* ---------------------------- end tipsy style ----------------------------- */

/* other */

.button-ico {
	border: 0;
}
img.resetBtn {
	cursor: pointer;
}
#black_layer {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1001;
}
#black_layer_content {
	position: absolute;
	width: 800px;
	left: 25%;
	margin-left: -150px;
	top: 50%;
	margin-top: -170px;
	padding: 3px;
	z-index: 1002;
	background: #FFF;
}
div#preloaded_layer {
	/* set it to fill the whil screen */
	width:100%;
	height:100%;
	/* transparency for different browsers */
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background:#000;
	/* make sure it appear behind the dialog box but above everything else */
	position:absolute;
	top:0; left:0;
	z-index:300000;
}
div#loading{
	display: none;
/*	position: fixed; z-index: 3000; top: 10px; left: 47%;*/
	position: fixed; z-index: 3000; top: 10px; right: 10px;
	padding: 10px;
	background: url(../../im/loading_bg.png) repeat-x;
	border: 1px solid #444444;
	text-align: center;
	color: #FFF;
	-moz-box-shadow: 0 0 4px #3D3D3D;
	-webkit-box-shadow: 0 0 4px #3D3D3D;
/*	background: #FFF;
	border: 1px solid #CCC;*/
	}
div#preloaded {
	position: fixed; z-index: 3000; top: 50px; left: 45%;
	padding: 10px;
	z-index:300001;
}
/* ------------------------------------------------------ */

/* jquery ui */

table.fw-display_item table.ui-widget {
/*	font-family: Verdana, Arial, "Trebuchet MS", sans-serif; */
	font-family: Arial, Helvatica, sans-serif;
	font-size: 12px;
}
table.fw-display_item td.fw-min_width table.ui-widget {
	font-family: Arial, Helvatica, sans-serif;
	font-size: 12px;
}

table.fw-display_item td.fw-min_width table.ui-widget td {
	line-height: 27px;
}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, Helvatica, sans-serif;
	font-size: 12px;
}
input.ui-rangepicker-input {
	margin: 0 20px;
}
.ui-button-text-only {
	cursor: pointer;
/*	padding: 3px 10px; */
}
.ui-widget-content {
	background: #FFF;
}
.ui-widget-content, .ui-widget-content a {
	color: #223344;
}
div#tab_menu .ui-widget-content p a {
	color: #223344 !important;
}
div#accordion .ui-accordion-content a {
	color: #0000CC;
}
div#filters_list .ui-buttonset, div#filters_list .ui-button {
	margin-left: 0;
	margin-right: -0.35em;
}
/* other */
.show_mail_lists {
	margin: 10px 0 10px 10px;
}
.show_mail_lists p {
	position: relative;
}

.poster_detail {
	padding: 3px;
}

.table_bar {
	border: 0;
	padding: 4px;
	height: 24px;
}
.table_bar .left_bar{
	float: left;
	line-height: 24px;
	margin-right: 3px;
	padding-right: 3px;
}
.table_bar .right_bar{
	float: right;
	line-height: 24px;
	position: relative;
}

.note_show_list {
	margin-top: 5px;
}
.note_ccb_list {
	margin-top: 10px;
}

.resize_fields{
	padding: 4px;
}

#back_to_top {
	bottom: 35px;
	position: fixed;
	right: 5px;
	width: 38px;
	height: 38px;
	display: none;
/*	background: transparent url(../../im/back_to_top.png) 50% 50% no-repeat;*/
	background: transparent url(../../im/loading_bg.png) repeat-x;
	text-align: center;
	border: 1px solid #444444;
	z-index: 1000;
	-moz-box-shadow: 0 0 4px #3D3D3D;
	-webkit-box-shadow: 0 0 4px #3D3D3D;
}

#system_info {
	text-align: center;
	padding-top: 5px;
	color: #666;
}

#recent_page_item li{
	padding: 5px 0;
}

.btn-add {
	background: url(../../im/btn_add.png) 0 50% no-repeat;
	padding: 5px 5px 6px 22px;
}

.btn-clear {
	background: url(../../im/btn_clear.png) 0 50% no-repeat;
	padding: 5px 5px 6px 23px;
}

.btn-delete {
	background: url(../../im/btn_delete.png) 0 50% no-repeat;
	padding: 5px 5px 6px 20px;
}

.btn-search {
	background: url(../../im/btn_search.png) 0 50% no-repeat;
	padding: 5px 5px 6px 22px;
}

.btn-cancel {
	background: url(../../im/btn_cancel.png) 0 40% no-repeat;
	padding: 5px 5px 6px 20px;
}

.btn-refresh {
	background: url(../../im/btn_refresh.png) 0 40% no-repeat;
	padding: 5px 5px 6px 20px;
}

.head_po_detail {
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 5px;
}

.ui-tabs .ui-tabs-nav li {
	margin: 1px 0.1em 0 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li a {
	padding: 0.5em 0.5em;
}

.fg-button .ui-tab-close {
	top: -1px;
	margin-left: -10px;
}

div.expand_list {
	padding-top: 5px;
	padding-left: 23px;
	margin-bottom: 15px;
}

span.btn-select_all {
	padding: 2px 12px;
	margin-left: 15px;
	border-radius: 3px;
	cursor: pointer;
	color: #FFFFFF;
	display: none;
}

div.department{
	margin-top: 10px;
	margin-bottom: 10px;
}

.alt_login {
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
}