html
{
	overflow: auto;
}

.Content
{
	width: 980px;
	margin: 0 auto;
	overflow: visible;
}

.Button, .ButtonInput input, .MenuButton
{
	text-shadow: 1px 1px 1px #222;	
}

.Button:hover, .ButtonInput:hover input, .MenuButton:hover, .Button:active, .ButtonInput:active input, .MenuButton:active
{
	text-shadow: none;
}

.Menu ul
{
	display: inline;
	float: left;
}

.Border a
{
	color: #1F497D;
	outline: 0 none;	
}

.Border a:hover
{
	color: #1F497D;
	text-decoration: none;
}

.Border a:visited
{
	color: #1F497D;
}

a img
{
	border: none;
	vertical-align: middle;
}

label, .FormLabel
{
	float: left;
	text-align: right;
	padding-right: 5px;
	min-width: 120px;
}

label.CheckBox
{
	padding-left: 5px;
	float: none;
}

form
{
	display: inline;
}

input, select { margin-bottom: 4px; vertical-align: middle; }

input[type=text] { height: 16px; }

select { height: 22px; }

h1
{
	margin-top: 0px;
	text-shadow: 1px 1px 2px #999;
}

h2
{
	margin-top: 0px;
	border-bottom: 1px solid #999;
	text-shadow: 1px 1px 2px #999;
}

h3
{
	margin-top: 0px;
	border-bottom: 1px solid #999;
	text-shadow: 1px 1px 1px #999;
}

blockquote
{
	width: 700px;
    border: solid 1px #CCC;
    background: #EEF6FB;
    margin: 20px auto;
    padding: 15px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.Center
{
	text-align: center;
}

.Footer
{
	color: #FFF;
	font-size: 85%;
	text-shadow: 1px 1px 1px #000;
}

.Footer a
{
	margin-left: 6px;
	margin-right: 6px;
}

.Footer a:hover
{
}

.Error
{
	color: #FF0000;
	font-weight: bold;
	position: static;
}

.Message
{
	font-size: x-large;
}

.ControlArea
{
}

.ControlArea table
{
	display: inline-block;
	vertical-align: top;
}

.ResultFrame
{
	border: 0px solid #ffffff;
	margin: 0 auto;
	width: 100%;
	height: auto;
	left: 0;
	position: fixed;
}

.BigBlock
{
    border: solid 1px #CCC;
    background: #EEF6FB;
    margin: 20px;
    padding: 15px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.PitchText
{
	font-size: 20pt;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 1px 2px #999;
}

.ResultLabel
{
	font-weight: bold;
	font-size: large;
	color: Green;
}

.FileList
{
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-collapse: collapse;
	width: 100%;
}

.FileList i
{
	color:Gray;
}

.FileList tr:hover
{
	background: #F6F6F6;
}

.FileList td
{
	padding: 0px 5px 0px 5px;
	border-bottom: solid 1px #CCC;
}

.Column1
{
	padding: 5px;
}