body {
    margin: 0px;
    padding: 0px;
    background-color: #cccccc;
    background-image: url(img/rotator.php);
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    overflow-y: scroll;
    text-align: center;
}

a {
    color: #8c8c8c;	
    text-decoration:none;
}

a:visited {
    color: #8c8c8c;
}

a:hover {
    color: #cccccc;
    text-decoration:underline;
}

.menu 
{
	float: left;
    width: 100px;  
    font-family: "Myriad Pro", "Trebuchet MS" ,Georgia, Times, Times New Roman, sans-serif;
    font-size: 14px;
    font-weight: bold;        
}

.menu a, .menu a:visited, .menu a:hover {
    color: #000000;	
    text-decoration:none;
    background: #ffffff;
    padding: 1px;
}

.banner {  
    background:#ffffff url(img/banner.jpg) no-repeat top; 
    width: 100%;
    height: 140px;  
}

.header {  
    background-color: #6bb125; 
    width: 100%;
    max-width: 600px;
    height: 170px;    
    opacity: 0.63;  
    filter: alpha(opacity=63);  
    -moz-opacity: 0.63;
}

.content {  
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    padding: 10px;
    min-height: 400px; 
}

.footer {  
    background-color: #cccccc; 
    width: 100%;
    max-width: 600px;
    height: 30px;  
    opacity: 0.85;  
    filter: alpha(opacity=85);  
    -moz-opacity: 0.85;
}


.page-header {
    padding: 10px;
    color: #ffffff;
    font-family: "Trebuchet MS" ,Georgia, Times, Times New Roman, sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
}

.page-info {
    font-family: "Trebuchet MS" ,Georgia, Times, Times New Roman, sans-serif;
    font-size: 12px;
}

.page-content, td {
    font-family: "Trebuchet MS" ,Georgia, Times, Times New Roman, sans-serif;
    font-size: 12px;
}

.page-content 
{
	border-top: #cccccc 1px dashed;	
}

.page-footer {
    padding: 5px;
    color: #ffffff;
    font-family: "Trebuchet MS" ,Georgia, Times, Times New Roman, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

h1, h2, h3, h4 {
    font-family: "Myriad Pro", "Trebuchet MS" ,Georgia, Times, Times New Roman, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

h1 
{
	font-size: 30px;
}

h2 
{
	font-size: 20px;
}

h3 
{
	font-size: 15px;
}

/*jqi*/
.jqiwarning .jqi{
      background-color: #ececec;
}
.jqifade{
      background-color: #ffffff;
}
div.jqi{
      position: absolute;
      background-color: #000000;
      padding: 1px;
      width: 500px;
}
div.jqi .jqiclose{
      float: right;
      margin: -35px -10px 0 0;
      cursor: pointer;
}
div.jqi .jqicontainer{
      background-color: #ffffff;
      padding: 5px;
      color: #ffffff;
      font-weight: normal;
}
div.jqi .jqimessage{
      background-color: #ececec;
      padding: 10px;
      color: #000000;
      font-family: 'Trebuchet MS', Georgia, Times, Times New Roman, sans-serif;
      font-size: 1em;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.jqi button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin: 5px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-head-left
{
	background: #b9c9fe url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-head-rigth
{
	background: #b9c9fe url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 4px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}