﻿* {
margin: 0;
padding: 0;
}

a img {
border:none;
outline:none;
}

a:link, a:visited {
color:#33a;
text-decoration:none;
font-weight:bold;
}
a:hover, a:active {
text-decoration:underline;
}

body {
background: #2c86bb url(../pics/page_bg.jpg) repeat-x;
font-family: Tahoma, sans-serif;
}

h1 {
color: #fff;
font-size: 1.6em;
width: 90%;
margin: 10px auto;
}

#loginFS {
background: #fff;
padding: 10px 0;
border:none;
}

#loginFS label, #loginFS input {
margin-left: 15px;
}

#loginFS label.loginLabel {
display: block;
}

#loginFS input {
margin-bottom: 10px;
}

#loginFS #loginButton {
display:block;
width:59px;
height:21px;
border:none;
outline:none;
text-indent:-99999em;
background:#fff url(../pics/btnLogin.gif) no-repeat;
cursor:pointer;
font-size:0px;
line-height:0px;
}

.error, .success, .notFound {
display: block;
padding: 20px 0;
width:100%;
margin:10px 0;
text-align: center;
background: #c33;
color: #fff;
font-weight: bold;
font-size:1.4em;
}

.success {
background:#393;
}

.notFound {
background:transparent;
color:#000;
}

#sidebar {
position:absolute;
height:860px;/*ie6 hack*/
min-height:860px;
width: 181px;
left:10px;
background: url(../pics/sidebg.png) repeat-y;
z-index:1000;
}

#sidebar h1 {
margin: 0;
padding: 0;
}

#sideNav li {
list-style: none;
}

#sideNav a {
font-size: 11px;
color:#2d2d2d;
display: block;
width: 175px;
height: 20px;
line-height: 20px;
text-indent: 5px;
background: url(../pics/nav_button.jpg) no-repeat;
margin-left: 3px;
border-bottom: 1px solid #2c86bb;
}

#sideNav li.first a {
border-top:1px solid #2c86bb;
}

#offset {
width:100%;
margin-left:-181px;
}

#content {
margin-left:181px;
width:100%;
}

#contentHead {
position:relative;
height: 48px;
background:#fff url(../pics/adminBottom.jpg) repeat-x left 24px;
}

.breadcrumb {
position:absolute;
left:201px;
top:30px;
font-size:11px;
}
.breadcrumb a { color:#000; }

.logout {
position:absolute;
right:10px;
top:15px;
display:block;
height:27px;
width:75px;
background:url(../pics/btnlogout.png) no-repeat;
text-indent:-99999em;
}

.content {
background: #fff;
margin: 10px 10px 10px 196px;
/*height:600px; *ie6 hack*/
min-height:600px;
font-size:11px;
}

#pageTitle {
text-indent:5px;
border-bottom:10px solid #ff9e00;
text-transform:uppercase;
font-size:12px;
padding:5px 0;
}

.content p, .content table {
margin: 10px 5px;
}

.content table {
border-spacing:0;
border-collapse:collapse;
}
.content table td {
border-bottom:1px solid #ededed;
padding:4px;
position:relative;
}

.content table .label {
width:150px;
}

.content table label {
font-weight:bold;
}

.content table input[type=text] {
width:200px;
}

.submitButton, .statusAcceptBtn, .statusDeclineBtn, .statusReviewedBtn, .addAreaBtn, .addNewButton {
display:block;
width:80px;
height:23px;
border:none;
outline:none;
text-indent:-99999em;
background:#fff url(../pics/btnSave.gif) no-repeat left top;
cursor:pointer;
font-size:0px;
line-height:0px;
float:left;
}

.submitButton2 {
display:block;
width:86px;
height:23px;
border:none;
outline:none;
text-indent:-99999em;
background:#fff url(../pics/closecase.gif) no-repeat left top;
cursor:pointer;
font-size:0px;
line-height:0px;
}

.postclose {
display:block;
width:158px;
height:23px;
border:none;
outline:none;
text-indent:-99999em;
background:#fff url(../pics/postclose.gif) no-repeat left top;
cursor:pointer;
font-size:0px;
line-height:0px;
}

.addanote 
{
display:block;
width:81px;
height:23px;
border:none;
outline:none;
text-indent:-99999em;
background:#fff url(../pics/addanote.gif) no-repeat left top;
cursor:pointer;
font-size:0px;
line-height:0px;
}

a#changePWLink {
margin-left:30px;
position:relative;
top:4px;
}

.content #caseDetailsTbl th, .content #caseDetailsTbl td {
padding:4px;
border-bottom:1px solid #ccc;
}

.content #caseDetailsTbl th {
font-weight:bold;
text-align:left;
width:10em;
vertical-align:top;
}

.content #caseDetailsTbl td {
vertical-align:top;
}

#content .content tr.submit td {
border:none;
position:relative;
}

.content #casesTbl th {
width:16em;
text-align:left;
border-bottom:1px solid #ccc;
}

.statusAcceptBtn {
background-image:url(../pics/acceptbtn.gif);
width:185px;
}

.statusDeclineBtn {
background-image:url(../pics/declinebtn.gif);
margin-left:10px;
width:185px;
}

.statusReviewedBtn {
	background-image:url(../pics/reviewedbtn.gif);
margin-left:10px;
width:180px;
}

#available, div#current {
float:left;
width: 300px;
position:relative;
margin: 10px 20px;
}

#available select {
width: 200px;
height: 300px;
overflow:auto;
}

#available .addAreaBtn {
position:absolute;
right:10px;
top:5px;
background-image:url(../pics/add-rightarrow.gif);
}

#available a, .addNewButton {
display:block;
width:80px;
height:23px;
margin: 5px 0;
background:#fff url(../pics/addnewbtn.gif) no-repeat;
text-indent:-99999em;
}

div#current fieldset {
padding: 10px;
border:1px solid #999;
}

div#current fieldset legend {
font-size:1.2em;
font-weight:bold;
}

div#current ul {
margin: 0;
padding:0;
}

div#current ul li {
list-style:none;
margin: 5px 0;
padding:0;
font-weight:bold;
font-size:1.4em;
position: relative;
}

div#current .removeCurrentArea {
display:inline-block;
width:22px;
height:22px;
text-indent:-99999em;
background:url(../pics/remove.png) no-repeat left top;
position:relative;
left:5px;
top:0;
}