/*  change the items below to modify the sites theme */
#header { background: #004175; }                       /* site header background */
#site_header {  background: #004175; }                 /* header background */
#site_nav { } /* navagation background */
#site_nav_wrapper {
	width:100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	background: #004175;
	} /* navagation background */
/*#tabs li a { background: #246499; }                    /* non selected tab background */
#tabs li a:link, #tabs li a:visited { color: #fff; }   /* tab link colors */



/*  end theme
/*
	General styles
*/
body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    background: #f4f4f4;
}

a {
	color:blue;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 18px;
	color: #464646;
}
.left {
	float:left;
}
.right {
	float:right;
}

.clear {
	clear:left;
}
.clear_right {
	clear:right;
}
.clear_both {
	clear:both;
}
.clear_attributes {
	clear:left;
	line-height:0px;
}
.ajax-dialog-loading { display:none; }
/*
	Site Styles
*/
#nav_spacing{
	height:0px;
}
.site_wrapper {
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
	width:984px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	background:#ebebeb;

}

#header {
	width: 100%;
	background-color:#375d81;
}
#header_wrapper {
	margin-left: auto;
    margin-right: auto;
	width:984px;

}
#site_header {
    width: 100%;
    height: 88px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
    color: #FFF;
	background-repeat:no-repeat;
}
#site_header h1 {
	font-size:24px;
	font-weight:bold;
	padding: 30px 0 0 6px;
	color: #fbda08;
}

#logo {
	float:left;
	padding-top:8px;
	padding-left:18px;

}

#header_right {
	float:right !important;
	padding-top:10px;
	padding-right:10px;
}
#header_right a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#header_right a:hover {
	text-decoration:underline;
}

#header_right span {
	float: right;
}

.site_sub_nav {
	padding: 5px;
	padding-left: 10px;
	background-color:#ebebeb;
	text-align:center;
}

.site_sub_nav ul {
    list-style: none;
    padding-top: 4px;
    padding-bottom: 4px;
}
.site_sub_nav ul li {
    display: inline;
    padding-right: 1em;
}
.site_sub_nav a {
	color:#000000;
	text-decoration:none;
}
.site_sub_nav a:hover {
	text-decoration:underline;
}
#site_content {
    width: 798px;
    padding: 20px;
	padding-right: 26px;
	background-color:#fff;
	background: url(../images/content_bg.gif) repeat-y;
	min-height:330px;
}
#site_content_admin {
    width: 938px;
    padding: 20px;
	padding-right: 26px;
	background-color:#fff;
	background: url(../images/content_admin_bg.gif) repeat-y;
}
.sub_content_left {
	float:left;
	width:64%;
}
.sub_content_right {
	float:left;
	width:36%;
}
.sub_content_right img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#content_footer {
	width: 798px;
    padding: 20px;
	padding-right: 26px;
	background-color:#fff;
	background: url(../images/content_footer.gif) no-repeat;
}

#content_admin_footer {
	width: 938px;
    padding: 20px;
	padding-right: 26px;
	background-color:#fff;
	background: url(../images/content_admin_footer.gif) no-repeat;
}

.content_footer {

}

#side_bar{
	float:right;
	padding-left:8px;
	width:128px;
}
#side_bar h3 {
	font-weight:bold;
	font-size: 14px;
	line-height: 28px;
	color: #5f5f5f;
}
#side_bar li {
	line-height:18px;
}
#side_bar ul {

	padding-left: 14px;

}

#footer {
	clear:both;
	text-align:center;
	width: 100%;
	border: solid 1px #e0e0e0;
	padding:10px 0 10px;
	background-color: #f6f6f6;
	color: #5d5d5d;
}

/*
 Main navagation tabs
*/
/* Tab styles */

#tabs {
    padding: 6px 0;
    margin-left: 0;
    font-weight: bold;
    margin-right: 26px;
}

