@charset "utf-8";
/* CSS Document */
*
{
	margin : 0;
	padding : 0;
}

body{
	/*background-color: #3A6EA5;
	background-image:url(../images/blue-swirl.jpg);
	background-repeat:repeat;*/
	width:100%;
	height:100%;
        background: -moz-radial-gradient(center, ellipse cover,  rgba(30,87,153,0) 0%, rgba(30,87,153,0.8) 15%, rgba(30,87,153,1) 19%, rgba(30,87,153,1) 20%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 80%, rgba(30,87,153,1) 81%, rgba(30,87,153,0.8) 85%, rgba(30,87,153,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(30,87,153,0)), color-stop(15%,rgba(30,87,153,0.8)), color-stop(19%,rgba(30,87,153,1)), color-stop(20%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(80%,rgba(30,87,153,1)), color-stop(81%,rgba(30,87,153,1)), color-stop(85%,rgba(30,87,153,0.8)), color-stop(100%,rgba(30,87,153,0))); /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* IE10+ */
        background: radial-gradient(ellipse at center,  rgba(30,87,153,0) 0%,rgba(30,87,153,0.8) 15%,rgba(30,87,153,1) 19%,rgba(30,87,153,1) 20%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 80%,rgba(30,87,153,1) 81%,rgba(30,87,153,0.8) 85%,rgba(30,87,153,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
select,input{
	font-size: 11px;
}
.showDesktopGraph{
	color: #FFFFFF;
    cursor: pointer;
    font-size: 19px;
    left: 365px;
	margin-top:-24px;
    text-shadow: 2px 2px 2px #CCCCCC;
}
h1.ShortCutManual{
	bottom: 40px;
    cursor: pointer;
    font-size: 25px;
    left: 548px;
    position: absolute;
    text-shadow: 2px 2px 2px #CCCCCC;
}
#click2call,.ShortCutKeyManual{
	left:100px;
	top:39px;
	position:absolute;
	height:478px;
	background:url(http://calling.bobsled.com/start/img/bg_main.jpg) no-repeat center;
	width:300px;
	box-shadow: 2px 2px 2px 0px #CCCCCC;
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
}
ul, ol {
    list-style: none outside none;
}
input#ask_request, button.submit-request{
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    width: 138px;
}
button.submit-request {
    float: right;
    height: 28px;
    width: 47px;
	font-size: 11px;
}
button#sendservicemail {
    bottom: 15px;
    position: absolute;
    right: 16px;
	box-shadow: 2px 2px 2px 0px #CCCCCC;
}
.input-query{
	font: 11px/26px tahoma,arial,verdana,sans-serif;

}
.wallpaper-tile {
    background-position: left top;
    background-repeat: repeat;
}
html, body {
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    font: 11px tahoma,arial,verdana,sans-serif;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
img, body, html {
    border: 0 none;
}
#admin-task{
	position:absolute;
	bottom:0px;
	width:100%;
	height:30px;
	background-image:url(../images/taskbuttons-panel-bg.gif);
	background-repeat:repeat;
	z-index:50;
}
#start-button{
	background-image:url(../images/Windows-Vista-Start-Button.png);
	background-repeat:repeat;
	float:left;
	width:30px;
	height:30px;
}
#task-bar{
	/*background-image:url(../images/taskbuttons-panel-bg.gif);*/
	background-repeat:repeat;
	float: left;
    margin-left: 55px;
    margin-top: 8px;
}
#start-menu{
    border: 7px solid #F7F7F7;
    border-radius: 8px 8px 0 0;
    bottom: 29px;
    display: none;
    height: 515px;
    position: absolute;
    width: 412px;
    z-index: 50;
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(124,184,231,0.7) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(99%,rgba(124,184,231,0.7)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(124,184,231,0.7) 99%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
#top-access-section{
    background: #fff;
    padding: 1px;
    height: 100%;
    margin-left: 0px;
}
#left-gadget{
	width:213px;
	height:96%;
	background-color: #006699;
