* {
	margin: 0px;
	padding: 0px;
}
ul, ol{
	list-style: none;
}
.cl{
	float: none;
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.bold{
	font-weight: bold;
}
.display_off {
  display: none;	
}
img{
	border: 0px none;
}
a{
	text-decoration: none;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	color: #394344;
	width: 100%;
}
body, html{
	width: 100%;
	height: 100%;
	position: relative;
	min-width: 910px;
}
.error {
	margin: 0 0 10px 0;
	color: #ff0000;
	clear: both;
	display: block;
}
.new_custom_field_table .pick_list_cell .error{
    text-align: center;	
}
.members_only_notice {
	margin: 0px 30px 30px;	
}
div.ajax_loader{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
/*	
	background: #fff;
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) repeat scroll 50% 50%;
	opacity: 0.5;
	filter: alpha(opacity='50');
	*/
	opacity: 0.1;
	filter: alpha(opacity='0');
	cursor: progress;
}
img.ajax_loader{
	display: none;
	position: fixed;
	z-index: 1001;
	top: 100px;
	right: 100px;
}
#top{
	height: 96px;
	background-color: #232d2e;
	position: relative;
	width: 100%;
	z-index: 999;
}
#top .ajax_loader{
	position: absolute;
	top: 40px;
	right: 10px;
	display: none;
}
a.logo{
	position: absolute;
	top: 3px;
	left: 30px;
	width: 95%;
	height: 90px;
	display: block;
	background: url(../images/logo.gif) no-repeat scroll 0 center;
	text-decoration: none;
}
.headertext {
	background-image: none !important;
	color: #fff;
	font-size: 32px;
	line-height: 70px;
}
#top .header_menu{
	position: absolute;
	top: 30px;
	right: 25px;
	z-index: 999;
	width: 700px;
	text-align: right;
	
}
#top .header_menu .sm{
    position: relative;
    width: 1px;
    height: 1px;
    display: block;
    float: right;
    z-index: 999;
}

#top .header_menu a,#top .header_menu span{
	color: #fff;
}
#top .header_menu span{
	padding: 0px 5px;
}
#top .header_menu span.dark{
	padding: 0px 5px 0px 0px;
}
#top .header_menu a:hover{
	text-decoration: underline;
}
#top .header_menu a.help_header_menu{
	cursor: pointer;
}
#top .header_menu a.help_header_menu:hover{
	text-decoration: none;	
}
#top .header_submenu{
	width: 200px;
	background: url(../images/header_submenu_bg.png) no-repeat scroll 0 0;
	padding: 11px 15px 0px;
	position: relative;
	display: none;
	right: 0px;
	top: 10px;
	z-index: 999;
}
#top .header_submenu a{
	width: 188px;
	height:20px;
	text-align: right;
	padding: 4px 5px 0px 0px;
	margin: 0px 4px;
	display: block;
	z-index: 998;
	color: #fff;
}
#top .header_submenu a:hover{
	background-color: #232d2e;
	text-decoration: none;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
#top .header_submenu img{
	position: absolute;
	left: 0px;
	bottom: -22px;
}
#toolbar{
	height: 35px;
	width: 100%;
	background-color: #d8e19f;
	border-top: 1px solid #acbc43;
	border-bottom: 1px solid #acbc43;
	position: relative;
	z-index: 997;
}
#toolbar ul#workspace_header_tree{
	padding: 4px 0 0 20px;
}
#toolbar ul li{
	float: left;
	margin: 0px 2px;
	position: relative;
	padding: 1px;
}
#toolbar ul li span{
	background: url(../images/tr.gif) no-repeat scroll 100% 0px;
	display: block;
}
#toolbar ul li span.deletem{ 
	background: none;
}
#toolbar ul li.menu_rollover span, #toolbar ul li.selected span{
	background: url(../images/tr_ro.gif) no-repeat scroll 100% 0px;
}
#toolbar ul li.has_submenu span{
	background: url(../images/tr_selro.gif) no-repeat scroll 100% 0px;
} 
#toolbar ul li.selected span.deletem, #toolbar ul li.menu_rollover span.deletem{
	/* 
	background: url(../images/str_ro.gif) no-repeat scroll 100% 0px;
	*/
	background: none;
}

#toolbar ul li.has_submenu span.curr_selected{
	display: inline;
	background: none;
}
#toolbar ul li a{
	display: block;
	padding: 8px 18px 6px 32px;
	color: #394344;
}
#toolbar ul li a.newm{
	background: url(../images/new_ico.gif) no-repeat scroll 9px 5px;
}
#toolbar ul li a.uploadm{
	background: url(../images/uploadm_ico.gif) no-repeat scroll 9px 5px;
}
#toolbar ul li a.movem{
	background: url(../images/move_tom_ico.gif) no-repeat scroll 9px 5px;
}
#toolbar ul li a.morem{
	background: url(../images/morem_ico.gif) no-repeat scroll 9px 5px;
}
#toolbar ul li a.deletem{
	background: url(../images/deletem_ico.gif) no-repeat scroll 9px 5px;
}
#toolbar ul li a.share_dropbox{
    background: url(../images/share_ico.gif) no-repeat scroll 9px 5px;
}
#toolbar ul li.menu_rollover, #toolbar ul li.selected{
	/*
    background: url(../images/header_menu_bg.gif);
    */
    background-color: #f5f8e1;
    border: 1px solid #ACBC43;
    padding: 0px;
}
#toolbar ul li.has_submenu{
	/*
	background: url(../images/header_menu_sel_bg.gif);
	*/
}
#toolbar ul li div.header_submenu{
	position: absolute;
	width: 170px;
	border: 1px solid #acbc43;
	background: #fff;
	top: 26px;
	display: none;
	z-index: 996;
}

#toolbar ul li div.header_submenu a, .dialog_content a.ajax_link{
	display: block;
	padding: 7px 10px 7px 35px;	
	position: relative;
}
.page_content a{
	color: #0186bd;
}
.page_content a:hover{
	text-decoration: underline;
}
.page_content a.cancel_details{
    color: #FB503E;	
}
#toolbar ul li div.header_submenu a:hover{
	background-color: #f5f8e1;
}
#toolbar ul li div.header_submenu.share_dropbox a{
    padding-left: 5px;    
}
#toolbar ul li .filetree li span{
	white-space: nowrap;
}
div.header_submenu .new_proof, .dialog_content a.new_proof{
	background: url(../images/new_ico.gif) no-repeat scroll 9px center;
}
div.header_submenu .new_file_share, .dialog_content a.new_file_share{
	background: url(../images/new_file_share_ico.gif) no-repeat scroll 9px center;
}
div.header_submenu .new_workspace{
	background: url(../images/new_workspace_ico.gif) no-repeat scroll 9px center;
}
div.header_submenu .new_contact, .dialog_content a.new_contact{
	background: url(../images/new_contact_ico.gif) no-repeat scroll 9px center;
}
div.header_submenu .new_user{
	background: url(../images/new_user_ico.gif) no-repeat scroll 9px center;
}
.dialog_content a.change_password{
	background: url(../images/change_password_ico.gif) no-repeat scroll 9px center;
}

.quick_start .regular {
	padding: 7px 0 7px 40px;
	display: block;
}
.dialog_content .indent {
	padding: 3px 0 3px 15px;
	display: block;
}
.dialog_content .indent *{
	cursor: pointer;
}
*:first-child+html .dialog_content .indent div.cl{
	margin-bottom: -4px;	
}
.dialog_content a.indent span{
	float: right;
}
.dialog_content a.indent span:hover{
	text-decoration: none; 
}
div.header_submenu .upload_file{
	background: url(../images/uploadm_ico.gif) no-repeat scroll 9px 5px;
}
div.header_submenu .upload_and_addproof{
	background: url(../images/upload_and_addproof_ico.gif) no-repeat scroll 9px 5px;
}
div.header_submenu .upload_and_share{
	background: url(../images/upload_and_share_ico.gif) no-repeat scroll 9px 5px;
}

div.header_submenu .more_lock{
	background: url(../images/lock_ico.gif) no-repeat scroll 9px 6px;
}
div.header_submenu .more_unlock{
	background: url(../images/unlock_ico.gif) no-repeat scroll 9px 6px;
}
div.header_submenu .more_archive{
	background: url(../images/archive_ico.gif) no-repeat scroll 9px 8px;
}
div.header_submenu .more_unarchive{
	background: url(../images/unarchive_ico.gif) no-repeat scroll 9px 7px;
}
div.header_submenu .more_change_owner{
	background: url(../images/change_owner_ico.gif) no-repeat scroll 9px 7px;
}
#toolbar ul.main_menu{
	padding: 3px 0px 0px 10px;
}
#toolbar ul li div.header_submenu.header_workspace{
	width: 520px;
	height: 360px;
	background-color: #f7f7f7;
	display: none;
	z-index: 999;
}
#toolbar ul li div.header_submenu.header_workspace .workspace_container{
	position: absolute;	
	width: 490px;
	height: 270px;
	left: 15px;
	top: 30px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	overflow-x:hidden;
	overflow-y:auto;
}
#toolbar ul li div.workspace_name_label{
	color: #aaa;
	padding: 7px 0px 0px 10px;
	white-space: nowrap;
	
}
#toolbar ul li div.header_submenu.header_workspace .workspace_label{
	padding: 13px 0 0 15px;
}
#toolbar ul li div.buttons{
	position: absolute;
	bottom: 17px;
	left: 15px;
	width: 490px;
	text-align: center;
}
#toolbar ul li div.buttons p.error{
	margin-bottom: 10px;
	overflow:hidden;
	white-space:nowrap;
	color: #FB503E;
	font-size: 10px;
	display: none;
}
#toolbar ul li div.buttons a{
	padding: 4px 15px;
	display: inline;
	margin: 0px;
	color: #707D14;
}
#toolbar ul li div.buttons a.cancel_button {
	color:#FB503E;
	margin:0 5px;
}
#toolbar .search{
	position: absolute;
	right: 0px;
	top: 4px;
}
#toolbar .search input{
	width: 235px;
	border: 1px solid #acbc43;
	background-color: #fff;
	top: 2px;
	padding: 4px 20px 4px 3px;
	right: 10px;
}
#toolbar .search img{
	position: relative;
	top: 5px;
	cursor: pointer;
	left: -25px;
}
*:first-child+html #toolbar .search img{
	top: -2px;
}
/**
 * page
	background-color: #eeeeee;
	background: #eeeeee url(../images/resizable_handle.gif) no-repeat scroll 99% 50%;
 */
