body {
	margin:0;
	padding:0;
	text-align: center;
	background-color: #fff;	
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#window
{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	clear: both;
}

/* HEADER */

#header
{
	width: 1000px;;
	height: 105px;
	clear:both;
	background-color:#fff;
	position:fixed;
	z-index: 1000;
}

#header .logo
{
	width: 280px;
	height: 80px;
	background: url(images/logo.jpg) no-repeat top left; /* Include logo here so we can easily switch the image on private labels*/
	float: left;
}

#header .logo_help
{
	width: 280px;
	height: 80px;
	background: url(images/logo_help.jpg) no-repeat top left; /* Include logo here so we can easily switch the image on private labels*/
	float: left;
}

#header .logo a{display:block; text-decoration: none}

#header .right_content
{
	float: right;
	width: auto;
}

#header .menu
{
	clear: both;
	width: 240px;
	float: right;
}
#header .menu .items
{
	padding: 10px;
	height: 30px;
	background-color: #E5E5E5;
	clear:both;
}

.items_resources{clear: both;background-color: #E5E5E5;color: #fff; width: 180px; height: 160px;text-align: left; padding: 0 10px;}
.items_support{clear: both;background-color: #E5E5E5;color: #fff; width: 180px; text-align: left; padding: 0 10px;}

#header .menu .items_resources a, #header .menu .items_support a 
{
	text-decoration: none;
	padding-left: 28px;
	padding-right: 5px;
	font-size: 12px;
	color: #000;
	float: left;
	margin-right: 5px;
	height: 29px;
	line-height: 29px;
}

#header .menu .items {
	text-decoration: none;
	padding-left: 20px;
	padding-right: 5px;
	font-size: 12px;
	color: #000;
	float: left;
	margin-right: 5px;
	height: 29px;
	line-height: 29px;	
}

.items_support a,  .items_resources a
{
	text-decoration: none;
	padding-left: 28px;
	padding-right: 5px;
	font-size: 12px;
	color: #000;
	float: left;
	margin-right: 5px;
	height: 29px;
	line-height: 29px;
	text-align: right;
}

.items_resources a{padding: 3px; margin: 0; height: 16px; float: none;line-height: 20px; }
.items_support a{padding: 3px; margin: 0; height: 16px; float: none;line-height: 20px; }

#header .menu a:hover{color: #686868}
#header .menu .corners
{
	clear: both;
	font-size: 1px;
	height: 4px;
	width:100%;
	background-color: #E5E5E5;
}
#header .menu .cleft, #header .menu .cright{float: left; width:5px; height:4px; font-size: 1px; background: url(images/left_grey.jpg) no-repeat top left}
#header .menu .cright{float:right; background: url(images/right_grey.jpg) no-repeat top right}

#header .greets
{
	width: 500px;
	padding-right: 10px;
	text-align: right;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	float: right;
	clear: both;
	
}
#header .greets a
{
	color: #686868;
	text-decoration: none;
	font-weight: bold;
}
#header .greets a:hover{text-decoration:underline}
/* END HEADER */

/* main content features */

#content
{
	width: 100%;
	clear: both;
}

#labels
{
	height: 30px;
	width: 234px;
	line-height: 30px;
	clear: both;
}
#labels .spacer{width: 5px; height: 30px; font-size: 1px; background-color: #fff; float: left}
#labels a, #labels .active
{
	color: #000;
	text-decoration: none;
	width: 70px;
	text-align:center;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	background: url(images/white_mask.png) no-repeat top left;
}
#labels a:hover{
	background: url(images/white_mask80.png) no-repeat top left;
}
#labels .active
{
	color: #fff;
	background: url(images/white_corners.png) no-repeat top left;
}

#panel
{
	width: 234px;
	clear: both;
	padding: 10px 0;
	color: #fff;
	text-align: left;
	font-size: 13px;
}
#panel p{padding: 10px;}
#left
{
	width: 233px;
	float: left;
	top:105px;
	position:fixed;
	background: url(images/menu_bg_left.jpg) no-repeat top left;
	height: 100%;
}
#left select{font-size: 11px;}
#scroll_events a{color: #000;}
#event_details{font-size: 11px; text-align: left; position: absolute; left: 0; top: 200px; display: none; background-color: #fff;}
#right
{
	width: 746px;
	float: right;
	margin-top:105px;
}

#right h2
{
	color: #016BC3;
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-left: 0;
	font-weight: normal;
}
#msg, #err{
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	padding: 10px;
	border: 1px solid #f2f2f2;
	background-color: #f00;
	text-align: center;
}