/*	opacity:0.8;*/
	filter:alpha(opacity=40);
	border:thin solid #A0A0A0;
	position:absolute;
	right:0;
	top:0px;
        padding: 5px;
}
#left-gadget a{
    color: #000;
}
#left-gadget div{
	background: none repeat scroll 0 0 #FFFFFF;
	    border-radius: 5px 5px 5px 5px;
	    /* font-size: 11px; */
	    /* height: 60px; */
	    /* margin-bottom: 10px; */
}
#left-gadget ul.statuses li{

        /* position: relative; */
    border-bottom: 1px dashed #D2DADA;
    /* padding: 10px 10px 5px 10px; */
    /* list-style: none; */
    font-size: 11px;
}
#left-gadget div.dash-feedback-rating,div.dash-feedback-rating div{
    height: 8px !important;
}
#left-gadget label{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
#desktop-shorcut{
	width:20%;
	height:95%;
	position:absolute;
	top:0;
}
#desktop-graph {
    height: auto;
    left: 473px;
    position: absolute;
    top: 28px;
    width: 406px;
}
.portlet-content{
	background-color: #FFFFFF;
    border: 2px solid #A0A0A0;
    border-radius: 6px 6px 6px 6px;
    float: left;
    margin-left: 3px;
    width: 350px;
	/*height:278px;*/
	height:296px;
}
.h1text{
    background-color: #AAAAAA;
    background-repeat: repeat;
    border-radius: 6px 6px 0 0;
    color: #FFFFFF;
    font-size: 11px;
    height: 16px;
    margin-top: -1px;
    padding: 5px;
}
#infobox{
	font-size:10px;
}
#display-window {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:none;
  position:absolute;
  text-align:left;
  width:100%;
  height:95%;
  z-index:50;
  top:0;
  left:0;
}
#display-window-content {
	float: left;
    height: 85%;
    margin-left: 6px;
    overflow-y: scroll;
    width: 84%;
}
#display-window-rightmenu{
	float:left;
	width:15%;
	height:89%;
	display:block;
	/*overflow-y:scroll;*/
}
/*.maximize,.close,.minimize{
	float:right;
}*/
#show-right-panel{
    border-right: medium double #999999;
    float: left;
    height: 85%;
    width: 1%;
    cursor:pointer;
    display: none;
}
#show-right-panel img{
	position: relative;
	top: 50%;
}
.minimize-window {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3px 3px 2px 4px #CCCCCC;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-left: 14px;
    padding: 5px;
}
.window-top-bar{
	background-image:url(../images/taskbuttons-panel-bg.gif);
    background-repeat: repeat;
    color: #FFFFFF;
    font-size: 12px;
    height: 32px;
    margin-top: -1px;
    padding: 5px;
}
.window-top-bar img{
	padding-left:3px;
	float:right;
}
#window-bar{
	background-image: url("../../images/window/window-bar.png");
    background-repeat: repeat;
    height: 37px;
    margin-top: -12px;
    width: 100%;
	padding-top: 1px;
}
#p7menubar li {
	float: left;
	width: 9em;
	border: thin solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 2px 1px #CCCCCC;
}
#p7menubar li {position: relative;}

#p7menubar li {
    margin-left: 13px;
    margin-top: -6px;
    padding: 3px;
    position: static;
    width: auto;
}
#p7menubar li ul li {margin-left:0;margin-top:0;padding:3px 0; border: none;border-radius: 3px 3px 3px 3px;box-shadow: 0;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-repeat: repeat-x;
	margin-top:4px;
	margin-left:-5px;
	border-radius: 3px 3px 3px 3px;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #006699;
	text-decoration: underline;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
