
/* first section - general layout stuff declared here*/
*
{
padding: 0em;
margin: 0em;
}

body
{
background:#fff url('../images/site/filmback.gif');
padding: 35px 0px 35px 0px;
font-size: 10pt;
font-family: "tahoma";
color: #333333;
text-align:justify;
}

#outer
{
z-index: 2;
position: relative;
width: 85%;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
background: #2B2B2B url('../images/site/logo.gif');
height: 8.75em;
padding: 1.2em 1.0em 0em 1.0em;

}

#menu
{
position: relative;
background: #999999;
height: 100%;
/*padding: 0em 1.0em 0em 1.0em;*/
padding: 1em 1em 1em 1em;
margin-bottom: 2px;
text-align:center;
}

#menu ul
{
position:relative;
/*top: 1.75em;*/
}
#menu ul li
{
position: relative;
display: inline;
text-align:center;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}


#content
{
padding: 0em 2.0em 0em 2.0em;
}


.divider1
{
position: relative;
padding: .5em 1.0em 0em 1.0em;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

img
{
border:none;
max-height:500px;
max-width:500px;
}

.captcha
{
border:none;
max-height:300px;
max-width:300px;
float:left;
display: block;
}

images
{
border:1pt;
border-color:#996600;
border-style:solid;
max-height:300px;
max-width:300px;
}

.imgtable
{
width:100%;
table-layout:auto;
padding:2%;
max-height:300px;
max-width:300px;
}

tablestyle1
{
width:100%;
padding:2%;
}
#footer
{
position:relative;
width: 100%;
height: 2em;
clear: both;
padding-top: 2.5em;
background: #2B2B2B;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.5em;
color: #FFFFFF;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.5em;
color: #FFFFFF;
}

#footer .centre
{
position:relative;
text-align:center;
bottom: 0.6em;
color: #FFFFFF;
}

a
{
color:#CC8A31;
text-decoration: underline;
display: inline-block;
}

a:hover
{
text-decoration: none;
}



#adscontent
{
padding: 0em 2.0em 0em 2.0em;
position:relative;
}

/* text fonts and sizes declared here*/
h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
text-align:center;
}

h2
{
font-size: 1.0em;
font-weight: normal;
color: #FFFFFF;
text-align:center;
}

h3 span
{
font-weight: normal;
}

h3
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
font-size: 1.7em;
padding-left: 1%;
}

h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
font-size: 1.2em;
padding-right: 28px;
}

p
{
font-family:Tahoma;
}

/* dropdown stuff declared here*/

.ddpanel .ddpanelcontent{ 
color: black;
background: white; 
}

.ddpanel .ddpaneltab{ margin-right: 20px;
font: normal 12px Arial;
}

.ddpanel .ddpaneltab a{ 
float: right;
color: white;
background: #999999 url(../images/site/toggleleft.gif) no-repeat left bottom;
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span{ 
float: left;
display: block;
background: #999999 url(../images/site/toggleright.gif) no-repeat right bottom;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ 
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ 
background-color:#EBEBEB;
color:black; 
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ 
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ background-color: transparent;
}



/* comment boxes stuff declared here*/
#comments
{
	padding:2em;
}

.commentGeneral
{
	border-style:solid;
}

.commentBox
{
	border:thin;
	border-style:solid;
	border-color:black;
	background:#F5F5F3;
	color:black;
}

.commentBoxAlt
{
	border:thin;
	border-style:solid;
	border-color:black;
	background-color:#DFDFDF;
}

.commentHeader
{
	font-style:italic;
}

.commentText
{
	font-style:italic;	
}

.commentActions
{
	display: inline;
}

.avatarArea
{
	width: 102px;
}