/* Copyright 2006 Joost de Valk */

table.listTable
    {
        border: 1px solid gray;
        border-collapse: collapse;
    }
.listTable thead td
    {
        border-collapse: collapse;
        border: 1px solid lightblue;
        background-color: lightgray;
        color: #555454;
        font-weight: bold;
    }
    
.listTable tbody td
    {
        border: 1px solid lightblue;
    }    
    
a img {
	border: 0;
	border-color: #FFFFFF;
	
  }
table.mytable {
	border-spacing: 1;
	border: 1px solid #428fc3;
	border-collapse: collapse;
}


table.mytable th, table.mytable tbody td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	width: 100px;
	border-style: solid;
	border-color: #428fc3;
	
}
table.mytable th { 
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
}
table.mytable td {
	border-width: 0px 1px 0px 1px;
	font-size: 12px;
	color: #000000;
	
}
table.mytable tr.odd td {
	background-color: #99CC66;
	
}
table.mytable tr.even td {
	background-color: #F0F0F0;
	
}
table.mytable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}

table.mytable thead, table.mytable tfoot {
  background-color: #ccc;
  font-weight: bold;
 
}
.even{
  background-image: url(/images/thinBottom.gif);   
}

.style3 {
font-size:11px;
color:#666666;
}

.style4 {

color:#676767;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
text-decoration:none;
font-family:Arial,Helvetica,sans-serif;
}
}


.newlinks {
color:#333333;
}
.style26 {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
line-height:15px;
}
.style25 {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
line-height:15px;
}

.style27 {
border: 1px solid #ccc;
}
span img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
	border: 1px solid #ccc;
}
.style7 {
   font-size:10px;
   
}
.style8 {
   display: block;
	border: 0px solid #ccc;
}
.style88 {

}
a:hover {
  color: blue;
  
  color: black ;
  
}
.inline {
	display: inline;
	
}
table.sortables {
	border-collapse: collapse;
	width: 100%;
}



table.sortables td, table.sortables th {
	border: 1px solid #CCC;
	padding-top: 1px;
	padding-bottom: 1px;
	
}

table.sortables thead, table.sortables tfoot {
	background-color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	background-position: left top;
	background-repeat: repeat-x;
	color: #686868;
}

table.sortables thead td {
	color: darkblue;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

table.sortables tbody tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #686868;
    margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
 
tr.rowodd {
    background-color: #FFF;
    
}
tr.roweven {
	background-color: #F0F0F0;
}

table.sortables td{
   -moz-border-top-colors: 3px 3px 3px 3px;
   color: #686868;
}


.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(/images/up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(/images/down.gif);
}
.nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: Orange;
}
.urg4 {
	background-color: #FF6347;
}
.urg5 {
	background-color: Red;
}

.scroll-table-head {
    width: 100%;
}

.scroll-table-body {
    width: 800px;
    height: 400px;				
}
.scroll-table-body td {
	padding-right: 20px;
	overflow: hidden;
}

table.sortables a {
    display: block;
}
td.inlineanchors a{
    display: table-cell;
	display: inline;
	margin: 0;
	padding: 0;
	color: brown;
}

td.lineitem {
    overflow: hidden;
}
table.sort tbody td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
    width: 200;
	
}
/*
#footer {
  background:#F5F5F5 none repeat scroll 0;
  border-top:1px solid silver;
  font-size:8px;
  text-align:center;
  width:50%;
}
*/
