/* ######### Start Main Tracker Body ######### */
body {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 8pt;
    background:  #6699FF;
    margin: 10px 12px 20px 8px;
    padding: 0;
}

body.listaimdb {
    background: #ECEDF3;
    border: 1px solid #ADADAD;
}
.highlight {
  background: #F8F81A;
  color: #FF0000;
}

.btn{
  background: #DFE6EF;
  border: 1px solid #4C77B6;
  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: #D7DAEC;
    border-style: inset;
    border-width: 1px;
    border-color: #000;
    margin: 1px;
    padding: 1px;
    font-size: x-small;
    line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
    color: black;
    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;
    border-color: black;
    margin: 1px auto 1px auto;
    padding: 1px;
    width: 99%;
    /* Wrap its contents, and show scrollbars. */
    overflow: auto;
    /*Stop after about 24 lines, and just show a scrollbar.*/ 
    max-height: 10em;
}
.post{
  border: 1px solid #4E7FCD;
  background-color: #E8EFF7;
  padding: 0px;
  margin: 1px;
  color: #000000;
  line-height: 1.4em;
  text-align: left;
    overflow: auto;
}

img {
  border: 0px;
}

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

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

}

.pager {
  background-color: #E0E1E8;
 /* border: 1px solid #072A66;*/
  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; 
        background: #6D9BF1; 
        border-left: 1px solid #696969; 
        border-right: 1px solid #696969;
        border-bottom: 1px solid #696969;
    width: 90%;
        padding: 2px;
    margin: 10px auto;
}
#logo {
    background: url("images/logo_bg.jpg");
    background-repeat: repeat-x;
  border-top: solid 1px #FFFFFF;
    height: 100px;
    width: 100%;
}
.tracker_logo {
  background: url("images/logo.png") no-repeat center; 
    text-align: center; 
    height: 100px; 
    width: 750px;
}

#slideIt {background-color: #D7E0E7; text-align: left; }

#header{
  background: #D7E0E7;
    width: 100%;
}
#nocolumns { width: 100%; text-align: center; }
#footer{
    background: #DDE5EB;
    height: 100px;
    width: 100%;
}

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


a:link,a:active,a:visited { color: #006699; text-decoration: none;}
a:hover        { text-decoration: none; color: #EE4000; }

h1 {
    font-size: 12pt;
}

p {
    font-size: 10pt;
}

table {
    border: 0px;
}
table.tool { border-bottom: solid 1px #CFDBE5; }
table.lista {
    background: #97B9F3;
    border: 1px solid #ADADAD;
}
body.list {
    background: #97B9F3;
    border: 0px;
}

td.block {
    background: url(images/catbg.jpg) #A1BFD9 repeat-x;
    color: #ffffff;
    height: 25px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: solid 1px #375576;
}

td.blocklist {
         background: #B0C4DE;
         padding: 2px;
         margin: 0px;
         font-size: 8pt;
         font-weight: bold;
         color: #000;
	text-align: left;
}
.user {background: #A1BFD9;}
td.lista {
    background: #B0C4DE;
    color : #000;
        padding: 2px;
    margin: 0px;
    font-size: 8pt;
    text-align: left;
        border-left: solid 1px #CFDBE5;
        border-right: solid 1px #CFDBE5;
}

td {

}

td.header {
    color: black;
    height: 27px;
    font-style: normal;
	font-weight: bold;
    background: url(images/titlebg.jpg) #E9F0F6 repeat-x;
    border-bottom: solid 1px #9BAEBF;
    border-top: solid 1px #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
}

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

td.navigation {
    background-color: #DDE5EB;
    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-color: #E0E1E8;
    color: red;
}


td.yellow {
    background-color: #E0E1E8;
    color: #BEC635;
}


td.green {
    background-color: #E0E1E8;
    color: green;
}

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

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

.poller {  /* The poller box */
  
    width: 100%;
    background: #DDE6EF;
        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: 250px;
padding: 0px;
}

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

div.chatoutput {
    background: #B0C4DE;
    padding: 5px 0px 3px 10px;
    margin: 0px;
    color: #006699;
    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: black;
}

#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 ######### *//* Modal Message Start */
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	-moz-opacity:0.4;	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:0px solid #000;
	padding:0px;
	z-index:0;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#fff;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#000;
	filter:alpha(opacity=40);	/* Transparency */
	-moz-opacity:0.4;	/* Transparency */
	opacity:0.4;	/* Transparency */	
}
/* Modal Message Stop */

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



