body{
	cursor:default;
}
a{
	text-decoration: none;
	color:rgb(33,93,198);
}
a:visited{
	color:rgb(33,93,198);
}

a:hover{
	text-decoration: underline;
	color:red;
}
.topmenuMouseOver
{
	border:1px solid red;
	width:72px;
	height:24px;
	margin-top:22px;
}
.topmenuMouseOut
{
	border:1px solid rgb(242,240,227);
	width:72px;
	height:24px;
	margin-top:22px;
}

.rightFrameTable
{
	border:0px; 
	width:178px;
	BORDER-COLLAPSE: collapse;
	background-color:white;
}
.leftFrameTable{
	border:0px; 
	width:178px;
	background-image:url("images/leftmenubg.JPG");
	BORDER-COLLAPSE: collapse;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/
}
.leftFrameThExpand{
	cursor:pointer;
	cursor:hand;
	font-size:12px;
	color:rgb(33,93,198);
	height:24px;
	padding-top:5px;
	font-weight:bold;
	background-image:url("images/leftbgup.JPG"); 
}
.leftFrameThUnExpand{
	cursor:pointer;
	cursor:hand;
	font-size:12px;
	color:rgb(33,93,198);
	height:24px;
	padding-top:5px;
	font-weight:bold;
	background-image:url("images/leftbgdown.JPG"); 
}


.leftFrameTd{
	font-size:12px;
	height:16px;
	line-height:12px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	vertical-align:bottom;
}
.leftFrameTdBlank{
	overflow:hidden;
	height:5px;
}
.leftFrameTdBlankDown{
	overflow:hidden;
	height:1px;
}
.leftFrameTdImage{
	height:16px;
	width:16px;
	border:0;
	vertical-align:text-bottom;
}

.statusTdInActive{
	padding-top:2px;
	color:black;
	width:103px;
	/*background-image:url("images/statusbarUp.gif");*/
	background-image:url("images/off.gif");
}

.statusTdToActive{
	padding-top:2px;
	color:red;
	width:103px;
	/*background-image:url("images/statusbarUp.gif");*/
	background-image:url("images/off.gif");
}

.statusTdActive{
	padding-top:2px;
	color:black;
	width:103px;
	/*background-image:url("images/statusbarDown.gif");*/
	background-image:url("images/on.gif");
}


.statusTdSpan{
	font-size:12px;
	width:83px;
	overflow:hidden;
	float:left;
    white-space:nowrap;
    
}
.titleActive{
	color:white;
	font-size:12px;
	font-weight:bold;
	height:12px;
	width:100%;
}
.titleInActive{
	color:black;
	font-size:12px;
	font-weight:bold;
	height:22px;
	width:100%;
}
.titleImageMouseOut{
	border:0;
	width:18px;
	height:18px;
	cursor:pointer;
	cursor:hand;
}
.titleImageMouseOver{
	border:1px solid black;
	width:16px;
	height:16px;
	cursor:pointer;
	cursor:hand;
}
.subWinTableActive{
	width:100%;
	height:22px;
	background-image:url("images/activeTitle.jpg");
}
.subWinTableInActive{
	width:100%;
	height:22px;
	background-image:url("images/inactiveTitle.jpg");
}
.divIframe{
	border:1;
	overflow:hidden;
	
}

.backBlue
{
	background-color:#93D6F9;	
}
.borderBlue
{
	border-top-color:#93D6F9;
}