#msg{
	background-color: #08b403;
}

#err a
{
	color: white;
}

#msg a
{
	color: white;
}

#msgbox{width: 1000px; clear: both; margin: 0 auto; text-align: center; font-size: 11px;}
#msgbox a{color: #3387E5;}
.msgbox, .msgboxgreen{padding: 5px; margin: 20px 0 0 0; border: 1px solid #FEBE85; background-color: #FEFA85; font-size: 11px; font-weight: bold; color: #000; width:100%}
.msgboxgreen{background-color: #CCFFD2}
/* END CONTENT */

/* PAGE SPECIFIC */


/* 
 * GENERAL GRAPHS/LINKS/ELEMENTS
 * 
 */
.sbmt{display:none}
.dashboardcell .btn {color: #fff}
.btn { display: block; position: relative; font-size: 11px; font-weight:bold; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; white-space: nowrap;}
.btn * { font-style: normal; background-image: url(images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px;}
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0;}
* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; white-space: nowrap;}
.smallfont{font-size: 11px;}
.stretch{width: 100%}
#right img
{
	border: 0;
}

/* DASHBOARD */

.dashboardcell
{
	float: left;
	margin: 20px 0 0 0;
	width: 360px;
	font-size: 12px;
	color: #000;
	text-align: left;
}

.dashboardcell h3
{
	background: url(images/dashbord_line.jpg) repeat-x top left;
	height: 36px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	color: #000;
	line-height: 36px;
}
.dashboardcell h3 img
{
	background-color: #fff;
	padding-right: 5px;
	float: left;

}
.dashboardcell h3 b
{
	background-color: #fff;
	padding-right: 5px;
	float: left;
}

.dashboardcell h3 strong
{
	background-color: #fff;
	padding-right: 5px;
	float: left;
}

.dashboardcell h3 .right
{
	float: right;
	background-color: #fff;
	padding-top: 13px;
	height: 20px;
	padding-left: 5px;
}



.dashboardcell a{color: #016BC3}

.dashboardcell .itemcal
{
	width: 325px;
	height: 35px;
	margin-bottom: 10px;

}
.dashboardcell .cdate
{
	width: 40px;
	height: 35px;
	color: #016BC3;
}
.dashboardcell .wday
{
	width:100%;
	height: 13px;
}
.dashboardcell .date
{
	font-size: 22px;
	width:100%;
	height: 27px;
}
.dashboardcell .itemdesc
{

	line-height: 35px;
	height: 35px;
	
}
.dashboardcell .shrink
{
	padding-left: 40px;
}
/* LOGIN */
#login
{
	width: 379px;
	height: 244px;
	margin: 50px auto 50px auto;
	background: url(images/login.png) no-repeat bottom left;
}

#login .form , #content .formpage 
{
	margin: 0 auto;
	width: 360px;
	text-align: left;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
}
#content .formpage 
{
	color: #000;
}
#login .form .label, #login .form .input, #content .formpage .label, #content .formpage .input
{
	width: 100%;
	height: 35px;
	line-height: 35px;
}
#login .form .input1{width:100%; text-align:right}
.inp
{
	width: 358px;
	height: 25px;
	font-size: 17px;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}





/* CALENDAR */

#caltop{height: 30px; width:766px; margin-left: -20px;}
#caltop h2{padding-left: 0}
#caltop div{float: left; padding: 0 5px}
#caltop .left{float:left;}
#caltop .left div{padding: 0 5px}
#caltop .right{float: right;}
#caltop .inactiv, #caltop .activ{text-align:center; font-size: 12px; color: #000; text-decoration: none; display:block;width:60px; height:30px; line-height: 30px; background: url(images/active_tab.jpg) no-repeat top left; font-weight: bold}
#caltop .inactiv{font-weight: normal; background: url(images/inactive_tab.jpg) no-repeat top left;}

#content .header, #content .bheader, #content .header_current
{ font-weight: bold; width: 100px; height: 16px;  float:left;}
#content .header_current{background-color:#d9effe}
#content #hrow{width: 767px; height: 16px; background-color: #E1E1E1; margin-top: -5px;}
#content .scroller{width: 767px; height: 450px; overflow: auto;}
#content #cgrid{float: right}
#content #nfopanel{float: left; padding: 0 10px; text-align: left; width: 200px; font-size: 11px;}
#nfopanel h3{font-size: 12px; margin: 0 0 10px 0}
#nfopanel p{padding: 5px 0 5px 5px; border: 1px solid #ccc; background-color: #fff; color: #000}
#nfopanel p a{color: #000; display: block; text-decoration: none}
#nfopanel p a:hover{text-decoration: underline}
#cgrid{font-size: 11px; color: #000; border-bottom: 1px solid #c5c5c5; border-top: 3px solid #E1E1E1;  *margin-left: -20px; margin-top:30px;}

#content .bheader{width: 50px;}
#content .marker
{
	height: 10px;
	width: 50px;
	border-bottom: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	font-size: 10px;
}
#content .slot, .slot1, .slot2
{
	width: 99px;
	height: 10px;
	border-bottom: 1px dotted #ebebeb;
	border-left: 1px solid #c5c5c5;
	overflow: hidden;
	font-size: 1px;	
}
.slot2{border-bottom: 1px solid #e9ffd3}

#content .monthcell, #content .monthcell1
{
	width: 106px;
	height: 106px;
	border-bottom: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}
#content .monthcell1
{
	background-color: #f2f2f2;
}
#content .monthcell p{display: block; padding: 3px; text-align: left; margin: 0}
#content .monthcell a{color: #000; display: block; text-decoration: none;}
#content .monthcell a:hover{text-decoration:underline;}
#content .monthcell h4
{
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 3px;
	text-align: left;
	border-bottom: 1px solid #c5c5c5;
	background-color: #f3f8ff;
}

#content .daycol, #content .daycol1
{
	float: left;
	width: 699px;
	height: 10px;
	border-bottom: 1px dotted #c5c5c5;
	border-left: 1px solid #c5c5c5;
	text-align: left;
	font-weight: bold;
	font-size: 1px;
}
#content .daycol:hover, #content .daycol1:hover{
	text-decoration: underline;
}
#content .daycol1
{
	border-bottom: 1px solid #c5c5c5;
}
#content .header_current a, #content .header a
{
	color: #000;
	text-decoration: none;
}
#content .header_current a:hover, #content .header a:hover
{
	text-decoration: underline;
}
#content .slot1{border-bottom: 1px solid #c5c5c5;}
#content .column{width: 100px; float: left;}
#content .hcol{width: 50px; float: left}
.clearer{clear: both; font-size: 1px; height: 1px;}

#appform{display: none; position: absolute; width: 240px; height: 180px; background-color: #fff; border: 1px solid #000}
#appform{left: 300px; top: 150px;}

/*new/edit appointments for calendar*/
#new_appointment h3, #appdetails h3, #apphelp h3, #app_repeat_details h3, #monthly_dialog h3, #google_notice_dialog h3, #appdelete h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
	padding-left:5px;
	border-left: 3px solid #d9effe;
	border-bottom: 1px solid #d9effe;
	background-color: #f2f2f2;
}

#new_appointment, #appdetails, #apphelp, #editappt, #app_repeat_details, #monthly_dialog, #google_notice_dialog, #popup_notification,#appdelete
{
	width:500px;
	height:auto;
	background-color: #fff;
	border: 1px solid #000;
	display:none;
	position:absolute;
	left:0;
	top:0;
	text-align: center;
	color: #000;
	z-index: 1000;
}
#new_appointment{
	z-index: 999;
}
.appcontent
{
	width:480px;
	margin:0 auto;
	padding: 5px 0;
	text-align: left;
}

/* left cal items */

#calendar_browse
{
	width: 196px;
	height: 150px;
	clear:both;
}
#calendar_browse a{color: #fff; text-decoration: none}
#calendar_browse a:hover{color: #fff}
#calendar_browse .daycell
{
	width: 28px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #fff;
	float: left;
}

#calendar_browse .heads
{
	width: 196px;
	height: 16px;
	line-height: 16px;
}

#calendar_browse .heads .cells{width: 33%; text-align: center; float: left}

.cal_prev
{
	background:url(images/prev.jpg) no-repeat;
	width:30px;
	height:30px;
}
.cal_next
{
	background:url(images/next.jpg) no-repeat;
	width:30px;
	height:30px;
}

.month_style
{
	background-color:#feefe4;
}
.block_apointment
{
	background-color:#38c7df;
}
.block_aviable
{
	background-color:#f49e54;
}
.day_appointment
{
	background-color:FFC1C1;
}
.day_avable
{
	background-color:C8FFC1;
}
/*END CALENDAR*/

/* SYSTEM NOTICES */
#system_offline
{
	display:none;
	background-color: #f30;
	color: #fff;
	height: 20px;
	width: auto;
	position: absolute;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	padding: 0 5px;
	left: 0;
	top:0;
	z-index:1001;
}
#system_notice, #system_confirm
{
	display:none;
	width: 300px;
	height: auto;
	position:absolute;
	font-weight:bold;
	font-size: 11px;
	padding: 10px;
	left: 0;
	top: 0;
	border: 1px solid #000;
	background-color: #fff;
	z-index:1002;
}

#system_loading
{
	display:none;
	width: 300px;
	height: auto;
	position:absolute;
	font-weight:bold;
	font-size: 11px;
	padding: 10px;
	left: 0;
	top: 0;
	border: 1px solid #000;
	background-color: #fff;
	z-index:1000;
}

/******************************************************** Andrei Start **********************************************/

#content_clients
{
	padding-left: 10px;
}

#content_clients a
{
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#clientslist
{
	padding-left: 20px;
	color: black;
}

#clientslist a
{
	color: black;
	
}

#clientslist_activeclients
{
	padding-left: 20px;
}

#clientslist_activeclients a
{
	color: black;
}


#clientslist_inactiveclients
{
	padding-left: 20px;
}

#clientslist_inactiveclients a
{
	color: black;
}


#clientslist_passiveclients
{
	padding-left: 20px;
}

#clientslist_passiveclients a
{
	color: black;
}

#clientslist_prospectsclients
{
	padding-left: 20px;
}

#clientslist_prospectsclients a
{
	color: black;
}

#clientslist_buyerclients
{
	padding-left: 20px;
}

#clientslist_buyerclients a
{
	color: black;
}

.control_panel_oneline
{
	background-image: url(images/suboneline_client.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width: 174px;
	height: 220px;
}

.control_panel
{
	background-image: url(images/sub.jpg);
	width: 174px;
	height: 190px;
}

.inner_controlpanel
{	
	padding-left: 13px;
	padding-top: 6px;
}

.cpanel_ul
{
	padding: 0px;
	margin: 10px 0 0 0;
	margin-left: 30px;
	list-style-image: url(images/arrow.jpg);
	line-height: 15px;	
}

.cpanel_list 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #f56b09;
	text-decoration: underline;
} 


#profile_form
{
	margin-left: 50px;
	clear: both;
}

#profile_form .statusbox
{
	width: 500px;
	margin-bottom: 20px;
}

#profile_form .profile_left
{
	float: left;
	margin-right: 10px;  
	width: 200px;
}

#profile_form .profile_left_info
{
	float: left;
	margin-right: 10px;  
	width: 300px;
}
#profile_form .profile_left_info_email
{
	float: left;
	margin-right: 10px;  
	width: 600px;
}

#profile_form .profile_left_ex
{
	float: left;
	margin-right: 10px;  
	width: 550px;
}


#profile_form .profile label
{
	width:170px;
	text-align:left;
	display:block;
	float:right;
	margin-top: 2px;
} 

#profile_form p.profile
{
	margin:0;
	padding:2px 0;
	clear:both;
}

#profile_form .profile_ex label
{
	width:370px;
	text-align:left;
	display:block;
	float:right;
	margin-top:0px;
} 

#profile_form p.profile_ex
{
	margin:0;
	padding:2px 0;
	clear:both;
}

#appointments_list
{
	width: 870px;
}


#appointments_list .tHeader
{
	clear: both;
}

#appointments_list .tRow
{
	clear: both;
}

#appointments_list .tRowSelected
{
	height: 40px;
	background-color: #e5eaf0;
	clear: both;	
}


#appointments_list #headerCellTitle
{
	float: left;
	background-image: url(images/appointment_title_bg.jpg);
	height: 30px;
	width: 175px;	
}

#appointments_list #headerCellTitleNotes
{
	float: left;
	background-image: url(images/appointment_title_bg.jpg);
	height: 30px;
	width: 275px;	
}

#appointments_list #headerCellDate
{
	float: left;
	background-image: url(images/appointment_title_bg.jpg);
	height: 30px;
	width: 95px;
	margin-left: 10px;	
}

#appointments_list #headerCellDateTime
{
	float: left;
	background-image: url(images/appointment_title_bg.jpg);
	height: 30px;
	width: 150px;
	margin-left: 10px;	
}

#appointments_list #headerCellOptions
{
	float: left;
	background-image: url(images/appointment_title_bg.jpg);
	height: 30px;
	width: 230px;
	margin-left: 10px;	
}

#appointments_list #headerCellTime
{
	float: left;
	background-image: url(images/appointment_title_bg.jpg);
	height: 30px;
	width: 90px;
	margin-left: 10px;	
}

#appointments_list #headerCellDuration
{
	float: left;
	background-image: url(images/appointment_title_bg.jpg);
	height: 30px;
	width: 90px;
	margin-left: 10px;	
}

#appointments_list #headerCellTimer	
{
	float: left;
	background-image: url(images/appointment_title_bg.jpg);
	height: 30px;
	width: 75px;
	margin-left: 10px;	
}

#appointments_list #headerCellNote	
{
	float: left;
	background-image: url(images/appointment_title_bg.jpg);
	height: 30px;
	width: 95px;
	margin-left: 10px;	
}

#appointments_list .headerCellInside
{
	margin-top: 10px;
	margin-left: 11px;
	font-family: Arial;
	font-size: 12px;
	color: #01549a;
	font-weight: bold;
	
}

#appointments_list .bodyCellInside
{
	margin-top: 13px;
	margin-left: 11px;
	font-family: Arial;
	font-size: 12px;
	color: #6b6b6b;	
}

#appointments_list .cellTitle
{
	height: 40px;
	width: 175px;
	float: left;
}

#appointments_list .cellDate
{
	float: left;
	height: 40px;
	width: 95px;
	margin-left: 10px;	
}

#appointments_list .cellDateTime
{
	float: left;
	height: 40px;
	width: 150px;
	margin-left: 10px;	
}

#appointments_list .cellOptions
{
	float: left;
	height: 40px;
	width: 230px;
	margin-left: 10px;	
}

#appointments_list .cellTime
{
	float: left;
	height: 40px;
	width: 90px;
	margin-left: 10px;	
}

#appointments_list .cellTitleNotes
{
	height: 40px;
	width: 275px;
	float: left;
}

#appointments_list .cellDateNotes
{
	float: left;
	height: 40px;
	width: 95px;
	margin-left: 10px;	
}

#appointments_list .cellTimeNotes
{
	float: left;
	width: 90px;
	margin-left: 10px;	
}

#appointments_list .cellDuration
{
	float: left;
	height: 40px;
	width: 90px;
	margin-left: 10px;	
}

#appointments_list .cellTimer	
{
	float: left;
	height: 40px;
	width: 75px;
	margin-left: 10px;	
}

#appointments_list .cellNote	
{
	float: left;
	height: 40px;
	width: 95px;
	margin-left: 10px;	
}

#appointments_new
{	
	clear: both;
	margin-left: 50px;
}

#appointments_new p.txtLabel
{
	margin:0;
	padding:5px 0;
	clear:both;
}


#appointments_new .txtLabel label
{
	width:150px;
	text-align:left;
	display:left;
	float:left;	
	padding-top: 3px;
} 

.activeSelect
{
	width: 300px;
}

.occurrence
{
	margin-left: 100px;
}

#reccurrenceAre
{
	margin-left: 100px;
}

#mpHelpContents
{
	margin-left: 40px;
}

#mpHelpContents h1
{
	font-size: 12px; 
	margin: 0px;
	font-weight: bold;
	padding-top: 5px;
}

#mpHelpContents h2
{
	font-size: 12px; 
	margin: 0px;
	font-weight: normal;
}

#left_help
{
	width: 234px;
	float: left;
	top:105px;
	position:fixed;	

	background-color: #f7f0c8;
}

#content_helpsidebar
{
	padding-left: 10px;
	color: #2b2b2b;
	font-family: Tahoma;
	font-size: 11px;
}

#content_helpsidebar h3
{
	font-family: Tahoma;
	font-size: 14px;
	color: #0561b6;
	margin: 0px;
}

#content_helpsidebar #helpnavigator a
{
	font-family: Tahoma;
	font-size: 11px;
	color: #0561b6;
	margin: 0px;
}

.small_input {
	width: 40px;
	text-align: center;
}

.agreement-canvas {
	display: none; 
}

.mimic_button_in {
	height: 24px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/btn_right.gif) no-repeat top right;
}

.mimic_button_in a {
	color: white; 
	text-decoration: none;
	font-size: 11px; font-weight:bold;
}

#help-sidebar {
	background-image: url(images/help_bg.gif);
}

