body 
{
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: x-small;
}
/* ----------------------------------------------------------------- Background for workarea */
a
{
	color: Black;
	text-decoration: none;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

a:visit
{
	color:Black;
}


.cssLine
{
	margin-bottom: 9px;
	height: 6px;
	border-bottom: solid 1px #888888; 
}

.cssBorderBox
{
	border: solid 1px #888888; 
}

.cssLinkButton
{
	color: blue;
	text-decoration: underline;
}

.cssLinkButton:hover
{
	color: blue;
	text-decoration: underline;
	font-weight:bold;
}


.cssCanvas
{
	background-color: #dcdcdc;
	font-size: x-small;
}

.cssText
{
	background-color: #f5f5f5;
	border-bottom: solid 2px #dcdcdc;
	font-size: x-small;
}

.cssAboutHeader
{
    font-family: Arial, MS Sans Serif, Helvetica;
    font-size: medium;
    text-align: left;
    vertical-align: top;
}

.cssButtonText
{
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: x-small;
    width: 100px;
}

.cssWideButton
{
    width: 120px;
    font-family: Verdana, Arial, MS Sans Serif;
    font-size: x-small;
}

.cssVeryWideButton
{
    width: 240px;
    font-family: Verdana, Arial, MS Sans Serif;
    font-size: x-small;
}

.cssSmallCaps
{
	font-variant:small-caps;
/*	font-weight:bold;  */
	padding-top:10px;
/*	padding-bottom:4px; */
	font-size: x-small;
}

.cssSubPageHeader
{
	border-color: Black;
	border-width: 1px;
	border-style:solid;
	border-top-color:Gray;
	border-left-color:Gray;
	border-right-color:#dcdcdc;
	border-bottom-color:#dcdcdc;
	background-color: #f5f5f5;
	color: Black; 
	font-size: x-small;
	font-variant:small-caps;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
}

.cssGrayText
{
	COLOR:Gray;
	font-size: x-small;
}

.cssErrorText
{
	color:Red;
	font-weight:bold;
	font-size: x-small;
}

.cssHeaderText
{
    color: black;
    font-weight: bold;
    background-color: #E9E9E9;
    font-size: x-small;
    height: 20px;
    vertical-align: middle;
}

.cssHeaderTextLink
{
    color: blue;
    font-weight: bold;
    background-color: white;
    font-size: x-small;
    height: 20px;
    vertical-align:middle;
}

.cssSearchArea
{
    background: #f0f0f0;
    padding: 4px;
}



/* ----------------------------------------------------------------- AutoComplete Extender*/

.cssAutoCompleteExtender_CompletionList 
{
    overflow: auto;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    background-color: inherit;
    color: WindowText;
    border: buttonshadow;
    border-style: solid;
    border-width: 0px;
    cursor: default;
    text-align: left;
    list-style-type: none;
    font-weight: normal;
    font-family: Verdana;
    font-size: 10px;
}
 
 .cssAutoCompleteExtender_CompletionListItem
{
    background-color: #F5F5F5;
    color: Blue;
    padding: 1px;
    height: 10pt;
}
 
 .cssAutoCompleteExtender_HighlightedItem
 {
    background-color: Window;
    color: WindowText;
    padding: 1px;
    height: 10pt;
    font-weight: bold;
 }
 
/*
 .cssAutoCompleteExtender_CompletionList 
{
    overflow: auto; 
    height: 380px;
	margin: 0px;
    background-color: inherit;
    color: WindowText;
    border: buttonshadow;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    text-align: left;
    list-style-type: none;
    font-family: Verdana;
}

 .cssAutoCompleteExtender_CompletionListItem
{
    background-color: #F5F5F5;
    color: #080808;
	padding: 1px;
}
 
 .cssAutoCompleteExtender_HighlightedItem
 {
    background-color: Window;
    color: WindowText;
    font-weight: bold;
	padding: 1px;
    font-size: 13xpt;
 } 
 
*/



/*
.cssAutoCompleteExtender_CompletionList 
{  
	margin : 0px;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : default;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}


.cssAutoCompleteExtender_HighlightedItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}


.cssAutoCompleteExtender_CompletionListItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
*/

/* ----------------------------------------------------------------- Header/Banner area */
.cssHeaderArea
{
	background-color: #708090; 
	font-size: x-small;
}

/* ----------------------------------------------------------------- Main menu styles */
.cssMenuCell
{
	border-color: Black;
	border-width: 1px;
	border-style:solid;
	background-color: #f5f5f5;
	color: Black;
	text-align: center;
	height:25px; 
	font-size: x-small;
}

.cssMenuCellSelected
{
	border-top-color:Black;
	border-left-color:Black;
	border-right-color:Black;
	border-bottom-color:#dcdcdc;
	border-width:1px;
	background-color:#dcdcdc;
	font-weight:bold;
	font-size: x-small;
}

.cssMenuCellHover
{
	text-decoration: none;
	background-color: #b0c4de;
	font-size: x-small;
	color:  Black;
}

.cssDynamicMenuCell
{
	border-color: Black;
	border-width: 1px;
	border-style:solid;
	background-color: #f5f5f5;
	color: Black;
	text-align: left;
	height:25px; 
	font-size: x-small;
}

.cssDynamicMenuCellHover
{
	text-decoration: none;
	background-color: #b0c4de;
	font-size: x-small;
	color:  Black;
}



/* ----------------------------------------------------------------- Vertical menu styles */
.cssVertMenuCell
{
	border-color: Black;
	border-width: 1px;
	border-style:solid;
	background-color: #f5f5f5;
	color: Black;
	height:20px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	font-size: x-small;
}

.cssVertMenuCellSelected
{
	border-top-color:Black;
	border-left-color:Black;
	border-right-color:#dcdcdc;
	border-bottom-color:#dcdcdc;
	border-width:1px;
	background-color:#dcdcdc; 
	font-weight:bolder;
	font-size: x-small;
}

.cssVertMenuCellHover
{
	background-color: #b0c4de;
	font-size: x-small;
	color:  Black;
	text-decoration: none;
}


/* ----------------------------------------------------------------- Sub menu styles */
.cssSubMenuCell
{
	padding:0;
}
.cssSubMenuCell
{
	border-color: #d0d0d0;
	border-width: 1px;
	border-style:solid; 
	background-color: #e2e2e2;
	font-size: x-small;
	height:25px; 
	width: 120px;
	text-align: center;
	padding:0;
	
}

.cssSubMenuCellSelected
{
	border-top-color:#d0d0d0;
	border-left-color:#d0d0d0;
	border-right-color:#d0d0d0;
	border-bottom-color:#f0f0f0; 
	border-width:1px;
	background-color:#f0f0f0;
	font-weight:bold;
}

.cssSubMenuCellHover
{
	text-decoration: none;
	background-color: #b0c4de;
}


/* ----------------------------------------------------------------- GridView Styles */
.cssGW
{
	text-align:left;
}

.cssGWRow
{
	background-color: white;
	height: 20px;
	font-size: x-small;
}


.cssGWCell
{
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;
    border-bottom: 1px solid #cccccc;
    font-size: x-small;
}

.cssGWCellCode
{
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;
    border-bottom: 1px solid #cccccc;
    font-size: x-small;
    font-weight: bold;
}



.cssGWAltRow
{
	background-color: white;
	height: 20px;
	font-size: x-small;
}

.cssGWSelectedRow
{
    color: White;
    height: 20px;
    background-color: #ABABFE;
    font-size: x-small;
}

.cssGWHooverRow
{
	background-color: #ffffe0;
	height: 20px;
	font-size: x-small;
}

.cssGWHooverRowSelected
{
	background-color: yellow;
	height: 20px;
	font-size: x-small;
}

.cssGWHeader
{
	padding-left: 3px;
	padding-right: 3px;
    height:20px;
    color: Black;
    BACKGROUND-COLOR: #b0c4de;
    border-bottom: 1px solid #eeeeee;
    font-size: x-small;
}

.cssGWPager
{
    BACKGROUND-COLOR: #b0c4de;
    font-size: x-small;
}


.cssTableCell
{
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 1px solid #cccccc;
    font-size: x-small;
    vertical-align: middle;
}

.icfDomainRow
{
	background-color: #dcdcdc;
	text-align: left;
	font-size: larger;
	font-weight: bold;
}

.icfChapterRow
{
	font-weight: bold;
}

.icfCodeRow
{
	vertical-align: top;
	font-weight: normal;
}

.icfBoldCell
{
	font-weight: bold;
}

div.noshow
{
	display:none;
}

@media print
{
    div.noprint{display:none;}
}

