html {
	height: 100%;
}

body {
	background-color: #000;
	height: 100%;
	margin: 0%;
	padding: 0%;
	text-align: center;
}

#holder {
	align: center;
	width: 988px;
	height: 100%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;

}

#content {
	
	height: 100%;
	width:790px;	
	float: left;
	overflow: auto;
	text-align: left;
	padding-top: 20px;
	background: rgba(212,228,239,1);
background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -o-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: linear-gradient(to bottom, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=0 );
}

#navigation {
	width: 198px;
	height: 100%;
	text-align: center;
	float: left;
	background: rgba(190,194,196,1);
background: -moz-linear-gradient(top, rgba(190,194,196,1) 0%, rgba(101,102,102,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(190,194,196,1)), color-stop(100%, rgba(101,102,102,1)));
background: -webkit-linear-gradient(top, rgba(190,194,196,1) 0%, rgba(101,102,102,1) 100%);
background: -o-linear-gradient(top, rgba(190,194,196,1) 0%, rgba(101,102,102,1) 100%);
background: -ms-linear-gradient(top, rgba(190,194,196,1) 0%, rgba(101,102,102,1) 100%);
background: linear-gradient(to bottom, rgba(190,194,196,1) 0%, rgba(101,102,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec2c4', endColorstr='#656666', GradientType=0 );}

#content,#content table,#content td,#content input,#content submit,#content select,#content option,input
	{
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
}

#content input,#content textarea,#content select,input {
	border: 1px solid #CF0F1A;
	background: #F2F2F2;
}

#content input:hover,#content input:focus,#content select:hover,#content select:focus
	{
	border: 1px solid #000000;
	background: #FFFFFF;
}

#content .mfbutton,#content .mfbutton:hover {
	background: #37508D;
	background-image: url(gfx/bg_formbutton.gif);
	border: 1px solid #333333;
	color: #333333;
	cursor: hand;
	width: 180px;
}

#content .mffield,.mffield,.mfgreen,.mfred {
	width: 180px;
	padding-left: 5px;
}

.mfred,#content .mfred {
	background: #FF0000;
}

;
#content .mfgreen,.mfgreen {
	background: #00FF00;
}

;
#content .errortext {
	color: #FF3300;
}

#content hr {
	color: #CF0F1A
}

#content h1 {
	color: #CF0F1A;
	text-align: center;
	font-size: 16px;
}

#txt {
	padding: 15px;
}

#content fieldset {
	border: 1px solid #CF0F1A;
	padding-left: 10px;
	pading-right: 10px;
}

option {
	border: 0px solid #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	margin-top: 2px;
}

.mycheck {
	border: 0px solid #FFFFFF;
	height: 13px;
	width: 13px;
	margin-left: 0;
}

#content legend {
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 12px;
	color: #616161;
}

#content .tabledata {
	border-bottom: 1px solid #CF0F1A;
}

#content a:link,#content a:visited {
	color: #CF0F1A;
}

#content a:hover,#content a:active {
	color: #000;
}

.sho {
	display: block;
}

.hid {
	display: none;
}