/* ######### Start Main Tracker Body ######### */
body {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 8pt;
    background: #f2f2f2;
	margin:0;
    padding: 0;
}

.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 solid;
    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 solid;
    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:#f2f2f2; 
    /*    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/bg_logo_night.png);
    background-repeat: repeat-x;
 /* border-top: solid 1px #FFFFFF;*/
    height:207px;
    width:100%;
}
.tracker_logo {
	background: url(images/logo_night.png) no-repeat; 
	background-position: left top;
    text-align:left; 
    height:207px; 
    width:100%;	
}
.banner{
/*	position: relative;
	left: 370px;
	right:0%;
	top: 130px;*/
	text-align: right;
	margin-right:10px;
	margin-top: 133px;
}
#slideIt {background-color: #D7E0E7; align:left; }

#header{
  background: #D7E0E7;
    width:100%;
}
#nocolumns { width:100%; align:center; }
#footer{
    background: #f2f2f2;
    height:100px;
    width:100%;
}
table#mail_right_menu {
margin: 2px !important;
width:97%;

} 

div.chat {
/* Wrap its contents, and show scrollbars. */
    white-space: wrap;
    overflow: auto;
    max-height: 30em;
  width: 100%;
  padding: 0px;
}
#asbakvg721{
display:none;
}

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;
	border-collapse:collapse;
}
table.tool { border-bottom: solid 1px #CFDBE5; }
table.lista {
    background: #71b1d4;
  /*  border: 1px solid #ADADAD;*/
	border-collapse: collapse ;
}
#slideIt table.lista , #slideIt td.lista, #main_content  table.lista , #main_content td.lista {
	background-color: #f2f2f2;
}

td.block {
    background: url(images/bg_head.jpg) #fff repeat-x center bottom;
    color: #555;
	text-transform:uppercase;
	font-size: 10pt;
    height:24px;
    padding-left: 3px;
    padding-right: 3px;
    border: solid 1px #ccc;
}

td.blocklist {
	 background: #F6F6F6;
	 padding:2px;
	 margin:0px;
	 font-size: 8pt;
	 font-weight: bold;
	 color: #000;
}
.user {background: #A1BFD9;}

td.lista {
    background:#71b1d4;
    color : #000;
    padding:2px;
    margin:0px;
    font-size: 8pt;
    text-align:left;
 /*       border-left:solid 1px #CFDBE5;
        border-right:solid 1px #CFDBE5;*/
}

td {
	font-size: 8pt !important;
}

td.header, tr.header  td.lista{
    color: black; 
    font-style: normal;
	background: url(images/bg_menu.jpg) #fff repeat-x center top;
	border: solid 1px #cccccc;	
}
td.header a, #slideIt a{
	color: black; 
	text-decoration: underline;
}
#slideIt td.block {
 height:0px;
}
#slideIt{
padding-bottom:2px;
}
#slideIt td.header a{
	background: url(images/bg_menu.jpg) #fff repeat-x center top;
	border: solid 1px #cccccc;
	display: block;
	color: #000;	
	text-transform:uppercase;
	font-size: 10pt;
	line-height:30px;
	height:30px;
	text-decoration: none;
}

#slideIt td.header a:hover{
	background: url(images/bg_menu_hover.jpg) #c5dc98 repeat-x center top;
	height:30px;
	width: auto;
    border: solid 1px #87a76a;	
	display: block;
	text-decoration: none;
}
#main_left{
  background: url(images/bg_left.jpg) #f2f2f2 no-repeat left bottom;
}
#main_right{
  background: url(images/bg_right.jpg) #f2f2f2 no-repeat right bottom;
}
#footer{
	padding-top:10px;
	background: url(images/bottom.jpg) repeat-x;
	height:67px;
}
td.title {
    font-size: 8pt;
}

td.navigation {
    background-color: #f2f2f2;
    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:#f2f2f2;    
}

#mainContent {
    padding:0px;
        
}
  
.clear {
    clear:both;
}

.poller {  /* The poller box */
  
    width:100%;
    background:#f2f2f2;
    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:#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: #000;
}

#chatoutput ul li:hover span.name {
    background:url(images/ajaxchat/bubblehover.png) no-repeat left;
}

form {
    padding:0px;
    margin:2px;
}

#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 ######### */
#dolphincontainer {
background:#143D55 none repeat scroll 0%;
border-bottom:2px solid navy;
color:#E0E0E0;
font-family:Helvetica,Arial,Verdana,sans-serif;
position:relative;
width:100%;
}
#dolphinnav {
background:#FFFFFF url(images/dolphin_bg.gif) repeat-x scroll left bottom;
font-size:12px;
font-weight:bold;
height:33px;
padding:0pt 0pt 0pt 20px;
position:relative;
text-transform:uppercase;
}
#dolphinnav ul {
float:left;
list-style-type:none;
margin:0pt;
padding:0pt;
width:auto;
}
#dolphinnav ul li {
display:block;
float:left;
margin:0pt 1px;
}
#dolphinnav ul li a {
color:#EAF3F8;
display:block;
float:left;
height:33px;
padding:0pt 0pt 0pt 20px;
text-decoration:none;
}
#dolphinnav ul li a span {
float:left;
height:21px;
padding:12px 20px 0pt 0pt;
}
#dolphinnav ul li a:hover {
background:transparent url(images/dolphin_bg-OVER.gif) repeat-x scroll left bottom;
color:#FFFFFF;
}
#dolphinnav ul li a:hover span {
cursor:pointer;
display:block;
width:auto;
}
#dolphinnav ul li a.current, #dolphinnav ul li a.current:hover {
background:#1D6893 url(images/dolphin_left-ON.gif) no-repeat scroll left top;
color:#FFFFFF;
line-height:275%;
}
#dolphinnav ul li a.current span {
background:#1D6893 url(images/dolphin_right-ON.gif) no-repeat scroll right top;
display:block;
height:33px;
padding:0pt 20px 0pt 0pt;
width:auto;
}
#dolphin_inner {
color:white;
font-size:80%;
height:1em;
padding:5px;
}
#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active {
color:white;
}
#dolphin_inner a:hover {
color:yellow;
}
.innercontent {
display:none;
}
