﻿body 
{
	font-family:Arial, Georgia;
	font-size:13px; color:#CCCCCC;
	background:#262626;
}

a 
{
	color:#D2BD85;
}

b, strong 
{
    color:#999999;	
}

h1 
{
    border-bottom:1px dotted #CCCCCC;	
}

h3, .h3
{
    text-decoration:underline; 
    font-weight:bold; font-size:16px;
    display:block;
    padding-bottom:5px;
}

.link_button 
{
   background:#D2BD85; 
   padding:3px;  
   text-decoration:none;
   color:#000000; 
   border:1px solid #FFFFFF;
}

.msg 
{
    display:block;
    border:1px solid #cccccc;
    background:#000000;
    color:#FFFFFF;
    padding:30px;
    text-align:center;
    margin-bottom:20px;
}

/* Login Control */

.login_control .login_title 
{
	font-weight:bold;
	font-size:20px;
	text-align:left;
	padding:0px 0px 5px 0px;
}

.login_control 
{
   border:1px solid #CCCCCC;	
}

.login_control  td
{
   padding:20px;
}

.login_control table tr td
{
  	padding:5px;
}

/* Top Menu */

.topmenu_holder ul
{
	display:block;
	width:840px; text-align:right;
}

.topmenu_holder ul li
{
   display:inline;	
}

.topmenu_holder ul li a 
{
   padding:0px 5px; border-left:2px dotted;
}

.topmenu_holder ul li:first-child a 
{
	border-left:none;
}

/* Details Page */

.detailsgrid tr th 
{
    text-align:left;
    font-weight:normal;
    font-size:11px; 
    background:#CCCCCC; 
    color:#333333;	
}

.detailsgrid tr th, .detailsgrid tr td
{
   padding:4px;	
}


.detailsview_image 
{
   background:#555555;
   border:1px solid #CCCCCC;
   padding:0px;
   margin:0px 0px 20px 0px;
}

.detailsview_image img
{
   border:1px solid #000000;
}

.detailsview .link_button 
{
  width:100px; 
  text-align:center; 
  display:block; 
  float:left; 
  margin:3px;
} 

.detailsview tr td:first-child 
{
    font-weight:bold;	
}

.alternaterow 
{
	 background:#CCCCCC;
	 color:#000000;
}

.alternaterow a
{
	 color:#957B37;
}
/* Website Layout */

.wrapper 
{
    width:900px;
    margin:auto; 
    border:1px solid #CCCCCC; 
    padding:20px;
}

.footer 
{
    clear:both; 
    text-align:center; color:#666666;
    padding-top:30px;
}
