/*********************************************************************************

** The contents of this file are subject to the vtiger CRM Public License Version 1.0
 * ("License"); You may not use this file except in compliance with the License
 * The Original Code is:  vtiger CRM Open Source
 * The Initial Developer of the Original Code is vtiger.
 * Portions created by vtiger are Copyright (C) vtiger.
 * All Rights Reserved.
 ********************************************************************************/


/* BLUE LAGOON  - COLOR THEME*/

body{
    font-family:  'Droid Sans', Helvetica, Arial, system;
    background-color: #fff
    
}
.small {
	font-family: 'Droid Sans', Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626061;
}

.big {
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	font-weight:bold;
}

.componentName {
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	
	border-left:1px dotted rgba(255,255,255,0.5);
	padding:10px;
}


.genHeaderBig{
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #555555;
	font-weight:bold;
}

.genHeaderSmall{
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #555555;
	font-weight:bold;
}

.moduleName {
	font-family: 'Droid Sans', Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight:bold;
}

.hdrNameBg {
	 /*background:#CFCFCF url(newimages/Background_Graphic.jpg) repeat-x; */
background: #4f94cd; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmOTRjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YmI3MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #fff 0%, #4f94cd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4f94cd), color-stop(100%,#9bb72f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #fff 0%,#4f94cd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #fff 0%,#4f94cd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #fffd 0%,#4f94cd 100%); /* IE10+ */
background: linear-gradient(to right,  #fff 0%,#4f94cd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#4f94cd',GradientType=1 ); /* IE6-8 */
     
     
}

.hdrTabBg {
	background:#ffffff url(newimages/headerbg.png) bottom repeat-x ;
	background-color:#fff;
}

.tabSelected {
	background:#E1DCB3 url(newimages/menuselected.png) repeat-x;
	background-color:#1F5EFF;
	font-family:  'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;    
    text-shadow: 0px 0px 5px #fff;
}

.tabSelected a{
	color:white;
}

.tabUnSelected {
	background: #efedd4 url(newimages/menuunselected.png) top repeat-x;
	background-color:#9BB72F;
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #4f94cd;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tabUnSelected a{
	color:#ffffff;
}

.tabUnSelected a:hover{
    text-shadow: 0px 0px 5px #fff;
}

.tabSeperator {
	
	width:1px;
}

.level2text {
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left:15px;
    padding-right:15px;
    padding-top:5px;
    padding-bottom:5px;
    font-weight:bold;
    color:white;
}

.level2text a{
	text-decoration:none;
	color:#555555;
}

.level2text a:hover {
	text-decoration:underline;
	color:#555555;
}

.level2Bg {
	background:#1F5BFF url(newimages/level2bg.png) bottom repeat-x;
	background-color:#1F5BFF;
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom:1px solid #222255;
	color:white;
}

.level2Bg a{
    color:white;
    
}

.level2Bg a:hover{
    text-shadow: 1px 1px #555555;    
 
}

.level2SelTab{
	font-weight:bold;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
    text-shadow: 1px 1px #555555;    
}

.level2UnSelTab{
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.sep1 {
	background:#999999;
}

.showPanelBg {
/*	background:url(images/showPanelTopBg.gif) repeat-x;*/
}

a {
	text-decoration:none;
	color:#3b6f9a;
}

a:hover {
	text-decoration:none;
}

.hdrLink {
	font-family: 'Droid Sans', Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color:#3b6f9a;
	font-weight:bold;
    
}

.hdrLink:hover {
	font-family: 'Droid Sans', Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	font-weight:bold;
}

.searchBox {
/*	border: 1px solid #c7c7c7;
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 16px;
	padding:2px 20px 2px 2px;
	width:200px;
	background-color:#ffffff;
    color: #acacac;
    
    background-repeat: no-repeat;*/
   
    background: #ffffff url('images/search_icon.png') 200px 10px;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    color: #888888;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    padding: 0 20px 0px 25px;   
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;     
}

.searchBox:focus {
    box-shadow: 0 0 5px #4F94CD;
    -webkit-box-shadow: 0 0 #4F94CD; 
    -moz-box-shadow: 0 0 5px #4F94CD; 
    border: 1px solid #4F94CD;
}

.searchBtn {
	border :0px #cccccc solid;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	width:30px;
	height:19px;
	background-color:#009;
	color:white;
    display: none;
}

/* List View Table classes starts  +++++++++++++++++ */

.lvt {
	background-color:#ddf;
	border:1px solid #d6e5ec;
}

.lvtBg {
}

.lvtHeaderText {
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
    height: 26px;
}

.lvtCol {
	/*border-top:1px solid #eeeeff;
	border-left:1px solid #eeeeff;
	border-right:1px solid #9999dd;*/
	border-bottom:1px solid #d6e5ec;
	background: #e5f4fb url("newimages/menuselected.png");
	font-weight:bold;
        height: 20px;
        color: #fff;
}

.calDayHour .lvtCol {
    text-align: center;
}

.lvtColData {
	background-color:#ffffff;
    background-image:url(newimages/table_bg_row1.png);
    background-repeat:repeat-x;

}

.lvtColDataHover {
	background-color:#eeefff;
    background-image:url(newimages/table_bg_row1_hover.png);
    background-repeat:repeat-x;    

}


/* List View Table classes ends --------------------------------*/

/* Detailed View classes starts +++++++++++++++++++++++ */
.dvHeaderText{
	font-family: 'Droid Sans', Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	font-weight:bold;
}

.dvInnerHeader{
	border-bottom:2px solid #4F94CD;
	padding:5px;
	background-color:#afdbff;
    color: #fff;
    background-image: url('newimages/header_bg.png');
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.dvtSelectedCell {
	border-left:2px solid #4F94CD;
	border-top:2px solid #4F94CD;
	border-right:2px solid #4F94CD;
	padding-left:20px;
	padding-right:20px;
	background-color:white;
	font-weight:bold;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;    
}

.dvtUnSelectedCell {
	border-left:2px solid #4F94CD;
	border-top:2px solid #4F94CD;
	border-right:2px solid #4F94CD;
	border-bottom:2px solid #4F94CD;
	padding-left:20px;
	padding-right:20px;
	background-color:#ffffee;
	cursor:pointer;
    color: #fff;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;    
    background-image: url('newimages/header_bg.png');
    background-repeat: repeat-x;
}

.dvtUnSelectedCell a { color: #fff;}

.dvtTabCache {
	border-bottom:2px solid #4F94CD;
}

.dvtContentSpace {
	border-left:2px solid #4F94CD;
	border-right:2px solid #4F94CD;
	border-bottom:2px solid #4F94CD;
	padding-left:0px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;    
    background-color: #fff;
}

.dvtCellLabel, .cellLabel {
	background-color:#ffffff;
    background-image: url("newimages/table_bg_row1.png");
    background-repeat: repeat-x;
	padding-right:10px;
	padding-left:10px;
    font-weight: bold;
	border-bottom:1px solid #dadaee ;
	border-top:1px solid #ffffff ;
	color:#545454;
	white-space:nowrap;
}

.dvtCellInfo, .cellInfo {
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #dadaee;
    background-color:#ffffff;
    background-image: url("newimages/table_bg_row1.png");
    background-repeat: repeat-x;    

}

.rightMailMerge {
	border:2px solid #aae;
}

.rightMailMergeHeader {
	border-bottom:1px solid #dde;
	padding:5px;
	background-color:#eef;
}

.rightMailMergeContent {
	padding:5px;
	background-color:#fafafa;
}

.detailedViewHeader {border-radius:0px;}
.detailedViewHeader:first-child {

border-top-left-radius: 6px;
}
.detailedViewHeader:last-child {
border-top-right-radius: 6px;
}

.detailedViewTextBox {
	font-family:'Droid Sans',  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626061;
	border:1px solid #bababa;
	padding:5px;
	width:90%;
	background-color:#ffffff;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;      
}

.detailedViewTextBoxOn {
/*	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border:1px solid #bababa;
	padding-left:5px;
	width:90%;
	background-color:#ffffdd;*/
    font-family:'Droid Sans',  Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4F94CD;
    box-shadow: 0 0 5px #4F94CD;
    -webkit-box-shadow: 0 0 #4F94CD; 
    -moz-box-shadow: 0 0 5px #4F94CD; 
    border: 1px solid #4F94CD;  
    padding:5px;  
    width:90%;
    border-radius: 5px;
}

.advSearch {
	padding:10px;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	overflow:auto;
	width:600px;
	height:150px;
	background-color:#ffffef;

}

.searchAlph {
	border:1px solid #dadada;
	background-color:#ffffff;
	cursor:pointer;
	width:10px
}

.searchAlphselected {
	border:1px solid #666666;
	background-color:#bbbbbb;
	cursor:pointer;
	width:10px
}

.textbox {
	border:1px solid #999999;
	background-color:#ffffff;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:120px;
	padding:2px;
}

.mx {
}

.calListTable td{
	border-bottom:1px solid #efefef;
	border-left:1px solid #efefef;
}

.calDIV {
	width:100%;
	border:1px solid #999999;
}

.calDayHour {
	border-top:1px solid #c5d5ff;
	border-left:1px solid #c5d5ff;
	border-bottom:1px solid #c5d5ff;
	border-right:1px solid #c5d5ff;
	background-color:#eae7da;
}

.calAddEvent {
	position:absolute;
	z-index:10000;
	width:500px;
	left:200px;
	top:150px;
	background-color:#ffffff;
}
.addEventInnerBox {
	border:1px dotted #dadada;
}

.cellNormal {
	border:0px;
	background-color:#ffffff;
}

.thumbnail{
    	background-color:#ffffff;
	padding: 7px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.padTab{
    	padding-top:0px;
	padding-left:10px;
	padding-bottom:0px;
	vertical-align:top;
}

#company{
    position:relative;
	width:100%;
	height:200px;
	display:block;
	background-color:#FFFFFF;
	white-space:nowrap;
	overflow:auto;
	border:1px solid #CCCCCC;
}

#user{position:relative;left:0px;top:0px;width:100%;display:block;}

#communication{position:relative;left:0px;top:0px;width:100%;display:block;}

#config{position:relative;left:0px;top:0px;width:100%;display:block;}

#userTab{position:relative;left:0px;top:0px;width:100%;display:none;}

#one{
	position:relative;
	display:block;
	width:245px;
}

#mnuTab1{
   	position:relative;
	overflow:auto;
	width:100%;
	display:none;
}

#mnuTab2{
   	position:relative;
	overflow:auto;
	width:100%;
	display:none;
}

/* End of Settings */

.bgwhite{
	background-color: #FFFFFF;
}
.copy{
	font-size:9px;
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, Sans-serif;
}

#basicTab{
	position:relative;
	overflow:auto;
	width:100%;
	display:block;
}

