
h1{
	color: #878889;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
h2{
	font-size: 14px;
	color: #d7161f;
	background: url(assets/images/boxes.gif) no-repeat;
	padding-left: 38px;
	font-weight: normal;
}
body{
	background: #e1e7f3 url(assets/images/backTile.jpg) repeat-x;
	margin: 0 auto;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
}
a:link, a:active, a:visited{
	text-decoration: none;
	color: #153552; 
}
a:hover{
	text-decoration: none; 
	color: #153552;
}
sup{
	font-size: 8px;
}
img{
	border: none;
}
#wrapper{
	width: 570px;
	height: auto;
	border: 14px solid #fff;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}
#wrapper2{
	width: 570px;
	height: auto;
	margin: 75px auto;
	text-align: left;
}
#content {
	float: left;
	width: 570px;
	height: auto;
	background: url(../../../assets/images/intranetContentBG.jpg) bottom repeat-x;
}
#header{
	background: url(assets/images/header.jpg) no-repeat;
	width: 570px;
	height: 104px;
}
img{
	border: 0;
	margin: 0;
	padding: 0;
}
a{
	color: #548392;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.footer{
	clear: both;
	width: 100%;
	text-align: center;
}
.navigation{
	height: 25px;
	width: 100%;
	float: left;
	background: url(../../../assets/images/intranetNavbarBG.jpg) repeat-x;
}


/*navbar tabs, courtesy of ALA Sliding Doors*/
.tabs ul {
	font-size: 9px;
	/*font-weight: bold;*/
	margin:0px;
	padding:10px 10px 0 130px;
	list-style:none;
}
.tabs li {
	float:left;
	background:url(assets/images/intranetTabSlice.gif) no-repeat left top;
	margin:0 0 0 -1px;
	padding:0 0 0 8px;
	height: 22px;
}
.tabs a, .tabs strong, .tabs span {
	display:block;
	background:url(assets/images/intranetTab.gif) no-repeat right top;
	padding:5px 8px 4px 0;
}
.tabs #current {
	background-image:url(assets/images/intranetTabSlice_current.gif);
	height: 22px;
}
.tabs #current a {
	background-image:url(assets/images/intranetTab_current.gif);
	padding-bottom:5px;
}
/* navbar items */
.navigation ul{
	list-style:none;
	margin: 0;
	padding-left: 150px;
	/**margin-left: 30px;*/
}
.navigation li{
	font-size: 11px;
	display: block;
	float: left;
	font-weight: bold;
	margin: 5px 20px 0 0;
}
.navigation a{
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:6px;
}
.navigation #current a {
	border-left: 1px solid #cad0ea;
	border-right: 1px solid #cad0ea;
	padding-left: 4px;
	padding-right: 4px;
	background: url(../../../assets/images/intranetNavbarCurrent.jpg) repeat-x;
	text-decoration: underline;
}


/* Login Form */
.loginForm{
	position: relative;
	background: url(../../../assets/images/intranetBoxBG.gif) repeat-x #f2f6f7;
	font-family: verdana;
	font-size: 11px;
	color: #548392;
	border: 1px solid #adadc3;
	padding-top: 45px;
	padding-bottom: 30px;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 70px;
}
.loginForm h2{
	position: absolute;
	top: 2px;
	left: 5px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
.formHolder{
	text-align: left;
	background: #fff;
	border: 1px solid #adadc3;
	
	width: 570px;
	margin-right: auto;
	margin-bottom: 10px;
	float: left;
}
.input{
	border: 1px solid #adadc3;
	background: #ffffff;
	color: #548392;
	width: 200px;
}
.textarea{
	padding: 2px;
	border: 1px solid #adadc3;
	color: #548392;
	height: 30px;
}
.formLabel, .sectionTitle{
	text-align: right;
	padding-right: 3px;
}
.listRow{
	height: 20px;
}
.listRowOver{
	height: 20px;
	background: #ffffff;
}
.listRow td, .listRowOver td{
	border: solid 1px #adadc3;
	padding-left: 10px;
	overflow: hidden;
}
.saleslist th{
	text-align: center;
	border-bottom: solid 1px #adadc3;
}
#tabcontentcontainer{
	width:auto;
	clear: both;
}

.tabcontent{
	display:none;
	padding: 20px 30px 30px 30px;
	color:#5c5c5c;
}