#page{
	/*
	*/
	border-bottom: 1px solid #f3f3f3;
	width: 100%;
	position: relative;
	z-index: 996;
	margin-bottom: 35px;
}
#page .left_sidebar{
	width: 218px;
	position: relative;
	float: left;
	z-index: 995;
	overflow: hidden;
}
#page .left_sidebar .menu_item{
	float: left;
	width: 1000%;
	background: #fff;
	overflow-x: hidden;
	position:relative;
}
#page .left_sidebar .menu_item.all_items{
	position: relative;
} 
#page .left_sidebar .menu_item.all_items .triangle{
	width: 15px;
	height: 15px;
	padding: 0px;
	display: block;
	background: url(../images/trees_big.gif) no-repeat scroll 0px 2px;
	position: absolute;
	top: 3px;
	left: 6px;
	z-index: 999;
}
#page .left_sidebar .menu_item.all_items .triangle.selected{
	background-position: 0 -24px;
}
#page .left_sidebar .menu_item a:hover{
	background-color: #C6E5FC;
	cursor: pointer;
}
#page .left_sidebar .menu_item a.main:hover{
	/*
	*/
	background-color: #C6E5FC;
	cursor: pointer;
}
#page .left_sidebar .menu_item a{
	padding: 5px 0px 5px 0px;
	float: left;
	
	color: #0186bd;
	width: 100%;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
#page .left_sidebar .menu_item a.selected{
	background: #EEEEEE;
}
#page .left_sidebar .menu_item a span{
	padding-left: 20px;
}
#page .left_sidebar .resize_elem{
	height: 100%;
	width: 8px;
	background: #eeeeee url(../images/resizable_handle.gif) no-repeat scroll 0 50%;
	position: absolute;
	top: 0px;
	left: 210px;
	cursor: e-resize;
	z-index: 11111;
}
#page .left_sidebar .all_items a.main{
	padding: 5px 0px 5px 0px;
	width: 100%;
}
#page .left_sidebar .all_items a.main span{
	padding-left: 40px;
	background:  url(../images/file_ico.gif) no-repeat scroll 21px 0px;
}
#page .left_sidebar .all_items a.main.selected{
	/*
	background: url(../images/trees_big.gif) no-repeat scroll  13px -15px;
	*/
}
#page .left_sidebar .all_items a.main.selected:hover{
	/*
	background: #F8FCFF url(../images/trees_big.gif) no-repeat scroll  13px -15px;
	*/
}
#page .left_sidebar .all_items div.submenu{
	display: none;
	float:left;
	margin-top:-6px;
}

#page .left_sidebar .all_items div.submenu a{
	padding: 6px 50% 5px 40px;
	width: 100%;
	display: block;
}
/**
 * workspace
 */
#page .left_sidebar .menu_item.workspaces{
	position: relative;
} 
#page .left_sidebar .workspaces a.main, #page .left_sidebar .shared_workspaces a.main{
    padding: 5px 0px 5px 0px;
    width: 100%;
}
#page .left_sidebar .workspaces a.main span, #page .left_sidebar .shared_workspaces a.main span{
	padding-left: 40px;
	background: url(../images/folder-closed.gif) no-repeat scroll 20px 0px;
	z-index: -10;
}
#page .left_sidebar .menu_item a.main span.no-background{
    background: none;	
    padding: 0px;
}
#page .left_sidebar .workspaces a.main.open span, #page .left_sidebar .shared_workspaces a.main.open span{
	background:transparent url(../images/folder.gif) no-repeat scroll 21px 0px;
}
#page .left_sidebar .workspaces a.main.selected:hover{
	/*
	background: #F8FCFF url(../images/trees_big.gif) no-repeat scroll  13px -15px;
	*/
}
#page .left_sidebar .workspaces div.submenu{
	display: none;
	float:left;
	margin-top:-2px;
	width: 100%;
	position:relative;
	z-index:994;
}

#page .left_sidebar .workspaces div.submenu a, #page .left_sidebar .shared_workspaces div.submenu a, #toolbar ul li div.header_submenu a.item{
	padding: 6px 0 5px 40px;
	width: 100%;
	display: block;
	background: url(../images/folder-closed.gif) no-repeat scroll 0 0;
}
#toolbar ul li div.header_submenu a.item:hover{
	background-color: #EFF3CF;
}

#page .left_sidebar .workspaces div.submenu a.triangle:hover,#page .left_sidebar .shared_workspaces div.submenu a.triangle:hover{
    background-color: transparent;	
} 
.header_submenu .buttons{
	margin: 0px;
}
#page .left_sidebar .workspaces div.submenu a.item.open, #page .left_sidebar .shared_workspaces div.submenu a.item.open, #toolbar ul li div.header_submenu a.item.open{
	background: url(../images/folder.gif) no-repeat scroll 0 0;
}
#page .left_sidebar .workspaces div.submenu a.item.open:hover,#page .left_sidebar .shared_workspaces div.submenu a.item.open:hover{
	 background-color: #C6E5FC;
}
#page .left_sidebar .workspaces div.submenu a.item.open.selected, #page .left_sidebar .shared_workspaces div.submenu a.item.open.selected{
	background: #EEEEEE url(../images/folder.gif) no-repeat scroll 0 0;
}
#page .left_sidebar .workspaces div.submenu a:hover,#page .left_sidebar .shared_workspaces div.submenu a:hover{
    background-color: #C6E5FC;
}
#page .left_sidebar .workspaces div.submenu a.selected, #page .left_sidebar .shared_workspaces div.submenu a.selected{
	background-color: #EEEEEE ;
}
#toolbar ul li div.header_submenu a.item.selected{
	background-color: #EFF3CF;	
}
.workspaces_submenu{
	position: relative;
}
#page .left_sidebar .menu_item.workspaces .triangle, #page .left_sidebar .menu_item.shared_workspaces .triangle, 
#toolbar ul li .workspace_container .workspaces_submenu .triangle{
	width: 15px;
	height: 15px;
	padding: 0px;
	display: block;
	background: url(../images/trees_big.gif) no-repeat scroll 0px 2px;
	position: absolute;
	top: 3px; 
	left: 6px;
	z-index: 995;
	float: none;
	clear: both;
}
#page .left_sidebar .menu_item.workspaces .triangle.open,#page .left_sidebar .menu_item.shared_workspaces .triangle.open, #toolbar ul li .workspace_container .workspaces_submenu .triangle.open{
	background-position: 0 -24px;
}
#page .left_sidebar .workspaces div.submenu div, #page .left_sidebar .shared_workspaces div.submenu div{
	position: relative;
	float: left;
	width: 100%;
	display: none;
}
#toolbar ul li .workspace_container .workspaces_submenu div{
	position: relative;
	float: left;
	width: 100%;
	display: none;
}
/**
 * 
 */
#page .left_sidebar .all_items div.submenu div.submenu_separator{
	color: #232d2e;
	padding: 10px 0px 3px 31px;
	float: left;
	width: 100%;
}
#workspace_slider_tree{
	float: left;
	padding-left: 14px;
	color: #0186BD;
}
#workspace_slider_tree li.expandable span.folder { 
	background:transparent url(../images/folder-closed.gif) no-repeat scroll 0 0;
}
#workspace_slider_tree li span.folder { 
	background:transparent url(../images/folder.gif) no-repeat scroll 0 0;
	white-space: nowrap;
}
#footer p.footer{
	width: 96%;
	padding: 20px 0px 10px;
	border-top: 1px solid #eee;
	text-align: center;
	color: #6c787d;
	margin: 0px auto;
}
#top, #page, #toolbar, #footer{
	float: left;
}
#footer{
	width: 100%;
}
#page .container{
	width: 765px;
	/*
	margin-left: 8px;
	*/
	float: left; 
	min-height: 450px;
	overflow: hidden;
	padding:10px 0;
	position: relative;
	z-index: 100000;
}
#page .container .content_loader{
	width: 100%;
	font-size:15px;
	height: 30px;
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 9999;
	display: none;
	text-align: center;
}
#page .container .content_loader table{
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: center;	
}
#page .container .content_loader img{
	padding: 20px 20px 0px 0px;
}
#page .container .dialog{
	padding: 2px;
	margin-left: 10px;
	border: 1px solid #d2d2d2;
}
#page .page_content{
	min-width: 770px;
	width: 99% !important;
	height: 100%;
	margin-left: 2px;
	overflow: hidden;
    position: relative;
    z-index: 100000;
}
.container .dialog .title{
	background: #a180b6;
	position: relative;
}
.container .dialog .title p{
	font-size: 18px;
	color: #fff;
	padding: 5px;
}
.container .dialog .title p.welcome_close{
	position: absolute;
	top: 4px;
	right: 25px;
	color: #dcc0ed;
	font-size: 10px;
}
.container .dialog .title a.welcome_close{
	height: 19px;
	width: 19px;
	display: block;
	position: absolute;
	top: 6px;
	right: 5px;
	float: right;
	background: #af8dc4 url(../images/welcome_close.gif) no-repeat scroll 0 0;
}
.container .dialog .title a.welcome_close:hover{
	background-position: 0px -19px;
	background-color: #bfa1d2;
}
.dialog .dialog_content p{
	margin: 2px 0px;
}
.dialog .dialog_content{
	padding: 15px;	
}
.dialog .watch_link{
	display: block;
	margin: 10px 15px;
	padding: 6px 0px 2px 25px;
	color: #0186bd;
	font-weight: bold;
	background:transparent url(../images/watch_ico.gif) no-repeat scroll 0 0;
}
.content_header{
	font-size: 30px;
	padding-left: 15px;
	clear: both;
}

