@charset "UTF-8";
/* CSS Document */
body {
	background:#f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#595858;
}
.clear {
	clear:both;
}
#visitor_wrapper {
	width:100%;
	min-width:1133px;
}
.sub_header {
	height:50px;
}
.sub_header h2 {
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#595858;
	margin:17px 0px 0px 27px;
	width:15%;
}
.sub_header .drop_down {
	width:138px;
	float:left;
	margin:17px 0px 0px 0px;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	
	 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #d1d1d1) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #d1d1d1 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1d1d1');
    background-color:#ffffff;
}
.sub_header .drop_down span {
	font-size:12px;
	background:url(../images/icons.png) no-repeat right -40px;
	width:91%;
}

.sub_header .drop_down div {
	margin:0px 0px 0px 0px;
}
.sub_header .drop_down ul {
	width:98.5%;
}
.sub_header code {
	width:10px;
	height:10px;
	background:#999;
	margin:5px 8px 0px 0px;
	
	border-radius:2px;
	-web-kit-border-radius:2px;
	-moz-border-radius:2px;
	display:block;
	float:left;
}

code.red {
	background:#BE0000;
	border: 1px solid #BE0000;
}
code.green {
	background:#027204;
	 border: 1px solid #027204;
}
code.lt_blue {
	background:#326EC8;
	 border: 1px solid #326EC8;
}
code.gray {
	background-color: #747474;
    border: 1px solid #747474;
}
.sub_header .status {
	float:right;
	margin:17px 30px 0px 0px;
	font-weight:bold;
	font-size:16px;
}
.sub_header .status span {
	font-weight:normal;
	font-size:14px;
	margin:0px 4px;
	padding:7px 10px;
	color:#fff;
}
.sub_header .status span.available, .sub_header .status span.unavailable  {
	background:#009933;
	color:#fff;
	border-radius:4px;
	padding:5px 7px 3px 7px;
	#line-height:26px;
}
.sub_header .status span.unavailable {
	background:#F00;
	color:#fff;
}
.visitor_holder {
	margin:0px 27px 27px 27px;
	border:1px solid #a6a6a6;
	min-width:1100px;
	min-height:270px;
	background: #ffffff url(../images/numbers_content_bg.png) 0px 0px repeat-y; 
	position:relative;
}
.visitor_holder .left_cont {
	float:left;
	margin:0px;
	min-height:270px !important;
}
/********* tab_col *******/
.left_cont .left_nav {
	float: left;
    width: 64px;
}
.left_cont .tab_col {
	width: 66px;
	float:left;
	height: 100%;
}
.tab_col li {
	width:55px;
	cursor:pointer;
}
.left_nav .tab_col .active {
	background:none;
	background-color:#ffffff;
	padding-right:5px;
	border:none;
	width:57px;
	margin-right:0px;
}
.tab_col span {
	background:url(../images/icons2.png) 17px 10px no-repeat;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:35px 0px 12px;
	display:block;
	border-bottom:1px solid #a7a7a7;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.23);
	margin-right:1px;
}
.tab_col .email span {
	background-position:17px -68px !important;
}
.tab_col .email { position:relative;}
.tab_col .email b {
	position:absolute;
	top:4px;
	right:6px;
	background:#4e7151;
	border-radius: 7px 15px;
	padding:3px;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
}
.tab_col a {
	color:#666666 ;
	text-decoration:none;
}
.tab_col .email, .tab_col .media_greetings, .tab_col .magic_page, .tab_col .setting, .tab_col .billing {
	background:url(../images/bg_left_colr2.gif) 0px 0px repeat;
}
.right_content .col1 {
	width:22%;
	float:left;
}
.right_content .email_list {
	overflow-y:scroll;
	border:1px solid #e5dfdf;
	margin-right:10px;
	min-height:260px;
}
.right_content ul.email_list li {
	border-left:3px solid #fafafa;
	padding:8px;
	border-bottom:1px solid #e5e0e0;
	margin-left:-1px;
}
.right_content ul.email_list li.active {
	border-left:3px solid #e6e6e6;
	background:#e6e6e6;
}
.right_content ul.email_list li:hover {
	border-left:3px solid #fc6800;
	cursor:pointer;
}
.right_content ul.email_list li.last {
	text-align:center;	font-weight:bold;
	font-size:13px;
	background:#efefef;
	border-left:3px solid #efefef;
	border-bottom:none;
}
.right_content ul.email_list li.last:hover {
	border-left:3px solid #f6f6f6;
	background:#f6f6f6;
}
.right_content .email_list h3 {
	font-size:13px;
	color:#828282;
}
.right_content .email_list span { 
	width:52px;
	float:left;
	font-weight:bold;
	color:#3a9800;
}
.right_content .email_list p { 
	font-weight:bold;
	margin-left:50px;
	line-height:13px;
}
.right_content .email_list ul li,
.right_content .email_list ul li:hover {
	border:none;
	padding: 0px 0px 5px;
}
.right_content .email_list ul li.name p { color:#333;}
.visitor_holder .col2 {
	width:78%;
	float:left;
}
.visitor_holder .email_outer {
	background:#e6e6e6;
	padding-right:320px;
	min-height:262px;
}
.right_content {
	padding:10px 10px 10px 7px;
	margin-left:62px;
}
/******************* Custome Drop down ***************/
.drop_down {
	position:relative;
	font-size:14px;
	cursor: pointer;
}
.drop_down div{
    background: url(../images/field_bg.png) repeat-x 0 0px;
    border: 1px solid #c7c7c7;
    height: 24px;
    padding: 0 5px 0 0;
	margin:4px 0px 15px 0px;
	
}
.drop_down span {
	line-height:24px;
	padding:0px 6px 0px 6px;
	background:url(../images/dropdown_arrow.png) no-repeat right 2px;
	width:95%;
	display:block;
}
.drop_down ul {
    display:none;
	left:0px;
	top:25px;
    width: 99%;
    z-index: 300;
	background:#fff;
	border:1px solid #b8b8b8;
	position:absolute;
	
	border-radius:0px 0px 6px 6px;
	-web-kit-border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
}
.drop_down ul li {
	padding:0px 0px 0px 5px;
	margin:0px;
	line-height:24px;
	font-size:12px;
}
.drop_down ul li:hover {
	background:#cdcdcd;
}
/****************** Global Button ******************/
.global_btn {
	line-height:24px;
	border:1px solid #ccc;
	cursor:pointer;
	padding:2px 8px;
	font-size:11px;
	font-weight:bold;
	color:#555;
	
	border:1px solid #c2c2c2;
	
	border-radius:4px;
	-moz-border-radius:4px;
	web-kit-border-radius:4px;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	
	 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #d1d1d1) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #d1d1d1 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1d1d1');
    background-color:#ffffff;
}
.red_btn, .grn_btn, .gry_btn {
	color:#fff;
	border:1px solid #BE0000;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb4d4d), color-stop(1, #be0000) );
    background:-moz-linear-gradient( center top, #fb4d4d 5%, #be0000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb4d4d', endColorstr='#be0000');
    background-color:#be0000;
	
	box-shadow:1px 1px 2px #999;
	-moz-box-shadow:1px 1px 2px #999;
	-web-kit-box-shadow:1px 1px 2px #999;
}
.grn_btn { 
	border:1px solid #027204;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #42ab44), color-stop(1, #027204) );
    background:-moz-linear-gradient( center top, #42ab44 5%, #027204 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#42ab44', endColorstr='#027204');
    background-color:#027204;
}
.gry_btn {
	border:1px solid #bebdbd;
	color:#595858;
	background: #fff url(../images/butt_bg.png) repeat-x left 5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding: 3px 10px;
	cursor:pointer;
	font-size:11px;
}

.gry_btn:hover {
	background: #f9f9f9 url(../images/butt_bg.png) repeat-x left 0px;
}
.red_btn:hover, .grn_btn:hover { 
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
}
/******* New Styles for Email *********/
#email_listener_wrapper .email_content {
	background:#e6e6e6;
	padding:20px 15px 10px;
}
#email_listener_wrapper .email_head li {
	margin-bottom:10px;
}
#email_listener_wrapper .email_head label {
	font-weight:bold;
	width:100px;
	float:left;
	padding-top:2px;
}
#email_listener_wrapper .email_head li div {
	margin-left:100px;
	line-height:16px;
}
#email_listener_wrapper .email_head li input {
	width:74%;
	box-shadow: inset 0px 2px 3px #f5f5f5;
	border:1px solid #e5e5e5;
	padding:4px 0px 4px 5px;
	color:#4a4a4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

