﻿* {
	margin: 0;
	padding: 0;
}

.top-border {position: absolute;width: 100%;height: 8px;background: #003366;z-index: 4;
	-moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.5);
  	-ms-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.5);
  	-o-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.5);
}

/*Styles for screen 600px and lower*/
@media screen and (min-width: 800px) {

/* bwpanel Tab/button */
.bwtab {
  	/*background: #003366 url("../../images/tab_b.png") repeat-x 0 0*/;
	height: 0px;
	position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 0px;
}

.bwtab ul.bwbutton{
	display: block;
	position: relative;
  	float: left;
  	clear: right;
  	height: 50px;
	width: 210px;
  	font-weight: normal;
	line-height: 50px;
	margin: 0 0 0 10px;
	padding-left: 10px;
	left: 0;
  	color: #ffffff;
  	font-size: 14px;
	text-align: center;
	background: url("../images/menuslide_bg.png") no-repeat bottom left;
}

/*.bwtab ul.bwbutton li.left {
  	background: url("../../images/tab_l.png") no-repeat left 0;
  	height: 80px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}*/

/*.bwtab ul.bwbutton li.right {
  	background: url("../../images/tab_r.png") no-repeat left 0;
  	height: 80px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}*/

.bwtab ul.bwbutton li {
 	text-align: left;
  	padding: 0;
	display: block;
	float: left;
	height: 40px;
  	/*background: url("../images/tab_m.png") repeat-x 0 0;*/
}

.bwtab ul.bwbutton li a {
	color: #fff;
	text-decoration: none;
	padding: 0 !important;
}

.bwtab ul.bwbutton li a:hover {
	color: #fff;
}

.bwtab ul.bwbutton-clerk{
	display: block;
	position: relative;
  	float: left;
  	clear: right;
  	height: 35px;
	width: 210px;
  	font-weight: normal;
	line-height: 35px;
	margin: 0 0 0 10px;
	padding-left: 10px;
	left: 0;
  	color: #ffffff;
  	font-size: 14px;
	text-align: center;
	background: url("../images/menuslide_bg.png") no-repeat bottom left;
}

.bwtab ul.bwbutton-clerk li {
 	text-align: left;
  	padding: 0;
	display: block;
	float: left;
	height: 35px;
  	/*background: url("../images/tab_m.png") repeat-x 0 0;*/
}

.bwtab ul.bwbutton-clerk li a {
	color: #fff;
	text-decoration: none;
	padding: 0 !important;
}

.bwtab ul.bwbutton-clerk li a:hover {
	color: #fff;
}


.bwtab .sep {color:#414141}

.bwtab a.open, .bwtab a.close {
	height: 50px;
	line-height: 50px !important;
	padding-left: 20px !important;
	cursor: pointer;
	display: block;
	width: 210px;
	position: relative;
	top: 0px;
}

.bwtab-clerk a.open, .bwtab-clerk a.close {
	height: 35px;
	line-height: 35px !important;
	padding-left: 20px !important;
	cursor: pointer;
	display: block;
	width: 210px;
	position: relative;
	top: 0px;
}


.bwtab a.open {background: url("../images/bt_open.png") no-repeat left 7px;}
.bwtab a.close {background: url("../images/bt_close.png") no-repeat left 7px;}
.bwtab a:hover.open {background: url("../images/bt_open-hover.png") no-repeat left 7px;}
.bwtab a:hover.close {background: url("../images/bt_close-hover.png") no-repeat left 7px;}

.bwtab-clerk a.open {background: url("../images/bt_open.png") no-repeat left 2px;}
.bwtab-clerk a.close {background: url("../images/bt_close.png") no-repeat left 2px;}
.bwtab-clerk a:hover.open {background: url("../images/bt_open-hover.png") no-repeat left 2px;}
.bwtab-clerk a:hover.close {background: url("../images/bt_close-hover.png") no-repeat left 2px;}


/* sliding bwpanel */
#bwtoppanel {
    position: relative; 
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bwpanel {
	width: 100%;
	height: 35px;
	color: #999999;
	background: #003366;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	-moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.5);
  	-ms-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.5);
  	-o-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.5);
}

.bwpanel a {
	text-decoration: none;
	color: #ffffff;
	height: 35px;
}

.bwpanel a:hover {
	color: white;
}

.bwpanel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;	
}

.bwpanel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	}

.bwpanel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 800px) {

#bwtoppanel {display: none;}

}