.content_subheader{
	float: left;
	width: 100%;
}
.content_subheader div{
	background-color: #b5c357;
	width: 100%;
}
.content_subheader span{
	background-color: #d8e19f;
	font-size: 14px;
	padding: 7px 15px 6px;
	float: left;
	min-width: 100px;
}
.content_subheader a{
	float: right;
	line-height: 30px;
	margin-right: 15px;
}
.content_subheader a.subheader_tab{
    background-color: #f5f8e1;
    font-size: 14px;
    padding: 7px 15px 6px;
    float: left;
    min-width: 100px;
    float: none;
    margin: 0px;
    line-height: 29px;
    color: #232D2E;
    
}
.content_subheader a.subheader_tab:hover{
    text-decoration: none;	
}
#message_tbl{
	margin-left: 10px;
}
.content_subheader a.use_desktop{
	background: url(../images/use_desctop_ico.gif) no-repeat scroll 0 8px;
	padding-left: 18px;
	
}
.content_subheader input{
	border: 0;
	background: transparent;
	float: right;
	line-height: 15px;
	margin-right: 15px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #0186bd;
	padding: 7px 0 0;
	cursor: pointer;
}

*:first-child+html .content_subheader input{
    float: none;
    margin-right: 10px;
}
*:first-child+html .content_subheader input.first_input{
    margin-left: 170px;	
}
.content_subheader input:hover{
	text-decoration: underline;
}

.action_menu._100p_width{
	width: 100%;
}
.content_subheader._100p_width, .subcontent._100p_width{
	width: 100%;
}
.subcontent._99p_width{
	width: 99%;
}
.action_menu .action_menu_item:hover{
	text-decoration: none;
}
.action_menu .action_menu_item{
	display: block;
	border: 1px solid #d7d7d7;
	float: right;
	background-color: #f7f7f7; 
	margin: 2px;
	padding: 0;
}

.action_menu input.action_menu_item{
	padding: 5px 10px 5px 27px;
	cursor: pointer;
}

.action_menu .action_menu_item span{
	color: #232d2e;
	padding: 5px 10px 5px 27px;
	display: block;
	border: 1px solid #fff;
}

.submit_form span{
	color: #232d2e;
	padding: 5px 10px 5px 27px;
	display: block;
	border: 1px solid #fff;
}


.action_menu .action_menu_item.new_contact span{
	background: url(../images/new_contact_ico.gif) no-repeat scroll 6px 6px;
}

.action_menu .action_menu_item.import_people span{ 
	background: url(../images/import_people_ico.gif) no-repeat scroll 6px 6px;
}
.action_menu .action_menu_item.share_ws_items span{ 
	background: url(../images/share_ws_items.gif) no-repeat scroll 6px 3px;
}
.action_menu .action_menu_item.delete span{ 
	background: url(../images/deletem_ico.gif) no-repeat scroll 6px 3px;
}
.action_menu .action_menu_item.print_comment span{ 
	background: url(../images/print_comment_ico.gif) no-repeat scroll 2px 3px;
}
.action_menu .action_menu_item.new_version span{ 
	background: url(../images/new_version_ico.gif) no-repeat scroll 2px 3px;
}
.action_menu .action_menu_item.add_people span{ 
	background: url(../images/add_people_ico.gif) no-repeat scroll 2px 3px;
}
.action_menu .action_menu_item.download_orignal span{ 
	background: url(../images/download_original_ico.gif) no-repeat scroll 2px 3px;
}
.action_menu .action_menu_item.new_group span { 
	background: url(../images/new_group_ico.gif) no-repeat scroll 2px 3px;
	padding-left: 35px;
}
.action_menu .action_menu_item.new_custom_field span {
    background: url(../images/new_custom_field_ico.gif) no-repeat scroll 2px 3px;
}
.action_menu .action_menu_item.change_password span{
	background: url(../images/change_password_ico.gif) no-repeat scroll 6px 4px;
}

.action_menu input.action_menu_item.delete{ 
    background: url(../images/deletem_ico.gif) no-repeat scroll 8px 5px ;
}
.action_menu input.action_menu_item.restore{ 
    background: url(../images/restore_ico.gif) no-repeat scroll 8px 5px ;
}
.action_menu .action_menu_item.export_excel span{ 
	background: url(../images/cont_excel_ico.gif) no-repeat scroll 2px 3px;
}
.details_table label{
	padding-left: 10px;
	line-height: 30px;
	float: left;
	clear: left;
}
.details_table .right label{
	padding: 0;
	line-height: 28px
}
.details_menu{
	text-align: right;
	margin-left:15px;
}
.details_menu .share_ico{
	background: url(../images/cont_share_menu_ico.gif) no-repeat scroll 0 0;
}
.details_menu a{
	border: 1px solid #fff;
	color: #232d2e;
}
.details_menu div{
	border: 1px solid #d7d7d7;
}
.subcontent{
	border: 1px solid #d7d7d7;
	float: left;
	
}
.subcontent.shrek{
	background-color: #f5f8e1;
}
.subcontent .heading{
	margin: 13px 0 15px 12px;
	font-weight: bold;
	display: block;
}
.subcontent, .action_menu, .content_subheader{
	width: 750px;
	margin-right: 40%;
}
.action_menu{
	width: 770px;
	margin-right: 35%;
}
.content_subheader._99p_width{
    width: 99%;	
}
.details_container .help_box{
	border: 0;
	padding: 8px 15px;
	background-color: #fff;
	width: 725px;
}
.details_container .help_box p{
	line-height: 15px;
	padding: 2px 0;
}
.details_container .info{
	border: 0;
	padding: 8px 15px;
}
.details_container .info p{
	padding: 10px 8px;
}
.right .details{
	float: left;
	margin: 5px 0 7px;
	position: relative;
}
.right .details .error{
    margin: 0px;
    padding: 5px 0px;
}
.right .error{
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
}
.left .action,
.right .action{
	float: right;
	text-align: right;
	padding: 0px 10px 0px 0px;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	top: 2px;
}
.right .details .workspace_thumbnail{
	text-align: center;
	width: 224px;
	height: 161px;
	background: url(../images/workspace_bg_big.gif) no-repeat scroll 0 0;
}
.right .details .workspace_thumbnail img{
	padding-top: 40px;	
}
.right p{
	padding: 10px 0;
}
.details_container{
	margin-left: 15px;
	color: #232d2e;
}
.dialog.quick_start{
	float: left;
}
.dialog.overall_view{
	float: right;
}
.dialog.quick_start, .dialog.overall_view{
	width: 95%;
}
.dialog.quick_start .title{
	background: #faac44;
}
.dialog.overall_view .title{
	background: #596364;
}
.items_table tr th.align_center{
	text-align: center;
	vertical-align: middle;
}
.items_table tr td.align_center{
	text-align: center;
	padding-left: 0px;
}
.items_table{
	width: 100%;
}
.details_table tr th,
.items_table tr th{
	background: #fafafa;
	padding: 7px 0px;
	color: #0186bd;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: left;
}
.details_table tr td{
	padding: 0 0 0 10px;
	border-bottom: 1px solid #eeeeee;
}
.items_table tr td{
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #eeeeee;
	background-color: #fff;
	position: relative;
}
.items_table tr td.td_thumbnails{
	border: 0px none;
}
.items_table tr td.no_padding{
	padding: 0px 0 0px 10px;
}
.details_table tr th,
.items_table tr th{
	padding:0 4px;
	line-height: 26px;
	border-left: 1px solid #eeeeee;
	
}
.items_table tr td table tr td{
	border: 0px none;
}
.items_table tr.row_hover td{
	background-color: #C6E5FC;
	cursor: pointer;
}
.items_table tr th{
	white-space:nowrap;
}
.items_table tr td.thumbnail{
	text-align: center;
	vertical-align: middle;
	width: 155px;
	padding-left: 0px;
}
.items_table.workspaces_table tr td.thumbnail div.image{
	width: 171px;
	height: 113px;
    background-position: 61px 40px;	
}
.item_ico{
	display: block;
	padding: 2px 0 4px 22px;
	float: left;
}
.proof_ico{
	background: url(../images/proof_ico.gif) no-repeat scroll 0 0;
}
.file_ico{
    background: url(../images/file_ico.png) no-repeat scroll 0 2px;
}
.items_table tr td.details_cell p{
	width: 200px;
	padding-bottom: 5px;
	float: left;
}
.items_table tr td.details_cell .reciepments p{
	width: 175px;
}
/**
 * thumbnails view
 */
