.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.bluetabs{
	background: white;
	border-bottom: 1px solid gray;
	padding: 0;
	line-height: 20px;
	vertical-align: bottom;
}

.bluetabs ul{
	padding: 0;
	margin: 0;
	font-size: 12px;
	list-style-type: none;
	text-align: left;
}

.bluetabs li{
	display: inline;
	margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	padding: 0 .8em;
	margin-right: 3px;
}

.bluetabs li a:hover{
	text-decoration: underline;
}

.bluetabs a:link,
.bluetabs a:visited,
.bluetabs li.selected a:hover{
	text-decoration: none;
	color: 000;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d;
	border-width: 0 1px;
	font:normal 10px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 100px;
	visibility: hidden;
	color: 000;
}

.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d;
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: 000;
}

option.dropoption{
	background-color: #fff;
	border: 1px solid #918d8d;
	padding: 0px;
	font-size: 11px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
	text-decoration: none;
}

.dropmenudiv_b a:hover{
	background-color: #edf3f3;
}

/* ######### Start Main Tracker Body ######### */
body {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 8pt;
    background: url('images/background.gif') #fff repeat-x;
    margin: 0;
    padding: 0;
}

.highlight {
  background: #F8F81A;
  color: #FF0000;
}

.btn{
  background: #E8FAD6;
  border: 1px solid #076D06;
  color: #000;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 11px;
  padding: 2px;
  vertical-align: middle;
  cursor: pointer;
}

/* A quote, perhaps from another post. */
.quote
{
    color: #000;
    background-color: #DEEDE5;
    border-style: inset;
    border-width: 1px solid;
    border-color: #000;
    margin: 1px;
    padding: 1px;
    font-size: x-small;
    line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
    color: #000;
    background-color: #ECECEC;
    font-family: "courier new", "times new roman", monospace;
    font-size: x-small;
    line-height: 1.3em;
    /* Put a nice border around it. */
    border-style: inset;
    border-width: 1px solid;
    border-color: #000;
    margin: 1px auto 1px auto;
    padding: 1px;
    width: 99%;
    /* Wrap its contents, and show scrollbars. */
    white-space: wrap;
    overflow: auto;
    /*Stop after about 24 lines, and just show a scrollbar.*/ 
    max-height: 10em;
}

.post{
	border:1px solid #076D06;
	background: #E8FAD6;
	padding:0px;
	margin:1px;
	color:#000;
	line-height: 1.4em;
	text-align:left;
	white-space:wrap;
	overflow: auto;
}

img {
  border:0px;
}

textarea {
    display:block;
    overflow: auto;
    line-height: 1.4em;
}

select.drop_pager {
  background-color: #E8FAD6;
  font-size: 11px;

}

.pager {
  background-color: #E8FAD6;
 /* border: 1px solid #076D06;*/
  padding: 1px 3px 1px 3px;
}

.pagercurrent {
  background: #E8FAD6;
  border: 1px solid #076D06;
  padding: 1px 3px 1px 3px;
}

.pager a:link,
.pager a:visited,
.pagercurrent a:link,
.pagercurrent a:visited {
    text-decoration:none;
}

.pager a:hover,
.pagercurrent a:hover {
    text-decoration:none;
}

#main {
	background:transparent;
    display:block; 
	min-width: 700px;
	max-width: 1024px;
    width:100%;
    padding:0px;
    margin: 0px auto;
}

#logo {
	background:transparent;
    width:100%;
}

.tracker_logo {
  background: url("images/logo.png") no-repeat; 
    align:center; 
    height:180px;
    width:554px;
}

.search_logo {
	background: url("images/searchlogo.png") no-repeat; 
    align:center;
	height:265px;
    width:580px;
}

#header{
	background:transparent;
    width:100%;
}

#nocolumns { 
	width:100%; 
	align:center;
}

#footer{
    background:transparent;
    height:100%;
    width:100%;
}

div.chat {
/* Wrap its contents, and show scrollbars. */
  white-space: wrap;
  overflow: auto;
  max-height: 30em;
  width: 100%;
  padding: 0px;
}

a:link,
a:active,
a:visited {
	color: #003300;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color: #006699;
}

h1 {
    font-size: 12pt;
}

p {
    font-size: 10pt;
}

table {
    border:0px;
}

table.tool {
	border-bottom: solid 1px #c9edb0;
}

table.lista {
	padding:0px;
    margin:0px;
	height: 0px;
}

td.block {
    background: url(images/block_back.gif) #fff repeat-x;
    color: #333;
    height: 0px;
    padding-left: 6px;
    padding-right: 6px;
	padding-top: 0px;
	margin: 0px;
	line-height: 22px;
}

td.blocklist {
	background:#E8FAD6;
	padding:2px;
	margin:0px;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
	border: 0px;
}

.user {
	background:#E8FAD6;
}

td.lista {
    background:#E8FAD6;
    color : #000;
    padding:2px 4px;
    margin:0px;
    font-size: 8pt;
    text-align:left;
	border: 0px;
}

td.header {
    color: 000;
    height:27px;
    background: url(images/header_back.gif) #E8FAD6 repeat-x;
    border-bottom: solid 1px #E8FAD6;
    padding-left: 4px;
    padding-right: 4px;
}

td.title {
    font-size: 8pt;
}

td.navigation {
    background-color: #E8FAD6;
    font-weight: bold;
    font-size: 8pt;
}

.sublink {
    font-style: italic;
    font-size: 7pt;
    font-weight: normal;
}