#moreTab{
	position:relative;
	overflow:auto;
	width:100%;
	display:none;
}

/*Added for Advance Seearch*/

/* Dashboard CSS */
a.dash_href{
	display:block;
	width:24px;height:24px;
	vertical-align:middle;
	margin-top:10px;
}

.dashHeading {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#fff;
}

.dashSelectBg{
	background-image:url(images/dashSelectBg.gif);
	background-repeat:repeat-x;
}

.dash_top{
	background-image:url(images/dashTopBg.gif);
	background-repeat:repeat-x;
	height:63px;
	vertical-align:middle;
}

.dash_border{
	background-color:#738bff;
	padding:5px;
}

.dash_white{
	background-color:#FFFFFF;
	padding:5px 10px 5px 10px;
}

.dash_bdr_btm{
	border-bottom:2px dotted #939271;
}

.dash_count{
	font-size:36px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	padding-left:10px;padding-right:10px;
}

.dash_switch{
	cursor:pointer;
	width:26px;
	height:26px;
}

.dash_row_sel{
	background-image:url(images/dash_sel_chart.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:26px;height:26px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}

.dash_row_unsel{
	background-image:url(images/dash_unsel_chart.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:26px;height:26px;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	cursor:pointer;
}

.dash_chart_btm{
	border-bottom:2px solid #000000;
}


.dash_bottom{
	background-image:url(images/dashBottomBg.gif);
	background-repeat:repeat-x;
	height:99px;
	vertical-align:middle;
}

.dash_btm{
	background-image:url(images/dash_btm_center.jpg);
	background-repeat:repeat-x;
	position:top;
}

/* clock */

.citystyle{
	position:relative;
	top:0px;
	left:0px;
	text-align:left;
}

#theClockLayer{
	position:relative;
	height:180px;
	left:20px;
	text-align:center;
}

.handsanddotsstyle{
	margin-top:10px;
	position:absolute;
	top:0px;
	left:0px;
	width:2px;
	height:2px;
	font-size:2px;
	background-color:#000000;
}

.facestyle{
	margin-top:10px;
	position:absolute;
	top:0px;
	left:0px;
	width:15px;
	height:15px;
	text-align:center;
	font-family: 'Droid Sans', arial,sans-serif;
	font-size:10px;
	color:#000000;
}

.datestyle{
	margin-top:20px;
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	text-align:center;
	font-family: 'Droid Sans', arial,sans-serif;
	font-size:10px;
	color:#000000;
}

.ampmstyle{
	margin-top:23px;
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	text-align:center;
	font-family: 'Droid Sans', arial,sans-serif;
	font-size:10px;
	color:#000000;
}

#wclock{
	position:absolute;
	left:100px;
	top:100px;
	display:none;
	background-color:#CCCCCC;
	width:175px;
}