.proofs_thumbnails{
	width: 99%;
	padding-left: 15px;
}
.proof_item{
	width: 190px;
	height: 155px;
	border: 1px solid #f0f0f0;
	float: left;
	margin: 5px 0 0 5px;
}
 .proof_item input{
    padding: 0px
}
.proof_item a.context_menu{
	margin: 0px;
}
.proof_item div.image{
	width: 130px;
	/*
	background:#FFFFFF url(../images/loading.gif) no-repeat scroll 47px 34px;
	*/
	height: 100px;
	margin: 8px auto 8px;
	width: 130px;
	text-align:center;
}
.ws_item div.image{
    width: 171px;
    margin-top: 0px;	
}
 .proof_item .item_ico{
	margin-left: 10px;
}
 .proof_item.row_hover{
	background-color: #f8fcff;
	cursor: pointer;
}
/**
 * 
 */
.details_cell .info_cont{
	padding-bottom: 10px;
	float: left;	
}
.info_reciepments .reciepments_title{
	float: left;
}
.info_reciepments{
	float: left;
}
.reciepments{
	float: left;
	width: 540px;
}
.info_reciepments .reciepments p{
	width: 270px;
}
.comments_div{
	width: 100%;
	height: 100%;
	position: relative;
}
a.context_menu{
	background: url(../images/context_menu.gif) no-repeat scroll 0 0;
	float: right;
	height: 15px;
	margin-right: 10px;
	width: 17px;
}
.context_menu_proof, div.context_menu{
	width: 235px;
	position: absolute;
	top: 20px;
	left: -145px;
	border: 1px solid #aaaaaa;
	/*
	background-color: #fff;
	*/
	display: none;
	z-index: 999;
}
.menu_people{
	left:-177px;
	top:10px;
}
.context_menu_proof a { 
	color:#394344;
	display:block;
	padding:8px 18px 6px 32px;
	position:relative;
}
.context_menu_proof a:hover{
	background-color: #C6E5FC;
	text-decoration: none;
}
.context_menu_proof .upload_file { 
	background:transparent url(../images/uploadm_ico.gif) no-repeat scroll 9px 5px;
}
.context_menu_proof {
	display: none;
	position: absolute;
	border: 0px none; 
	z-index: 10000;
	
}
.context_menu_content{
	/*
	border-top: 1px solid #AAAAAA;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #AAAAAA;
	*/
	background: transparent url(../images/popup_nenu_bg.png) no-repeat scroll 0 0;
	height: 100%;
}
.context_menu_subcontent{
	padding: 4px 16px 0 10px;
}

a.context_menu{
	display: block;
	height: 15px;
	width:  17px;
}
a.context_menu:hover,a.context_menu.selected{
	background-position: 0px -15px;
}
.context_menu_proof img{
	padding-left: 3px;
}
.cont_details{
	background: url(../images/cont_details_ico.gif) no-repeat scroll 9px 6px;
}
.cont_proof_share{
	background: url(../images/cont_share_menu_ico.gif) no-repeat scroll 9px 6px;
}
.cont_add_people{
	background: url(../images/cont_add_people_ico.gif) no-repeat scroll 9px 6px;
}
.cont_new_version{
	background: url(../images/cont_new_version_ico.gif) no-repeat scroll 9px 6px;
}
.cont_download,
.cont_download_org{
	background: url(../images/cont_download_original_ico.gif) no-repeat scroll 9px 6px;
}
.cont_print_comments{
	background: url(../images/cont_print_comments_ico.gif) no-repeat scroll 9px 6px;
}
.cont_lock{
	background: url(../images/lock_ico.gif) no-repeat scroll 9px 6px;
}
.cont_unarchive{
	background: url(../images/unarchive_ico.gif) no-repeat scroll 9px 6px;
}
.cont_delete{
	background: url(../images/deletem_ico.gif) no-repeat scroll 9px 6px;
}
.remind_all{
    background: url(../images/remind_all_ico.gif) no-repeat scroll 9px 6px;
}
.remind{
    background: url(../images/remind_ico.gif) no-repeat scroll 9px 8px;
}
.hide_field{
    background: url(../images/hide_section_ico.gif) no-repeat scroll 9px 6px;
}

.cont_edit{
    background: url(../images/cont_edit_ico.gif) no-repeat scroll 9px 6px;
}
.cont_copy{
    background: url(../images/cont_copy_ico.gif) no-repeat scroll 9px 6px;
}
.cont_excel{
    background: url(../images/cont_excel_ico.gif) no-repeat scroll 9px 6px;
}
.cont_forward{
	background: url(../images/cont_forward_ico.gif) no-repeat scroll 9px 6px;
}
.ui-draggable-dragging{
	z-index: 9999;
}
.ui-draggable{
	cursor: move;
}
.bold{
	font-weight: bold;
}
.item-draggable-header{
	border: 1px solid #EEEEEE;
	background-color: #FAFAFA;
	color: #0186BD;
	padding: 4px;
}
.view_box{
	padding: 15px 0px 0px 15px;
	margin-bottom: 15px;
}
*:first-child+html .view_box{
	margin-bottom: 7px;
}
.view_box .views{
	width: 24px;
	height: 23px;
	display: block;
	float: left;
	padding: 0px 5px;
}
.view_box .view_st{
	background: url(../images/first_view.gif) no-repeat scroll 0px 0px;
}
.view_box .view_nd{
	background: url(../images/second_view.gif) no-repeat scroll 0px 0px;
}
.view_box .view_rd{
	background: url(../images/third_view.gif) no-repeat scroll 0px 0px;
}
.view_box .view_st{
	background: url(../images/first_view.gif) no-repeat scroll 0px 0px;
}
.view_box .view_nd{
	background: url(../images/second_view.gif) no-repeat scroll 0px 0px;
}
.view_box .hover{
	background-position: 0 -25px;
}
.pagination{
	text-align: right;
}
.items_table tr.item_details td{
	background-color: #ecf7ff;
}
.items_table tr.item_details td .context_menu_proof{
	left: -250px;
}
.workspace_thumbnail{
	width: 85px;
	height: 62px;
	margin: 0px auto;
	background: url(../images/workspace_bg.gif) no-repeat scroll 0px 0px;
}
.workspace_thumbnail img{
	padding-top: 18px;
}
.workspaces_table .context_menu_proof{
	right: 40px;
}
/*
*/
.details_table{
	width: 100%;
}
.details_table tr td{
	line-height: 17px;
	vertical-align: top;
	background-color:#FFFFFF;
/*	padding: 2px 0 3px;*/
}
.details_table tr td.left{
	background-color: #f7f7f7;
	width: 290px;
}
.details_table tr td.right{
	background-color: #eeeeee;	
}
.details_table tr th {
	padding-left: 10px;
}
.breadcrumbs{
	padding: 0px 20px 15px;
}
.breadcrumbs span{
	font-weight: bold;
}
.breadcrumbs img{
	padding: 0px 5px;
}
.filter_title{
	font-size: 18px;
	color: #232d2e;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 40%;
}
.filters{
	text-align: center;
	padding-bottom: 10px;
}
.filters select{
	width: 270px;
	margin-right: 50px;
}
.filters a{
	font-size: 12px;
}
.filters_box{
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	position: relative;
	display: none;
}
.filters_box.visible{
	display: block;
}
.show_filters{
	padding-left: 10px;
}
.close_filter{
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	z-index: 600;
}
.filter_label{
	display: block;
	float: right;
	padding: 7px 7px 0px 0px;
}
.filters_box select{
	float: right;
}
.filters label{
	float: left;
	display: block;
	width: 430px;
	text-align: right;
	margin-bottom: 8px;
}
.submit_filter{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.items_table tr td.thumbnail div,.items_table tr td.details_cell div.image{
	/*
	background:  #ffffff url(../images/loading.gif) no-repeat scroll 46px 34px;
	*/
	height:100px;
	width:130px;
	margin: 0px auto;
}
a.paginator_link{
	color: #aaaaaa;
	border: 1px solid #b2b2b2;
	padding: 0px 5px;
	margin: 0px 2px;
}
a.paginator_link:hover, a.paginator_link.current{
	color: #fff;
	background-color: #aaaaaa;
	text-decoration: none;
}

.contact_Colleague{
	background: url(../images/people_colleague.gif) no-repeat scroll 0 0;
	padding: 4px 0px 6px;
	color: #fff;
	width: 76px;
	text-align:center;
}
.contact_Contact{
	background: url(../images/people_contact.gif) no-repeat scroll 0 0;
	padding: 4px 0px 6px;
	color: #fff;
	width: 76px;
	text-align:center;
}
.contact_Member{
	background: url(../images/people_member.gif) no-repeat scroll 0 0;
	padding: 4px 0px 6px;
	color: #fff;
	width: 76px;
	text-align:center;
}
.no_border{
	border: 0px none;
}
.buttons{
	width: 330px;
	margin: 20px auto 30px;
	text-align: center;
}
.buttons .add_file_button{
	font-size: 14px;
	color: #fff;
	background-color: #039bda;
	border: 1px solid #0078a9;
	/*
	*/
	padding: 5px 20px; 
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.buttons span.add_files{
	padding: 0px;
	margin: 0px;
}
.buttons div{
	cursor: pointer;
}
.buttons div input.file{
	opacity: .01;
	filter: alpha(opacity='1');
	z-index: 2;
	position: absolute;
	top: -24px;
	left: -3000px;
	visibility: visible;
	cursor: pointer;
	height: 70px;
	width: 200px;
	font-size: 50px;
}

.buttons .add_file_button:hover{
	text-decoration: none;
}
.buttons .capture_web_button{
	font-size: 11px;
	color: #0186bd;
	font-weight: bold;
	float: right;
	white-space:nowrap;
}
.buttons span{
	padding: 0px 20px;
}
.file_container, .emails_container{
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	position: relative;
	margin: 0px 10px 20px;
}
.file_item, .email_item{
	border-bottom: 1px solid #c7c7c7;
	padding: 15px 20px;
	background-color:#FFFFFF;
}
.capture_box{
	width: 445px;
	height: 134px;
	background: url(../images/capture_box_bg.png) no-repeat scroll 0 0;
	cursor: auto;
	display:  none;
	position: absolute;
	z-index: 10;
}
.capture_box .capture_url{
	border: 1px solid #dddddd;
	background-color: #fff;
	width: 370px;
	margin-top: 40px;
	color: #b4b4b4;
}
.capture_box .capture_url.color_black{
	color: #000000;
}
.buttons_sc{
	margin: 30px auto 10px;
	text-align: center;
	float: left;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	padding: 20px 0px 10px;
	width: 755px;
}
.details_container .buttons_sc{
    margin-right: 75%;	
}
*:first-child+html .details_container .buttons_sc{
     margin-right: 0px;
} 
.buttons_sc.buttons_new_workspace{
    float: none;
    margin: 0px 10px;
    padding: 15px 0px 10px 0px;
    width: 710px;    
}
.capture_box .buttons_sc{
	border: 0px none;
	margin: 0px auto;
	width: 100%;
}
a.save_button{
	color: #707d14;
	border: 1px solid #acbc43;
	background-color: #d8e19f;
	padding: 4px 15px;
	margin: 0px 5px;
}
a.cancel_button{
	color: #fb503e;
	margin: 0px 5px;
}
input.submit_save_button{
    background-color:#D8E19F;
    border:1px solid #ACBC43;
    color:#707D14; 
    margin-top: 10px;
}
.buttons_container{
    width: 105px;
    margin: 0px auto;	
}
*:first-child+html .buttons_container{
	width: 110px;
}
.buttons_container input.submit_save_button{
	float: left;
	margin: 0px;
}
.buttons_container a.cancel_button{
    float: right;
    margin-top: 7px;
}
.new_item_table .left{
	width: 40%;
	padding-bottom: 5px;
	vertical-align: top;
}
.subscibers_tr{
	display: none;
}
.subscibers_tr label{
	padding-left: 20px;
}
.normal_input{
	width: 370px;
	border: 1px solid #c7c7c7;
	background-color: #fdfdfd;
}
select.normal_input{
	width: 380px;
}
/*
input.normal_input{
	padding: 2px;
}
*/
.ui-datepicker{
	z-index: 1000;
}
.date_picker{
	position: relative;
}
.date_picker img{
	position: absolute;
	top: 6px;
	left: 3px;
	cursor: pointer;
}
.date_picker input.dp{
	width: 202px;
	padding: 4px 2px 3px 25px;
}

.date_picker span{
	/*
	float:left;
	po co to?
	*/
	padding: 5px 10px 0px 10px;
}
.date_picker div{
	float: left;
}
.new_item_table{
	margin: 10px 0px;
	width: 100%; 
}
.new_item_table tr td label{
   padding: 3px 10px 0 7px;
   float: right;
}
.new_item_table.share_table{
	padding: 10px 0px 10px;
}
.new_item_table.share_table .help_link{
    float: right;
}
/*
.new_item_table tr td:not(.wyswig_editor){
	padding: 7px 0px 7px 0px;
}
*/
.new_item_table tr td.left{
	text-align: right;
	vertical-align: middle;
}
.new_item_table.share_table tr td{
    padding: 10px 10px 0px 0px;
}
#message_tbl tr td{
	padding: 0px;
}
.new_item_table tr.hover_class td{
	background-color: #F8FCFF;
}
.shrek tr.hover_class td{
	background-color: #ebefc9;
}
.new_item_table tr td.left  span{
	color: red;
	padding-left: 5px;
}

.new_item_table tr td.text_area_rich .message_parent {
	width: 100%;
	border: 2px solid red;
}

.users_roles{
	width: 260px;
}
.email_box_arrow{
	position: absolute;
	top: -14px;
	left: 60%;
}
.file_box_arrow{
	position: absolute;
	top: -14px;
	left: 38%;
}
.file_box_arrow.capture{
	position: absolute;
	top: -14px;
	left: 60%;
}

.basecamp{
	display: none;
	background-color: #fafafa;
}

.page_submit{
	text-align: center;
	padding:20px;
}
.page_submit a.cancel{
	color: #e90002;
	padding: 3px;
}
.page_submit input[type=submit]{
	background: #dbe1a1;
	border: 1px solid #b4be82;
	color: #707d13;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.confirm_div p{
	width: 100%;
	padding: 0px 0px 10px 30px;
	float: left;
}
.confirm_div input{
	float: left;
	margin: 2px 10px 0 0;
}
table tr td.text_area_rich{
	margin: 0px;
	padding: 0px;
}
/**
 * signup page
 */
#body #leftside div.row {
	margin-bottom: 10px;
}
 