#p7menubar ul a:hover {
	/*background-color: #006699!important;*/
	color: #AOAOA0 !important;
}
#p7menubar {
	width: 67em;
}
#p7menubar, #p7menubar ul {
	font-family: Arial,Helvetica,sans-serif;
    list-style: none outside none;
    margin-bottom: 7px;
    margin-top: 10px;
    padding: 0;
    text-align: left;
}
#p7menubar a {
    color: #AC9079;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 20px;
    text-decoration: none;
}
#search-here{
	padding:6px;
	float:right;;
}
.txtConstData{
	width:150px;
	border-radius:3px;
        padding: 3px;
        border: thin solid;
}
.search-button{
    background-color: #003366;
    border: thin solid;
    color: #fff;
    padding: 3px 12px;
}
#lead-in-crm,#lead-followed,#last-converted,#today-followup{
	background-color: #FFFFFF;
    border: 2px solid #A0A0A0;
    border-radius: 6px 6px 6px 6px;
    float: left;
    line-height: 17px;
    margin-left: 3px;
    padding: 8px;
    width: 84%;
}
#lead-followed{
	margin-top: 33px;
}
#layoutdata {
    background-color: #FFFFFF;
    height: auto;
    padding: 10px;
    position: absolute;
    width:auto;
	border-radius:4px;
	box-shadow:3px 3px 3px 4px #CCC;
}
element.style {
    display: block;
}
#action-menu-dropdown {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 2px 3px 3px #CCCCCC;
    display: none;
    height: auto;
    padding: 5px;
    position: absolute;
    right: 59px;
    text-align: left;
    width: auto;
}
#today_follow_list{
	width:100%;
	height:160px;
	background-color:#FFF;
}
#today_follow_list p{
	background-color:#FFF;
	border-radius:5px;
	border:1px solid #333;
	margin-top:3px;
	padding:3px;
}
.lead_action_info{
	width:100%;
}
.remarks-update{
	border: 2px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 4px;
    width: 99%;
	margin-bottom:4px;
}
.send-sms{
	border: 2px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 4px;
    width: 99%;
	margin-bottom:4px;
}
.send-email{
	border: 2px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 4px;
    width: 99%;
    height: 307px;
}
.email-body-content {
    border: 2px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin-left: 7px;
    padding: 14px;
    width: 96%;
}
.attachment{
	float:right;
}
.logoff {
    background-color: #3A6EA5;
    border-radius: 40px 40px 40px 40px;
    bottom: 8px;
    padding: 2px 13px 3px 31px;
    position: absolute;
    right: 7px;
    width: 96px;
	box-shadow: 1px 2px 3px 0px #3A6EA5;
	text-shadow: 1px 1px #CCC;
	-moz-user-select:none;
    -webkit-user-select:none;
	cursor: pointer;
}
.logoff p {
    font-size: 15px;
    margin-left: 22px;
    margin-top: -27px;
    width: 100px;
    position: absolute;
}
element.style {
    display: block;
}
.logoffwindow,.loading {
    background-color: #FFF;
    display: none;
    height: 100%;
    opacity: 0.8;
    padding-top: 291px;
    position: absolute;
    text-align: center;
    width: 100%;
	top: 0;
	z-index: 50;
}
.loader {
    left: 306px;
    opacity: 0.3;
    position: absolute;
    text-align: center;
    top: 291px;
	-moz-user-select:none;
    -webkit-user-select:none;
}
.request-code{
	bottom: -2px;
    position: absolute;
    right: 0;
}
.request-code-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    bottom: 30px;
    box-shadow: 1px 2px 3px 0 #3A6EA5;
    display: none;
    min-height: 54px;
    position: absolute;
    right: 0;
    width: 200px;
	padding:10px;
	z-index: 35;
}
.reset-box-window{
	background-color: #CCC;
    height: 100%;
    opacity: 0.9;
    padding-top: 291px;
    position: absolute;
    text-align: center;
    width: 100%;
	z-index: 50;
	top: 0;
}
.reset-password-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 2px 3px 0 #3A6EA5;
    left: 507px;
    min-height: 54px;
    padding: 10px;
    position: absolute;
    top: 290px;
}
.set-date{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 2px 3px 0 #3A6EA5;
    display: none;
    left: 268px;
    min-height: 54px;
    padding: 10px;
    position: absolute;
    top: 36px;
    width: 580px;
		z-index:100;
}
.reset-password-box input{
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    width: 138px;
}
.reset-password-box #ext-gen11 {
    background-color: #00BBFF;
    color: #FFFFFF;
    font-size: 11px;
    height: 28px;
    width: 47px;
}
#tweethover {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px 0 #CCCCCC;
    font: 11px/16px tahoma,arial,verdana,sans-serif;
    padding: 5px;
    position: absolute;
	/*left:39px;*/
}
#school-tab ,#school-edit-tab{
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0;
    position: fixed;
    width: 83.6%;
}
#school-tab li,#school-edit-tab li{
    display: inline;
}
.choose-region2{
    background: none repeat scroll 0 0 #E8EDFF;
	color:#000;
	width:45.4%;
	text-align:center;
	border-radius: 5px;
}
.choose-region2 input{
	width:64px;
}
#school-tab li a.current,#school-edit-tab li a.current{
    background: none repeat scroll 0 0 #FFF;
	color:#000;
}
#school-tab li a,#school-edit-tab li a{
    background: none repeat scroll 0 0 #3A6EA5;
    border-bottom: 0 none;
    color: white;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 10px;
    margin-right: 3px;
    overflow: hidden;
    padding: 7px;
    text-decoration: none;
}
#school-tab li a,#school-edit-tab li a{
    border: thin solid #003;
    border-radius: 5px 5px 0 0;
}
.edit-tab{
	border-bottom: thin solid #CCCCCC;
    height: 26px;
    margin-top: -9px !important;
    position: relative !important;
    width: 98% !important;
}
#PaypalData #rounded-corner{
	width:100%;
}
#jqDock img{
    height: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
	margin-left:12px;
    width: 40px;
}
.edit_approve_exp{
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 3px 3px #CCCCCC;
    margin-left: 225px;
    margin-top: 15px;
    padding: 13px;
    width: 655px;
}
.alert_msg {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px 2px #CCCCCC;
    padding: 10px;
    position: absolute;
    right: 490px;
    text-align: center;
    top: 72px;
    width: auto;
}
div#top-access-section p{
	border: thin solid #CCCCCC;
    box-shadow: 2px 2px 2px #CCCCCC;
    font-size: 20px;
    margin-left: 13px;
    margin-top: 13px;
    padding: 7px;
    text-align: center;
    width: 208px;
}
div#top-access-section-menu ul{
    margin-left: 9px;
    padding: 0;
    width: 228px;
}
div#top-access-section-menu ul li{
    text-align: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border: 1px solid #CCC;
	width:200px;
	font-size: 12px;
}
div#top-access-section-menu ul li ul li{
    width:166px;
}
div#top-access-section-menu a{
	color: #003366;
        text-decoration: none;
}
div#access-section{
    position: absolute;
    right: 1px;
    top: 14px;
    width: 41%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(95,154,207,0.7) 68%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(68%,rgba(95,154,207,0.7)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(95,154,207,0.7) 68%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
div#access-section a{
	color: #003366;
}
div#access-section img{
	height: 40px;
    margin-bottom: -12px;
    margin-left: 12px;
    margin-top: 21px;
    width: 40px;
	padding-right:3px;
}
div.portlet-content-funnel{
	background-color: #FFFFFF;
    border: 2px solid #A0A0A0;
    border-radius: 6px 6px 6px 6px;
    height: auto;
    position: absolute;
    right: 224px;
    top: 28px;
    width: 238px;
}
/*******************Funnel Chart Start*********************/
					div.funnel-chart{
						margin-top:3px;
						text-align:center;
					}
					div.fchart-container{
						float:left;
					}
					div.funnel-chart {
						height:0px;
						border-left:20px solid transparent;  /* left arrow slant */
						border-right:20px solid transparent; /* right arrow slant */
						border-top:50px solid #036; /* top, add background color here */
					}
					div.funnel-chart p{
						margin-top: -52px;
						color: white;
						font-weight: bold;
						font-size: 12px;
					}
