body {
}
.logoCPDCL {
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	background-image: url(Images/header.PNG);
	height: 132px;
	width: 1207px;
	background-repeat: no-repeat;
	margin-left: 1px;
	background-position: bottom;
	padding-top: 0px;
}
.mainFooter 
{
	background-image: url(Images/header-bottom.PNG);
	height: 16px;
	width: 1202px;
	background-repeat: no-repeat;
	margin-left: 1px;
	background-position: bottom;
}
.topbg
{
    background-color: #FFFFFF;
    height: 120px;
    padding-top: 0px;
}
.bottombg {
	background-color:#0AB8F7;
	height: 15px;
	color:#ffffff;
}
.modalBackground
        {
            background-color:#e6e6e6;
            filter:alpha(opacity=60);
            opacity:0.60;
        }

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.logismallbg {
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	background-image: url(images/loginbgsmall.jpg);
	height: 255px;
	width: 403px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
.logomainpage {
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	background-image: url(images1/logofinal.png);
	height: 200px;
	width: 220px;
	background-repeat: no-repeat;
	margin-right:100px;
}
.loginbg {
	color: #000000;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	background-image: url(images/loginbg.jpg);
	height: 555px;
	width: 891px;
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.left {
	color: #FAFAFA;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	float: left;
	padding-top: 30px;
	padding-left: 25px;
}
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(images/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.onearrowleft
{
    
    background-image:url(buttons/onearrowleft.png);
   background-color:Transparent;
    height:30px;
    width:50px;
     border-style:none
    }
     .onearrowleft:hover
     {
     	background-image:url(~/buttons/onearrowleft1.png);
   background-color:Transparent;
    height:30px;
    width:50px;
     border-style:none
     }
     
.onearrowright
{
    
    background-image:url(~/buttons/onearrowright.png);
   background-color:Transparent;
    height:30px;
    width:50px;
     border-style:none
    }
     .onearrowright:hover
     {
     	background-image:url(~/buttons/onearrowright1.png);
   background-color:Transparent;
    height:30px;
    width:50px;
     border-style:none
     }
.twoarrowleft
{
    
    background-image:url(~/buttons/twoarrowleft.png);
   background-color:Transparent;
    height:30px;
    width:50px;
     border-style:none
    }
 .twoarrowleft:hover
   {
   background-image:url(~/buttons/twoarrowleft1.png);
   background-color:Transparent;
    height:30px;
    width:50px;
     border-style:none
     }
.twoarrowright
{
    
    background-image:url(~/buttons/twoarrowright.png);
   background-color:Transparent;
    height:30px;
    width:50px;
     border-style:none
    }
     .twoarrowright:hover
     {
     	background-image:url(~/buttons/twoarrowright1.png);
   background-color:Transparent;
    height:30px;
    width:50px;
     border-style:none
     }
     
       
  .RoundEdge
  {
      border-top-left-radius: 8px;
	border-top-right-radius: 8px;-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
  }  