#tabs a { display:block; background:url('../images/tab_right.gif') no-repeat top right; }
#tabs li { list-style: none; margin: 0; display: inline; background:url('../images/tab_left.gif') no-repeat; }

#tabs li a { padding: 6px 10px; padding-left: 13px; /* margin-left: 3px; */ border-bottom: none; text-decoration: none; }

#tabs a:hover { background:url('../images/tab_right_hover.gif') no-repeat top right; color: #fff; }
#tabs li:hover {background:url('../images/tab_left_hover.gif') no-repeat; color: #fff; } /* tab hover background */
.tab_hover { background:url('../images/tab_right_hover.gif') no-repeat top right !important; color: #fff; }

#tabs li a#current { color: #fff;}                 /* current tab text color */
#tabs a#current {background:url('../images/tab_right_current.gif') no-repeat top right;}
#tabs li#current1 { background:url('../images/tab_left_current.gif') no-repeat !important; }

#tabs li a:hover { border-color: #227; }

/*
	Start drop down menu
*/
#tabs ul{
	margin:0;
	padding:0;

	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
}

#tabs ul a{
	display:block;
	padding:4px 8px;
	color:#fff;
	text-decoration:none;
	background-color:#333;
}
#tabs ul a{	background:#333; }
#tabs li{
	float:left;
	position:relative;
}
#tabs li ul li{background:none;}
#tabs li ul li:hover{ background:none; }
#tabs li ul a:hover{background:none; background-color:#000; background-image:url('../images/nav_link_back.gif'); }

#tabs ul {
	position:absolute;
	display:none;
	width:12em;
/*
	top:2.3em;
*/
	top:27px;
}

#tabs li ul a{
	width:12em;
	height:auto;
	float:left;
}

#tabs ul ul{
	top:auto;
}

#tabs li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}

#tabs li:hover ul ul, #tabs li:hover ul ul ul, #tabs li:hover ul ul ul ul{
	display:none;
}
#tabs li:hover ul, #tabs li li:hover ul, #tabs li li li:hover ul, #tabs li li li li:hover ul{
	display:block;
}

/*
	Error messages
*/
div.message_stack {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}
div.message_stack p {
	margin: 0;
}
div.message_stack p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}
div.message_stack ul {
	list-style:disc;
}
div.message_stack li {
	padding-left: 8px;
}
div.message_stack ul {
	padding:5px;
	padding-left: 40px;
}
/*
	Tips
*/
div.cabinet_tips {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: #FC6 1px solid;
	background-color: #FFC;
	width:300px;
	float: right;
}
div.cabinet_tips p {
	margin: 0;
}
div.cabinet_tips p em {
	color: #22a547;
	font-style: normal;
	font-weight: bold;
}
div.cabinet_tips ul {
	list-style:disc;
}
div.cabinet_tips li {
	padding-left: 8px;
}
div.cabinet_tips ul {
	padding:5px;
	padding-left: 40px;
}
div.cabinet_tips span{
	display: block;
	float: right;
	margin-top: -16px;
}


div.tips {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}
div.tips p {
	margin: 0;
}
div.tips p em {
	color: #22a547;
	font-style: normal;
	font-weight: bold;
}
div.tips ul {
	list-style:disc;
}
div.tips li {
	padding-left: 8px;
}
div.tips ul {
	padding:5px;
	padding-left: 40px;
}
div.tips span{
	display: block;
	float: right;
	margin-top: -16px;
}
/*
	Button row
 */
.button_row {
	float:left;
	width:100%;
}
.button_row_left {
	float:left;
	padding-top:2px;
	line-height: 34px;
	font-size:14px;
}
#filter_reset {
	line-height:18px;
}
.button_row_right {
	float:right;
	padding:2px 2px 6px 20px;
}
/*
	browse table styles
*/
table.data_table {
	width: 100%;
}
/*
	jqeury table row hover plugin style
*/

td.hover, tr.hover
{
	background-color: #eee;
}

/*
	end jquery hover classes
*/