#email_listener_wrapper .email_message {
	background:#ffffff;
	padding:15px;
	display:block;
	border:1px solid #d9d9d9;
	overflow-y:auto;
	min-height:20px;
}
#email_listener_wrapper .email_message h3 {
	margin-bottom:15px;
	font-weight:bold;
}
#email_listener_wrapper .email_message p {
	margin-bottom:15px;
	line-height:14px;
}
#email_listener_wrapper .email_message ul li {
	margin-bottom:10px;
}
#email_listener_wrapper .email_message ul li a {
	margin-right:20px;
}
#email_listener_wrapper .email_message ul li label {
	color:#c4c4c4;
	width:70px;
	float:left;
}
#email_listener_wrapper .email_message ul li p {
	margin-left:70px;
}
#email_listener_wrapper .email_message ul li ul {
	float:left;
	margin-left:13px;
}
#email_listener_wrapper .email_message ul li ul li {
	list-style:disc;
	margin-bottom:0px;
	line-height:15px;
}
#email_listener_wrapper .btn_holder {
	margin:10px 0px 0px;
}
#email_listener_wrapper .btn_holder input {
	margin:0px;
	margin-right:20px;
}
/****** email compose *****/
#email_listener_wrapper .box {
    clear: none !important;
    width: 100% !important;
}
#email_listener_wrapper #email_content {
	width:440px;
}
#email_listener_wrapper #email_content ul li {
	list-style:disc;
	padding-left:30px;
}
#email_listener_wrapper .nicEdit-main {
	background:#ffffff;
	margin:0px !important;
	padding:4px;
}
#email_listener_wrapper .box ol {
	list-style:decimal;
	padding-left:20px;
}
#email_listener_wrapper .box ul {
	list-style:disc;
	padding-left:20px;
}
#email_listener_wrapper .box ul li,
#email_listener_wrapper .box ol li { 
	padding:1px 0px;
}
#email_listener_wrapper .box input {
	margin:10px 10px 0px 0px !important;
}
#email_listener_wrapper .email_compose {
	background:#e6e6e6;
	padding:20px 20px 10px;
	overflow:hidden;
	min-height:219px;
}
#email_listener_wrapper .email_compose span {
	line-height:22px;
}
#email_listener_wrapper .nicEdit-main {
	overflow-y:auto !important;
}
#email_listener_wrapper .email_compose_act {
	display:none;
}

