@charset "utf-8";
/* CSS Document */
/*Author : Prasanth

File :  Modified Styles For Green Template*/

/*Styles from main_menu.css*/
body {
	background:url(../images/groovepaper.png);
}
.sf-menu {
	float:	left;
	margin:	0;
	width: 100%;
	/*background: #0fdb71; /* Old browsers */
	/*background: -moz-linear-gradient(top, #0fdb71 0%, #00b659 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0fdb71), color-stop(100%, #00b659)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #0fdb71 0%, #00b659 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #0fdb71 0%, #00b659 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #0fdb71 0%, #00b659 100%); /* IE10+ */
	/*background: linear-gradient(top, #0fdb71 0%, #00b659 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fdb71', endColorstr='#00b659', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.sf-menu a {
	border-right:1px solid #edffd9;
}
.sf-menu ul a {
	border:	1px dotted #c4e8ff;
}
.sf-menu li li {
	background:		#0fdb71;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #16c46b;
}
/* Style.css */
	
	
	#top #second_top_bar {
	position: relative;
	overflow: hidden;
	padding: 5px 2% 4px;
	background-color:
	/*border-top: 1px solid #dcf0c6;  Changed the color to green*/
		background: #00b659;
	background: -moz-linear-gradient(top, #00b659 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b659), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #00b659 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #00b659 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #00b659 0%, #ffffff 100%);
	background: linear-gradient(top, #00b659 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b659', endColorstr='#ffffff', GradientType=0 );
	-webkit-box-shadow: 0 8px 26px -3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 8px 26px -3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 8px 26px -3px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#top_bar {
	border: 1px ridge #00b659;
}
.top_in {
	border: 1px solid #00b659;
}
.box .title {
	border-bottom: 1px solid #00b659;
	/*background: #0fdb71;
	background: -moz-linear-gradient(top, #0fdb71 0%, #00b659 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0fdb71), color-stop(100%, #00b659));
	background: -webkit-linear-gradient(top, #0fdb71 0%, #00b659 100%);
	background: -o-linear-gradient(top, #0fdb71 0%, #00b659 100%);
	background: -ms-linear-gradient(top, #0fdb71 0%, #00b659 100%);
	background: linear-gradient(top, #0fdb71 0%, #00b659 100%);*/
	background-color:#009448;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fdb71', endColorstr='#00b659', GradientType=0 );
}
.box .inside {/*background: #F1F9E8; border-top:none;*/
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b659), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
	border: 1px solid #009448;
}
.box_footer {
	background: #0fdb70;
	background: -moz-linear-gradient(top, #0fdb70 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0fdb70), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #0fdb70 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #0fdb70 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #0fdb70 0%, #ffffff 100%);
	background: linear-gradient(top, #0fdb70 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fdb70', endColorstr='#ffffff', GradientType=0 );/*background: #c6e1a8;border-top: 1px solid #62B206;*/
}
#footer_bar {
	border-top: 1px solid #00b659;
	/*background: #0fdb71;
	background: -moz-linear-gradient(top, #0fdb71 1%, #00b659 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0fdb71), color-stop(100%, #00b659));
	background: -webkit-linear-gradient(top, #0fdb71 1%, #00b659 100%);
	background: -o-linear-gradient(top, #0fdb71 1%, #00b659 100%);
	background: -ms-linear-gradient(top, #0fdb71 1%, #00b659 100%);
	background: linear-gradient(top, #0fdb71 1%, #00b659 100%);*/
	background-color:#009448;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fdb71', endColorstr='#00b659', GradientType=0 );
	color:#FFF;
}

 
/*FROM CHOSEN.CSS */


.chzn-container .chzn-results .highlighted { 

background: #0fdb71;border: 1px solid #00b659;
 }
 
 
/* FROM plugins/jqueryui/all/themes/base/jquery.ui.theme.css*/
.ui-widget-header { 
background: #00b659; /* Old browsers */
background: -moz-linear-gradient(top,  #00b659 0%, #649A27 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b659), color-stop(100%,#649A27)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00b659 0%,#649A27 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00b659 0%,#649A27 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00b659 0%,#649A27 100%); /* IE10+ */
background: linear-gradient(top,  #00b659 0%,#649A27 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b659', endColorstr='#649A27',GradientType=0 ); /* IE6-9 */
border: 1px solid #62b206;
}


/* FROM plugins/jqueryui/all/themes/base/jquery.ui.datepicker.css */


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

/*From jqueryuitabs*/
.ui-tabs .ui-tabs-nav { 
	border-bottom: none;
	background: #0fdb71;
	background: -moz-linear-gradient(top, #0fdb71 0%, #00b659 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0fdb71), color-stop(100%, #00b659));
	background: -webkit-linear-gradient(top, #0fdb71 0%, #00b659 100%);
	background: -o-linear-gradient(top, #0fdb71 0%, #00b659 100%);
	background: -ms-linear-gradient(top, #0fdb71 0%, #00b659 100%);
	background: linear-gradient(top, #0fdb71 0%, #00b659 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fdb71', endColorstr='#00b659', GradientType=0 );}


.ui-tabs .ui-tabs-nav li  .ui-tabs-selected, .ui-tabs-nav li.ui-tabs-selected a { /*background: #FFF;*/ color:#00b659 ; }
.ui-tabs-nav a:hover{ color:#FF0;}
.ui_tabs{border:#00b659 1px solid; border-radius:5px;}
.ui-tabs-selected .ui-state-active{ background:#FFF !important;}
.ui-state-default a{ color:#FFF;}
.ui-tabs-panel { background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b659), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
	border: 1px solid #00b659;}

.ui-tabs .ui-tabs-nav li { 
/* background: #00b659;  Old browsers */
background: -moz-linear-gradient(top,  #00b659 0%, #00b659 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b659), color-stop(100%,#00b659)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00b659 0%,#00b659 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00b659 0%,#00b659 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00b659 0%,#00b659 100%); /* IE10+ */
background: linear-gradient(top,  #00b659 0%,#00b659 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b659', endColorstr='#00b659',GradientType=0 ); /* IE6-9 */

}

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

/*From jquery.ui.theme.css*/

.ui-state-active a .ui-state-active a:link .ui-state-active a:visited { color:#FFF;/*{fcActive}*/; text-decoration: none; }
.ui-state-default a .ui-state-default a:link .ui-state-default a:visited { color: #FFF/*{fcDefault}*/; text-decoration: none; }


/* FROM css/jquery.thumbnail.css*/

#quick_task li a:hover, .activethumb{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#000;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #00b659 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #00b659));
	background: -webkit-linear-gradient(top, #ffffff 0%, #00b659 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #00b659 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #00b659 100%);
	background: linear-gradient(top, #ffffff 0%, #00b659 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00b659', GradientType=0 );
}

.inboxdetails{border:1px solid #C9E8FD; background:#00b659;}
