﻿body
{
font-size:small;
font-family:Arial;
}
.HandIcon
{
    cursor: hand; cursor: pointer;
}
 .hidden
{
  display: none;
}
.visible
{
  display: inline;
}
/* Auto complete drop down list styles */
 .completionList
{
  border: solid 1px #444444;
  margin: 0px;
  padding: 2px;
  height: 200px;
  overflow: auto;
  background-color: White;
}
.listItem
{
color: #666666;
}
.itemHighlighted
{
background-color:Orange;
background: #424242 url(../../Admin/images/btnImage.PNG);
}

/*Page controls style*/

input[type=text]:focus,textarea:focus,input[type=password]:focus
{
background-color: #ffffcc;

font-size:small;

}
input[type=submit],input[type=button]
{
	line-height:12pt;
	font-family:Verdana;
	color:#005693;
	font-size:8pt;
	font-weight:bold;
    text-align: center;
}

input[disabled=disabled],select[disabled=disabled]
{
	background-color: #F5F4EA;
	color: Black;
	font-weight: bold;
}

/* Page width controls and header */

.MasterPageWidth
{
	width:100%;
}
.MasterSelfWidth
{
	width:100%;
}
.ContantPlaceHolderWidth
{
	width:99%;
}
.ContantPlaceHolderWidth_Left
{
	width:.5%;
	background: #424242 url(../../images/ContantPlaceHolderBorder.PNG);
}
.ContantPlaceHolderWidth_Right
{
	width:.5%;
	background: #424242 url(../../images/ContantPlaceHolderBorder.PNG);
}
.header_Left
{
	background: #424242 url(H_Left.PNG) repeat-x top;
	width:216px;
}
.header_Mid
{
	background: #424242 url(H_Mid.PNG) repeat-x top;
}
.header_right
{
	background: #424242 url(H_Right.PNG) repeat-x top;
	width:216px;
}

.MasterFooter
{
	background: #424242 url(footer.jpg);
}

.header_Mid_Statement
{
	background: url(CDCS_Name.PNG);
	height:40px;
	width:530px;
}

.MasterFooterStrip
{
	background: #424242 url(../../images/ContantPlaceHolderBorder.PNG);width:100%;
}

.collapsePanelHeader
{
    background: #424242 url(../../Admin/images/bg-menu-main.png) repeat-x top;
    width: 100%;
    background-repeat: repeat-x;
    height: 30px;
    color:White;
    font-family:Arial;
    font-size:small;
}


    .collapsePanel {
	    BACKGROUND-COLOR: white; OVERFLOW: hidden
    }


	.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;} /* this make our menu fixed top */
	
    .HeadderButton_Panel{ z-index: 9999; position: relative; left: 0%; top: 58px;} /* this make our menu fixed top */
    
	.MenuHeight
	{
     	height:30px;    
	}
	
	.HeaderWelcomeText 
	{
	    color: Navy; font-family: Arial; font-weight: 700; font-size: small;
	}