/********* Col3 stles **********/
#email_listener_wrapper #side_bar {
	width: 310px;
	position:absolute;
	float:right;
	top:20px;
	right:21px;
}
#email_listener_wrapper #side_bar h3 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	margin-top:2px;
}
#email_listener_wrapper #side_bar .content_container { 
	margin-bottom:10px;
}
#email_listener_wrapper #side_bar .widget .content_body {
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: dotted 1px #ccc;
	background: #f9f9f9;
	padding-bottom: 15px;
}
#email_listener_wrapper #side_bar .content_body_container {
	padding: 0px 0px 0px 15px;
	font-size: 13px;
}
#email_listener_wrapper #side_bar .content_title_bar {
	padding: 10px 15px 10px;
	font-size: 13px;
	line-height: 18px;
	border: solid 1px #ddd;
	border-bottom: none;
	border-right: solid 1px #ccc;
	color: #555;
	background: #f9f9f9;
}

#email_listener_wrapper #deal_type {
	height: 20px;
	padding: 5px 0 10px;
}
#email_listener_wrapper .horiz_ul li {
	display: block;
	float: left;
	margin: 0 2px;
	margin-right: 15px;
	border: 0px;
	color: #666;
	line-height: 18px;
}
#email_listener_wrapper .horiz_ul li input {
	position: relative;
	top: 5px;
	border: 0px;
	margin: 0 4px 0 0;
	padding: 0;
	height:22px;
}
#email_listener_wrapper .horiz_ul li label {
	cursor:pointer;
}
#email_listener_wrapper .content_title_bar h3 {
	float:left;
}
#email_listener_wrapper .content_title_bar ul.horiz_ul li {
	margin-right:0px;
	float:right;
}
#email_listener_wrapper .content_title_bar ul.horiz_ul .btn_light_end {
	height: 18px !important;
	line-height: 18px;
	background: #fff url(../images/butt_bg.png) repeat-x left 5px;
	border: solid 1px #ccc;
	border-bottom: solid 1px #aaa;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	padding: 0 6px 0;
	font-size: 9px !important;
	text-decoration: none;
	font-weight: normal !important;
	color: #555;
	margin-left: 5px;
	margin-right: 0;
}

#email_listener_wrapper .content_title_bar ul.horiz_ul .btn_light_end:hover,h1.page_title a:hover {
	background: #f3f3f3 url(../images/butt_bg.png) repeat-x left 0px;
}

