body 
{
	margin: 0px; background: #000000; text-align: center;
	font-family: "arial", "verdana", "helvetica", "sans-serif";
}

#containerTop
{
	float: left; width: 800px; height: 76px; margin-top: -55px; margin-left: 0px;
	background: url(../images/options/background_top_bar.png) no-repeat ;
}
.conTitle
{
	height: 30px; margin-top: 30px; font-size: 18px; font-weight: bold;
	color: #fff; line-height: 30px; text-align: center;
}

#containerMiddle
{
	float: left; width: 800px; height: 365px; margin-top: 0px; margin-left: 0px;	
}
.tableDiv
{
	height: 265px; margin-top: 20px; width: 100%;
}
.infoTable
{
	background-color: #E3E3E3; border: 1px solid; border-radius: 5px;
	color: #4C4C4C; font-size: 16px; margin: auto; width: 450px;
}
.infoTable tr
{
	height:35px;
}
.infoTable .headerTr
{
	background-color: #999999; color: #000000; font-weight: bold;
}
.infoTable tr td
{
	border:none;
}
.inputBox, .inputBoxWarning
{
	border: 1px solid gray; border-radius: 3px; font-size: 16px; font-weight: bold; height: 25px;
    line-height: 25px; margin-left: 5px; width: 200px;
}
.inputBoxWarning
{
	border: 1px solid red;
}
.inputBox:disabled
{
	background-color: threedface;
    color: graytext;
}
.selectBox
{
	font-size: 14px; font-weight: bold; height: 28px; line-height: 28px; margin-left: 5px; width: 204px; border: 1px solid gray;
}
.noteDiv
{
	color: #FFFFFF; margin-left: 20px; margin-top: 15px; text-align: left; width: 750px; font-size: 14px; font-weight: bold;
}
.infoDiv
{
	color: #FFFFFF; font-size: 15px; font-weight: bold; height: 200px;
	margin: auto;  margin-top: 120px; width: 600px; display: none;
}
.boldRouter
{
	font-weight: bold;
}
.infoDiv2
{
	color: #FFFFFF; font-size: 15px; font-weight: bold; width: 800px; display: none;
}
.loadingDiv
{
	background: url(../images/progress/ajax-loader2.gif);
	height: 48px; width: 48px; margin: auto;  margin-top: 130px;
}
.errorDiv
{
	font-family: ""; color: #FFFFFF; font-size: 16px; margin: auto;  margin-top: 65px; width: 600px; display: none;
}

#containerBottom
{
	float: left; width: 800px; height: 70px;
	background: url(../images/zones/Zones_bottom.png) no-repeat;
}
.bottomBtn, .bottomBtnDisabled
{
	background: url(../images/common121/but_92x41.png);
	color: #FFFFFF; float: left; font-size: 14px; font-weight: bold;
    height: 41px; line-height: 41px; margin-left: 300px; margin-top: 20px; width: 92px;
	cursor:pointer;
}
.bottomBtn:hover
{
	background: url(../images/common121/but_92x41_O.png);
}
.bottomBtnDisabled
{
	color: #808080;
}