@charset "utf-8";
/* CSS Document */

.user{ width:135px; min-height:30px; float:left; padding:5px 0 0 0;}

.usericon{ width:30px; height:15px; float:left;}

.mycol2-pad{ padding:8px 0 0 0; margin:0 0 0 0px;}

.logout-menu-img{ float:left; padding-left:10px; width:25px; height:15px;}

#topnav {
	font-size:14px;
	padding: 0;
	margin:0px 0 0;
	position: relative;
	float:left;
	
}
#topnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}
#topnav ul li {
	font-size: 14px;
	display: inline;
	padding: 0 7px;
}




#topnav ul li a {
	padding-bottom: 10px;
	color:#000;
	text-decoration:none;
}
#topnav ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000;
}
#topnav #quick_links {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 11px;
	cursor: pointer;
	margin-left: -10px;
}



#topnav #quick_links {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 11px;
	cursor: pointer;
	margin-left: -10px;
}
#quick_links .dropdown {
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0 0 10px 0 #CCCCCC;
	border:1px solid #CCC;
	padding: 0 0 4px;
	top: 21px;
	left: -10px;
	cursor: auto;
	z-index: 12;
	width: 155px;
}
#quick_links:hover {
	background: #fff;
}
#quick_links:hover .dropdown {
	display: block;
}
#quick_links .dropdown li {
	display: block;
	padding: 0;
}
#quick_links .dropdown li:hover {
	background: #fff;
}
#quick_links .dropdown li:hover a {
	color: #fff;
}
#quick_links .dropdown a {
	display: block;
	padding: 12px 10px 10px 30px;
}

.myrow{ padding:1px;}

.myrow ul{
list-style:none;
padding:0;
margin:0;	
}
.myrow ul li{
list-style:none;
padding:0;
margin:5px;
float:left;		
}

.myrow ul li a{
padding:8px;
float:left;
text-decoration:none;
background:#f1f1f1;		
}

.myrow ul li a:hover{
text-decoration:none;
background:#444444;		
}




/*form and table start*/



.add_subscribe {
	/*width: 780px;*/
	height: auto;
	margin: 0px auto;
	border: 1px solid #D9D9D9;
	padding: 0px 0px 10px 0px;
	float:left;
	margin-bottom:20px;
}
select {
	width: 180px;
	border: 1px solid #e6e6e6;
	background-color: white;
}
select[multiple], select[size] {
	height: auto;
	min-width:210px;
}
select:focus {
	outline: thin dotted #333333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.title {
	background-color: #f2f2f2;
	/* Fallback Color */
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f2f2f2));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, white, #f2f2f2);
	/* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, white, #f2f2f2);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, white, #f2f2f2);
	/* IE10 */
	background-image: -o-linear-gradient(top, white, #f2f2f2);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, white, #f2f2f2);
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #d9d9d9;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	color: #4D4D4D;
	font-weight: 600;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom:0px;
}

.title2 {
	height: 30px;
	line-height: 30px;
	padding:5px 0px;
	font-size: 14px;
	color: #4D4D4D;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom:0px;
}


.title3 {
	height: 30px;
	line-height: 30px;
	padding:5px 0px;
	font-size: 15px;
	color: #000;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom:0px;
	border-bottom:1px solid #000;
}

.title4 {
	height: 30px;
	line-height: 30px;
	padding:5px 0px 0 0px;
	font-size: 15px;
	color: #000;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	margin:6px 0 10px 10px;
	border-bottom:1px solid #000;
	float:left;
}



