﻿body 
{
    text-align: center;
	min-width: 900px;
	background-image: url(images/background.jpg);
    background-repeat:repeat-x;
    height: 100%;

}
* 
{
    font-family: Trebuchet MS;
    font-size: medium;
    margin: 0px;
    
}
#page-holder
{
    margin:0 auto;
    margin-top:5px;
	width:900px;
	text-align: left;
	border: solid 1px #0071ba;
	position:relative;
	min-height: 100%;
	height: 100%;
	background-color: White;
	padding-bottom: 60px;
	min-height: 600px;
}
#login
{
    text-align:right;
    width:880px;
    padding-top: 3px;
}
#menu
{
    padding-left:30px;
    padding-right:30px;
    width:900px;
    margin-left:20px;
    margin-top: 3px;
    width:800px;
    background-image: url(images/menu.jpg);
    background-repeat:repeat-x;
    
}
#content
{
    padding-left:30px; 
    width: 800px; 
    padding-top: 10px;
    padding-right:30px;
    min-height: 100%;
}
#copyright
{
    font-size: x-small; 
    /*
    width: 900px;
    height: 30px;
    position:absolute;
    bottom: 0px;
*/
    text-align:center;
}
fieldset 
{
    padding:7px;
    margin-left:80px;
    margin-top:10px;
    margin-bottom:10px;
    width:600px;
}
fieldset textarea
{
    width:400px;
}
object 
{
    border: none;
    margin: 0px;
    padding: 0px;
}
ul
{
    margin-left: 20px;
    margin-top: 10px;
}
p
{
    margin-top: 10px;
}
legend 
{
    font-weight:bold;
}
.img-wrapper 
{
    background: url('images/pic_shadow.gif') no-repeat top left;
    clear: right;
    float: left;
    position: relative;
    width: 316px;
    height: 363px;
}
.img-wrapper img
{
    margin: 5px 5px 5px 5px;
    position: relative;
    padding: 23px;
}

.img-wrapper-thumb 
{
    background: url('images/pic_shadow_thumb.gif') no-repeat top left;
    clear: right;
    float: left;
    position: relative;
    width: 158px;
    height: 182px;
}
.img-wrapper-thumb img
{
    margin: 3px 3px 3px 3px;
    position: relative;
    padding: 8px;
    width: 137px;
    height: 158px;
}
.img-wrapper-thumb input
{
    margin: 3px 3px 3px 3px;
    position: relative;
    padding: 8px;
    width: 137px;
    height: 158px;
}

.indent-radio label
{
    margin-top:-20px;
    display:block;
    margin-left:30px;
}
.validator
{
    font-weight:bold;
    font-size:32px;
    color:Red;
    margin-top:10px;
}
.StaticMenuItemStyle
{
 
 
    color:#0071ba;
    padding-left:20px;
    font-weight:bold;
/*
    padding:3px 6px 3px 6px;
    font-family:Verdana;
    font-size:10pt;
    border:solid 1px Black;
    border-bottom:solid 3px Black;
    text-align:center;
    background-color:#cccccc;  
*/
}
.StaticSelectedStyle
{
/*    
    border:solid 3px Black;
    border-bottom:solid 1px White;
    background-color:White;  
*/
}
p
{
    margin-top: 15px;
}
.listpager *
{
    font-size:14pt;
    font-weight:bold;   
}
.castName *
{
    font-size:20pt;
    color: #0071ba;
    font-variant:small-caps;
    margin-top: 20px;
    display:block;
}
hr
{
    color: #0071ba;
}
.textBoxFocus {
    border: 2px solid #AA88FF;
    background-color: #FFEEAA;
}