/*<![CDATA[*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
body {
	background-color: #000;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #fc6;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #fff;
	height: 1px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  padding: 5px;
  text-align: left;
}
p {
  color: #fff;
  padding: 0px 5px 0px 0px;
}
form {
	margin: 0;
}

#banner{
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #f3b862;
}

#topnav{
  background-color: #000;
}
#subnav{
  background-color: #000;
}
#content{
  border-bottom: 1px solid #f3b862;
  background-color: #000;
  padding: 30px 10px 20px 10px;
}
#content img{
	margin: 10px;
	border: 1px solid white;
}


#logintable {
	margin-right: 20px; 
	
}
.login {
	padding: 2px 2px 2px 2px;
	font-size: 10px;
	background-color: #000;
	color: #f3b862;
	text-align: center;
}
.login input {
	width: 60px;
	font-size: 10px;
	background-color: #ccc;
	border: 0;
}
.login a:link, .login a:visited, .login a:active {
	color: #f3b862;
	text-decoration: none;
}
.login a:hover {
	color: red;
	text-decoration: none;
}
.login_button {
	font-size: 10px;
	color: #f3b862;
	text-align: center;
}


#footer{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f3b862;
  padding-top: 10px;
}
#footer p{
margin:0;
}
#footer a, #footer a:visited, #footer a:active{
color: #f3b862;
text-decoration: none;
}
#footer a:hover{
color: red;
}

#clickit{
font-size: 10px;
color: #333;
padding: 30px 0 0 0;
margin: 0;
text-align: center;
}
#clickit a, #clickit a:visited, #clickit a:active{
padding:0;
color: #333;
text-decoration: none;
}
#clickit a:hover{
color: #fff;
}

.buttonSubmit {
	background-color: #fc6;
	font-size: 10px;
	color: #000;
	border: 1px solid #fc6;
	padding: 0px 3px 0px 3px;	
}
.buttonSubmitRoll {
	background-color: #000;
	font-size: 10px;
	color: #fc6;
	border: 1px solid #fc6;
	padding: 0px 3px 0px 3px;	
}



/* generic form styles */
.genform_table{
	padding:10px;
}
.genform_text{
	font-weight:bold;
	text-align:right;
}
.genform_field{
	text-align:left;
}
.genform_button{
	text-align:center;
}

/* basket styles */
#fsbasket_wrapper{
	width:100px;
	text-align:center;
	padding: 5px;
	margin: 10px;
}
#fsbasket_value{
	font-size:10px;
	text-align:center;
}
#fsbasket_link{
	font-size:10px;
	text-align:center;
}
#fsbasket_link a {
	text-decoration: none;
}


/* basket styles */
#fsbasket_wrapper{border:1px solid #fff;}
#fsbasket_value{color:#fff;}
#fsbasket_link a {color: #f93;}
#fsbasket_link a:hover{color: #fff;}
/* generic form styles */
.genform_table{border:1px solid #fff;}
.genform_text{color:#fff;}
.genform_field input{background: #fff;border:1px solid #000;}
.genform_button{color: #000;}


/* HighSlide WYSIWYG [[popup]] styles */
.popitwindow{
	background:#fff;
	width:95%;
	height:100%;
}
.highslide-body {
	padding-left:20px;
	padding-right:20px;
}
/* set all text in popit windows to black - overides default font colors */
.popitwindow p  {color:#000;}
.popitwindow h1 {color:#000;}
.popitwindow h2 {color:#000;}
.popitwindow h3 {color:#000;}
.popitwindow h4 {color:#000;}
.popitwindow a  {color:#00f;}
.popitwindow a:hover{ color:#0f0; }
.popitwindow ul {color:#000;}
.popitwindow li {color:#000; list-style-type: disc; }
.popitwindow td {color:#000;}
.popitwindow div{color:#000;}


/* DHTML TOOL TIP CSS */
#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid black;
    color: #000000;
	padding: 2px;
	text-align:center;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 999;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* style for popit button links */
.popitbtn {
  margin: 0 3px;
  padding: 0 5px;
  width: 100px;
  border: 1px solid #ccc;
  background: #000;
  text-align: center;
  text-decoration: none;
  font: normal 10px sans-serif;
  color: #fff !important;
}
.popitbtn:hover { background:#fff !important; color:#000 !important }


/* lightbox styles */
#vcomm_div{
    width:600px;
    margin:0 auto;
    padding:5px;
}
#vcomm_div{
    width:600px;
    margin:0 auto;
}
.vcomm_name{
    width:150px;
    padding:5px;
    border:1px solid #999;
    color:#fff;
    background:#666;
}
.vcomm_date{
    color:#ccc;
    font-size:9px;
}
.vcomm_msg{
    width:650px;
    background:#999;
    border:1px solid #ccc;
    padding:5px;
    color:#fff;
}


/* lb owner options top menu  */
#lb_owner_div{
    height:25px;
    background:#454545;
    border:1px solid #999;
}
.lb_title{
    float: left;
    height:21px;
    padding:4px 20px 0 5px;
    font-size:14px;
    font-weight: bold;
}
.lb_owner_option{
    float: left;
    height:19px;
    padding:6px 10px 0 10px;
    font-size:10px;
}
.lb_owner_option a{

}
.lb_owner_option a:hover{

}
#lb_owner_rem{
    width:400px;
    height:21px;
    padding:6px 10px 0 10px;
    font-size:10px;
}

#lb_owner{
    width:600px;
    margin:0 auto;
    padding:10px;

}
#lb_owner_comment{
    width:600px;
    padding:0;
}


.share-div{
    width:390px;
    height:28px;
    background-image: url(../../include/graphics/share-bg.gif);
    background-repeat: repeat-x;
}
.share-first{
    float:left;
    width:80px;
    height:22px;
    background-image: url(../../include/graphics/share-first.gif);
    background-repeat: no-repeat;
    color:#000;
    font-size: 10px;
    padding-top:6px;
    padding-left:3px;
}
.share-last{
    float:right;
    width:300px;
    height:28px;
    background-image: url(../../include/graphics/share-last.gif);
    background-repeat: no-repeat;
    background-position: right;
}
.share-last input{
    width:290px;
    height:14px;
    font-size:10px;
    margin-top:4px;
}
.lbemail-first{
    color: #333;
    font-size:10px;

}


/* maxi image display styles */
.gallery_header_title{
    text-align: center;
}
.gallery_header_descr{

}

/*]]>*/

  