.form-horizontal .control-group {
	margin-bottom: 20px;
 	*zoom: 1;
}
.form-horizontal .control-group:before {
	display: table;
	content: "";
	line-height: 0;
}
.form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
 *display: inline-block;
 *padding-left: 20px;
	margin-left: 180px;
 *margin-left: 0;
}
.form-horizontal .controls:first-child {
 *padding-left: 180px;
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
	margin-top: 10px;
}
.form-horizontal .form-actions {
	padding-left: 180px;
}
.btn {
	display: inline-block;
    *display: inline;
  /* IE7 inline-block hack */
    *zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #e6e6e6;
	/* Fallback Color */
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, white, #e6e6e6);
	/* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, white, #e6e6e6);
	/* FF3.6 */
	background-image: -ms-linear-gradient(top, white, #e6e6e6);
	/* IE10 */
	background-image: -o-linear-gradient(top, white, #e6e6e6);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, white, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #f0f0f0 #f0f0f0 #e6e6e6;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #f0f0f0;
    *border: 0;
	border-bottom-color: #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 15px;
	min-width:80px;
    *margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
	behavior: url(PIE.htc); position:relative;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #ededed;
 *background-color: #e8e8e8;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
 *margin-left: 0;
}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-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.disabled, .btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	-moz-box-shadow: 0 0 0 white;
	/* FF3.5+ */
	-webkit-box-shadow: 0 0 0 white;
	/* Saf3.0+, Chrome */
	box-shadow: 0 0 0 white;
/* Opera 10.5, IE9 */ }
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button, input {
 *overflow: visible;
	line-height: normal;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
button, html input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}
input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label, select, button {
	cursor: pointer;
}
input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.form-horizontal .control-label {
	float: left;
	padding-top: 5px;
	text-align: right;
	width: 160px;
}
label {
	display: block;
	margin-bottom: 5px;
}
label, input, button, select, textarea {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
label, select, button {
	cursor: pointer;
}
controls-row [class*="span"] {
	float: left;
}
input.span12, textarea.span12, .uneditable-input.span12 {
	width: 344px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #525252;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background-color: white;
	border: 1px solid #d9d9d9;
	-webkit-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s, box-shadow linear 0.2s;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #FFFFFF;
	border-bottom-color: #D9D9D9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #D9D9D9;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #D9D9D9;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 1px;
	border-top-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1px;
	transition-delay: 0s, 0s;
	transition-duration: 0.2s, 0.2s;
	transition-property: box-shadow, box-shadow;
	transition-timing-function: linear, linear;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: #525252;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
}
/*table*/

.no-margin {
	margin: 0 !important;
}
.no-left-margin {
	margin-left: 0 !important;
}
.no-right-margin {
	margin-right: 0 !important;
}
.no-top-margin {
	margin-top: 0 !important;
}
.no-bottom-margin {
	margin-bottom: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-left-padding {
	padding-left: 0 !important;
}
.no-right-padding {
	padding-right: 0 !important;
}
.no-top-padding {
	padding-top: 0 !important;
}
.no-bottom-padding {
	padding-bottom: 0 !important;
}
.right-align-text {
	text-align: right !important;
}
.center-align-text {
	text-align: center !important;
}
.vertical-align-mid {
	vertical-align: middle !important;
}
/*table*/  
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	width: 100%;
	margin-bottom: 10px;
}
.table th, .table td {
	padding: 10px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #e0e0e0;
	}
.table th {
	font-weight: bold;
	padding: 10px;
	background: #4c4c4c; /* Old browsers */
    background: -moz-linear-gradient(top,  #4c4c4c 0%, #000000 49%, #131313 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(49%,#000000), color-stop(100%,#131313)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4c4c4c 0%,#000000 49%,#131313 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4c4c4c 0%,#000000 49%,#131313 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4c4c4c 0%,#000000 49%,#131313 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4c4c4c 0%,#000000 49%,#131313 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.table thead th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td {
	border-top: 0;
}
.table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td {
	border-top: 0;
}
.table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #d9d9d9;
}
.table .table {
	background-color: white;
}
.table td.highlight {
	background: #ebebeb;
}
.table td.highlight-even {
	/*background: #f7f7f7;*/
}
.table td.no-border {
	border-left: none;
	border-right: none;
}
.table-condensed th, .table-condensed td {
	padding: 4px 8px;
}
.table-condensed th {
	padding: 8px;
}
.table-bordered {
	border: 1px solid #e0e0e0;
	border-collapse: separate;
 *border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.table-bordered th, .table-bordered td {
	border-left: 1px solid #e0e0e0;
}
.table-bordered caption + thead tr:first-child th {
	border-top: 0;
}
.table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td {
	border-top: 0;
}
.table-bordered colgroup + thead tr:first-child th {
	border-top: 0;
}
.table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child th {
	border-top: 0;
}
.table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child {
	-webkit-border-radius: 2px 0 0 0;
	-moz-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child {
	-webkit-border-radius: 0 2px 0 0;
	-moz-border-radius: 0 2px 0 0;
	border-radius: 0 2px 0 0;
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child {
	-webkit-border-radius: 0 0 0 2px;
	-moz-border-radius: 0 0 0 2px;
	border-radius: 0 0 0 2px;
}
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child {
	-webkit-border-radius: 0 0 2px 0;
	-moz-border-radius: 0 0 2px 0;
	border-radius: 0 0 2px 0;
}
.table-bordered tfoot:last-child tr:last-child > td:last-child {
	-webkit-border-radius: 0 0 2px 0;
	-moz-border-radius: 0 0 2px 0;
	border-radius: 0 0 2px 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-radius: 0 0 2px 0;
	-moz-border-radius: 0 0 2px 0;
	border-radius: 0 0 2px 0;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child {
	-webkit-border-radius: 2px 0 0 0;
	-moz-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
}
.table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-radius: 2px 0 0 0;
	-moz-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child {
	-webkit-border-radius: 0 2px 0 0;
	-moz-border-radius: 0 2px 0 0;
	border-radius: 0 2px 0 0;
}
.table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-radius: 0 2px 0 0;
	-moz-border-radius: 0 2px 0 0;
	border-radius: 0 2px 0 0;
}
.table-striped tbody > tr:nth-child(odd) > td {
	background-color: #fafafa;
}
.table-hover tbody tr:hover td {
	background-color: whitesmoke;
}
table td[class*="span"], table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}
.row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}
.table td.span1, .table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0;
}
.table td.span2, .table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0;
}
.table td.span3, .table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0;
}
.table td.span4, .table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0;
}
.table td.span5, .table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0;
}
.table td.span6, .table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0;
}
.table td.span7, .table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0;
}
.table td.span8, .table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0;
}
.table td.span9, .table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0;
}
.table td.span10, .table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0;
}
.table td.span11, .table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0;
}
.table td.span12, .table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0;
}
.table tbody tr.success td, .table tbody tr td.success {
	background-color: #e9f6ec;
}
.table tbody tr.error td, .table tbody tr td.error {

	background-color: #fdefef;
}
.table tbody tr.warning td, .table tbody tr td.warning {
	background-color: #fefbf1;
}
.table tbody tr.info td, .table tbody tr td.info {
	background-color: #d7e8f3;
}
.table-hover tbody tr.success:hover td {
	background-color: #d3edd9;
}
.table-hover tbody tr.error:hover td {
	background-color: #f9d0cf;
}
.table-hover tbody tr.warning:hover td {
	background-color: #fdf8e8;
}
.table-hover tbody tr.info:hover td {
	background-color: #c8e0ef;
}
 