#help-sidebar-content b{
	line-heiht: 20px;
	margin: 0px;'
	padding: 0px;	
}

#help-sidebar-content {
	padding-left: 15px;	
	background-image: url(images/help_bottom.gif);
	background-repeat:no-repeat;
	background-position: left bottom;	
	
}

#help-sidebar-content h2 {
	color: #f48418;
}

#help-sidebar-content a {
	color: #016bc3;
	font-size: 12px;
	text-decoration: none;
}

#help-sidebar-content .blue {
	color: #016bc3;	
}

#help-sidebar-content ul {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	list-style: disc;	
}

#help-sidebar-content li {
	line-height: 20px;
}

#help-sidebar-content li span {
	font-size: 12px;	
}

.floatdialog {
	background-color: white; 
	position: absolute; z-index: 3000; 
	border: 1px solid #DDD; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px black; box-shadow: 0 0 10px black; outline: 0; -webkit-appearance: none; 
}

.floatdialogA {
	background-color: white; 
	position: absolute; z-index: 3000; 
	border: 1px solid #DDD; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px black; box-shadow: 0 0 10px black; outline: 0; -webkit-appearance: none; 
}

.mimicbutton {
	height: 24px;
	padding: 4px 10px;
	
	margin: 0px;
	border: 0px;	
	background: url(images/bgsimple.gif) no-repeat top left;
	font-size: 11px;
	font-weight: bold;
 	color: white; 
 	cursor: pointer;
 	border: 1px solid #999999; 
 	-moz-border-radius: 5px; 
 	-webkit-border-radius: 5px; 
 	border-radius: 5px;
	color: white !important;
	text-decoration: none !important; 	
}

