
body {
font: 11px verdana, arial, sans-serif;
color: #564319;

}

ul#tab {

margin: 0;
padding: 0;
padding-bottom: 5px;
border-bottom: 1px solid #E6E6E6;
}
ul#tab li {
display: inline;
list-style: none;
background: #F6F6F6;
border: 1px solid #E6E6E6;
padding: 3px 5px;
font-weight: bold;
font-size: 11px;
color: #585674;
text-transform: uppercase;
margin-right: 5px;
}
ul#tab a {
color: #564319;
text-decoration: none;
}

table {
margin-bottom: 20px;
background: #FBFBFA;
border: 1px solid #EEEEEE;
}

table th {
padding: 3px;
}

a {
color: #564319;
}

h3 {
color: #fff;
background: #f26530;
padding: 3px 0;
border-bottom: 1px solid #BF3600;
padding-left: 4px;
}

p.output {
margin: 10px 0;
color: #903811;
}

.links {
margin-top: 10px;
}

#logos {
text-align: center;
padding: 15px 0 35px;
position: relative;
min-width: 100%;
}
.logo_bl {
position: absolute;
right: 0;
border: 0;

}

textarea {
background: #fff;
border: 1px solid #A4B97F;
}

table.listing_data {
/*width: 1150px;*/

}

table.listing_data td {
/*width: 100px;*/
padding: 2px 5px;
}

table td.activity {
text-align: center !important;
/*width: 50px;*/
}
table td.status, table td.priority {
/*width: 75px;*/
}

table.listing_data td.name {
/*width: 100%;*/
white-space: nowrap;
}


table.listing_data thead {
background: #E0E8EF;
}

thead th.sortable {
color: #564319;
cursor: pointer;
padding: 3px 15px;
text-decoration: underline;
}

thead th.TableSortedAscending {
background: #564319 url(../images/arrow_up.gif) no-repeat 96%;
/*padding-right: 10px;*/
color: #fff !important;
}
thead th.TableSortedDescending {
background: #564319 url(../images/arrow_down.gif) no-repeat 96%;
/*padding-right: 10px;*/
color: #fff !important;

}


div.leads {
	float: left;
	margin-right: 30px;
}
div.clear {
	clear: both;
}

tr.alternate {
background: #EEEEEE;
}

div#messages {
padding: 10px;
border: 1px solid #E6E6E6;
}

ul.warnings li.warning {
color: #EF0101;
}
ul.messages li.message {
color: #7B7A7A;
}
ul.notices li.notice{
color: #228200;
}

div.errorExplanation h2 {
color: red;
}
div.errorExplanation p {
font-weight: bold;
color: red;
}
div.errorExplanation ul li{
color: red;
}

ul li.current {
background: #DFDFDF !important;
}