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

/* Normal, standard links. */

a:link, a:active
{
	font-weight: bold;
	color: #D9E2E1;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	text-decoration: none;

}
a:visited
{
	font-weight: bold;
	color: #D9E2E1;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;

}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #00EE00;
	text-decoration: underline;
}
a.nav:hover
{
	color: #FFFFFF;
	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: normal;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	line-height: 1.23;
}

/* The main body of the entire forum. */
body
{
	background:url('images/farbacker.gif');
       background-repeat:repeat-x:repeat-y; 
	font-size: 10pt;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	margin: 0% 0% 0% 0%;
	padding: 0px;
	color:#FFF;
}

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

.btn{
	color: #D9E2E1;
	/*background: #323f4e;*/
	background: #242E38;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	border: solid 1px #666;
	/*font-size: 10pt;
	padding: 2px 10px 2px 10px;*/
	font-size: 10.6pt;
	font-weight: bold;
	padding:3px 15px 3px 15px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 4px 0 4px;
}

.btn:disabled{
	color: #ffffff;
	background: gray;
	cursor: pointer;
}

.errormsg a
{
 color:black;
}

.becomeTitle
{
	padding: 14px 0 14px 0;
	text-align: center;	
	font-weight: bold;
	color: #D9E2E1;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	text-decoration: none;
	font-size: 13pt;
	border-bottom: 1px dotted rgb(84, 92, 102);

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

/* A quote, perhaps from another post. */
.quote
{
	  color: #ffffff;
	  background: #404d58;
	  font-size: 13px; 
	  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: #232323;*/
	
	background: #1c252a; /* Old browsers */
	background: -moz-linear-gradient(left,  #1c252a 0%, #464a52 56%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1c252a), color-stop(56%,#464a52)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1c252a 0%,#464a52 56%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1c252a 0%,#464a52 56%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1c252a 0%,#464a52 56%); /* IE10+ */
	background: linear-gradient(to right,  #1c252a 0%,#464a52 56%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c252a', endColorstr='#464a52',GradientType=1 ); /* IE6-9 */

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	padding:0px;
	margin:1px;
	color:#FFF;
	line-height: 1.4em;
	text-align:left;
	white-space:wrap;
	overflow: auto;
	font-size: 11pt;
}

.posthover
{
	border:1px solid #000;
	background: #323f4e;
	padding:0px;
	margin:1px;
	color:#FFF;
	line-height: 1.4em;
	text-align:left;
	white-space:wrap;
	overflow: auto;
	font-size: 14px;
	line-height: 1.23;
}

img {
  border:0px;
}
select {
   	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    cursor:pointer;
	background: #242E38;	
	font-size: 10.4pt;
	padding:1px 3px 1px 3px;
	/*font-size: 90%;
	font-weight: normal;*/
	color: #fff;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	border: solid 1px #666;
}

input[type="file"] {
   	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 10.4pt;
	padding:1px 3px 1px 3px;
	border: solid 1px #666;
	color: #ffffff;
	background: #242E38;
}

input[type="text"] {
   	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 10.4pt;
	padding:1px 3px 1px 3px;
	border: solid 1px #666;
	color: #ffffff;
	background: #242E38;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

input[type="password"] {
   	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 10.4pt;
	padding:1px 3px 1px 3px;
	border: solid 1px #666;
	color: #ffffff;
	background: #242E38;
}

textarea {
	display:block;
	overflow: auto;
	font-size: 10.4pt;
	padding:1px 3px 1px 3px;
	color: #ffffff;
	background: #242E38;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	border: solid 1px #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
	border-radius: 4px;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select.drop_pager {
  background: #323f4e;
  font-size: 8pt;

}

.pager {
	color: #ffffff;
	background: #242E38;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	border: solid 1px #666;
	/*font-size: 10pt;*/
	font-size: 10.6pt;
	/*padding: 2px 10px 2px 10px;*/
	padding:3px 15px 3px 15px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:1px;
}

.pagercurrent {
	color: #ffffff;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	border: solid 1px #072A66;
	/*font-size: 10pt;*/
	font-size: 10.6pt;
	/*padding: 2px 10px 2px 10px;*/
	padding:3px 15px 3px 15px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #7FBDFA;
	margin:1px;
}

.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; 
      background:url('images/bg.gif');
  	margin: auto;
       width:900px;
       height:100%;
	
        
	}
/* ### Start Logo Section ### */
/* This is for the logo background */
#logo {
   /* background: url('images/bg2.gif') repeat-x; */
    
    height:100%;
    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/logo.jpg) ;
    align:center;
    height:197px;
    width:900;
}
/* ### End Logo Section ### */

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

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

#seedbox
{
	width: 600px;
}

#seedbox a:hover
{
	text-decoration:none;
}

.adtitle
{
	font-size: 16px;
		font-family:Arial;
}

#header{
  background: transparent;
    width:100%;
}
#nocolumns { width:100%; align:center; }
#footer{
    background: url('images/footer.gif');
    font-size: 8pt;
    width:900px;
    height:70px;
    valign:top;
}

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