/*******************Funnel Chart End**********************/
div#new-timer{
	background-color: white;
	border: 2px solid #A0A0A0;
	border-radius: 6px 6px 6px 6px;
	height: 100px;
	position: absolute;
	right: 163px;
	top: 270px;
	width: 228px;
	padding:5px;
}
div.button-text{
	 background-color: #336699;
    border: 2px solid #A0A0A0;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 2px 2px 2px 2px #CCCCCC;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    padding: 5px;
    position: absolute;
    right: 163px;
    text-align: center;
    text-shadow: 2px 2px 2px #CCCCCC;
    top: 0px;
    width: 228px;
	cursor: pointer;
}
/*******************Sticky Start**********************/
div#sticky{
		background: url("../images/sticky.png") no-repeat scroll left top transparent;
	    height: 231px;
	    position: absolute;
	    right: 7px;
	    top: 432px;
	    width: 150px;
	}
	input#notehead{
		border: 1px solid #000000;
		background-color: transparent;
		margin-left: 3px;
    	width: 139px;
	}
	input#savenote{
		background-color: #006699;
		border: 0 none;
		float: right;
		margin-right: 6px;
		color:#FFF;
	}
	textarea#notebody{
		border: 1px solid #000000;
		background-color: transparent;
		margin-left:3px;
		resize: none;
	}
	div#sticky h2{
		border: 1px solid #CCCCCC;
		color: #999999;
		font: bold 12px Tahoma,Geneva,sans-serif;
		padding: 5px;
		width: 136px;
		margin: 0px;
	}
	div#sticky p{
		margin:0px;
		padding:5px;
		width: 138px;
	}
	a.prenote{
		bottom: 12px;
		left: 0;
		position: absolute;
	}
	span.notedate{
		bottom: 12px;
		right: 0;
		position: absolute;
		color:#999;
		font: bold 9px Tahoma,Geneva,sans-serif;
	}
	a#delSticky,a#NewSticky,a#noteRefresh{
		position: absolute;
		right: 0;
		top: -7px;
	}