#body h2{
	font-size: 14px;
	color: #818a90;
}


/* singup plans */
div#plans {
	text-align: center;
	width: 1030px;
}
div#plans div.box p.bold {
	font-weight: bold;
}
img{
	border: 0px none;
}
div#plans div.box {
	width: 94px;
	float: left;
	padding-top: 0;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #e2e2e2;
}
div#plans div.box.first {
	border-left: 1px solid #e2e2e2;
}
div#plans div.box.last{
	border-right: 1px solid #e2e2e2;
}
#plans *{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#plans div.box p {
	margin: 0px;
}
div#plans div.box p.name, div#plans div.box p.price {
	overflow:hidden;
	white-space:nowrap;
}
div#plans div.box p.button {
	line-height: 35px;
	margin-bottom: 5px;
}
div#plans div.box p.button a {
	display: block;
	background-image: url('../images/signup/signup.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 82px;
	text-decoration: none;
	margin: 0 auto;
}
div#plans div.box p.button a:hover {
	background-image: url('../images/signup/signup_rollover.jpg');
}
div#plans div.box p.details {
	line-height: 30px;
}
/* signup faq */
#body .signup_faq h4 {
	color:#343a3e;
	font-size: 20px;
	font-weight:normal;
	line-height:19px;
	margin-top:20px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 20px;
	height: auto;
	letter-spacing: -1px;
}
#body .signup_faq div.gray_box{
	width: 390px;
	padding: 1px 20px 20px;
	margin-top: 20px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#F8F8F8;
}
#body .signup_faq p {
}
#body .signup_faq ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 38px;
} 
#body .signup_faq ul li {
	list-style-position: outside;
	list-style-image: url('../images/signup/bullet.gif');
	line-height: 20px;
}
#body .signup_header h2 {
	margin-bottom: 0px;
	padding-bottom: 2px;
	color: #818a90;
	font-size: 14px;
}
#body .signup_header ul {
	list-style-type: none;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding-left: 18px;
} 
#body .signup_header ul li {
	list-style-position: outside;
	line-height: 20px;
	padding: 0px 0px 8px 25px;
	background: url(../images/signup/bullet_header.gif) no-repeat scroll 0 -8px;
}
html>body.signup_header ul li{
	
}
.signup_faq{
	width: 930px;
	margin: 0px auto;
	font-size: 12px;
}
.signup_faq div.cols{
	float: left;
	width: 430px;
}
.signup_faq div.cols div{
	padding-left: 20px;
	line-height: 20px;
}
.signup_faq div.rightside{
	padding-left: 40px;
}
#rightside div.box {
	border: 1px solid #E4E0E0;
	margin: 10px;
	-moz-border-radius: 7px;
	height: 70px;
	padding: 10px;
}
#rightside div.box input {
	width: 90%;
}
#rightside div#openid_box {
	display: none;
}
.off {
	display: none !important;
}
#body .switch .submit {
	border-width: 0px;
	padding-bottom: 20px;
}
/* congratulation site */
#body .congratulation div {
	margin-bottom: 10px;
	padding: 0px 10px;
}
#body .congratulation div span {
	display: block;
	padding: 0px 30px;
}
#body .congratulation div span.email {
	background: url('../images/mail.png') no-repeat;
	line-height: 28px;
}
#body .congratulation div span.phone {
	background: url('../images/phone.png') no-repeat;
	line-height: 34px;
}
#body .congratulation div span.movie {
	background: url('../images/tv.png') no-repeat;
	line-height: 34px;
	font-weight: bold;
}
/* step 2 page - datails of signup */
div.terms {
	text-align: right;
	padding-right: 2px;
	margin: 20px 10px 0 10px;
}
div.terms input {
	vertical-align: middle;
}
#body div.submit {
	text-align: right;
}

/* test */
.premium, .standard, .free {
	float: left;
	display: block;
}
.plans_header {
	text-align: center;
	font-size: 1px;
}
.standard .plans_header {
	/*
	background-color: #DADFE2;
	border-radius-topleft: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-radius-topleft: 7px;*/
}
.premium .plans_header {
	/*
	background-color: #DEE5C4;
	border-radius-topright: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-topright: 7px;*/
}
.free .plans_header {
	/*
	background-color: #83CEE5;
	*/
}

