

/* --- Links */

.wrapper a {
  text-decoration: none;
  padding-left: .2em;
  padding-right: .2em;
  margin-left: -.2em;
  margin-right: -.2em;
  background-image: none !important;
  color: #0489B7;
}

.wrapper a:hover {
  background-color: #00a1f1;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.wrapper a.nohover:hover, .wrapper .gray a:hover {
  background-color: transparent !important;
  color: #0489B7 !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}




BODY
{
  background: #fff url('../images/bgtop.gif') repeat-x left top;
  padding: 0;
  margin: 0;
}

.brief {
  width: 80%;
  float: left;
}

.brief p {
  margin-top: 0;
  text-align: left;
  font-style: italic;
  color: #666;
}

.info {
  float: right;
  color: #666;
}
.info p {
  margin-top: 0;
  text-align: right;
  font-size: 10pt;
}

.main pre, .main .pre {
  color: #fff;
  background-color: #000;
  border: 1px inset;
  margin: 0px;
  padding: 6px;
  overflow: auto;
  width: 100%;
  font-family:	monospace;
}
.main ul {
  list-style-position: outside;
  margin-left: 1em;
}


.breadcrump {
  color: #888;
  font-family: verdana,sans-serif;
  font-size: 11px;
  margin-top: 3em;
}

.breadcrump A {
  color: #888;
  text-decoration: underline;
}



.foot {
  background: transparent url('../images/bgbottom.gif') repeat-x left top;
}

/* --- Thumbs */

A.thumb, A.thumb:hover {
  padding-left: 0; padding-right:0; margin: 0;
  background: transparent !important;
}
A.thumb img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 3px;
  border: 4px solid #ddd;
}
A.thumb:hover img {
  border: 4px solid #00a1f1;
}


/* --- Tags */

.tags .w1{font-size:100%;color:#b0b0b0;}.tags .w2{font-size:120%;color:#999;}.tags .w3{font-size:140%;color:#777;}.tags .w4{font-size:160%;color:#555;}.tags .w5{font-size:180%;color:#333;}.tags .w6{font-size:200%;color:#000;}



/* --- Buttons and textboxes */

.usr { padding-left: 25px !important; background: url(../images/user.png) no-repeat 5px center; }
.cal { padding-left: 25px !important; background: url(../images/date.png) no-repeat 5px center; }

.btn, .txt, .sel, .inputtext, .inputfile, .choice, .textarea  {
  -moz-border-radius:4px 4px 4px 4px;
  border:1px solid #CCCCCC !important;
  /*color:#777777 !important;*/
  display:inline-block;
  font-family:Tahoma,Arial,sans-serif;
  font-size:10pt;
  padding:5px 10px;
  position:relative;
  text-decoration:none;
}

.sel, .choice { background: #fff; padding: 3px }

.btn { 
  background:url("btn-overlay.png") repeat-x scroll 0 0 #FFFFFF ; cursor:pointer;
  text-shadow:0 1px 1px rgba(255, 255, 255, 0.898);
  font-weight:bold;
}


.btn:hover, .btn:focus, .btn:active,
.txt:hover, .txt:focus, .txt:active,
.sel:hover, .sel:focus, .sel:active,
.inputtext:hover, .inputtext:focus, .inputtext:active,
.inputfile:hover, .inputfile:focus, .inputfile:active,
.choice:hover, .choice:focus, .choice:active,
.textarea:hover, .textarea:focus, .textarea:active
{
  border:1px solid #329ECC !important;
  opacity:0.9;
  outline:medium none;
  -moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
}



.error, .notice, .message {
  -moz-border-radius:4px 4px 4px 4px;
  background: #FBF9EE;
  padding: 1em;
}

.error {
  border:1px solid #CD0A0A;
  color: #CD0A0A;
}

.notice {
  border:1px solid #FCEFA1;
  color: #363636;
}

.message {
  border:1px solid #66cc33;
  color: #363636;
}


.gray {
  color: #888;
}

.gray A {
  color: #888;
  text-decoration: underline;
}



table {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.tablesorter {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

th { text-align: left;  }
td, th { padding: 3px; padding-right: 1em; }
table thead th { cursor: pointer; }
table tfoot { font-weight: bold; }

th.headerSortDown span {
    background: url("../images/arrow-down.gif") no-repeat scroll right 7px transparent;
    padding-right: 12px;
}
th.headerSortUp span {
    background: url("../images/arrow-up.gif") no-repeat scroll right 7px transparent;
    padding-right: 12px;
}
table .even {
  background-color: #f9f9f9;
}
table .odd {
	background-color: #e9e9e9;
}