.mimicbutton a {
	color: white;
	text-decoration: none;
}

.tabs .tab {	
	margin: 0px;
	border: 0px;
	padding-left: 17px;
	padding-right: 17px;
	margin-right: 3px;
	height: 55px;	
	cursor: pointer;
	float: left;
}

.tabs .on {
	background-color: white;
	box-shadow: 0px 0px 10px 3px #e5edf1 inset;
	border-radius: 5px 5px 0px 0px;
	color: #f07b14;
	font-size: 12px;
	font-weight: bold;	
}

.tabs .off {
	background-color: #d7e7eb;
	box-shadow: 0px 0px 10px 3px #c1d7df inset;
	border-radius: 5px 5px 0px 0px;
	font-size: 12px;
	color: #016bc3;
	font-weight: bold;
}

.tabcontent {
	margin-top: 2px;
	background-color: white;
	box-shadow: 0px 0px 10px 3px #e5edf1 inset;
	padding: 10px;
	min-height: 350px;
}

.radiobuttons .button {
	margin: 0px !important;
	border: 0px;
	cursor: pointer;	
	font-weight: bold;
	font-size: 12px;	
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;	
}

.radiobuttons .off {
	background-color: #efefef;
	box-shadow: 0px 0px 10px 3px #e3e3e3 inset;
	font-size: 12px;
	color: #016bc3;	
}

