@media print {
   body {display:none;}
}

body
{
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
}

table.header 
{
	border: 0px;
	background-image: url("../img/common/header.gif");
	background-repeat: no-repeat;
	width:1000px;
	height: 50px;
}

table.headerBottom
{
	background-color:#cc6c71;
	width: 100%;
	height: 10px;
}

table.sideMenu
{
	padding: 20px;
	background-color: #f7f7f7;
	border: 1px solid #dddddd;
	width: 100%;
}

.sideMenuItem a
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
	
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background-image: url("../img/common/item.gif");
	background-repeat: repeat-y;
	width: 180px;
	
	font-size: 13px;
	font-weight: bold;
	color: #e20b17;
	text-decoration: none;
}

.sideMenuItem a:hover
{
	border-top: 1px solid #9f9f9f;
	border-bottom: 1px solid #9f9f9f;
	background-image: none;
	background-color: #fafafa;
}

td.tab
{
	background-color: #e20b17;
	
	font-size: 10px;
	font-weight: bold;
	
	color: #ffffff;
	 
	height:20px;
	width: 100px;
	
	text-align: center;
	
	border-top: 1px solid white;
	border-left: 1px solid white;
}

td.reg
{
	color: black;
	font-family: Arial;
	font-size: 14px;
}

th.reg
{
	color: black;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	width: 50px;
	text-align: right;
}

td.regList
{
	color: black;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.regList a
{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;

	color: black;
	
	text-decoration: underline;
}

td.regRef
{
	color: black;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.regRef a
{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;

	color: black;
	
	text-decoration: none;
}

.regScroll a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;

	color: black;
	
	text-decoration: none;
}

.regScroll a:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;

	color: black;
	
	text-decoration: underline;
}

td.regTitle
{
	color: black;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.reg input, select
{
	border: 1px solid black;
	font-family: Arial;
	font-size: 13px;
	padding-left: 2px;
	padding-right: 2px;
}

td.radio
{
	color: black;
	font-family: Arial;
	font-size: 14px;
}

.radio input
{
	border: 0px;
	color: black;
	font-family: Arial;
	vertical-align: middle;
	font-size: 14px;
}

td.check
{
	color: black;
	font-family: Arial;
	font-size: 14px;
}

.check input
{
	border: 0px;
	color: black;
	font-family: Arial;
	vertical-align: middle;
	font-size: 14px;
}

.reg a
{
	padding: 2px 15px 0px 15px;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffaf00;
	color: white;
	height: 20px;
	text-decoration: none;
}

.reg a:hover
{
	text-decoration: underline;
}

td.topLeft
{
	background-image: url("../img/box/topLeft.gif");
	background-repeat: no-repeat;
	width: 18px;
	height: 39px;
}

td.top
{
	background-image: url("../img/box/top.gif");
	background-repeat: repeat-x;
	height: 39px;
	
	text-align: center;
	font-weight: bold;
	color: white;
}

td.topRight 
{
	background-image: url("../img/box/topRight.gif");
	background-repeat: no-repeat;
	width: 22px;
	height: 39px;
}

td.left
{
	background-image: url("../img/box/left.gif");
	background-repeat: repeat-y;
}

td.right
{
	background-image: url("../img/box/right.gif");
	background-repeat: repeat-y;
}

td.bottomLeft
{
	background-image: url("../img/box/bottomLeft.gif");
	background-repeat: no-repeat;
	width: 18px;
	height: 17px;
}

td.bottom
{
	background-image: url("../img/box/bottom.gif");
	background-repeat: repeat-x;
	height: 17px;
}

td.bottomRight
{
	background-image: url("../img/box/bottomRight.gif");
	background-repeat: no-repeat;
	width: 22px;
	height: 17px;
}

td.error
{
	font-size: 13px;
	font-weight: bold;
	color : red;
	text-align: center;
}

td.list
{
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	width:100%; 
	height:25px; 
	
	background-color: #ffffff;
	font-weight: normal;
}

td.listOver
{
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	width:100%; 
	height:25px; 
	
	background-color: #f2f2f2;
}

.list a
{
	text-decoration: none;
	color: #000000;
}

.list a:hover
{
	text-decoration: underline;
	color: #000000;
}

.listOver a
{
	text-decoration: underline;
	color: #000000;
}

.listOver a:hover
{
	text-decoration: underline;
	color: #000000;
}

.hide
{
	visibility: hidden;
}

.show
{
	visibility: visible;
}

.dhide
{
	display: none;
}

.dshow
{
	display: "";
}

td.side
{
	color: #787878;
	font-family: Arial;
	font-size: 12px;
}

td.sideTitle
{
	color: #686868;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

tr.rowOne
{
	background-color: #ffffff;
}

tr.rowTwo
{
	background-color: #f4f4f4;
}

td.stat
{
	color: black;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.glass input
{
	width:50px;
	text-align: center;
	border: 0px;
	font-weight: bold;
}

.footer
{
	color: black;
	font-family: Arial;
	font-size: 12px;
	text-align: center;	
}

.smallreg
{
	font-size: 14px;
	margin-bottom: 10px;
}