div#plans div.box p.plans_header {
	border-width: 0;
	height: 31px;
}
div#plans div.box p.details {
	line-height: 30px;
	overflow: visible;
	text-align: center;
}
div#plans div.box.labels p {
	text-align: right;	
}
div#plans div.box.labels{
	border: 0px none;
	width: 165px;
	padding: 0px 15px 0px 0px;
	text-align: right;
	clear: left;
}
div#plans .box.labels p img{
	left:8px;
	position:relative;
	top:4px;
	cursor: pointer;
}
.header_box{
	padding: 10px 5px 5px 5px
}
.header_box_premium{
	background-color: #343a3e;
	border-right: 1px solid #54585c;
}
.header_box_standard{
	background-color: #5a5e62;
	border-right: 1px solid #7d8084;
}
.header_box_free{
	background-color: #73767a;
}
.header_box_standard.header_box p.per{
	color: #ddedf3;
}
.header_box_free.header_box p.per{
	color: #d6e6e4;
}
.header_box p{
	color: #fff;
	line-height: 21px;
	
}
.header_box p.per{
	color: #7f8286;
	font-size: 10px;	
}
.header_box .name{
	font-size: 14px;
} 
.header_box .price{
	font-size: 12px;
}
.info_box{
	border-right: 1px solid #fff;
}
.info_box.even{
	background-color: #f0f0f0;
}
.info_box.odd{
	background-color: #f7f7f7;
}
.yesno_box{
	padding: 10px 0px;
	line-height: 10px;
}
.plan_box{
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
.plans_footer{
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	background-color: #84898d;
	color: #fff;
	font-size: 16px;
	float: left;
	padding: 15px 0;
}
#body h1{
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.signup_header{
	width: 1000px;
	background-color: #f8f8f8;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	margin: 0px auto 25px;
}
.signup_header .description, .signup_header .button{
	float: left;
}
.signup_header .description{
	width: 600px;
	padding: 20px 50px 16px 25px;
}
.signup_header .button{
	padding: 33px 0 0;
}
.helpbox{
	min-height: 80px;
	width: 275px;
	position: absolute;
	text-align: left;
	left: 180px;
	top: -35px;
	z-index: 10000;
}
.helpbox img.helpbox_close{
	position: absolute;
	right:16px;
	top:3px;
	cursor: pointer;
} 

div#plans div.box.labels div.helpbox p{
	text-align: left;
	position: static;
	overflow: visible;
	white-space: normal;
	line-height: 16px;
	font-weight: normal;
	margin: 10px 0px;
	color: #232d2e;
	font-size: 11px;
} 
.helpbox .helpbox_top{
	background: url(../images/signup/helpbox_top.png) no-repeat scroll 0 0;
	height: 100%;
}
.helpbox .helpbox_bottom{
	background: url(../images/signup/helpbox_bottom.png) no-repeat scroll 9px 100%;
	height: 19px;
	* margin-top: -1px;
}
.helpbox .helpbox_content{
	padding: 15px 30px 5px 30px; 
	min-height: 40px;
}
.helpbox .helpbox_content p{
	padding-bottom: 10px;
}
div#plans .box.labels .helpbox img.helpbox_close{
	position: absolute;
	top: 2px;
	cursor: pointer;
	left: 248px;
}
#proof_per_month_box{
	top:93px;
}
/*
#storage_box{
	left:180px;
	top:365px;
	* top:385px;
}
#power_users_box{
	left:180px;
	top:395px;
	* top:415px;
}
#branding_box{
	left:180px;
	top:425px;
	* top:415px;
}
#custom_sub-domains_box{
	left:180px;
	top:455px;
	* top:445px;
}
#gold_support_box{
	left:180px;
	top:485px;
	* top:475px;
}
*/
.invisible_text{
	display: none;
}
#body .content {
	position: relative;
	padding-top: 30px;
}
a.up {
	background: url(../images/move-up.png) no-repeat center center;
	padding:  10px;
	font-size: 1px;
}
a.down {
	background: url(../images/move-down.png) no-repeat center center;
	padding:  10px;
	font-size: 1px;
}
.pick_list_table a.up{
	position: relative;
	top: -3px;
}
.pick_list_table a.down{
	position: relative;
	top: -3px;
}
*:first-child+html .pick_list_table a.up{
	top: -8px;
}

*:first-child+html .pick_list_table a.down{
	top: -8px;
}
*:first-child+html .pick_list_table .cancel_button{
	position: relative;
	/*
	*/
	top: -8px;
}

input, select, textarea{
	font-size: 11px;
	padding: 4px;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 3px 0px;
}
select option{
	padding: 0px 4px;
}
.details input[type='text'],.details input[type='password'], .details textarea{
	border: 1px solid #dddddd;
	width: 300px;
	background: #fff url(../images/login/input_bg.gif) repeat-x scroll 0 0;
}
select.ajax_field{
	border: 1px solid #dddddd;
    width: 310px;
    background: #fff url(../images/login/input_bg.gif) repeat-x scroll 0 0;
}
.details .ajax_save_details, form .submit_form{
	color:#707D14;
	display:inline;
	margin:-2px 4px 2px;
	padding:3px 15px;
	background-color:#D8E19F;
	border:1px solid #ACBC43;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	line-height: 24px;
}
.details .ajax_cancel_details, .details .cancel_details{
	color: #fb503e;	
}
.details .ajax_save_details.submit_save_button{
	padding: 0px;
	display: block;
	line-height: 10px;
	float: left;
}
*:first-child+html .add_to_pick_list{
	position: relative;
	top: -5px;
}
.to_delete{
	display: none;
}
.help_link{
	cursor: pointer;
}
div.submenu .workspace_loader{
	display: block;
	padding: 5px 0px 0px 20px
}
.details_loader{
}
.dragg-helper, .item-draggable-header{
	border: 1px solid #EEEEEE;
	background-color: #FAFAFA;
	color: #0186BD;
	padding: 4px;
	z-index: 9999;
	position: absolute;
}
.workspace-dropp{
	height: 100%;
	width: 100%;
}
.errored_emails_item {
	border: #ff0000 1px solid;
}
.new_item_table tr td label.details_field_label{
	float: right;
	padding: 3px 10px 0px 7px;
	
}
.yellow_dog {
	background: #fefbda;
	border: 1px solid #f7f0ac;
	padding: 10px;
	margin: 15px;
	width: 730px;
}
.details_container.subcontent.info_div{
    margin-bottom: 10px;
    border: 1px solid #FFEE99;
    background-color: #FEFADE;
    padding: 15px;
    text-align: left;
    font-size: 12px;
    width:725px;
}
.content_subheader .field_mandatory{
    float: none;
    padding: 0px 0px 0px 5px;
        
}
.new_item_table tr td.left .field_mandatory, .field_mandatory{
    color: red;
    padding: 0px;
}
.bs_box{    
    width: 731px;
    margin: 28px 0px 38px;
    padding: 0px 17px 0px 7px;
    position: relative;
    background: transparent url(../images/bs_box_middle.png) repeat-y scroll 0 0;
    display: none;
}
.bs_box.new_workspace_box{
}

.bs_box .img_top{
    position: absolute;
    top: -24px;
    left: 0px;
}
.bs_box .img_bottom{
    position: absolute;
    bottom: -38px;
    left: 0px;
}
.bs_box .basecamp_close{
    position: absolute;
    right:27px;
    top:-7px;
    cursor: pointer;
}
.ws_list_checkbox{
	float: left; 
	padding: 0px;
	margin: 0px;
}
.ws_list_move{
	margin: 0px;
}
.mini_details{
    background: url(../images/mini_details_ico.gif) no-repeat scroll 0 0;
    display: block;
    width: 13px;
    height: 13px;
    margin: 0px;
    float: left;
}
.mini_details.expand{
    background: url(../images/mini_details_expand_ico.gif) no-repeat scroll 0 0; 
}
.mini_details:hover{
    background-position: 0px -13px;
}
.items_table tr td.align_left, .items_table tr td.align_left *{
    text-align: left;
    vertical-align: top;
}
/*
.list_icons tr td{
    padding-top: 0px;
    vertical-align: top;
}
.list_icons tr td input{
    padding-top: 0px;	
    margin: 0px;
} 
*/
.list_icons{
	width: 80px;
}
.list_icons *{
	float: left;
	margin: 10px 10px 0px 0px;
}
*:first-child+html .list_icons input{
	margin-top: 6px;
}
.processing_icon {
	display: none;
}
.processing_icon img {
	position: relative;
	top: 3px;
	margin-right: 4px;
}
.proof_item .proof_item_link_cont{
    padding: 5px 5px 0px 5px;
}
.fileupload .users_roles {
	visibility: hidden;
}
.hover_label{
    position: absolute;
    z-index: 100000;
    border: 1px solid #FFEE99;
    background-color: #FEFADE;
    padding: 4px;
}
.details_table tr td.right .details ul, #footer .details ul{
	margin: 5px 0px;
	padding-left: 25px;
	list-style-type: disc; 
}
#advPasswordSettings .details_table tr td.right .details ul{
	 list-style-type: none;
}
.details_table tr td.right ol, #footer .details ol{
    margin: 5px 0px;
    padding-left: 30px;
    list-style-type: decimal; 
}
#footer .details{
    padding: 0px 10px 10px;	
}
.setup_bascamp tr{
    background-color: #F5F8E1;
}

/* fix for fucking IE */

#application {
	position: absolute;
	top: 0;
	left: 0;
	
}