.radiobuttons .on {
	background-color: white;
	box-shadow: 0px 0px 10px 3px #e5edf1 inset;
	color: #f07b14;
	font-size: 12px;
	font-weight: bold;		
}

.radiobuttons .leftcorner {
	border-radius: 5px 0px 0px 5px;
}

.radiobuttons .rightcorner {
	border-radius: 0px 5px 5px 0px;
}

.actionbuttons .actionbutton {
	margin: 0px;
	border: 0px;
	padding-left: 40px;
	padding-right: 40px;
	height: 45px;	
	cursor: pointer;
	float: right;	
	color: white;
	font-weight: bold;
	font-size: 12px;	
}

.actionbuttons .orange {
	background-color: #da720d;
	box-shadow: 0px 0px 10px 10px #c06611 inset;
	border-radius: 5px 5px 5px 5px;
}

.actionbuttons .gray {
	background-color: #75716e;
	box-shadow: 0px 0px 20px 5px #5a5756 inset;
	border-radius: 5px 5px 5px 5px;
}

.actionbuttons .separator {
	height: 100px;
	background-color: #c4c4c4;
	width: 1px;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}

.actionbuttons .rightcontainer {
	float: right;
	text-align: left;
	font-size: 11px;
}

.actionbuttons .rightcontainer div {
	clear: both;
}

