/**********Start****************/
#contentdiv{
	background-color: #fff;
	color: #000;
}
.menu
{
	text-align: center;
	background-color: #fff;
	font-weight: bold;
}
a, a:active, a:visited {
	color: #0061c2;
	text-decoration:none;
	font-weight:bold;
}

h1, h2, h3 { color:#0061c2; }

.fl{
	color:red;
}
#logodiv, #pwdiv, #dsdiv, #cpdiv,
#abdiv, #tcdiv, #ctdiv 
{
	text-align: center;
	background-color: #fff;
	font-weight: bold;
}
/**********Products************/
#logoid{
	position:absolute;
}

.pdesc
{
	margin-top: 20px;
	background-color: #dfdfff;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width:450px;
}

#imgId
{
	z-index:10;
}
#content{
background-color:#ffffff;
}
.text {
font-weight:bold;
color:#000;
}

#screens
{
	margin-top: 20px;
	HEIGHT: 130px;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 127px;
	text-align:center;
}

#selDiv{
	background-color: #ffffff;
	text-align:center;
}

#maintable{
	background:#fff;
	width: 740px;
}

#status {
	font-weight:bold;
	color:#fff;
	position: absolute;
	left: 45%;
	background-color:#bbb;
	z-index:100;
	width:300px;
}

.fulllayer{
	border-width:0;
	border-style:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	opacity: 0.0;
	filter: alpha(opacity=0);
}
.fulllayerd
{
	text-align:center;
	vertical-align:middle;
	background-color:#dfdfff;
	z-index:0;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0.0;
	filter: alpha(opacity=0);
}
.fulllayerdImg{
	position: absolute;
	z-index:999;
	background-color:white;
}
#imgCont{
	text-align:center;
}

.images{
	border:0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.button, #bottomScrsr, #bottomScrsl, #bottomScrsr a, #bottomScrsl a,
#bottomScrsr a:active, #bottomScrsl a:active
{
	text-decoration: none;
	font-weight:bold;
	color:#fff;
	background-color:#bbb;
}

.disabledButton, .disabledButton a{
	color:#444444;
}

body
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	background-color:#bbbbbb;
}

#pheader1 {
    border : 1px solid #4f4f4f;
    width: 600px;
}

.panelheader, .nestedPanelHeader{
	background-image: url('../images/example1_panelBG.png');
    height: 22px;
	color : #ECECEC;
	font-weight: normal;
    padding-left: 5px;
}

.panelHover {
    background-image: url('../images/example1_panelBGHover.png');
    height: 22px;
	color : #ffffff;
    padding-left: 5px;
}

.panelClicked {
   background-image: url('../images/example1_panelBGClick.png');
   height: 22px;
   color : #ffffff;
   padding-left: 5px;
}

.panelSelected {
	background-image: url('../images/example1_panelBGSelected.png');
    height: 22px;
	color : #494949;
	font-weight :bold;
    padding-left: 5px;
}
.panelContent, .nestedPanelContent {
    background-image: url('../images/example1_contentBG');
    background: #f8f8f8;
	overflow: auto;
}

#nestedaccordionExample {
  margin-top: 20px;
  margin-left:75px;
  width: 350px;
  border : 1px solid #4f4f4f;
}


#paddingTop {
padding-top:21px;
}