.leftFormBorder1 {
	border: 1px solid #AFC8E4;
	background-color: #FFFFFF;
	opacity:.7;
}

/* Calculator */
.calcResult {
	width: 100%;
	height: 25px;
	background-color: #FFFFCC;/*CBDFD6*/
	border-top: 1px solid #CCC;
	border-left: 0px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 10px;
	text-align: right;
}

.calcMem {
	width: 100%;
	height: 25px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 0px;
	border-bottom: 1px solid #CCC;
	background-color: #FFFFCC;/*CBDFD6*/
	font-family: Arial;
	font-size: 10px;
	color: #BBB;
	text-align: left;
}

.calcBlackBtn, .calcGreyBtn, .calcBigBtn, .calcCancBtn, .calcMemBtn, .calcBackBtn {
	border: none;
	height: 20px;
	font-size: 11px;
	color: #FFF;
	text-align:center;
}

.calcBackBtn {
	background: url(images/calc_back_btn.gif) no-repeat;
	width:25px;
}

.calcBlackBtn {
	background: url(images/calc_black_btn.gif) no-repeat;
	width:25px;
}

.calcGreyBtn {
	background: url(images/calc_grey_btn.gif) no-repeat;
	width:25px;
}

.calcCancBtn {
	background: url(images/calc_canc_btn.gif) no-repeat;
	width:25px;
}

.calcMemBtn {
	background: url(images/calc_mem_btn.gif) no-repeat;
	width:25px;
}

#calc{
	position:absolute;
	left:100px;
	top:100px;
	background-color:#FFFFFF;
	width:185px;
	border-bottom:2px solid #000000;
	border-right:2px solid #666666;
	border-left:2px solid #CCCCCC;
	border-top:2px solid #CCCCCC;
}

/* RSS STYLES */