h1 {
    font-size: 11pt;
}

p {
    font-size: 8pt;
}

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

td.block {
	background: url(images/blk_tile.gif);
	font-size: 8pt;
	color: #ffffff;
    border: solid 1px #000000;
	padding: 0 0 0 5px;

}

img.captcha
{	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-left: 5px;
}

td.subBlock {
	background-color:#303030;
	background-repeat:repeat-x;
       border: solid 1px #666;
	text-align:left;
	width:100%;
}

td.blocklist {
   
	/*background: #303030; */
	background: #1C252A; 
	border: 1px solid black;
	font-size: 10pt;
	color: #FFFFFF;
	
		-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.user {
  background: transparent;
}

td.lista {
	/*border-right: #545c66 1px solid; 
	border-top: #545c66 1px solid;
	border-left: #545c66 1px dotted;*/
	border-bottom: #545c66 1px dotted;
	background: #303030; 	
	color: #ffffff; 	
	font-size: 10.4pt;	
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	padding: 8px 4px 8px 4px;
}

td {}

td.header {
	color: #5de566;
	text-decoration: none;
	font-size: 10.4pt;
	vertical-align: middle;
	padding: 5px;
	margin: 3px 0 3px 0;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	background: #232323;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

td.headerComment {
	color: #5de566;
	text-decoration: none;
	font-size: 10.4pt;
	vertical-align: middle;
	padding: 5px 3px 3px 3px;
	margin: 3px 0 3px 0;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	background: #1C1C1C;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

td.header a:link, td.header a:visited, td.header a:active
{
	color: #5de566;
	text-decoration: none;
    margin: 3px 0 3px 0;
	
}
td.header a:hover 
{
	color:#FFF;
	
	text-decoration: none;
    margin: 3px 0 3px 0;
	background: #191919;
}

@font-face {
	font-family: menufont;
	src: url('goodtime-webfont.eot');
	src: local('?'), url('goodtime-webfont.woff') format('woff'), url('goodtime-webfont.ttf') format('truetype'), url('goodtime-webfont.svg#webfont5q4ZzcTt') format('svg');
	font-weight: normal;
	font-style: normal;
}
td.main_menu
{
	margin:0;
	padding:0;
	
	background: rgb(62,62,62); 
	background: -moz-linear-gradient(top,  rgba(62,62,62,1) 0%, rgba(72,72,72,1) 12%, rgba(83,83,83,1) 25%, rgba(58,58,58,1) 39%, rgba(36,36,36,1) 50%, rgba(0,0,0,1) 51%, rgba(14,14,14,1) 60%, rgba(35,35,35,1) 76%, rgba(23,23,23,1) 91%, rgba(15,15,15,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,62,62,1)), color-stop(12%,rgba(72,72,72,1)), color-stop(25%,rgba(83,83,83,1)), color-stop(39%,rgba(58,58,58,1)), color-stop(50%,rgba(36,36,36,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(14,14,14,1)), color-stop(76%,rgba(35,35,35,1)), color-stop(91%,rgba(23,23,23,1)), color-stop(100%,rgba(15,15,15,1))); 
	background: -webkit-linear-gradient(top,  rgba(62,62,62,1) 0%,rgba(72,72,72,1) 12%,rgba(83,83,83,1) 25%,rgba(58,58,58,1) 39%,rgba(36,36,36,1) 50%,rgba(0,0,0,1) 51%,rgba(14,14,14,1) 60%,rgba(35,35,35,1) 76%,rgba(23,23,23,1) 91%,rgba(15,15,15,1) 100%); 
	background: -o-linear-gradient(top,  rgba(62,62,62,1) 0%,rgba(72,72,72,1) 12%,rgba(83,83,83,1) 25%,rgba(58,58,58,1) 39%,rgba(36,36,36,1) 50%,rgba(0,0,0,1) 51%,rgba(14,14,14,1) 60%,rgba(35,35,35,1) 76%,rgba(23,23,23,1) 91%,rgba(15,15,15,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(62,62,62,1) 0%,rgba(72,72,72,1) 12%,rgba(83,83,83,1) 25%,rgba(58,58,58,1) 39%,rgba(36,36,36,1) 50%,rgba(0,0,0,1) 51%,rgba(14,14,14,1) 60%,rgba(35,35,35,1) 76%,rgba(23,23,23,1) 91%,rgba(15,15,15,1) 100%); 
	background: linear-gradient(to bottom,  rgba(62,62,62,1) 0%,rgba(72,72,72,1) 12%,rgba(83,83,83,1) 25%,rgba(58,58,58,1) 39%,rgba(36,36,36,1) 50%,rgba(0,0,0,1) 51%,rgba(14,14,14,1) 60%,rgba(35,35,35,1) 76%,rgba(23,23,23,1) 91%,rgba(15,15,15,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#0f0f0f',GradientType=0 ); 
			
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	border-top: 1px solid #191919;
	border-left: 1px solid #191919;
	border-right: 1px solid #191919;
}
td.main_menu  a:link, td.main_menu a:visited, td.main_menu a:active
{
	font-weight: normal;
	font-size: 18px;
	font-family: menufont;	
	display: block; 
	width:100%;
	height: 40px;
	margin:0;
	padding:0;
	line-height: 42px;
}

td.main_menu a:hover 
{
	background: rgb(56,56,56); 
	background: -moz-linear-gradient(top,  rgba(56,56,56,1) 0%, rgba(66,66,66,1) 12%, rgba(75,75,75,1) 25%, rgba(53,53,53,1) 39%, rgba(33,33,33,1) 50%, rgba(0,0,0,1) 51%, rgba(13,13,13,1) 60%, rgba(32,32,32,1) 76%, rgba(21,21,21,1) 91%, rgba(14,14,14,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,56,56,1)), color-stop(12%,rgba(66,66,66,1)), color-stop(25%,rgba(75,75,75,1)), color-stop(39%,rgba(53,53,53,1)), color-stop(50%,rgba(33,33,33,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(13,13,13,1)), color-stop(76%,rgba(32,32,32,1)), color-stop(91%,rgba(21,21,21,1)), color-stop(100%,rgba(14,14,14,1))); 
	background: -webkit-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(66,66,66,1) 12%,rgba(75,75,75,1) 25%,rgba(53,53,53,1) 39%,rgba(33,33,33,1) 50%,rgba(0,0,0,1) 51%,rgba(13,13,13,1) 60%,rgba(32,32,32,1) 76%,rgba(21,21,21,1) 91%,rgba(14,14,14,1) 100%); 
	background: -o-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(66,66,66,1) 12%,rgba(75,75,75,1) 25%,rgba(53,53,53,1) 39%,rgba(33,33,33,1) 50%,rgba(0,0,0,1) 51%,rgba(13,13,13,1) 60%,rgba(32,32,32,1) 76%,rgba(21,21,21,1) 91%,rgba(14,14,14,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(56,56,56,1) 0%,rgba(66,66,66,1) 12%,rgba(75,75,75,1) 25%,rgba(53,53,53,1) 39%,rgba(33,33,33,1) 50%,rgba(0,0,0,1) 51%,rgba(13,13,13,1) 60%,rgba(32,32,32,1) 76%,rgba(21,21,21,1) 91%,rgba(14,14,14,1) 100%); 
	background: linear-gradient(to bottom,  rgba(56,56,56,1) 0%,rgba(66,66,66,1) 12%,rgba(75,75,75,1) 25%,rgba(53,53,53,1) 39%,rgba(33,33,33,1) 50%,rgba(0,0,0,1) 51%,rgba(13,13,13,1) 60%,rgba(32,32,32,1) 76%,rgba(21,21,21,1) 91%,rgba(14,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#0e0e0e',GradientType=0 );
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
	

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:#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: 248px;
	padding: 0px;	
}

#chatoutput ul {
    list-style: none;
    margin:0px;
    padding:7px 0 0 10px;
    
}

span.chatoutput {
    /*background:#1A1A1A;*/

    margin:0px;
	color: #FFFFFF;
	font-family: trebuchet ms, sans-serif;
	font-size: 14px;
	
  
    /*line-height: 20px;*/
   /* margin-bottom:2px;*/
}

.chatboxinput
{
	color: #FFFFFF;
	font-size: 13px;
	font-family: trebuchet ms, sans-serif;
	background-color:black;
	border: 1px solid gray;
	line-height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

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

#chatoutput ul li {
margin-bottom: 7px;

}

#chatoutput ul li span.name {
    /*display: block;*/
    background:url(images/ajaxchat/bubble.png) no-repeat left;
    padding-left:16px;
font-family: Tahoma, sans-serif;
    font-weight: normal;
    color: #E8E8E8;
}

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

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

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

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

ul.star 
{
	padding: 3px 0 15px 12px;
	margin:0;
}
ul.star li 
{ 
	color: #FF9900; 
	padding: 0;
	margin:0;
}
ul.star li span 
{ 
	color:white; 
	font-size: 16px;
}

input.checkout
{
	background-color: Transparent;
    background-image: url(images/donatenow.png);
    background-repeat: no-repeat;
	
	border: 0;
	width: 91px;
	height: 23px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

.howtomain
{
	font-size: 14px; 
	font-family: Tahoma,;
}

.howtomain a
{
	font-weight:normal;
	font-family: Tahoma,;
	color: #FFE9BF;
}

.howtomain a:hover
{
	font-weight:normal;
	font-family: Tahoma,;
}

.howtomain a:active
{
	font-weight:normal;
	font-family: Tahoma,;
}

ul.howto
{
	padding: 5px 8px 5px 8px;
	margin:0;
}
ul.howto li 
{ 
	list-style: none;
	text-indent:8px;
	margin-bottom: 3px;

}
ul.subhowto
{
	padding: 5px 25px 5px 25px;
	margin:0;
}
ul.subhowto li 
{ 
	/*list-style: square inside;*/

}

.howtoContent
{
	margin-left:30px;
	width: 750px;
}

.howtoContent a
{
	color: #FFE9BF;
}

.howtoContent div
{
	margin: 3px 0 3px 0;
}

.howtoStep
{
	color:yellow;
	padding-top: 8px;
	margin:0;
}

.warning
{
	color: red; 
	font-weight:normal;
}
.warning a
{
	color: red; 
	font-weight:normal;
}

.imdb2 
{
	float: left;
	border-left: 1px solid black;
	width: 450px;
	padding:10px;
}

.imdb 
{
	float: left;
	padding:10px;
}
.imdb2 strong
{
	color: green;
}

.imdb2 p
{
	font-size: 15px;
	margin: 0;
	padding:0;
}

.newstable a
{
	font-weight: normal;
	text-decoration:underline;
	color: #e6ffe7;
}

.newstable a:hover
{
	text-decoration:none;
}