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

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.menu_settings label {
	cursor: pointer;
}
#activity_client select {
	width: 500px;
	}
#opportunity_report  select {
	width: 300px;
	}
#user_directory_page_list {
	overflow: auto;
	height: 200px;
	}
#user_directory_page_list div.group{
	padding: 5px 0 3px 0;
	}
#user_directory_page_list h3{
	cursor: pointer;
	}
#user_directory_page_list h3 img{
	vertical-align: middle;
	}
div#items_details table.input_position td {
	vertical-align:middle;
	}
.show_built_in_tpl td:hover{
	background: #EEE;
}
div.dashboard_table{
	display: none;
}
#quickSearchResultIn1 a {
	color: #223344;
}
.gain-clean-content{
    background: #FFF;
    color: #223344;
}

/* blog */

ul.show_blog {
	width: 100%;
/*	font-size: 1.1em; */
	}
div.blog_detail {
	display: none;
}
ul.show_blog a {
	color: #1D1D1D;
	}
ul.show_blog li {
	border: 1px solid #EEE;
	clear: both;
	margin-bottom: 10px;
	padding: 0 5px 5px 5px;
	}
ul.show_blog li img.user_profile_img{
	-moz-border-radius: 4px 4px 4px 4px;
	border:1px solid #E7E8E6;
	float:left;
	padding:3px;
	}

div#contentArea div.dragbox ul.show_blog li div.blog_detail table td, div#contentArea div.dragbox ul.show_blog li div.blog_detail h3, div#contentArea div.dragbox ul.show_blog li div.blog_detail table td span {
	font-size: 12px;
	}

ul.show_blog li div.blog_detail td strong {
	font-size: 12px;
	}
div.write_blog a {
	color: #0000CC;
	}
.blog_detail .ui-resizable-se, #write_blog .ui-resizable-se {
	bottom: 13px;
}
.comment_s {
	float: right;
	height: 16px;
	padding-left: 17px;
	background: transparent url('../../im/post_icons.png') bottom left no-repeat;
}
.post_tools {
	display: none;
	position: absolute;
	right: 0px; top: 24px;
	border: 1px solid #CCC;
	padding: 5px 10px;
}
.edit_by span {
	font-size: 10px;
}
.comment_no {
	font-size: 10px;
	color: #CF0000;
	font-weight: bold;
}
/* -- end blog --*/

/* show user img or logo */
.user_img, .entities_img {
	float: left;
	padding-right: 10px;
	}
.user_img img, .entities_img img {
	border: 1px solid #CCC;
	}
/* --- end show img --- */

/* calendar */
div#calendar {
	width: 700px;
	float: left;
	}
.colorwell {
    border: 2px solid #fff;
    width: 6em;
    text-align: center;
    cursor: pointer;
   }
.colorwell-selected {
    border: 2px solid #000;
    font-weight: bold;
   }
form#form_edit_calendar input[type=text] {
    background: none;
}

/* --- end calendar --- */

/* newsletter & newsletter tab */

.show_tpl_options {
	display: none;
	z-index: 2;
	position: absolute;
	padding-top: 20px;
	background: #000000;
	filter: alpha(opacity=60);
  /* CSS3 standard */
	opacity: 0.6;
	height: 245px;
/*	position:fixed; */
}
ul.tpl_options {
	padding: 0;
	margin-left: 25px;
	display: none;
	position: absolute;
	top: 20px;
	z-index: 3;
	width: 190px;
	list-style: none;
	text-align: left;
}

ul.tpl_options li {
	padding: 10px;
}
ul.tpl_options li a {
	color: #FFF;
	text-shadow: 1px 1px 4px #fff;
	font-weight: bolder;
}
.theme_list_head {
	font-style: normal;
}
table.newsletter_detail {

}
table.newsletter_detail td {
	vertical-align: top;
}
.mailing_list_active {
	color: #137000;
}
div.mailing_list_inactive {
	color: #808080;
}
div.mailing_hard_bounce {
	color: #808080;
}
div.mailing_soft_bounce {
	color: #FB5000;
}
div.mailing_list_unsubscribe {
	color: #BA0000;
}
ul.show_mailing_list {
	margin: 10px 10px 10px 20px;
}
ul.stat_schedual_date {

}
ul.stat_schedual_date li {
/*	position: relative; */
	padding-bottom: 10px;
}
span.opened_detail {
/*	position: absolute;
	left: 100px; */
	margin-left: 50px;
}
div.stat_opened_detail {
	display: none;
	margin: 10px 0 5px 20px;
}
.stat_sum_list td {
  vertical-align: top;
}
div#stats_info div.ui-widget-content a {
  color: #00418D !important;
}
/* end newsletter tab */

/* */
.note_header {
	font-weight: bold;
	color: #0070c3;

}
#sales_tax_status {
	cursor: pointer;
	vertical-align: middle;
}
a.export_xls {
	float: right;
	font-size: 10px;
	color: #00418D !important;
}
.memo_popup {
	display: none;
	position: absolute;
	background: white;
	border: 1px solid;
	padding: 3px;
	z-index: 3;
}
#sortable_address { list-style-type: none; margin: 0; padding: 0; }
#sortable_address li.ui-tabs { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 298px; height: 200px; overflow: auto;}

#ajax_form_receipts h3{
	color: #2992BD;
}

input[name=quick_search_lookup], input[name=report_search] {
	background: url('../../im/quick_search.png') #FFFFFF no-repeat scroll 2px 50% !important;
	padding-left: 25px;
}

input[name=quick_search_lookup]:hover, input[name=report_search]:hover {
	background: url('../../im/quick_search.png') #FFFFFF no-repeat scroll 1px 50% !important;
	border: 2px solid #3895BF;
	padding-left: 24px;
}

input[name=quick_search_lookup]:focus, input[name=report_search]:focus {
	background: url('../../im/quick_search.png') #FFFFFF no-repeat scroll 1px 50% !important;
	border: 2px solid #3895BF;
	padding-left: 24px;
}