.subHdr{
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(images/rssHeader.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:27px;
	padding:0px 10px 0px 10px;
	vertical-align:middle;
}

.delBg{ 
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(images/rssdelete.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:27px;
	padding:0px 10px 0px 10px;
	vertical-align:middle;
}

#rssScroll{
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	width:100%;
	height:200px;
	overflow:auto;
	border:0px solid #000000;
}

.rssTable{
	width:100%;
	border:0px solid #CCCCCC;
}

.rssTable tr th{
	background-color:#00BFFF;
	text-align:left;
	border-bottom:1px solid #99F;
	border-top:1px solid #FFFFFF;
	color:#000000;
	padding-left:5px;
	padding-right:5px;
	height:20px;
}

.rssTable tr td{
	text-align:left;
	border-bottom:1px dotted #dadada;
	border-left:1px dotted #dadada;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap;
	padding:2px;
}


.forwardBg{
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(images/rssforward.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:27px;
	padding:0px 10px 0px 10px;
	vertical-align:middle;
	background-color:#D7D7D7;
}


/*  New Styles */

.mnuTab{
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:100%;
	border:0px solid #000000;
}

.mnuTab tr td{
	border-bottom:1px solid #EBEBEB;
	padding-left:5px;
	vertical-align:middle;
}

/* profile */

.prvPrfBigText {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.prvPrfTopBg {
	background-color:#ebebeb;
}

.prvPrfBottomBg {
	background-color:#ebebeb;
}

.prvPrfOutline {
	border:1px solid #ebebeb;
}

.prvPrfTexture {

}

.prvPrfHoverOn {
	background-color:#ffffef;
}

/*  Organization */

.orgTab{
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	border:0px solid #9B9B9B;
	border-collapse:collapse;
	width:100%;
}

.orgTab tr th{
	text-align:left;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	height:20px;
	padding-left:5px;
}

.orgTab tr td{
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	padding-left:5px;
	height:20px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/* Groups */
.groupli{
	margin-left:20px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	color:#333333;
	list-style-type:none;
	text-align:left;
}

/* tree menu */

/*Oraganization Edit Features */

#orgLay{
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	width:500px;
	border:3px solid #CCCCCC;
	background-color:#FFFFFF;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}

/*  Role */

#roleLay{
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	width:300px;
	border:3px solid #CCCCCC;
	background-color:#FFFFFF;
	display:none;
	position:absolute;
}

.classBtn{
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
	background-color:#DBDBDB;
	border-bottom:2px solid #999999;
	border-right:2px solid #999999;
	border-top:2px solid #F5F5F5;
	border-left:2px solid #F5F5F5;
	color:#000000;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}


.txtBox{
	width:85%;
	border:1px solid #666666;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*  IMPORT LEADS */

.leadTable{
	border:3px solid #CCCCCC;
	border-collapse:collapse;
}

.leadTable tr td{
}

.genHeaderGray{
	font-family: 'Droid Sans',  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #888888;
	font-weight:bold;
}

.genHeaderGrayBig{
	font-family:  'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	color: #888888;
	font-weight:bold;
}

.importBox{
	width:125px;
	border:1px solid #666666;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
}

.txtGreen{
	color:green;
}

/* PICK LIST */
ul li{
	padding-bottom:2px;
	padding-top:2px;
}
/* MY PREFERENCES */

/* CSS FOR REPORTS */

.reportHdr{
	background-color:#DDDDDD;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	height:30px;
	border-bottom:2px solid #959595;
	color:#000000;
	padding-left:10px;
}

#reportLay{
	width:175px;
	background-color:#CCCCCC;
	border:1px solid #DDDDDD;
	padding-top:5px;
	position:absolute;
	display:none;
	z-index:2000;
}

#locateMap{
	width:120px;
	background-color:#CCCCCC;
	border:1px solid #DDDDDD;
	padding-top:5px;
	position:absolute;
	display:none;
	z-index:2000;
}

a.reportMnu{
	font-size:11px;
	color:#0070BA;
	text-decoration:none;
	display:block;
	width:155px;
	height:20px;
	border-bottom:1px solid #E1E1E1;
	padding-left:20px;
	padding-top:3px;
}

a.reportMnu:Hover{
	font-size:11px;
	color:#0070BA;
	text-decoration:underline;
	display:block;
	width:155px;
	height:20px;
	border-bottom:1px solid #E1E1E1;
	padding-left:20px;
	padding-top:3px;
}

#Generate{
	position:relative;
	width:100%;
	text-align:center;
	display:none;
}
/* END OF REPORT */

/* WEB MAIL */
a.webMnu{
	font-size:11px;
	color:#0070BA;
	text-decoration:underline;
}

a.webMnu:Hover{
	font-size:11px;
	color:#0070BA;
	text-decoration:underline;
}

/*  END OF WEB MAIL */

/* POPUP */

a.alpha{
	font-size:11px;
	color:gray;
	text-decoration:none;
	padding-Left:5px;
	padding-right:5px;
	border:1px dotted #CCCCCC;
	background-color:#FFFFCC;
}

a.alpha:Hover{
	font-size:11px;
	color:gray;
	text-decoration:underline;
	padding-Left:5px;
	padding-right:5px;
	border:1px dotted #CCCCCC;
	background-color:#FFFFCC;
}

/* Home Page */
.MatrixLayer{
    border:2px solid #4F94CD;
    background-color:#FFFFFF;
    width:29%;
    position:relative;
    visibility:visible;
    margin:9px;
    min-height:280px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    background-image: url(newimages/dashboard_header.png) ;
    background-repeat: repeat-x;    
}

.MatrixLayer table, .MatrixLayerNew table, .MatrixLayerNew3 table{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;    
}

.MatrixLayerNew{
    border:2px solid #4F94CD;
    background-color:#FFFFFF;
    width:46%;
    position:relative;
    visibility:visible;
    margin:9px;
    min-height:310px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    background-image: url(newimages/dashboard_header.png) ;
    background-repeat: repeat-x;       
}

.MatrixLayerNew3{
    border:2px solid #4F94CD;
    background-color:#FFFFFF;
    width:30%;
    position:relative;
    visibility:visible;
    margin:9px;
    min-height:310px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    background-image: url(newimages/dashboard_header.png) ;
    background-repeat: repeat-x;       
}
.fontBold{
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.style_Gray{
	color:gray;
}

/* End of Home Page */

/* All Menu */
#allMenu{
    width:500px;
	border:4px solid #66A4D9;
	left:300px;
	top:102px !important;
	position:absolute;
	z-index:1000001;
	display:none;
	padding:10px;
	background:#ffffff url("images/blueLagoonHomeMark.png") no-repeat;
    box-shadow: 5px 5px 5px #555555;
    border-radius: 10px;
}

.allMnuTable{
    	width:100%;
/*    	background-color:#FFFFFF;*/
}

.allMnuHandle td{
    	height:20px;
	color:#FFFFFF;
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	/*background-color:#000066;*/
	cursor:move;
	padding:2px;
	border-bottom:2px solid #666666;
}

.allMnuHdr{
    	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-weight:Bold;
	font-size:11px;
	text-decoration:none;
	display:block;
	/*background-color:#FFFFFF;*/
	color:#3B6F9A;
	padding-top:5px;
	padding-bottom:5px;
}

a.allMnu{
    	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	display:block;
	width:125px;
	height:15px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
	/*background-color:#FFFFFF;*/
	/*border:1px solid #FFFFFF;*/
	color:#000033;
	margin-left:20px;
}

a.allMnu:Hover{
    	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
    	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	display:block;
	width:125px;
	height:15px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#eef;
	color:#333;
}
/* End Of All Menu */

/* Calendar */
.calHdr{
	background-image:url(newimages/menuselected.png);
	background-repeat:repeat-x;
	background-position:left top;
}

.calSel{
	background-image:url(newimages/menuunselected.png);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	width:8%;
    border-left: 1px solid rgba(0,0,0,0.25);
    border-right: 1px solid rgba(0,0,0,0.25);
}

.calAddButton {
	border: 1px solid #A5B5EF;
	background:#D6D2AB url(newimages/header_bg.png) repeat-x;
	cursor:pointer;
	height:20px;
    color: #fff;
}

.calInnerBorder {
	border-left:2px solid #4F94CD;
	border-right:2px solid #4F94CD;
	border-bottom:2px solid #4F94CD;
}

.calBorder {
	border-left: 1px solid #4F94CD;
	border-right: 1px solid #4F94CD;
	border-bottom: 1px solid #4F94CD;
	background: #fff url(images/popup.png) repeat-x;

}

.calTopRight {
	border-right: 1px solid #4F94CD;
}

.calUnSel{
	color:#000000;
	font-weight:normal;
	text-align:center;
	width:8%;
}

a.calMnu{
	font-size:11px;
	color:#0070BA;
	text-decoration:none;
	display:block;
	height:20px;
	padding-left:5px;
	padding-top:3px;
}

a.calMnu:Hover{
	font-size:11px;
	color:#0070BA;
	text-decoration:underline;
	display:block;
	height:20px;
	padding-left:5px;
	padding-top:3px;
}

#mnuTab{
	position:relative;
	width:100%;
	display:block;
}

.style1 {color: #FF0000}

.event{
	background-color:#D3EAF0;
	border:1px solid #999999;
	text-align:left;
	width:95%;
	position:relative;
	left:0px;
	top:0px;
	vertical-align:middle;
	padding:1px;
}

#hrView{
	display:block;
}

.calendarNav{
	font-size:12px;
	color:#FFFFFF;
	white-space:nowrap;
	text-align:center;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	background-image:url(images/cal_nav.gif);
	background-repeat:repeat-x;
}

#addEventDropDown{
/* 	position:absolute;
	display:none;
	width:150px;
	border:1px solid #666666;
	left:0px;
	top:0px;
	overflow:visible;
	z-index:5000; */
background-color: #4F94CD;
    box-shadow: 5px 5px 5px #555555;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 150px;
    z-index: 1000000001;
}

