/* ######### Start Main Tracker Body ######### */

input#want_username, input#want_password{
padding-left: 20px;
background: #ffffff;
background-repeat: no-repeat;
background-position: 2px center;
}
input#want_username{
background-image: url(/images/login_.gif);
}
input#want_password {
background-image: url(/images/password_.gif);
}

body {
	font-size: 8pt;
	font-family: verdana, sans-serif;
  background: url(images/back.jpg) repeat-x #000;
	margin: 10px 18px 20px 18px;
	padding: 0px;
	color:#00BFFF;
}

.highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}

.btn{
	color: #00BFFF;
	background: black;
	font-family: verdana, sans-serif;
	border: solid 1px #666;
  font-size: 11px;
  padding: 2px;
  vertical-align: middle;
  cursor: pointer;

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

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
.post{
  border:1px solid #4E7FCD;
  background-color: #414141;
  padding:0px;
  margin:1px;
  color:#FFFFFF;
  line-height: 1.4em;
  text-align:left;
  white-space:wrap;
    overflow: auto;
}

img {
  border:0px;
}

textarea {
  display:block;
  overflow: auto;
  font-size: 8pt;
	color: #ffffff;
	background: black;
	font-family: verdana, sans-serif;
	border: solid 1px #666;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #00BFFF;
	background: #000;
	font-family: verdana, sans-serif;
	border: solid 1px #666;
}
select.drop_pager {
  background-color: #414141;
  font-size: 8pt;

}

.pager {
  background-color: #414141;
  padding: 1px 3px 1px 3px;
}

.pagercurrent {
  background-color: #7FBDFA;
  border: 1px solid #072A66;
  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 {
  display:block; 
  border-left: solid 1px #888;
	border-right: solid 1px #888;
	border-bottom:1px solid #888;
	margin: 10px auto;
	width:100%;
	background:#414141;/*#414141;#425566;#464e60; THIS LAST ON IS PINK #FF8994; this isn't for you just a mental note. */
}
/* ### Start Logo Section ### */
/* This is for the logo background do not edit. */
#logo {
    background: #414141;
    border-top: solid 1px #888;
    height:133px;
    width:100%;
}
/* tracker_logolt and tracker_logort are the images left and right in the logo area. */
.tracker_logolt {
  float:left;
  background: url(images/topl.jpg) no-repeat #414141; 
  overflow: auto;
  _height: 1%;
	color: white;
	padding: 0 0 0px 20px;
  align:left; 
  height:133px; 
  width:275px;
}
.tracker_logort {
  float:right;
  background: url(images/tort.jpg) no-repeat #414141;
	overflow: auto;
  _height: 1%;
	color: white;
	padding: 0; 
  align:right; 
  height:133px; 
  width:275px;
}
/* If you choose to place a transparent image with you site name on it, place it in the section. 
It will show in between the other 2 images ;) */
.tracker_logomid {
    background: url(images/mesh.gif) no-repeat;
    height:90px;
    width:600px;
}
/* ### End Logo Section ### */

#slideIt {background: transparent;#414141; align:left; }

#header{
  background: transparent;
    width:100%;
}
#nocolumns { width:100%; align:center; }
#footer{
    background:#414141;
		font-size: 8pt;
    width:100%;
}
.tracker_footlt {
  float:left;
  background: url(images/botl.jpg) no-repeat #414141; 
  overflow: auto;
  _height: 1%;
	color: white;
	padding: 0 0 0px 20px;
  align:left; 
  height:133px; 
  width:275px;
}
.tracker_footrt {
  float:right;
  background: url(images/botr.jpg) no-repeat #414141;
	overflow: auto;
  _height: 1%;
	color: white;
	padding: 0; 
  align:right; 
  height:133px; 
  width:275px;
}

a:link, a:active, a:visited { color: #00BFFF; text-decoration:none;}
a:hover { text-decoration:none; color: #FF1493; }

h1 {
    font-size: 9pt;
}

p {
    font-size: 8pt;
}

table {
    border:0px;
}
table.tool { border-bottom: solid 1px #555; }
table.lista {
    background: transparent;#1A1A1A;
   /* border: 1px solid #4C1012;*/
}

td.block {
	background: url('images/catbg_mid.png');
	color: #00BFFF;

}

td.subBlock {
  background:url('images/box_midmid.jpg') repeat-x top left;
	background-color:#1C1C1C;
	background-repeat:repeat-x;
	width:100%;
}

td.blocklist {
  background: transparent;
  padding:2px;
  margin:0px;
  font-size: 8pt;
  color: #FFFFFF;
}
.user {background: transparent;}
td.lista {
  background:transparent;
  color : #FFFFFF;
  padding:2px;
  margin:0px;
  font-size: 8pt;
  text-align:left;
  border-color: #444; border-style: solid; border-width: 0 1px 1px;
}

td {}

td.header {
  color: #ffdFa0;
  font-size: 8pt;
	background: #3F3F3F;#1A1A1A;
	padding: 10px;
}
td.header a, td.header a:link , td.header a:visited
{
	color: #00BFFF;
	font-weight:bold;
	text-decoration: none;
	padding: 8px 8px;
}
td.header a:hover
{
	color: #e0e0ff;
	font-weight:bold;
	background: #191919;
	padding: 8px;
}
td.title {
    font-size: 8pt;
}

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

form {
    margin-top: 0;
    margin-bottom: 0;
}

.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:transparent;
    color: red;
		border-color: #444; border-style: solid; border-width: 0 1px 1px;
}


td.yellow {
    background:transparent;
    color: #7CFC00;
		border-color: #444; border-style: solid; border-width: 0 1px 1px;
}


td.green {
    background:transparent;
    color: #7CFC00;
		border-color: #444; border-style: solid; border-width: 0 1px 1px;
}

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

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

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

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

td.green a:visited {
    color: #FF0000;
}
li{
list-style-position:inside;
} 

.error { color:white; font-weight: bold; font-size: 14pt; background:url(images/chr.gif); background-repeat: repeat-x;}
.information { color:white; font-weight: bold; font-size: 14pt; background:url(images/chb.gif); background-repeat: repeat-x;}
.success { color:white; 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:#FFF;
}

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

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

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

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

.poller {  /* The poller box */
  
    width:100%;
    background:transparent;
        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:#1A1A1A;
    padding:5px 0px 3px 10px;
    margin:0px;
    color:#FFF;
    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 {
}

#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: #ffdFa0;
}

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

form {
    padding:0px;
    margin:6px;
}

#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 ######### */