* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFECB;
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.highlight {
  background: #F8F81A;
  color: #FF0000;
}

/* Standard horizontal rule.. */
hr {
	display: none;
}

/* A quote, perhaps from another post. */
.quote {    
color: #B4AF9B; 
background-color: #473124; 
font-family: verdana, arial, helvetica, sans-serif; 
border: 1px solid #89481E; 
margin: 1px; 
padding: 1px;   
font-size: x-small; 
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code { 
color: #AFA174; 
background-color: #120E0B; 
font-family: courier new, times new roman, monospace;  
font-size: x-small; 
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #B1905A; 
margin: 1px auto 1px auto;   
padding: 1px;   
width: 99%;
/* If IE wrap its contents, Else show scrollbars. */
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

img {
  border:0px;
}

textarea {
    display:block;
    overflow: auto;
    line-height: 1.4em;
}

#main {
  width: 960px;
	display:block;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#logo h1 {
	padding: 30px 0 0 20px;
	font-size: 3em;
}

#logo h2 {
	padding: 47px 0 0 8px;
	font-size: 1.8em;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Links Bar */

#links {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img03.jpg);
}

/* css for dropdown menu */
#menu {width:100%; height:25px; background:transparent; padding-top:4px; text-align:center; margin:0 auto;}
/* Donot change the values of this menu */
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; background:#252525 url(images/sitenav.png); border-top: #5A5A58 1px solid; border-bottom: #121212 1px solid; border-left: #5A5A58 1px solid; border-right: #121212 1px solid;
}
#menu ul {display:inline-block;} 

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul ul {position:absolute; left:-9999px; width:150px;}

#menu ul.level1 {margin:3px auto;}
#menu ul.level1 li.level1-li {float:left; display:block; position:relative;}

#menu b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#menu a {display:block; font:normal 11px verdana,arial,sans-serif; color:#ffdd72; line-height:25px; text-decoration:none; padding:0 20px;}
#menu ul.level1 li.level1-li a.level1-a {float:left;}

#menu ul li:hover > ul {visibility:visible; left:0; top:24px;}
#menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto; margin-top:-25px; margin-left:-4px;}
#menu li.left:hover > ul {visibility:visible; left:auto; right:0; top:25px;}
#menu li.left ul li:hover > ul {visibility:visible; left:auto; right:100%; top:auto; margin-top:-25px; margin-right:-4px;}

#menu a:hover ul {left:0; top:25px;}
#menu li.left a:hover ul {left:auto; right:-1px; top:25px;}

#menu li.left ul a {text-align:right;}

#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#menu li.left a:hover a:hover ul, 
#menu li.left a:hover a:hover a:hover ul {left:auto; right:0; visibility:visible;}

#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
#menu li.left a:hover ul ul, 
#menu li.left a:hover a:hover ul ul {left:-9999px;}

#menu li a.drop {background:transparent url(images/white-down.gif) no-repeat right center;}
#menu li a.fly {background:transparent url(images/white-right.gif) no-repeat right center;}
#menu li.left ul a.fly {background:transparent url(images/white-left.gif) no-repeat left center;}

#menu li a:hover,
#menu li a.fly:hover {color:#fff; background-color:#252525;} 
#menu li:hover > a,
#menu ul li:hover > a.fly {color:#fff; background-color:#252525;}

#menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-6px;}
#menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-30px; margin-left:-4px;}

#menu li.left table {position:absolute; height:0; width:0; left:auto; right:0; border-collapse:collapse; margin-top:-4px;}
#menu li.left table table {position:absolute; left:auto; right:100%; height:0; width:0; border-collapse:collapse; margin-top:-30px; margin-right:-4px;}
/* end menu */

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0px 20px 0px;
	background: url(images/img04.jpg) no-repeat;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}
/* Content */
#mcol .block-cap a:link,
#mcol .block-cap a:active,
#mcol .block-cap a:visited {
	color: #CCC;
}
#mcol .block-cap a:hover {
	color: #ffdd72;
}

#scol .block-cap a:link,
#scol .block-cap a:active,
#scol .block-cap a:visited {
	color: #AFA275;
	text-decoration: none;
}
#scol .block-cap a:hover {
	color: #AFA275;
	text-decoration: none;
}

#mblock {
	background-image: url(images/spacer.gif) repeat-x;
	width: auto;
	padding: 0px;
	margin: 0px;
	display: block;
}

#scol .block-head {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 25px;
}
#scol .block-cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:25px;
	font-weight: bold;
	color: #AFA275;
	background-image: url(images/img06.gif);
	height: 25px;
	width: auto;
	padding: 0px;
	margin: 0px;
}
#scol .block-con {
	width: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	margin: 0px;
	background-color:#1f1f1f;
}
#scol .header {
	background-color: #2C2825;
	color:#FFF59F;
	border: 1px solid #AFA275;
	margin: 0px;
	padding: 4px;
}
#scol .lista {
	border: 0px;
	margin: 0px;
	padding: 2px;
}

#mcol .block-head {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: auto;
	
}
#mcol .block-cap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:25px;
	font-weight: bold;
	color: #B1905A;
	background-image: url(images/img05.gif);
	height: 25px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#mcol .block-con {
	width: auto;
	display: block;
	margin: 0px;
	/*color:#030207;*/
	border: 1px solid #2C2825;
}
#mcol .header {
	background-color: #2C2825;
	border: 1px solid #AFA275;
	margin: 0px;
	padding: 4px;
}
#mcol .lista {
	background-color: #2C2825;
	border: 1px solid #AFA275;
	text-align:left;
	color:#B1905A;
	margin: 0px;
	padding: 2px;
}
#slideIt {
  padding-left:7px;
}

.post {
	border:1px solid #B1905A;
	padding:0px;
	margin:1px;
	color:#CCCCCC;
	line-height: 1.4em;
	text-align:left;
	overflow: auto;
}

.pager {
	border: 1px solid #251E15;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 10px;
	font-weight: bold;
}

.pagercurrent {
	border: 1px solid #251E15;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 10px;
	font-weight: bold;
}

.pager a:link,
.pager a:visited,
.pagercurrent a:link,
.pagercurrent a:visited {
	text-decoration:none;
	color: #ffdd72;
}

.pager a:hover,
.pagercurrent a:hover {
	text-decoration:none;
	color: #A88A4C;
}

.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;}
td.deleted {
    background-color:#FF95AC;
    color:#000000;
}

td.added {
    background-color:#C1FF83;
    color:#000000;
}

td.modified {
    background-color:#DEDEDE;
    color:#000000;
}
  
.clear {
    clear:both;
}

.poller {  /* The poller box */
	width:100%;
	overflow:hidden;
	background-color: #1f1f1f;
	text-align:left;
}

.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: 440px;
	padding: 0px;
}

#chatbarText {
	width: 70%;
	background-color: #000;
	color:#ccc;
	padding:5px;
	border:1px soild #251E15;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#chatoutput .lista {
	background-color: transparent;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#chatoutput ul {
    list-style: none;
    margin:0px;
    padding:0px;
    padding:5px 4px 6px 5px;
}

div.chatoutput {
	color:#999999;
	background: transparent;
	border: 1px solid #111111;
	padding:5px 0px 3px 10px;
  margin:0px;
  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: #B1905A;
}

#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 ######### */