.calAction{
	width:175px;
	background-color:#CCCCCC;
	border:1px solid #DDDDDD;
	padding-top:5px;
	position:absolute;
	display:none;
	z-index:2000;
}

.calSettings{
	position:absolute;
	z-index:20000;
	width:500px;
	left:200px;
	top:150px;
	background-color:#ffffff;
}

.outer{
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.calTxt{
	width:50%;
	border:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding-left:5px;
}

#leadLay{
	position:relative;
	width:100%;
	float:left;
	visibility:hidden;
	padding:5px;
	z-index:10000;
}

/* End of Calendar */

/* Cal Year View */
.eventDay{
	background-color:#FF9966;
	font-weight:bold;
}

.currDay{
	background-color:#006600;
	font-weight:bold;
	text-decoration:underline;
}

.currDay a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

/* End of Cal Year View */

/* Level 2 Menu Selected*/

level2Sel{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

#DeleteLay{
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	border:3px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:5px;
}

#CurrencyDeleteLay{
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	width:350px;
}

/* For Report HTML Generation*/
.rptCellLabel {
    background-color:#f6f6f6;
	padding-right:10px;
	border-right: 1px solid #DDDDDD;
	border-bottom:1px solid #eaeaea;
	color:#737373;
	font-weight: bold;
	white-space:nowrap;
}

.rptTable {
    	border-left: 1px solid #DDDDDD;
    	border-bottom: 1px solid #DDDDDD;
    	border-top: 1px solid #DDDDDD;
}

.rptTitle, .rptHead, .rptData, .rptGrpHead{
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	text-align:left;
	font-weight: normal;
	height: 20px;
	padding: 4px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #DDDDDD;
}

.rptGrp1Total, .rptGrp2Total, .rptTotal {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 11px;
	text-align:center;
	font-weight: normal;
	background: #FFF;
	height: 20px;
	padding: 4px;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.rptGrpHead {
	background: #FFF;
    	border-bottom: 1px solid #FFF;
    	border-top: 1px solid #DDDDDD;
    	font-weight: normal;
}

.rptData {
        background: #FFF;
        font-weight: normal;
}

.rptEmptyGrp {
        background: #FFF;
        border-right: 1px solid #DDDDDD;
}

.statechange {
    position:absolute;
	visibility:hidden;
	left:10px;
	top:20px;
	width:300px;
	border:3px solid #CCCCCC;
	background-color:#FFFFFF;
}

#PopupLay{
    position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	width:500px;
	border:3px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:5px;
	display:none;
	left:100px;
	top:100px;
}

