

/*
 * Globals
 */
html, body {
	height: 100%;
	width: 100%;
	background-color: #b4baba;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

html, body, a, div, span, 
h1, h2, h3, h4, option, 
input, label, td {
	font-family: Verdana;
}

html, body, a, div, span,
option, input, label, td {
	font-size: 12px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}


/*
 * Main table
 */
#tableMain {
	table-layout: fixed;
	width: 100%;
	height: 100%;
}


#tableHeading {
	table-layout: fixed;
	width: 100%;
	height: 68px;
	background-image: url(/_cache/images/logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#tableHeading td {
	vertical-align: bottom;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
}


/*
 * heading
 */
.headingBody {
	background-image: url(/images/bg2.gif);
	background-repeat: repeat-x;
	height: 116px;
	vertical-align: top;
}

.headingBodyTable {
	table-layout: fixed;
	width: 100%;
	height: 100%;
}


table.heading {
	table-layout: fixed;
	width: 100%;
	height: 68px;
	background-image: url(/images/logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
table.heading td {
	font-family: verdana;
	font-size: 10px;
	vertical-align: bottom;
	text-align: center;
}


/*
 * box
 */
table.box {
	table-layout: fixed;
	border: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
}
.box1 {
	background-image: url(/images/box1.gif);
	height: 20px;
	width: 9px;
}
.box2 {
	background-image: url(/images/box2.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
	font-weight: bold;
}
.box3 {
	background-image: url(/images/box3.gif);
	height: 20px;
	width: 9px;
}
.box4 {
	background-image: url(/images/box4.gif);
	background-repeat: repeat-y;
	width: 9px;
}
.box5 {
	background-color: #efeeee;
	width: 100%;
}
.box6 {
	background-image: url(/images/box6.gif);
	background-repeat: repeat-y;
	width: 9px;
}
.box7 {
	background-image: url(/images/box7.gif);
	height: 9px;
	width: 9px;
}
.box8 {
	background-image: url(/images/box8.gif);
	background-repeat: repeat-x;
	height: 9px;
	width: 100%;
}
.box9 {
	background-image: url(/images/box9.gif);
	height: 9px;
	width: 9px;
}


/*
 * Menu1
 */
.menu1 {
	table-layout: auto;
	width: auto;
}
.menu1 td {
	padding: 2px;
	padding-left: 5px;
	width: auto;
}


/*
 * Menu2
 */
.menu2 {
	table-layout: fixed;
	width: auto;
}
.menu2 td {
	padding: 2px;
	padding-left: 5px;
}
.menu2Sep {
	line-height: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin: 4px;
}


.regStepOff {
	background-color: #a0a0a0;
	color: #c0c0c0;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
}
.regStepOn {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
}


.error {
	color: red;
	font-style: italic;
	font-size: 14px;
}


.ok {
	color: green;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}