/** main tabs **/
.main_tabs{
    border-bottom: 1px solid #d7d7d7;
    margin-left: 16px;
}
.main_tabs a{
    display: inline;
    padding: 9px 14px;
    float: left;
    background-color: #eeeeee;
    border: 1px solid #d7d7d7;
    -moz-border-radius-topright: 5px; 
    -webkit-border-top-right-radius: 5px; 
    -moz-border-radius-topleft: 5px; 
    -webkit-border-top-left-radius: 5px;
    color: #232d2e;
    font-weight: bold;
    font-size: 12px;
    margin-right: 3px;
    margin-bottom: -2px;
}
.main_tabs a:hover, .main_tabs a.selected{
    text-decoration: none;
     background-color: #fff;
      border-bottom: 1px solid #fff;
}
.main_tabs_container{
    padding-top: 20px;
}
.custom_fields_table tr td{
    padding: 5px 0px 5px 5px;
}
.custom_fields_table tr td.first, .custom_fields_table tr th.first{
    padding-left: 10px;	
}   
.custom_fields_table tr td.subsection_first{
    padding-left: 15px;
}
.custom_fields_table tr.header th{
    background-color: #f7f7f7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}
.custom_fields_table .mini_details.closed {
    background:url("../images/mini_details_expand_ico.gif") no-repeat scroll 0 0 transparent;
}
.bs_box .pick_list_table{
    margin: 0px; 
    padding: 0px;
}
.bs_box .pick_list_table tr.header td{
    padding: 0px;
    text-align: center;
}
.center{
    text-align: center;	
}

.pick_list_table{
    margin: 0px;
    padding: 0px;	
    width: 100%;
}
.sm_box .pick_list_table tr td{
    border: 0px none;
    background-color: #fff;	
    border: 0px none;
    padding:0 0 0 10px;
}
.pick_list_table tr td.left{
    width: 20%;
    text-align: right;
    vertical-align: middle;	
}
.pick_list_table tr td .normal_input{
	width: 350px;
}
.pick_list_table tr.new_pick_list_row td{
    padding-top: 20px;	
}
.pick_list_table tr a{
    margin: 0px;
}
.pick_list_table tr a:hover{
    text-decoration: none;	
}
.sm_box{    
    width: 593px;
    margin: 28px auto 38px;
    padding: 0px 21px 0px 7px;
    position: relative;
    background: transparent url(../images/sm_box_middle.png) repeat-y scroll 0 0;
    display: none;
}

.sm_box .img_top{
    position: absolute;
    top: -24px;
    left: 0px;
}
.sm_box .img_bottom{
    position: absolute;
    bottom:-35px;
    left:-2px;
}
.sm_box .basecamp_close{
    position: absolute;
    right:27px;
    top:-7px;
    cursor: pointer;
}

.sm_big_box{    
    width: 710px;
    margin: 28px auto 38px;
    padding: 0px 21px 0px 7px;
    position: relative;
    background: transparent url(../images/sm_big_box_middle.png) repeat-y scroll 0 0;
    display: none;
}

.sm_big_box .img_top{
    position: absolute;
    top: -24px;
    left: 0px;
}
.sm_big_box .img_bottom{
    position: absolute;
    bottom:-35px;
    left:0px;
}
.sm_big_box .basecamp_close{
    position: absolute;
    right:27px;
    top:-7px;
    cursor: pointer;
}
.sm_big_box table{
    width: 100%;
    margin: 0px;
    padding: 0px; 
    	 
}
table.sm_big_box_table{
}
.sm_big_box tr td{
    background-color: none;	
    margin: 0px;
    padding: 0px;
    border: 0px none;
}
.sm_big_box tr td table tr td{
    padding: 3px 10px;
    vertical-align: middle;	
    border-bottom: 1px solid #EEEEEE;
}
.sm_big_box tr td table tr td .image{
    text-align: center;	
}
.pick_list_table .buttons_sc{
    width: 90%;	
    margin: 20px auto 0px;
    padding: 5px 0px 0px;
    border: 0px none;
    border-top: 1px solid #D7D7D7;
    float: none;
}
table tr td.edit_table_bg{
    background: url(../images/edit_table_bg.gif) repeat-y scroll -2px 0;
}
.pick_list_table a.up, .pick_list_table a.down{
	cursor: pointer;	
}
.pick_list_table a.up.disable, .pick_list_table a.down.disable, a.up.disable, a.down.disable{
    background: none;
    cursor: auto;	
}

.actionmenu_posfix1 {
	position: relative;
	right: -19px;
}
.custom_fields_table tr.hidden *{
    color: #afafaf;
}
.sm_big_box_table .buttons_sc{
    border: 0px none;
}
.sm_big_box_table .header p{
    padding-bottom: 10px;
}
.select_parent_table tr td table tr.selected td{
    background-color: #C6E5FC;
}
.select_parent_table tr td table tr td{
    cursor: pointer;
}
*:first-child+html .sm_big_box_table .buttons_sc .cancel_button{
    position: relative;
	 top: -8px;
}

.details_table tr.hidden{
    display: none;
}
.box_pagination{
	text-align: right;
    padding-bottom: 5px;
    padding-right: 10px;
    float: right;
    padding-top: 5px;
}
.select_parent_table .search_input  {
	padding-right:20px;
	width:350px;
}
.select_parent_table .search_ico  {
	cursor:pointer;
	left:366px;
	position:absolute;
	top:5px;
}
.select_parent_table .header_div  {
	padding:0 10px 10px;
	position:relative;
}
.new_custom_field_table .datetime_picker{
    width: 222px;
}
/**
 * request account 
 */
 .request_table .hidden{
    display: none;
 }
 .request_radio_div p{
    width: 530px;
    float: right;
 }
 .request_radio_div input{
    float: left;
 }
 .request_radio_div label{
    float: left;
    padding-top: 3px;
    padding-left: 3px;
 }
.controling_values{
    width:378px;
    background-color:#FDFDFD;
    border:1px solid #C7C7C7;
    height: 104px;
    overflow: auto;
}
.controling_values div.crt_value{
    padding: 3px 0px 3px 5px;
}
#new_visibility_rule .controling_values div input{
    float: left;	
    margin: 0px\9
}
#new_visibility_rule .controling_values div label{
    float: left;
    padding: 3px;
    display: block;
    width: 88%;
}
#new_visibility_rule table tr.disabled{
    display: none;
}
#new_visibility_rule .controling_values div.selected{
	background-color: #c6e5fc;  
}
.content_subheader select{
    float: right;
}
.dependency_rule{
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.dependency_rule tr th{
    background-color: #f7f7f7;
    font-weight: normal;
    color: #0186bd;
    padding: 8px 0px 8px 13px;
    text-align: left;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.dependency_rule tr td.first{
    border-bottom: 0px none;
    vertical-align: top;
    font-weight: bold;	
    border-right: 1px solid #e6e6e6;
    color: #0186bd;
    padding: 8px 0px 8px 13px;
}
.dependency_rule tr th.prev, .dependency_rule tr th.next{
    text-align: center;
    padding-left: 0px;
    width: 50px;
}
.dependency_rule {

}
.dependency_rule div.crt_value {
    padding:3px 0 3px 5px;
    cursor: pointer;
    width: 1000px;
}
.dependency_rule div.crt_value.selected {
	background-color: #c6e5fc;
}
.dependency_rule div input  {
    float:left;
     margin: 0px\9
}
.dependency_rule div label  {
	display:block;
	float:left;
	padding:3px;
	width: 90%;
}
.dependency_rule tr th.hidden, .dependency_rule tr td.hidden{
    display: none;
}
#new_dependency_rule table tr.disabled{
    display: none;
}
.new_item_table .custom_fields_box.cfrules.disabled{
    display: none;
}
.content_subheader.ajax_tabs a.subheader_tab{
	background-color: #eeeeee;
	width: 100px;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0px 15px;
	
}
.p_desc{
	padding: 15px;
}
#new_custom_view p.title{
	text-align: center;
	padding: 5px 0px;
}
.custom_view_box{
	border: 1px solid #e1e1e1;
	height: 235px;
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 205px;
	padding: 5px;
}
#new_custom_view table tr td{
	vertical-align: top;
}
.custom_view_box .columns_title{
	font-weight: bold;
	padding-bottom: 5px;
	width: 300px;
}
.custom_view_box .column_item{
	padding: 5px 0px 5px 15px;
	cursor: pointer;
}
.custom_view_box .column_item.selected{
	background-color: #c6e4fe;	
}
#new_custom_view .add_column_button{	
	border: 1px solid #0078a9;
	color: #fff;
	padding: 8px 19px 8px 8px;
	font-size: 14px;
	background: #039bda url(../images/img_right.gif) no-repeat scroll 92% 50%;
	display: block;
	width: 100px;
	margin: 0px auto;
}
#new_custom_view .add_column_button.grey{
	background-color: #dddddd;
	border: 1px solid #BFBFBF;
}

#new_custom_view .add_column_button:hover{
	text-decoration: none;
}
#new_custom_view .selected_columns{
	overflow: auto;
	width: 185px;
	min-height: 235px;
	height: auto;
}
#new_custom_view .selected_item{
	padding-bottom: 2px;
}
.details_container .content_subheader a.subheader_tab.selected{
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.details_container .content_subheader a.subheader_tab{
	background-color:#EEEEEE;
	border:1px solid #D7D7D7;
	-moz-border-radius-topright: 5px; 
    -webkit-border-top-right-radius: 5px; 
    -moz-border-radius-topleft: 5px; 
    -webkit-border-top-left-radius: 5px;
	color:#232D2E;
	font-weight: bold;
	font-size: 13px;
	position:relative;
	z-index:1000;
}
#new_custom_view .content_subheader div.cl{
	background-color: #D7D7D7;
}
#new_custom_view  .content_subheader a.subheader_tab{
	position: relative;
	z-index: 100;
	margin-bottom: -1px;
}
#new_custom_view  .content_subheader a.subheader_tab.selected{
	background-color:#F5F8E1;
	border-bottom: 1px solid #F5F8E1;
}
.subtabs div.cl{
	background-color: #D7D7D7;
	margin-top: -1px\9
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.subtabs div.cl{
	   margin-top: -1px;
	}
}
#new_custom_view .selected_columns div img{
	/*
	*/
	padding: 3px 3px;
	float: left;
	cursor: pointer;
}
#new_custom_view .selected_columns div img.hidden{
	display: none;	
}
#new_custom_view .selected_columns div img.delete_item{
	padding-top: 0px;
	padding-bottom: 0px;
}
.custom_view_box .column_item.hidden{
	display: none;
}
.radio_partial_row label.radio_label{
	float: left;
}
.radio_partial_row label.radio_label input{
	float: left;
	margin: 0px 2px 0px;
}
.view_sharing_container{
	width: 620px;
	height: 369px;
	overflow-y: auto;
	margin: 20px;
}
.view_sharing_container table{
	width: 100%;
	border: 1px solid #d7d7d7;
}
.view_sharing_container tr td, .view_sharing_container tr th{
	background-color: #fff;
	padding: 13px 10px;
	text-align: left;
}
.view_sharing_container tr td{
	border-top: 1px solid #eeeeee;
	cursor: pointer;
}
.view_sharing_container tr.selected td{
	background-color: #c6e5fc;	
}
.view_sharing_container tr th{
	color: #0186bd;	
}
#new_custom_view .filters_middle_column .add_column_button{
	text-align: center;
	margin: 3px auto;
}
#new_custom_view .add_filter_button{	
	border: 1px solid #0078a9;
	color: #fff;
	padding: 5px 0px;
	font-size: 14px;
	background-color: #039bda;
	display: block;
	width: 100px;
	text-align: center;
	margin: 3px auto;
}

