/***** NEW ******/

.tborder
{
	padding: 0px;
	border: 1px solid #C6C6C6;
	background-color: #F6F6F6;
}


/* ######### Start Main Tracker Body ######### */
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #FFF;
    background-image:url(images/background.gif);
    /*margin: 10px 12px 20px 8px;*/
	margin: 0px 0px 0px 0px;
    padding: 0;
	/*background-image:url(smf/images/background.gif);*/
}

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

.btn{
  background: #DFE6EF;
  border: 1px solid #4C77B6;
  color: #000;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 11px;
  padding: 2px;
  vertical-align: middle;
  cursor: pointer;
}

.btn3{
  background: #DFE6EF;
  border: 1px solid #4C77B6;
  color: #000;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 11px;
  padding: 2px;
  vertical-align: middle;
  cursor: pointer;
}

.btn4{
  background: #EDEFF1;
  border: none;
  color: #0F2B59;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 11px;
  padding: 2px;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: underline;
  /*font-weight: bold;*/
}

.btn2{
  background: #0F2B59 url(images/white/bluebg.png) repeat-x 0 0;
  border: 1px solid silver;
  color: white;
  font-family: Helvetica, Arial, Sans-Serif;
  /*font-weight: bold;*/
  font-size: 11px;
  cursor: pointer;
}

.btn2:hover{
  background: #0F2B59 url(images/white/bluebgdown.png) repeat-x bottom;
  border: 1px solid silver;
  color: white;
  font-family: Helvetica, Arial, Sans-Serif;
  /*font-weight: bold;*/
  font-size: 11px;
  cursor: pointer;
}

.btn2_bold{
  background: #0F2B59 url(images/white/nav-blueact.png) repeat-x 0 0;
  border: 1px solid silver;
  color: #FFCC33;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
}
.btn2_bold_white{
  background: #0F2B59;
  border: 1px solid silver;
  color: white;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: bold;
  font-size: 11px;
  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: #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;
    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 #4E7FCD;
  background-color: #E8EFF7;
  padding:0px;
  margin:1px;
  color:#000000;
  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: #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:#DDE5EB; 
        border-left:1px solid #696969; 
        border-right:1px solid #696969;
        border-bottom:1px solid #696969;
    /*width:100%;*/
        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.jpg") no-repeat; 
    /** valign: center; */ 
    /*height: 100px;*/ 
    /*width: 750px;*/
}

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

#header{
  background: #D7E0E7;
    width:100%;
}
#nocolumns { width:100%; /**align:center;*/ }
#footer{
    background: #DDE5EB;
    height:100px;
    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: #0F2B59; text-decoration:none;}
a:hover        { text-decoration:underline; color: #0F2B59; }

a.download:link, a.download:hover, a.download:active, a.download:visited { 
	color: #009900; 
	text-decoration:none;
	font-size: 30pt;
}

a.download2:link, a.download2:hover, a.download2:active, a.download2:visited { 
	color: #0F2B59; 
	text-decoration:none;
	font-size: 15pt;
}

h1 {
    font-size: 12pt;
}

p {
    font-size: 10pt;
}

table {
    border:0px;
}
table.tool { border-bottom: solid 1px #CFDBE5; }
table.lista_original {
    background: #A1BFD9;
    border: 1px solid #ADADAD;
}

table.lista {
    background: #F9F9F9;
	/*background: #FFFFFF;*/
    border: 1px solid #C6C6C6;
	/*
	border-right: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	border-top: 1px solid #C6C6C6;
	*/
	/*padding: 0px 1px 1px 0px;*/
}

td.block_original {
    background: url(images/catbg.jpg) #A1BFD9 repeat-x;
    color: #ffffff;
    height:25px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: solid 1px #375576;
}
td.block {
	  color: white;
      height:20px;
	  background: #0F2B59 url(images/white/bluebg.png) repeat-x 0 0;
    padding-left: 3px;
    padding-right: 3px;
    /*border-top: solid 1px #375576*/;
}

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

td.lista_original {
    background:#ECEDF3;
    color : #000;
        padding:2px;
    margin:0px;
    font-size: 8pt;
    text-align:left;
        border-left:solid 1px #CFDBE5;
        border-right:solid 1px #CFDBE5;
}

td.lista {
    border: 1px solid #BBBBBB;
	color: #000000;
	background-color: #F6F6F6;
    text-align:left;
}

.lista_tr td {
      height: 20px;
}

.lista_tr:hover td {
    background:   #FFFFFF;
    color:   #000000;
}


td.lista_c {
    border: 1px solid #BBBBBB;
	color: #000000;
	background-color: #F6F6F6;
    text-align: center;
}

td.lista_t {
    border: 1px solid #BBBBBB;
	color: #000000;
	background-color: #F6F6F6;
    text-align: left;
	font-family: arial,sans-serif;
    font-size: 9pt;
}

td {

}

td.main_header {
	color: silver;
    height:27px;
    font-style: normal;
    background: #0F2B59 url(images/white/bluebg.png) repeat-x 0 0;
	padding-left: 5px;
    padding-right: 5px;
}

td.main_header_search {
	color: silver;
    height:27px;
    font-style: normal;
    background: #0F2B59 url(images/white/bluebg.png) repeat-x 0 0;
	padding-left: 5px;
    padding-right: 5px;
}

td.main_header_faq {
	color: silver;
    height:27px;
    font-style: normal;
    background: #0F2B59 url(images/white/bluebg.png) repeat-x 0 0;
	padding-left: 5px;
    padding-right: 5px;
}

td.main_header a:link, td.main_header a:visited
{
	border:0px;
	color: white;
	text-decoration: none;
}

td.main_header a:hover
{
	border:0px;
	color: silver;
}

td.main_header_search a:link, td.main_header_search a:visited
{
	border:0px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

td.main_header_search a:hover
{
	border:0px;
	color: silver;
	font-weight: bold;
}

td.main_header_faq a:link, td.main_header_faq a:visited
{
	border:0px;
	color: red;
	text-decoration: none;
	font-weight: bold;
}

td.main_header_faq a:hover
{
	border:0px;
	color: silver;
	font-weight: bold;
}

td.header_original {
    color: black;
    height:27px;
    font-style: normal;
	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.header {
    height:27px;
    background:#EDEFF1;
    color : #000;
	border: 1px solid #BBBBBB;
}



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 {
	border: 1px solid #BBBBBB;
    background-color:#E0E1E8;
    color: red;
}


td.yellow {
	border: 1px solid #BBBBBB;
	background-color:#E0E1E8;
    color: #BEC635;
}


td.green {
	border: 1px solid #BBBBBB;
    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: 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:#0F2B59;
    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: #000;
}

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


/*
#layer1{
margin-top:5px;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
width:130px;
height:130px;
background-color:#f6f6f6;
position:relative;
z-index:1;
}
*/

#layer2{
position: relative;
top:-199px;
left:170px;
width:100px;
height:0px;
}

/*
#layer2{
position: relative;
top:-194px;
left:162px;
width:100px;
height:0px;
}
*/

#layer3{
position: relative;
top:-90px;
left:78px;
width:50px;
height:0px;
}


.img_play {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