a.index {
    font-weight: bold;
}

a.biglink {
    font-weight: bold;
    font-size: 10pt;
}

.important {
    font-weight: bold;
    font-size: 10pt;
}

td.red {
    background-color:#dbf5c6;
    color: ff3333;
}
.red {
	color: #ff3333;
	padding: 0 .5em;
}

td.yellow {
    background-color:#dbf5c6;
    color: #BEC635;
}
.yellow {
	color: #BEC635;
	padding: 0 .5em;
}

td.green {
    background-color:#dbf5c6;
    color: green;
}
.green {
	color: green;
	padding: 0 .5em;
}

td.progress {
    padding: 0px;
    background-image: url(images/backprogress.gif);
    background-repeat: repeat-x;
    height: 10px;
}

td.red a:link {
    color: ff3333;
}
td.red a:visited {
    color: ff3333;
}

td.yellow a:link {
    color: #BEC635;
}
td.yellow a:visited {
    color: #BEC635;
}

td.green a:link {
    color: green;
}

td.green a:visited {
    color: green;
}

li{
	list-style-position:inside;
} 

.error {
	color:000;
	font-weight: bold;
	font-size: 14pt;
	background:url(images/chr.gif);
	background-repeat: repeat-x;
}

.information {
	color:000;
	font-weight: bold;
	font-size: 14pt;
	background:url(images/chb.gif);
	background-repeat: repeat-x;
}

.success {
	color:000;
	font-weight: bold;
	font-size: 14pt;
	background:url(images/chg.gif);
	background-repeat: repeat-x;
}

/* ######### End Main Tracker Body ######### Start Ajax Poll System ######### */

td.deleted {
    background-color:#FF95AC;
    color:#000000;
}

td.added {
    background-color:#C1FF83;
    color:#000000;
}

td.modified {
    background-color:#DEDEDE;
    color:#000000;
}

#mainContainer {
    width:100%;
    overflow:auto;
    text-align:left;
    background-color:#E8FAD6;
}

#mainContent {
	padding:0px;
}
  
.clear {
	clear:both;
}

.poller {  /* The poller box */
	width:100%;
	background:#E8FAD6;
	overflow:hidden;
}

.pollerTitle {  /* Poller title above radio buttons */
    margin-top:0px;
    margin-bottom:5px;
    font-weight:bold;
    font-size:1em;
}

.pollerOption {  /* Label for each radio button */
    margin:0px;
}

.result_pollerOption {  /* Label for each option above graph - i.e. results */
    margin:0px;
    font-size:0.8em;
}

.result_pollerTitle {  /* Title of poller - when ajax shows the results */
    margin-top:0px;
    margin-bottom:5px;
    font-weight:bold;
    font-size:1em;
}

.result_pollGraph img {  /* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
    float:left;
}

.result_pollGraph div {  /* The <div> tag where the percentage result is shown */
    float:left;
    height:12px;
    background-repeat:repeat-x;
    color:#FFF;
    font-size:0.9em;
    line-height:16px;
}

.result_pollGraph {  /* Graph div - parent of both the corner images and the div displaying percentage votes */  
    height:12px;
}
  
.poller_waitMessage {  /* Message when Ajax is working getting restults fromt the server */
    display:none;  
}  

.result_totalVotes{
    clear:left;
    font-size:0.8em;
    margin-top:10px;
    font-style:italic;
    background:transparent;
}

th {
    text-align:left;
}

.formButton {
    width:75px;
}

/* ######### End Ajax Poll System ######### Start Ajax Chat ######### */
#chat {
	overflow: auto;
	width: 100%;
	height: 220px;
	padding: 0px;
}

#chatoutput ul {
    list-style: none;
    margin:0px;
    padding:0px;
    padding:5px 4px 6px 5px;
}

div.chatoutput {
    background:#dde6ef;
    padding:5px 0px 3px 10px;
    margin:0px;
    color:#005580;
    line-height: 150%;
    margin-bottom:2px;
}

div.loader {
	background-image: url('images/ajaxchat/loading.gif'); 
	background-repeat: no-repeat; 
	background-position:center center; 
	width:32px; 
	height:32px;
}

#chatoutput ul li span.name {
    display: block;
    background:url(images/ajaxchat/bubble.png) no-repeat left;
    padding-left:19px;
    margin-bottom:1px;
    font-weight: normal;
    color: #000;
}

#chatoutput ul li:hover span.name {
    background:url(images/ajaxchat/bubblehover.png) no-repeat left;
}

form {
    padding:0px 6px;
    margin:0px;
	display: inline;
	border: 0 none;
}

#chatoutput {
    text-align: left;
    margin-right: 0px;
}

/* swaps edit and delete images on mouse over */
img.EditSwap {
	background:url(images/ajaxchat/shout_edit_gray.gif) no-repeat bottom;
}
img.EditSwap:hover {
	background:url(images/ajaxchat/shout_edit.png) no-repeat bottom; 
}
img.DeleteSwap {
	background:url(images/ajaxchat/shout_delete_gray.gif) no-repeat bottom;
}
img.DeleteSwap:hover {
	background:url(images/ajaxchat/shout_delete.png) no-repeat bottom; 
}
/* end of swaping */

img.form {
	background:url(images/ajaxchat/frame.png) no-repeat;
}
img.form:hover {
	background:url(images/ajaxchat/frame_hover.png) no-repeat;
}
/* ######### End Ajax Chat ######### */