/*******************Sticky End**********************/
/*******************Feedback Start*******************/
div.feedbackavg{
	border: 1px solid #CCCCCC;
    float: left;
    height: 146px;
    width: 188px;
 }
 div.feedbackratecalcluate{
	 border:1px solid #CCC;
	 float:left;
	 width:331px;
 }
 div.feedbackavg h2{
	 background-color:#CCC;
	 padding:5px;
	 margin:0;
	 text-align:center;
 }
  div.feedbackavg h1{
    margin: 25px 0 0;
    text-align: center;
    width: 100%;
	color:#000;
 }
 div.feedbackavg p{
	color: #CCCCCC;
    margin: 11px 0 0;
    text-align: center;
    width: 100%;
 }
 div.feedbackrate{
	 background-color:#369;
	 height:20px;
 }
/*******************Feedback End*******************/
div.email-head{
	background-color: #F8F8F8;
    border: 1px solid #D7D7D7;
    margin-bottom: 2px;
    padding: 5px;
    width: 98.5%;
	cursor: pointer;
}
div.email-body{
    margin-bottom: 2px;
    width: 98.5%;
}
div#todaytotalfollow{
	width: 31px;
	height: 26px;
	padding: 1px;
	font-size: 21px;
	font-weight: bold;
	color: white;
	position: absolute;
	margin-left: -28px;
	margin-top: -28px;
	background: red;
	border-radius: 100px;
	text-align: center;
	padding-top: 3px;
	cursor:pointer;
}
#toddayfollowuplead{
	display: none;
	position: absolute;
	z-index: 50;
	width: auto;
	height: 150px;
	top: 204px;
	background-color: white;
	padding: 10px;
	border-radius: 10px;
	border: 4px solid #CCC;
	left: 250px;
	overflow-x: hidden;
}
/***********************Gradient Rating************************/
#left-gadget div.dash-feedback-rating div.greenrate{
    background: #b4e391; /* Old browsers */
    background: -moz-linear-gradient(top,  #b4e391 0%, #61c419 50%, #b4e391 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */

}
#left-gadget div.dash-feedback-rating div.yellowrate{
    background: #e6f0a3; /* Old browsers */
    background: -moz-linear-gradient(top,  #e6f0a3 0%, #c3d825 52%, #dbf043 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0a3), color-stop(52%,#c3d825), color-stop(100%,#dbf043)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e6f0a3 0%,#c3d825 52%,#dbf043 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e6f0a3 0%,#c3d825 52%,#dbf043 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e6f0a3 0%,#c3d825 52%,#dbf043 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e6f0a3 0%,#c3d825 52%,#dbf043 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */
}
#left-gadget div.dash-feedback-rating div.orange{
    background: #ffb76b; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffb76b 0%, #ff7c00 51%, #ff7f04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffb76b 0%,#ff7c00 51%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffb76b 0%,#ff7c00 51%,#ff7f04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffb76b 0%,#ff7c00 51%,#ff7f04 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffb76b 0%,#ff7c00 51%,#ff7f04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
}
#left-gadget div.dash-feedback-rating div.orange2{
    background: #f29385; /* Old browsers */
    background: -moz-linear-gradient(top,  #f29385 0%, #e86c57 49%, #c72200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f29385), color-stop(49%,#e86c57), color-stop(100%,#c72200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f29385 0%,#e86c57 49%,#c72200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f29385 0%,#e86c57 49%,#c72200 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f29385 0%,#e86c57 49%,#c72200 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f29385 0%,#e86c57 49%,#c72200 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29385', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
}
#left-gadget div.dash-feedback-rating div.redrate{
    background: #cc3f3f; /* Old browsers */
    background: -moz-linear-gradient(top,  #cc3f3f 0%, #cc0000 49%, #cc3f3f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc3f3f), color-stop(49%,#cc0000), color-stop(100%,#cc3f3f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cc3f3f 0%,#cc0000 49%,#cc3f3f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cc3f3f 0%,#cc0000 49%,#cc3f3f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cc3f3f 0%,#cc0000 49%,#cc3f3f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cc3f3f 0%,#cc0000 49%,#cc3f3f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3f3f', endColorstr='#cc3f3f',GradientType=0 ); /* IE6-9 */
}
.status-update{
    display: none;
    position: fixed;
    z-index: 999999;
    background-color: #f7f7f7;
    width: 100%;
    height: 31px;
}
.status-update center{
    padding: 1px;
    font-size: 20px;
}
.colleft {
    height: 400px;
    overflow-y: scroll;
}
.col1, .col2, .col3 {
    float: left;
    padding-right: 7px;
    width: 30%;
}
/******************************* Button ********************************/
#save-html-data select{
    padding: 5px; width: 200px;
}
#save-html-data p{
    padding: 18px;
}
.button3:hover {
    background: -moz-linear-gradient(19% 65% 90deg,#0082AD, #0099CC, #0099CC 51%);
    background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#0099CC), to(#0082AD));
    color: #f1f1f1;
}
.button3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(19% 65% 90deg,#0087B4, #0099CC, #0099CC 51%);
    background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#0099CC), to(#0087B4));
    color: #f0f0f0 !important;
    float: left;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid #267ed4;
}
.subBarsmultiGraph11 {
 border-radius: 0px!important;
    font-size: 11px!important;
    padding: 1px;
    /* width: 22px!important; */
    display: inline-table;
}