#folderLay{
    width:175px;
	background-color:#CCCCCC;
	border:1px solid #DDDDDD;
	padding-top:5px;
	position:absolute;
	display:none;
}

/* Css for quick Create */

.qcTransport{
	background-color:#d5d6ff;
}

#role_popup{
        position:relative;
        left:0px;
        top:0px;
        width:95%;
        height:300px;
        overflow:auto;
        border:1px solid #999999;
        text-align:left;
        background-color:#FFFFFF;
}

.unread_email {
	font-weight:bold;
        background-color:#00FF00;
}

/* MY SITES */

.unread_email:hover {
	font-weight:bold;
}

.qualify_email {
	font-weight:bold;
	background-color:#FF7F50;
}

.delete_email {
	font-weight:bold;
        background-color:#FF5151;
}

.tagCloud {
    	border:1px solid #aaf;
}

.tagCloudTopBg {
    	background: url(images/tagCloudBg.gif) repeat-x;
}

.tagCloudDisplay {
    background-color:#fff;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

.h2 {
	font-size:18px;
	line-height:20px;
}

.gray {
	color:gray;
}

ul {
	list-style:circle;
	line-height:20px;
	padding-left:5px;
	margin-left:20px;
	font-weight:normal;

}

.tagCloudTopBg {
	background-image: url(images/tagCloudBg.gif);
	background-repeat: repeat-x;
}

.tagCloudDisplay {
	background-color:#fff;
	padding:5px;
}

.heading2 {
	font-family:  'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight:bold;
	color: #000000;
}

.settingsUI {
	text-align:left;
	background-color:#fff;
	/*background: transparent url(images/popup.png) repeat-x;*/
	border:2px solid #4F94CD;
    -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.settingsTabHeader {
	text-align:left;
	font-family:  'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
	font-weight:bold;
	color:#ddf;
	background: url("newimages/level2bg.png") repeat-x scroll center top #1F5BFF;
	background-repeat: repeat-x;
	padding: 3px 10px 3px 10px;
    
}

.settingsTabList {
	text-align:left;
	font-family:  'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	font-weight:normal;
	color:#000000;
	background-color:#efefff;
	padding-left:30px;
	border-top:1px solid #fff;
	border-bottom:1px solid #99a;
	border-right:1px solid #99a;
	border-left:1px solid #fff;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.settingsTabSelected {
	text-align:left;
	font-family:  'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	font-weight:bold;
	color:#000000;
	background-color:#ffffff;
	padding-left:30px;
	border-left:2px solid #ddf;
	border-bottom:2px solid #ddf;
	border-top:2px solid #ddf;
}

.settingsSelectedUI {
	padding:10px;
	background:url(newimages/footer_bg.png) repeat-x;
/*	background-color:#ffffff;*/
}

.settingsIconDisplay {
	font-family:  'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	padding:10px;
	color:#000000;
	background-color:#ffffff;
	padding-left:10px;
}

.settingsSelUITopLine{
	border-bottom:2px dotted #999999;
}

.tableHeading{
	background-color:#ffffff;
	border-bottom:2px solid #555599;
}

.colHeader{
	background-color:#ddf;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaf;
	border-bottom:1px solid #aaf;
	font-weight:bold;
}

.cellLabel {
	background-color:#f5f5ff;
	border-top:1px solid #efefef;
	border-bottom:1px solid #dadada;
	color:#555555;
}

.cellText {
	color:#333333;
	border-bottom:1px solid #dadada;
}

.listTable{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.listTableRow{
	border-bottom:1px solid #eaeaea;
	border-right	:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}

.listRow{
	border-bottom:2px solid #eaeaea;
}

.listTableTopButtons{
	background-color:#efefff;
	background: transparent url(images/popup.png) repeat-x;
}

/*  Buttons */
.crmButton{
/*	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-right:1px solid #555555;
	border-bottom:1px solid #555555;*/
}

.create{
	background-color:#0000CD;
	color:#fff;
	font-weight:bold;
    margin-bottom: 10px;
}

.delete {
    border: none;
    -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
    box-shadow:inset 0px 1px 0px 0px #f5978e;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
    background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color:#f24537;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    display:inline-block;
    color:#ffffff;
    font-family: 'Droid Sans', arial;
    font-size:15px;
    font-weight:bold;
    padding:4px 6px;
    text-decoration:none;
    text-shadow:1px 1px 0px #810e05;
}

.delete:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
    background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
    background-color:#c62d1f;
}.delete:active {
    position:relative;
    top:1px;
}
.edit, .create {
    border:none;
    -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color:#79bbff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    display:inline-block;
    color:#ffffff;
    font-family: 'Droid Sans', arial;
    font-size:15px;
    font-weight:bold;
    padding:4px 6px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528ecc;
}
.edit:hover, .create:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color:#378de5;
}.edit:active, .create:active {
    position:relative;
    top:1px;
}

.save{
    border:none;
    -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color:#79bbff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    display:inline-block;
    color:#ffffff;
    font-family: 'Droid Sans', arial;
    font-size:15px;
    font-weight:bold;
    padding:4px 6px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528ecc;
}

.save:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color:#378de5;
}.save:active {
    position:relative;
    top:1px;
}