#new_custom_view .add_filter_button.grey{
	background-color: #dddddd;
	border: 1px solid #BFBFBF;
}
#new_custom_view .add_filter_button:hover{
	text-decoration: none;	
}
.cv_filter_details{
	width: 96%;
	padding: 0px 2% 2%;
}
.cv_filter_details table{
	width: 100%;
	border: 1px solid #d5d5d5;
}
.cv_filter_details table tr td, .cv_filter_details table tr th{
	background-color: #fff;
	
	padding: 5px;
	text-align: left;
}
.cv_filter_details table tr th{
	color: #0186bd;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.cv_filter_details table tr td{
	border-bottom: 1px solid #eeeeee;
}
.cursor_p{
	cursor: pointer;
}
.cv_buttons{
	margin: 15px;
}
.cv_buttons .cancel_button{
	padding: 4px 15px;
	float: left;
}
.cv_buttons .next_button{
	float: right;
	background-color:#D8E19F;
	border:1px solid #ACBC43;
	color:#707D14;
	padding:4px 15px;
}
.cv_buttons .next_button:hover{
	text-decoration: none;	
}
.view_box .context_menu{
	margin: 7px 0px 0px 10px;
}
.cv_columns.disabled, .cv_filters.disabled{
	display: none;
}
.cv_column_label{
	float: left;
	overflow: hidden;
	white-space: nowrap;
	width: 130px;	
}
.all_items_new_cv{
	float: left;
	padding: 7px;
}
.all_items_new_cv .context_menu{
	margin: 0px 0px 0px 5px;
}
form.filesharing select.users_roles {
	visibility: hidden;
}
.pick_list_table_header{
	width: 390px;
	margin: 0px auto;	
}
.pick_list_table_header span{
	float: left;
}
.pick_list_table_header a{
	float: right;
	padding: 0px 4px;
}
*:first-child+html .pick_list_table a.delete_field img{
	position: relative;
	top: -4px;
}
.cfo_drag_handle{
	padding: 2px 2px 0px 0px;
}
.pick_list_table .tr_drag_shadow td{
	height: 10px;
}
.progress_icons{
	width: 98px;
}
.progress_icons .progress_icon{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #d7d9d9;
	border: 1px solid #d7d9d9;
	float: left;
	margin-right: 5px;
	padding: 0px 3px;
}
.progress_icons .progress_icon.progress_state_deadline_notice{
	color: #fff;
	background-color: #ff9a00;	
	border: 1px solid #eb8a00;
}
.progress_icons .progress_icon.progress_state_deadline_warning{
	color: #fff;
	background-color: #ff423e;	
	border: 1px solid #fb0023;
}
.progress_icons .progress_icon.progress_state_completed{
	color: #fff;
	background-color: #86b829;	
	border: 1px solid #68980f;
}
.progress_icons .progress_icon.progress_state_hidden{
	visibility: hidden;
}
#__filter{
	width: 200px;
}
.main_tab_description{
	padding: 0px 0px 10px 15px;
}
.integration_header label, .integration_header input, .integration_header img{
	float: right;
}
.integration_header label{
	padding: 2px 5px 0px;
	display: block;
}
.integration_header input, *:first-child+html .integration_header input{
	margin-right: 5px;	
	padding: 0px;
	float: right;
}
*:first-child+html .integration_header input{
	margin-top: -1px;	
}
.integration_header img{
	padding-top: 1px;	
}
.integration_header div.cl{
	background: none;
}
.content_subheader  div.integration_header{
	background: none;
	margin-bottom: -1px;
	width: 300px;
	float: right;
}
.upload_div{
	position: relative;
}
.reviewers_error, .group_error{
	margin: -13px 0px 0px;
	display: none;	
}
.tabs_info{
	border: 0px;
	padding: 0px 0px 15px 15px;
}
.ajax_details_info tr td{
	padding: 5px 0px 10px;
	width: 25%;
}
table tr.no_border td,table tr td.no_border{
	border: 0px none;
}

#cacheinfo {
	background: #ffc;
	margin-left: 7px;
	padding: 15px;
	line-height: 20px;
	font-size: 12px;
	text-align: justify;
}

.field_type table tr td .details{
	width: 400px;
	float: left;
}
.emails_table .ajax_form .error{
	margin-bottom: -5px;
}

/* contatct */
.people_table_td{
	position: relative; 
	z-index: 100; 
	background-color: #fff; 
}

/* for chrome, safari */
.peoble_table_div_fix{
	width: 100%; 
	background-color: #fff; 
	position: relative; 
	margin-left: -15px; 
	padding-left: 10px;
	z-index: 1000;
}

/* items */
.items_table td.item_table_td{
	position: relative; 
	z-index: 100; 
	background-color: #fff; 
	vertical-align: middle;
}

/* for chrome, safari */
.item_table_div_fix{
	width: 100%; 
	background-color: #fff; 
	position: relative; 
	margin-left: -15px; 
	padding-left: 10px;
	z-index: 1000;
	#top: 40%; /* IE fix */
	white-space: nowrap;
}

.item_table_div_fix .item_ico{
  padding-top: 0px;
  padding-bottom: 0px;
  height: 20px;
}

.ie7fix{
	#top: 40%;
}
/**
 * popup inactivity
 */
#popup_inactivity{
	position: fixed;
	width: 585px;
	z-index: 10000;
	background-color: #fff;
	top: 0px;
	left: 0px;
	padding-bottom: 22px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#timeout_container{
	padding: 37px 50px 50px 50px;
}
.dropbox_header {
	color:#232D2E;
	font-size:30px;
	padding:13px 0 18px;
}
.simply_box {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#F4F4F4;
	margin-bottom:6px;
	padding:15px 30px 18px;
}
#popup_inactivity .buttons_sc{
	width: 100%;
	margin-top: 0px;
	padding-top: 8px;
	border: 0px none; 
}
#popup_inactivity .buttons_sc .submit_save_button {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #86B829;
	border:1px solid #6EA012;
	color:#FFFFFF;
	font-weight:bold;
	padding:7px 23px;
	position:relative;
	z-index:100;
	margin-right: 5px;
}
*:first-child+html #popup_inactivity .buttons_sc .submit_save_button{
	padding: 6px 9px;
	border: 0px none;
}
#popup_inactivity  .buttons_sc .cancel_button:hover  {
	text-decoration:underline;
}
#popup_inactivity .box_input{
	width: 270px;
}
#popup_inactivity  .buttons_sc .cancel_button {
	color:#ff423e;
	font-weight: bold;
	padding-top:11px;
}
*:first-child+html #popup_inactivity .buttons_sc .cancel_button{
	position: relative;
	top: -9px;
}
.simply_box label.label_input {
	display:block;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
	width:100%;
}
.simply_box input[type="text"], .simply_box select, .simply_box textarea {
	color:#000000;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding-bottom:2px;
	padding-top:3px;
}
.simply_box  input.box_input {
	width:421px;
	background:url("../images/input_bg.gif") repeat-x scroll 0 0 #FCFCFC;
	border:1px solid #C7C7C7;
	padding:1px;
}


/* progress */
.progress_table{
	width: 100%;
	margin-bottom: 15px;
}

.progress_table .proof_summary{
	padding: 5px;
}

.progress_table td{
	text-align: left;
}
.progress_table .progress_icons{
	float: right;
}
.progress_table .progress_details{
	color: #989E9E;
}

.progress_table .progress_stage td{
	background-color: #EEE;
	border-bottom: 1px solid #D8D8D8;
}

.progress_extend{
	padding-left:5px;
	margin-bottom: 10px;
}
body .popup-overlay{
	background: #666666 url("images/ui-bg_flat_0_454545_40x100.png") repeat scroll 50% 50%;
}

.details_container.subcontent.info_div.wide_info_box {
    width: 95%;
    margin-top: 4px;
}

.details_container.subcontent.info_div.list_info_box {
    margin-top: 4px;
}
.hover_image{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10000; 
}
.list_inline{
	cursor: pointer;
}
#show_proc_dropbox{
	display: none;
}
.buttons_process {
	margin:0 auto;
	padding-bottom:5px;
	text-align:center;
	width:100px;
	z-index:1000;
}
.buttons_sc.progress input, .buttons_sc.progress a{
	display:none;
}
*:first-child+html .copy_proof_radio{
	margin-top: -2px;
	padding: 0px;
}
.copy_proof_radio{
	margin-top: -2px\9
}