#email_listener_wrapper .content_title_bar ul.horiz_ul .btn_light {
	height: 17px;
	line-height: 17px;
	font-size: 9px !important;
	font-weight: normal;
	color: #333;
	text-decoration:none;
}
#email_listener_wrapper .content_container .content_title_bar .drop_down div { width:271px; margin: 0 10px 0px 0;}
#email_listener_wrapper .content_container .content_title_bar .btn_holder input { margin-right:10px;}
#email_listener_wrapper .content_container .content_title_bar span { width:95% !important; font-size:12px;}
#email_listener_wrapper .content_container .content_title_bar ul { width:274px !important; }
#email_listener_wrapper .content_body_container ul {
	overflow-y:auto;
	margin-bottom:10px;
	border-bottom: 1px solid #CDCBCB;
	width:294px;
	overflow-x:hidden;
	min-height:92px;
}
#email_listener_wrapper .content_body_container ul li {
	border-bottom:1px solid #cdcbcb ;
	padding:15px 0px;
	font-size:12px;
	margin-right:0px;
}
#email_listener_wrapper .content_body_container ul li.last {
	border-bottom:0px;
}
#email_listener_wrapper .content_body_container ul li h3 {
	font-size:12px !important;
	padding-bottom:7px;
}
#email_listener_wrapper .content_body_container ul li p b {
	color:#2291d1;
}
#email_listener_wrapper h3.gry_txt { color:#747474; }
#email_listener_wrapper h3.gry_txt span {
	background:#cbc79e;
	float:left;
	padding:3px 6px 2px;
	margin:-3px 4px 0px 0px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}
#email_listener_wrapper .content_container ul li ul li {
	border:0px;
	padding:0px;
}
#email_listener_wrapper .content_container ul li ul li ul li {
	padding-left:10px;
}
#email_listener_wrapper .content_container .drop_down div {
	background:#ffffff;
	border-radius:5px;
	width:85px;
	margin: 0px 10px 5px 0px;
	float:left;
}
#email_listener_wrapper .content_container .large div {
	width:120px;
}
#email_listener_wrapper .content_container .large span {
	width:90% !important;
}
#email_listener_wrapper .content_container .large ul {
	width:124px !important;	
}

.content_container .drop_down span {
	width:85%;
	font-size:12px; 
	line-height:25px;
	background: url(../images/icons.png) no-repeat right -155px transparent;
}
#email_listener_wrapper .content_container .drop_down ul {
	width:105px;
}
#email_listener_wrapper .content_body_container textArea {
	width:276px;
	border:1px solid #d3d3d3;
	border-radius:5px;
}
#email_listener_wrapper input.sub_btn {
	border:1px solid #bab9b9;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3f3f3), color-stop(1, #d4d2d2) );
	background:-moz-linear-gradient( center top, #f3f3f3 5%, #d4d2d2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d4d2d2');
	background-color:#f3f3f3;
	font-size:12px;
	color:#302f2f;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	padding:4px 10px 3px !important;
	margin-right:15px;
}
#email_listener_wrapper input.sub_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d4d2d2), color-stop(1, #f3f3f3) );
	background:-moz-linear-gradient( center top, #d4d2d2 5%, #f3f3f3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d2d2', endColorstr='#f3f3f3');
	background-color:#f3f3f3;
}
#email_listener_wrapper .content_container .btn_holder span {
	text-decoration:underline;
	cursor:pointer;
}
#email_listener_wrapper .content_container input.date_field {
	width:98px;
	border:1px solid #d3d3d3;
	border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	padding:4px 5px;
	font-size:12px;
	color:#595858 !important;
	float:left;
	position:relative;
	margin:0px;
}
#email_listener_wrapper .content_container span.time {
	background:#ffffff;
	border:1px solid #d3d3d3;
	border-left:0px;
	padding:6px 7px 5px;
	float:left;
}
#email_listener_wrapper .new_task { display:none;}
#email_listener_wrapper .new_task ul {  margin-bottom:0px; overflow-y:auto; overflow-x:hidden; border-bottom:none;}
#email_listener_wrapper .new_task ul li ul {  border-bottom: 1px solid #CDCBCB; }
#email_listener_wrapper .content_title_bar .btn_holder { display:none; margin:0px;}
#email_listener_wrapper .content_title_bar .btn_holder input {
	border:1px solid #d3d3d3;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:12px;
	padding:5px 10px 4px;
	color:#555555;
	box-shadow: inset 0px 2px 3px #eee;
	-moz-shadow: inset 0px 2px 3px #eee;
	-webkit-box-shadow: inset 0px 2px 3px #eee;
	margin:0px;
}