.cancel {
    border: none;
    -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
    box-shadow:inset 0px 1px 0px 0px #f5978e;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
    background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color:#f24537;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    display:inline-block;
    color:#ffffff;
    font-family:'Droid Sans', arial;
    font-size:15px;
    font-weight:bold;
    padding:4px 6px;
    text-decoration:none;
    text-shadow:1px 1px 0px #810e05;
}

.cancel:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
    background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
    background-color:#c62d1f;
}.cancel:active {
    position:relative;
    top:1px;
}

.inactive{
	color:#999999;
}

.active{
	color:#229922;
}

/* Buttons ends */
textarea {
	width:95%;
	height:70px;
	border:1px solid #dadada;
}

.treeTable1{
	padding:0px;
}

.cellBottomDotLine {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color:#ededed;
}

.crmFormList{
	border:1px solid #cccccc;
	width:90%;
	height:120px;
}

.cellBottomDotLinePlain {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.thickBorder {
	border: 2px solid #999999;
}

.trackerHeading {
	background-color:#efefef;
}

.trackerListBullet {
	border-right:1px dotted #cccccc;
	background-color:#f9f9f9;
}

.trackerList {
	border-bottom:1px solid #eeeeee;
}

/* Table Definitions */
.crmTable {
	border:1px solid #dadada;
}

.crmTableRow {
	border-bottom:1px dotted #dadada;
	border-right:1px dotted #dadada
}

/* Inventory */
.lineOnTop {
	border-top:1px solid #999999;
}

.discountUI{
	border:3px solid #CCCCCC;
	width:250px;
	padding:5px;
	position:absolute;
	background-color:#FFFFFF;
	display:none;
}

.TaxShow{
	display:inline-table;
}

.TaxHide{
	display:none;
}

/* Inventory */

/* Email Client Classes ++++++++++++++++++++++ */

.emailSelected{
	background-color:#eaeaea;
	color:#000000;
	font-size:bold;
}


.mailClient{
	border:2px solid #6565ee;
}

.mailClientBg {
	background-color:#efefff;
	background: transparent url(images/popup.png) repeat-x;
}

.mailSubHeader {
	background:#b4b8ff url(images/mailSubHeaderBg.gif) repeat-x;
	padding:4px;
}

.mailClientWriteEmailHeader {
	font-family:'Droid Sans', arial, helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	background:#e0dbb0 url(images/mailSubHeaderBg.gif) repeat-x;
	padding:10px;
	border-left:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	border-right:1px solid #939271;
	border-left:1px solid #939271;;
}

.mailClientCSSButton {
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:2px;
	background-color:#c3c2b1;
}

/* Email Client Classes ends ------------------------------------ */

/* Layer Popup */
.layerPopup {
	border:3px solid #66A4D9;
	background: #fff url(images/popup.png) repeat-x;
	position:absolute;
}

.layerPopupHeading {
	font-family: 'Droid Sans', arial, helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}

.layerHeadingULine {
	border-bottom:2px solid #717351;
}

.layerPopupTransport {
	background-color:#fff;
	clear: both;
	margin-top: 30px;
}

.homePageSeperator {
	border-right:1px dotted #959486;
}

.homePageMatrixHdr {
	border-bottom:1px solid #93c5ef;
    color:#fff;
    
/*    background-color: #93c5ef;*/
}

.reportsListTable {
	background-color:white;
	border-left:1px solid #a3a29f;
	border-right:1px solid #a3a29f;
	border-bottom:1px solid #a3a29f;
}

.reportGenerateTable{
	background: transparent url(images/popup.png) repeat-x;
	border-left:2px dotted #4F94CD;
	border-right:2px dotted #4F94CD;
	border-bottom:2px dotted #4F94CD;
}

.reportCreateBottom{
	background-color:#ddf;
	border-bottom:2px solid #737251;
}

.importLeadUI{
	/*background:#fffff5 url(images/select.gif) ; */
	background-color:white;
}

a.customMnu{
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	background-repeat:no-repeat;
	background-position:left;
	width:155px;
	color:#000000;
	text-decoration:none;
}

a.customMnuSelected{
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	background-repeat:no-repeat;
	background-position:left;
	width:155px;
	background-color:#0099FF;
	color:#FFFFFF;
	text-decoration:none;
}

/* Drop Down Menu */
.drop_mnu{
    position:absolute;
	left:0px;
	top:0px;
	z-index:1000000001;
/*	border-left:1px solid #4f94cd;
	border-right:1px solid #4f94cd;
	border-bottom:1px solid #4f94cd;*/
	width:150px;
	display:none;
	padding:0px;
	text-align:left;
	overflow-x:hidden;
	overflow-y:hidden;
	background-color:#4f94cd;
    -moz-box-shadow: 5px 5px 5px #555;
    -webkit-box-shadow: 5px 5px 5px #555;
    box-shadow: 5px 5px 5px #555;    
}

a.drop_down{
    width:150px;
	text-align:left;
	font-family:  'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:20px;
	font-weight:normal;
	color:#FFF;
	background-color:#4f94cd;
	padding:2px 5px 2px 5px;
	/*border-top:1px solid #fff;*/
	border-bottom:1px solid #4f94cd;
	display:block;

}

a.drop_down:Hover{
    padding:2px 5px 2px 5px;
	width:150px;
	text-align:left;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	background-color:#7bb4e3;
    text-shadow: 1px 1px #555;
    background: url("newimages/level2bg.png") repeat-x scroll center bottom #7bb4e3;
}

.bgwhite{
	background-color:white;
}

.searchUIBasic {
	background: transparent url(images/popup.png) repeat-x;
	border:2px solid #4F94CD;
}

.searchUIAdv1{
	background: transparent url(images/popup.png) repeat-x;
	border-top:2px solid #4F94CD;
	border-left:2px solid #4F94CD;
	border-right:2px solid #4F94CD;
}

.searchUIAdv2{
	background: transparent url(images/popup.png) repeat-x;
	border-left:2px solid #4F94CD;
	border-right:2px solid #4F94CD;
}

.searchUIAdv3{
	background: transparent url(images/popup.png) repeat-x;
	border-bottom:2px solid #4F94CD;
	border-left:2px solid #4F94CD;
	border-right:2px solid #4F94CD;
}

/* Recalculate Disabling Window */

.veil{
   	background: transparent url(images/popup.png) repeat-x;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 10000;
	Filter: Alpha(opacity = 70);
	-moz-opacity: 0.7;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}

.veil_new{
   	background: transparent url(images/popup.png) repeat-x;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 50000;
	Filter: Alpha(opacity = 70);
	-moz-opacity: 0.7;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}

.optioncontainer{
    vertical-align: middle;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 90000;
}

.options{
    vertical-align: middle;
	margin-left: 25%;
	margin-top: 16%;
	color: #FFFFFF;
	width:650px;
	background-color: Black;
	border: 2px solid #222;
    position: relative;
	text-align: left;
    z-index: 80000;
}

.options h2{
	color: White;
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #373D4C;
	margin: 0;
	font-weight: normal;
}

/* Recalculate Disable Ends */
.mailSelected {
	font-family:  'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}

.mailSelected_select {
	background-color:#A1B4FC;
	font-family:  'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}

.groupname{
	width:125px;
}

.winmarkModulesdef{
	background-image:url(images/blueLagoonHomeMark.png);
	background-position:top left;
   	background-repeat:no-repeat;
}

/*added for the hanlder of the div in the home page */
.headerrow{
	cursor:move;
}
.repBox{
        width:100px;
        border:1px solid #666666;
        font-family: 'Droid Sans', Arial, Helvetica, sans-serif;d
        font-size:11px;
}
.warning {
        color: #0000CD; /* Same as the background-color of .create Class */
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.bubble{
    padding: 10px;
    background-color:#e7e7e7;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
}

.bubble div{
    padding: 10px;
}

#searchbox{
    position: fixed;
    right: 10px;
    z-index: 2000;
    padding: 10px;
    background-color:#e7e7e7;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;      
    margin-top: 20px;
    width: 226px;
    
box-shadow: 5px 5px 5px #888888;
}

.messageBoxError, .messageBoxWarning, .messageBoxSuccess, .messageBoxInfo, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.messageBox {
color: #14699B;
background-color: #A2CEE8;
background-image: url('images/info.png');
}
.messageBoxInfo {
color: #14699B;
background-color: #A2CEE8;
background-image: url('images/info.png');
}
.messageBoxSuccess {
color: #38600C;
background-color: #DFF2BF;
background-image:url('images/success.png');
}
.messageBoxWarning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('images/warning.png');
}
.messageBoxError{
color: #D8000C;
background-color: #FFBABA;
background-image: url('images/error.png');
}

#loginBoxWrapper{
    width: 500px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    box-shadow: 0px 0px 15px 5px rgba(181, 181, 181, .75);
    border-radius: 6px;
}

#loginBoxContent{
    padding: 20px;
}