.actionbuttons .b_action {
	display: none;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	margin-top: 7px;
	content: "";
}

.btn-group .dropdown-toggle {
	background-image: none;	
	font-size: 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;		
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	display: inline-block;
	padding: 2px 6px;
	margin-bottom: 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	/* -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); */	
}

.btn-group .dropdown-toggle-pressed {
	background-image: none;	
	font-size: 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;		
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	display: inline-block;
	padding: 2px 6px;
	margin-bottom: 0;	
	border-radius: 4px;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);	
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group .dropdown-menu {
	display: none;
	position: absolute;
	z-index: 1000;
	display: ;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.btn-group .dropdown-menu li {
	display: list-item;
	text-align: -webkit-match-parent;
	line-height: 20px;
}

.btn-group .dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
}

.dropdown-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 1px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}

.tabcontent h4 {
	color: black !important;
}

.help-sidebar-content b{
	line-heiht: 20px;
	margin: 0px;'
	padding: 0px;	
}

.help-sidebar-content ul {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	list-style: disc;	
}

.help-sidebar-content li {
	line-height: 20px;
}

.help-sidebar-content li span {
	font-size: 12px;	
}

.button-disabled {
	opacity:0.3; 
	cursor: not-allowed !important;
}

#client-tooltip {
	background-image: url(images/client_tooltip.png);
	width: 258px; 
	height: 165px;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 3000; 
	display: none;
	color: red;
}

