body {
	margin:40px;
	font-family: Arial, Helvetica, sans-serif;
	
}

h1 {
	font-size:13px;
	font-weight:bold;
	margin:0px;
	
}

.medium_table {
	border:none;
	opacity:.5;
	filter:alpha(opacity=50);
	border-collapse:collapse;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.medium_table td {
	margin:0;
	padding:0;
	width:33px;
	height:33px;
}

.selectField {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	border : 1px solid #000;
	color: #000;
	margin-top:2px;
}
.inputField {
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: center;
	border : 1px solid #000;
	margin-top:2px;
}
.submitButton {
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	border : 1px solid #000;
	background-color : #d4d4d4;
	margin-top:15px;
}
.mainText {
	font-size: 11px;
	color: #000;
}
.mainText a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.mainText a:hover {
	text-decoration: underline;
}
.mainTextBold {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.mainTextBold a {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.mainTextBold a:hover {
	text-decoration: underline;
}
.mainTextSmall {
	font-size: 10px;
	color: #000;
}
.mainTextSmall a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.mainTextSmall a:hover {
	text-decoration: underline;
}
.menuPoint {
	font-size: 11px;
	font-weight: bold;
	margin-left: 2px;
	color: #000;
}
.menuPoint a {
	font-size: 11px;
	font-weight: bold;
	margin-left: 2px;
	text-decoration: none;
	color: #000;
}
.menuPoint a:hover{
	text-decoration: underline;
}
.menuPointSub {
	font-size: 11px;
	margin-left: 12px;
	color: #000;
}
.menuPointSub a {
	font-size: 11px;
	margin-left: 12px;
	text-decoration: none;
	color: #000;
}
.menuPointSub a:hover{
	text-decoration: underline;
}
.mainBox_topRight {
	background:url(images/mainBox_topRight.gif) top right no-repeat;
}
.mainBox_topLeft {
	background:url(images/mainBox_topLeft.gif) top left no-repeat;
}
.mainBox_bottomRight {
	background:url(images/mainBox_bottomRight.gif) bottom right no-repeat;
}
.mainBox_bottomLeft {
	background:url(images/mainBox_bottomLeft.gif) bottom left no-repeat;
}
.mainBox_border {
	padding:7px 12px 10px 14px;
	height:100%;
}
.mainBox_content {
	border:#000 1px solid;
	background-color:#d4d4d4;
	margin:0px;
	padding:10px;
}
.titleBox {
	background:url(images/interface_logo.gif) top center no-repeat;
	text-align:center;
	padding-top:65px;
	padding-bottom:6px;
}
.subMenuBlock {
	display:none;
}
.cellTop {
	border:solid 1px #000;
	border-top:solid 3px #000;
	background-color:#ffffff;
	cursor:default;
}
.cellRight {
	border:solid 1px #000;
	border-right:solid 3px #000;
	background-color:#ffffff;
	cursor:default;
}
.cellBottom {
	border:solid 1px #000;
	border-bottom:solid 3px #000;
	background-color:#ffffff;
	cursor:default;
}
.cellLeft {
	border:solid 1px #000;
	border-left:solid 3px #000;
	background-color:#ffffff;
	cursor:default;
}
.cellTopRight {
	border:solid 1px #000;
	border-top:solid 3px #000;
	border-right:solid 3px #000;
	background-color:#ffffff;
	cursor:default;
}
.cellRightBottom {
	border:solid 1px #000;
	border-right:solid 3px #000;
	border-bottom:solid 3px #000;
	background-color:#ffffff;
	cursor:default;
}
.cellBottomLeft {
	border:solid 1px #000;
	border-bottom:solid 3px #000;
	border-left:solid 3px #000;
	background-color:#ffffff;
	cursor:default;
}
.cellLeftTop {
	border:solid 1px #000;
	border-left:solid 3px #000;
	border-top:solid 3px #000;
	background-color:#ffffff;
	cursor:default;
}
.cellMiddle {
	border:solid 1px #000;
	background-color:#ffffff;
	cursor:default;
}
.cellNone {
	border:none;
	cursor:default;
}
.cellTopNone {
	border:none;
	border-top:solid 3px #000;
	background-color:#d4d4d4;
	cursor:default;
}
.cellRightNone {
	border:none;
	border-right:solid 3px #000;
	background-color:#d4d4d4;
	cursor:default;
}
.cellBottomNone {
	border:none;
	border-bottom:solid 3px #000;
	background-color:#d4d4d4;
	cursor:default;
}
.cellLeftNone {
	border:none;
	border-left:solid 3px #000;
	background-color:#d4d4d4;
	cursor:default;
}
.startScreen {
	position:absolute;
	left:65px;
	border:solid 1px #000;
	background-color:#d4d4d4;
	color:#000;
	font-size:18px;
	text-align:center;
	width:270px;
	cursor:pointer;
	visibility:visible;
}
.splashScreen {
	position:absolute;
	left:220px;
	border:solid 1px #000;
	background-color:#d4d4d4;
	color:#000;
	font-size:13px;
	width:360px;
	cursor:default;
	text-align:center;
	visibility:hidden;
}
.pickerContainer {
	position:absolute;
	visibility:hidden;
	
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	display:none;
}
.numberPicker {
	border:solid 1px #000;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	font-size:12px;
}
.numberPicker td{
	background-color:#d4d4d4;
	border:solid 1px #000;
	cursor:pointer;
	width:20px;
	height:20px;
}
.br_small {
	line-height:10px;
	height:10px;
}
.br_medium {
	line-height:20px;
	height:20px;
}
.clear {
	clear:both;
}
.pk{
padding-top:3px;
text-align:center;
float:left;
background-color:#d4d4d4;
font-size:11px;
font-weight:bold;
border-bottom:solid 1px #000;
border-right:solid 1px #000;
cursor:pointer;
width:20px;
height:20px;
}