.loginLabel{
    width: 100px;
    float: left;
    text-align: left;
    line-height: 40px;
    color: #545454;
    margin-bottom: 10px;
}

.loginBox{
    width: 320px;
    float: right;
    height: 40px;
    margin-bottom: 10px;
    position: relative;
}

.loginBox input{
            background: url('newimages/table_bg_row1.png') repeat-x;
            color: #888;
            border: 1px solid #ccc;
            font-weight: bold;
            font-size: 15px;
            width: 270px;
            height: 35px;
            padding: 0 25px;
            background-color: #fff;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
}

.clear{
    clear: both;
}

.loginBoxSignIn{
    float: right;
}

#loginBoxContent h1{
    text-align: left;
    color: #545454;
    font-size: 28px;
    line-height: 24px;
    border-bottom: 1px dotted rgba(181, 181, 181,1);
}

#formMessage {
    position: absolute;
    border-bottom: 1px solid;
    border-color: #D8000C;
    background-color: #FFBABA;
    display: none;
    width: 100%;
}

#formMessageContent {
    color: #D8000C;
    z-index: 20;
    background-image: url('images/error.png');
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 500px;
    margin: auto;
}

#formMessageLogin {
    position: absolute;
    border-bottom: 1px solid;
    border-color: #4F8A10;
    background-color: #DFF2BF;
    display: none;
    width: 100%;
}

#formMessageLoginContent {
    color: #4F8A10;
    z-index: 20;
    background-image: url('images/login_loader.gif');
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 500px;
    margin: auto;
}

table .small {
    font-size: 14px;
}

table .small tr {
    height: 40px !important;
}

table .small .tabSelected, table .small .tabUnSelected {
   height: 25px;
}

#headerLogo {
    margin-left: 50px;
}


.headerRight {
    color: #fff;
}

.headerRight a{
   text-shadow: 0 0 5px #FFFFFF;
}

.lvtBg  .small tr {
    height: 25px !important;
    font-size: 12px;
}

.editId {
    color: #1769AD;
}

.small .calHdr tr { 
    height: 25px !important;
}

.calHdr a {
    color: #fff;
}

.lvtColData a, .lvtColDataHover a {
    color: #3B6F9A;
}