.data_heading th {

	color: #FFFFFF;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	letter-spacing: 1px;
	text-align: left;
	padding: 6px 3px 6px 6px;
	background: #3f558f;
	background:url('../images/chdb.gif');

}
.data_content td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 3px 3px 3px 6px;
	color: #787878;
}
.data_content strong {
	font-weight: bold;
}
.active_colour td { 
	color:#494949 !important;	
}
.manual_cab_error td {
	background-color:#FFC;
}
tr.hovered {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #000;
	padding: 3px 3px 3px 6px;
	color: #787878;
}
/*
	form styles
*/
div.form_container { margin: 14px; padding: 20px; background-color: #FFF; border: #EEE 1px solid; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.form_container form p { margin: 0; }
div.form_container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form_container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid}
div.form_container form legend { font-weight: bold; color: #666; }
div.form_container form fieldset div { padding: 0.25em 0; }
div.form_container label,
div.form_container span.label { margin-right: 10px; padding-right: 10px; width: 160px; display: block; float: left; clear:left; text-align: right; position: relative; }
div.form_container label.error,
div.form_container span.error { color: #C00; }
div.form_container label em,
div.form_container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form_container input.error { border-color: #C00; background-color: #FEF; }
div.form_container input.read_only { border-color: #EEE; background-color: #eee; color:#aaa; }
div.form_container input:focus,
div.form_container input.error:focus,
div.form_container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form_container div.controlset label,
div.form_container div.controlset input { display: inline; float: none; }
div.form_container div.controlset div { margin-left: 170px; }
div.form_container div.buttonrow { float:right; }
div.form_container div.cab_image { margin-left:170px; }
div.form_container div.macro { margin-left:20px; }
div.form_container div.macro td {padding-right:16px;}
/*
div.form_container div { clear:left; }
*/
div.form_container select { min-width:170px; }

.form_checkbox { padding: 2px;}

.form_description {
	float:left;
	width:170px;
	text-align:right;
	padding-right:20px;
}
.form_value {
	float:left;
	padding-left:20px;
}
.yellow{	background-color: #FFC; border-color: #FC6; }

/* BUTTONS */

.buttons {
	float:right;
	padding-bottom: 8px;
	font-size: 11px;
}
.buttons_left {
	float:left;
	padding-bottom: 8px;
	font-size: 11px;
}

.buttons a {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

.buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
    text-decoration:none;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

.buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
    text-decoration:none;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative{
    color:#d12f19;
}
.buttons a.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
    text-decoration:none;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* END BUTTONS */

/*
Cabinets page
*/
.add_cab a {
    display:block;
	width:80px;
	margin-left:auto;
	margin-right:auto;
    background-color:#f18200;
	background:url('../images/cho.gif');
    border:1px solid #de5400;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    padding:3px 8px 3px 4px; /* Links */
}

.add_cab a:hover{

    background-color:#fc9925;
	background:url('../images/choa.gif');
/*    border:1px solid #c2e1ef;
    color:#336699;
*/
    text-decoration:none;
}

.cab_columns {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	float:left;
	width: 198px;
	line-height: 20px;
	font-size:14px;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.cab_columns .hardware_add{ height: 80px; display:block; }
.cab_columns_bottom_white {
	border-bottom: solid 1px #fff;
}
.cab_columns_left_white {
	border-left: solid 1px #fff;
}
.cab_columns img{
	padding-bottom:10px;
	padding-top:8px;
}
.cab_columns_name {
	display:block;
	background-color:#f5f5f5;
	background:url('../images/chgl.gif');
	color: #5d5d5d;
	font-weight: bold;
	height:40px;
	margin:0 5px 0 5px;
}
.cab_columns_title { color: #8b8b8b; }
.advanced_attribute { display:none; }
.bank_drawer { background-color: #f5f5f5; margin-bottom: 2px }
.drawer-slider{ width:200px; margin-left:360px; }

/*
	Benchtops
*/

.bench_columns {
	padding-top: 22px;
	padding-bottom: 22px;
	text-align: center;
	float:left;
	width: 260px;
	height: 300px;
	line-height: 20px;
	font-size:14px;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

/*
	Cutting list page
*/
.cutlist_heading {
	display:block;
	text-align:center;
	font-weight:bold;
}
/*
	Dashboard
*/
.dashboard_left {
	float:left;
	width:72%;
}
.dashboard_right {
	float:right;
	width:28%;
}
.dashboard_right div {
	padding-bottom: 70px;
}
.dashboard_right div a {
	width:76%;
	float:left;
	margin-left: 18px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:18px;
	height:48px;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 12px;

}
.dashboard_right div img, .dashboard_right div a img {
	margin:0 2px -16px 0 !important;
    padding:0;
    border:none;
    width:48px;
    height:48px;
}
.dashboard_right div a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
    text-decoration:none;
}
.dashboard_right div a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}


/*
	Simple Dashboard
*/
.simple_dashboard {
	float:left;
	width:99%;
}
.simple_dashboard div {
	padding-bottom: 70px;
}
.simple_dashboard div a {
	width:85%;
	float:left;
	margin-left: 18px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:18px;
	height:48px;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 12px;


}
.simple_dashboard div img, .simple_dashboard div a img {
	margin:0 2px -25px 0 !important;
    padding:0;
    border:none;
    width:48px;
    height:48px;
}
.simple_dashboard div a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
    text-decoration:none;
}
.simple_dashboard div a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
.simple_dashboard span{
	display:block;
	float:left;
	font-size:12px;
	padding-left:55px;
	}
/*
	End Simple Dashboard
*/


.pagination{
	display:block;
	padding-bottom:16px;
}
.pagination span, .pagination strong, .pagination a{
	display:block;
	float:left;
    margin-right:4px;
	padding:3px;
}
.pagination span{
	border: 1px solid #d6d6d6;
	color:#d6d6d6;
}
.pagination strong{
	background:#9b9b9b;
	border: 1px solid #9b9b9b;
	color:#fff;
}
.pagination a {
	border: 1px solid #dedede;
	background-color: #f5f5f5;
	color:#565656;
	text-decoration:none;
}
.pagination a:hover{
	background-color: #dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
/**
 * Tabs on the create order page
 */
.ui-tabs-hide { display: none; }

.create_order_tabs {
	width: 400px;
}
.create_order_tabs li
{
	display: inline;
	list-style: none;
	margin:0;
}
.create_order_tabs a {
	background-color: #e4e4e4;
	display: block;
	float:left;
	padding: 6px 10px 6px 10px;
	color: #222;
	text-decoration: none;
	margin-right: 2px;
		border-bottom: solid 1px #ccc;
}

.create_order_tabs a:hover {
	color: #222;
	background-color:#d4d4d4;
	text-decoration: none;
}
.create_order_tabs li.ui-tabs-selected a {
	background-color:#ffffff;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #fff;
}

.buttons_shoppingcart{ float:left; }

#JT_arrow_left{
	background: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #ccc;
	background:url('../images/chdb.gif');
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#fff;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{ margin:3px 0; }
#JT_copy img{ padding: 1px; border: 1px solid #CCCCCC; }
.jTip{ cursor:pointer; }

.dialog label { float:left; display: block; width: 80px;  }
.template_dialog label { float:left; display:block; width: 120px; }
.template_dialog div { padding-bottom: 5px; }
.javascript_code { border: 1px solid #000; margin-top: 10px; }
.dialog{ display: none; }

#bench_image_wrapper {
	width: 400px;
}

div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
.datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_t.png);
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_b.png);
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/datepicker/datepicker_l.png);
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/datepicker/datepicker_r.png);
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_tl.png);
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_tr.png);
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_bl.png);
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker/datepicker_br.png);
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
}
tbody.datepickerDays td.datepickerSelected{
	background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}
.section_datatable thead tr th {
	/*color:#000 !important;*/
	/*background:#ccc !important;*/
}