﻿.bg
{
    background: url('../image/instruction/bg.jpg');
    vertical-align: top;
    width: 954px;
}

.bColor
{
	background-color: Black;
}

.label
{
	color: White;
}

.aqua
{
	color: aqua;
}

.title
{
	color: aqua;
	font-weight:bold;
}

.validator{
}

.bigButton{
	background:  url('../image/bigButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
}

.mediumButton{
	background:  url('../image/medButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
}

.smallButton{
	background:  url('../image/smallButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
}

.xSmallButton{
	background:  url('../image/xSmallButton_bg.png') no-repeat;
	border-style: none;
	cursor: hand;
	Height:26px;
}

.panel
{
	margin-left: 20px;
	margin-right: 5px;
}

td{
	vertical-align:top;
}

.right{
	text-align:right;
}

.master_table
{
	
	vertical-align: top;
	width: 950px;
}

.master_tr
{
	text-align:left;
}

.sub_table
{
	text-align:left;
	vertical-align: top;
}

.menu{
	color: white;
	font-family: Helvetica;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
}

.menu2{
	color: white;
	font-family: Helvetica;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
}

.menu:hover {
	color: orange;
	font-family: Helvetica;
	font-size: 16px;
	font-weight:bold;
	text-decoration:underline;
}

.collapsePanel {	
	background-color:white;
	overflow:hidden;
	margin-left: 5px;
}

.lblText{
	line-height: 30px
}

.lblHome{
	line-height: 17px;
	font-size:16px;
}

.lblInstruction{
	line-height: 15px
}

.lblProcess
{
	margin-left: 40px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

	