.client-tooltip-inner {
	text-align: left;
	margin-top: 20px; 
	margin-left: 30px;
	line-height: 25px;
}

.client-tooltip-inner a {
	color: #0066c1;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none; 
}

/* Template buttons */

.template_buttons .template_button {
	margin: 0px;
	border: 0px;
	padding-left: 20px;
	padding-right: 20px;
	height: 37px;	
	cursor: pointer;
	float: right;	
	color: white;
	font-weight: bold;
	font-size: 12px;	
	
	-moz-box-shadow: 0px 1px 1px lightgray; 
	-webkit-box-shadow: 0px 1px 1px lightgray;
	box-shadow: 0px 1px 1px lightgray; 
	
}

.template_buttons .black {
	background: #5e5e5e; /* Old browsers */
	background: -moz-linear-gradient(top, #5e5e5e 0%, #444444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#444444)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5e5e5e 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5e5e5e 0%,#444444 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5e5e5e 0%,#444444 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5e5e5e 0%,#444444 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#444444',GradientType=0 ); /* IE6-9 */

	border-radius: 5px 5px 5px 5px;	
	border: #4c4c4c 1px solid;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);	
}


.template_buttons .blue {
	background: #afe5f8; /* Old browsers */
	background: -moz-linear-gradient(top, #afe5f8 0%, #6fcef3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afe5f8), color-stop(100%,#6fcef3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #afe5f8 0%,#6fcef3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #afe5f8 0%,#6fcef3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #afe5f8 0%,#6fcef3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #afe5f8 0%,#6fcef3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe5f8', endColorstr='#6fcef3',GradientType=0 ); /* IE6-9 */

	color: #72788e;
	border-radius: 5px 5px 5px 5px;	
	border: #8dc5da 1px solid;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.template_buttons .green {
	background: #cae285; /* Old browsers */
	background: -moz-linear-gradient(top,  #cae285 0%, #a1cb58 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cae285), color-stop(100%,#a1cb58)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cae285 0%,#a1cb58 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cae285 0%,#a1cb58 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cae285 0%,#a1cb58 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cae285 0%,#a1cb58 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae285', endColorstr='#a1cb58',GradientType=0 ); /* IE6-9 */

	color: #72788e;
	border-radius: 5px 5px 5px 5px;	
	border: #adc671 1px solid;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
/******************************************************** Andrei End **********************************************/

/****************************************************** Sasha End ************************************************
Ale mele le pun in style-admin.css
*************************************************************************************/


/********************************************* ADI ***********************************/
 #footer_spacer{clear:both; height: 30px; width: 100%}
 #footer_items
 {
 	clear:both;
	margin: 20px 0 -1px -20px;
	width: 766px;
	position: relative;
	background: url(images/footer_bg.png) repeat-x top left;
	height: 200px;
	padding-top: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
 }
 
 #footer_items .boxes
 {
 	width: 22%;
	text-align: center;
	float: left;
	padding: 0 1%;
 }
 #footer_items .boxes a{text-decoration: none; color: #fff}
 
 .datep{background: url(images/calendar_picker.png) no-repeat center right; cursor:mouse; cursor:pointer; width:100px; border-width: 1px}

 
#mpHelpContents h3 
{
	background: none;
}

.trialWarning
{
	text-align: left;
	padding: 5px;
	color: rgb(243, 108, 5);
	font-weight: bold;
}
.trialWarning a
{
	color: rgb(243, 108, 5);
	font-weight: bold;
}
.addbutton, .ic-check, .ic-preview
{
	display:block;
	background:url(images/add2.png) no-repeat;
	height:30px;
	padding:5px 0 0 35px;
	text-decoration:none;
	color:#f16c04 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.ic-check, .ic-preview
{
	display:block;		
	background:url(images/ic-check.jpg) no-repeat;
	height:30px;
	padding:5px 0 0 38px;
	text-decoration:none;
	color:#8b8b8b !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.ic-preview{
	background:url(images/ic-preview.jpg) no-repeat;
}

.nounderline
{
	text-decoration:none;
}
.tables1 tr.todo_done td
{
	opacity:0.4;
	filter:alpha(opacity=40);
}
.tables1 tr.todo_overdue td
{
	color:#900;
	font-weight:bold;
}