.datepicker { top: 0; left: 0; padding: 4px; margin-top: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; /*.dow { border-top: 1px solid #ddd !important; }*/ } .datepicker:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; top: -7px; left: 6px; } .datepicker:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 7px; } .datepicker > div { display: none; } .datepicker table { width: 100%; margin: 0; } .datepicker td, .datepicker th { text-align: center; width: 20px; height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .datepicker td.day:hover { background: #eeeeee; cursor: pointer; } .datepicker td.old, .datepicker td.new { color: #999999; } .datepicker td.active, .datepicker td.active:hover { background-color: #006dcc; background-image: -moz-linear-gradient(top, #0088cc, #0044cc); background-image: -ms-linear-gradient(top, #0088cc, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); background-image: -o-linear-gradient(top, #0088cc, #0044cc); background-image: linear-gradient(top, #0088cc, #0044cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] { background-color: #0044cc; } .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active { background-color: #003399 \9; } .datepicker td span { display: block; width: 47px; height: 54px; line-height: 54px; float: left; margin: 2px; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .datepicker td span:hover { background: #eeeeee; } .datepicker td span.active { background-color: #006dcc; background-image: -moz-linear-gradient(top, #0088cc, #0044cc); background-image: -ms-linear-gradient(top, #0088cc, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); background-image: -o-linear-gradient(top, #0088cc, #0044cc); background-image: linear-gradient(top, #0088cc, #0044cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0); border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] { background-color: #0044cc; } .datepicker td span.active:active, .datepicker td span.active.active { background-color: #003399 \9; } .datepicker td span.old { color: #999999; } .datepicker th.switch { width: 145px; } .datepicker th.next, .datepicker th.prev { font-size: 19.5px; } .datepicker thead tr:first-child th { cursor: pointer; } .datepicker thead tr:first-child th:hover { background: #eeeeee; } .input-append.date .add-on i, .input-prepend.date .add-on i { display: block; cursor: pointer; width: 16px; height: 16px; }

/*form and table end*/





