﻿  /* {	margin:0;	padding:0; }*/
body { background-color: #272324; height:650px; width:654px; }
form { width: 654px;  height: 650px;  background-color: #211e1f; font-size: 1em;}
html, input, select, textarea { font: normal normal normal 100% Arial, Helvetica, sans-serif;}
html  { font-size: 76%;}

.hidden { display: none; }
.number { text-align: right; }
.modalBackground { background-color:Gray;	opacity: 0.5; *filter:alpha(opacity=70); }
.emptySet { width:95%; text-align:center; display:block; color:Red; margin-top:120px; font-size: 120% }


form h1 
{
  width: auto;
  background-color: transparent;
  color: #BF4200;
  font: bold 16px arial, helvetica, sans serif;
  margin: 5px 5px 0 55px;
}

form h2
{
  width: 640px;
  height: 10px;
  color: Black; 
  font-size: 1.5em;
  padding-left: 14px;
  padding-top: 0px;
}		
  
form h3
{
	width:auto;
	height:auto;
	padding-top:4px;
	padding-bottom:4px;
	margin:0px 100px 0px 100px;
	font: bold 20px arial, helvetica, sans serif;
	color:#BF4200;
	background-color:gold;
	text-align:center;
	vertical-align:bottom;
}

div.titleContainer
{
	display:inline;
	float:left;
	width: auto;
	height:29px;
	border:none;
	margin: 0px auto 0px auto ;
	background-color: #211e1f;
}

div.titleMenu
{
	display:inline;
	float:right;
	width:auto;
	height:32px;
	border:none;
	margin:0;
	background-color: #211e1f;
	vertical-align:middle;
}

div.titleMenu a
{
	font-size:1.1em;
	display:inline;
	line-height:27px;
	float:right;
	margin-right:10px;
}

div.mainContainer 
{
	display:inline;
	float:left;
	width: 654px; 
	height: 618px;
	border: none;
	margin: 0px auto 0px auto ; 
	background-color: #ece6db;
	background-image: url(../Images/topleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

 
  div.formwrapper
  {
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    background-color:#ece6db;
  }

  div.tablewrapper 
  {
    width: 90%;
    overflow-x:hidden;
    background-color:#ece6db;
    margin: 0px auto 0px auto;
  }

  div.vertscroll 
  {
    overflow-y:scroll;
    border: solid 1px Black;
    padding-right:17px;
  }

  div.tablewrapper table 
  { 
    width:100%;
    border: solid 1px black;
    font-size: x-small; 
  }

  div.tablewrapper td { border-color: Black; } 

  div.tablewrapper th 
  {
		border-left: solid 1px black;
		border-top: solid 1px black;
		border-bottom: solid 1px black;
		border-right:none;
		background-color: #504835;
		position: relative;
		top: -1px;
		padding-bottom:-1px;
		height: 12;
		font-weight: bold;
		color: White;
  }

  div.warning
  {
    width: 90%;
    background-color:#ece6db;
    margin: 0px auto 0px auto;
		overflow: hidden;
		height: auto;		
  }  			
  
  div.warning table
  {
    width:100%;
		border: solid 3px red;
  }
  
  div.warning td
  {
		color: darkred; 
		width:100%; 
		height: 40px; 
		vertical-align:middle; 
		text-align: center; 
		font-size:large; 
		border: none;		
  }
  
  select.textbox {
	width: 150px;
	margin-top: 2px;
	border-style:inset;
	border-width:2px;
	border-color:#ece6db;
	display:inline;
	float:left;
  }

/**/