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

/* Normal, standard links. */
a:link, a:active
{
	color: #fec64f;
	FONT: tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-decoration: none;

}
a:visited
{
	color: #fec64f;
	FONT: tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	text-decoration: none;
}
a:hover
{
	color: #FEAD10;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FEAD10;
	text-decoration: underline;
}
a.nav:hover
{
	color: #FEAD10;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
	color: #ffffff;
	font-size: small;
	font-family:tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background:#212E3C;
	font-size: 8pt;
	font-family: verdana, sans-serif;
	margin: 10px 18px 20px 18px;
	padding: 0px;
	color:#FFF;
}

body.listaimdb {
    background:#212E3C;
    border: 1px solid #ADADAD;
}

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

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

}

/* Standard horizontal rule.. */
hr {color: #000; background-color: black; }

/* A quote, perhaps from another post. */
.quote
{
	  color: #ffffff;
	  background: #404d58;
	  font-size: 11px; 
	  border-top: #3D3D4C 1px solid; 
	  border-bottom: #000000 1px solid; 
	  border-left: #3D3D4C 1px solid; 
	  border-right: #000000 1px solid;
}

/* A code block - maybe even PHP ;). */
.code
{
	  color: #ffffff;
	  background: #646c73;
	  font-size: 11px; 
	  border-top: #3D3D4C 1px solid; 
	  border-bottom: #000000 1px solid; 
	  border-left: #3D3D4C 1px solid; 
	  border-right: #000000 1px solid;
}

.post{
  border:1px solid #000;
  background: #323f4e;
  padding:0px;
  margin:1px;
  color:#FFF;
  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: #fff;
	background: #000;
	font-family: verdana, sans-serif;
	border: solid 1px #666;
}
select.drop_pager {
  background: #323f4e;
  font-size: 8pt;

}

.pager {
  background: #323f4e;
 /* border: 1px solid #4C1012;*/
  padding: 1px 3px 1px 3px;
}

.pagercurrent {
  background: #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:#000000;  
	/* all these colors are nice shades of gray and blue 
	#425566;#414141;#464e60;#7a838b;#202B3A;#4A5767;#657584;#212E3C;*/
}
/* ### Start Logo Section ### */
/* This is for the logo background */
#logo {
    background: url('images/logo.gif') repeat-x;
    border-top: solid 1px #888;
    height:181px;
    width:100%;
}

/* If you choose to place a transparent image with you site name on it, place it in the section. */
.tracker_logomid {
    background: url(images/lo-go.gif) no-repeat;
		align:left;
    height:151px;
    width:1024px;
}
/* ### End Logo Section ### */

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

#header{
  background: transparent;
    width:100%;
}
#nocolumns { width:100%; align:center; }
#footer{
    background: transparent;
		font-size: 8pt;
    width:100%;
}

/*a:link, a:active, a:visited { color: #FFF; text-decoration:none;}
a:hover { text-decoration:none; color: #FFFFDB; }*/

h1 {
    font-size: 9pt;
}

p {
    font-size: 8pt;
}

table {
    border:0px;
}
table.tool { border-bottom: solid 1px #555; }
table.lista {
    background: transparent;
}

td.block {
	background: url('images/titlebg.gif');
	font-size: 8pt;
	color: #ffffff;

}

td.subBlock {
	background-color:#1C1C1C;
	background-repeat:repeat-x;
	text-align:left;
	width:100%;
}

td.blocklist {
  border-right: #000000 0px solid; 
	border-top: #545c66 1px solid; 
	background: #1f2a38; 
	border-left: #545c66 1px solid;  
	border-bottom: #000000 0px solid;
  font-size: 8pt;
  color: #FFFFFF;
}

.user {
  background: transparent;
}

td.lista {
  border-right: #000000 0px solid; 
	border-top: #545c66 1px solid; 
	background: #323f4e; 
	border-left: #545c66 1px solid; 
	color: #ffffff; 
	border-bottom: #000000 0px solid;
	font-size: 8pt;	
}

td {}

td.header {
  color: #FFF;
	text-decoration: none;
	font-size: 8pt;
	vertical-align: middle;
	padding: 10px;
  margin: 4px 0 4px 0;
	font-family: tahoma, sans-serif;
	background: #1b242d;
}
td.header a, td.header a:link, td.header a:visited
{
	color: #89A2C7;
	font-weight: bold;
	text-decoration: none;
  margin: 4px 0 4px 0;
	border: 1px solid #1A242A;
	padding: 8px 8px;
}
td.header a:hover, td.header a:active
{
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
  margin: 4px 0 4px 0;
	background: #191919;
	border:1px solid #1A242A;
	padding: 8px 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: 9pt;
}

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

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


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


td.green {
    background:transparent;
    color: green;
		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: green;
}
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:#000000;
}

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

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

#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 */
    color:#FAAC58;
    margin-top:0px;
    margin-bottom:20px;
    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: 97%;
height: 350px;
padding: 10px;
}

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

      
/*DEFINE THE SHOUTBOX CSS */
.shoutbox_body { font-family: verdana; color: black; float: middle; background-color:#000000; }
.shoutbox_contain { border: 0; height: 300; width: 100%; overflow: auto; align: middle; }
.shoutbox_history { border: 0;height: 100%;width: 100%;align: middle; }
.shoutbox_messageboxback { background-color:000000; }
.shoutbox_noalt { background-color: black; }
.shoutbox_alt { background-color: black; }
.shoutbox_msgbox { width: 100%; font-size: 12px; background-color: AliceBlue;border: 1px solid black; }
.shoutbox_shoutbtn { font-size: 12px; background-color: AliceBlue;border: 1px solid black; font-weight: bold; }
.shoutbox_error { color: red;font-size: 13px; }


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

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);
}
