﻿.Top
{
	color: Yellow;
	height: 30px;
	border: solid 1px White;
	padding: 2px 5px 2px 5px; 
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-image: url('http://www.icbclean.co.nz/images/template/NavTop.gif');
	background-repeat: repeat-x; 
	}
	
.TopHover
{		
	color: Blue;
	font-weight: bold;
	font-size: 14px;
	background-image: url('http://www.icbclean.co.nz/images/template/NavBack.gif');
	background-repeat: repeat-x; 
	}
	
.SubItem
{
	height: 26px;
	border: solid 1px White;
	color: Yellow;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px 2px 5px;
	background-image: url('http://www.icbclean.co.nz/images/template/NavTop.gif');
	background-repeat: repeat-x; 	
	}

.SubItemHover
{
	height: 26px;
	color: Blue;
	font-size: 12px;
	font-weight: bold;
	z-index: 1;
	background-image: url('http://www.icbclean.co.nz/images/template/NavBack.gif');
	background-repeat: repeat-x; 
	}

.FooterHyperlink
{
	color: Ivory;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;	
	}

.FooterText
{
	color: Ivory;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;	
	}

.FooterTextBlack
{
	color: Black;
	font-family: Verdana;
	font-size: 10px;	
	}
	
.FooterHyperlinkBlack 
{
	color: Black;
	font-family: Verdana;
	font-size: 10px;	
	}	
	
.HeaderTextBox
{
	color: Navy;
	font-family: Arial;
	font-size: 12px;
	height: 14px;
	width: 95px;	
	}
	
.HeaderText
{	
	color: White;
	font-family: Verdana;
	font-size: 12px;
	}	
	
.Button
{	
	color: Navy;
	background-color: Yellow;
	font-family: Verdana;
	font-size: 12px;
	}		
	
.NormalTextBox
{	
	color: Black;
	background-color: Gainsboro;
	font-family: Verdana;
	font-size: 12px;
	width: 200px;
	}
	
.NormalTextBox2
{	
	color: Black;
	background-color: Gainsboro;
	font-family: Verdana;
	font-size: 12px;
	}	
	
.NormalLabel
{	
	color: Black;
	background-color: Gainsboro;
	font-family: Verdana;
	font-size: 12px;
	width: 200px;
	}
	
.PlainLabel
{	
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	width: 200px;
	}		
	
.HeaderLabel
{	
	color: Green;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	}		

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : WhiteSmoke;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none; 
    font-family:Trebuchet MS;
    font-size:10pt; 
    text-shadow: 0 0 0 #000;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray; 
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.Message
{
    Font-Size:xx-small; 
    color:Blue; 
}

/* default layout */
.ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

/* xp theme */
.ajax__tab_xp .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;}
.ajax__tab_xp .ajax__tab_outer {padding-right:4px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-right.gif")%>) no-repeat right;height:21px;}
.ajax__tab_xp .ajax__tab_inner {padding-left:3px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-left.gif")%>) no-repeat;}
.ajax__tab_xp .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab.gif")%>) repeat-x;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-right.gif")%>) no-repeat right;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-left.gif")%>) no-repeat;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover.gif")%>) repeat-x;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-right.gif")%>) no-repeat right;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-left.gif")%>) no-repeat;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active.gif")%>) repeat-x;}
.ajax__tab_xp .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}

/* scrolling */
.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}

/* plain theme */
.ajax__tab_plain .ajax__tab_outer {text-align: center;  vertical-align: middle;}
.ajax__tab_plain .ajax__tab_inner {text-align: center; vertical-align: middle;}
.ajax__tab_plain .ajax__tab_body {text-align: center; vertical-align: middle;}
.ajax__tab_plain .ajax__tab_header {text-align: left; vertical-align: middle;}
.ajax__tab_plain .ajax__tab_tab {background:Blue; padding-left:5px; padding-right:5px; padding-bottom:2px; padding-top:2px; color:Yellow; overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block;}
.ajax__tab_plain .ajax__tab_active .ajax__tab_tab {background:Yellow; color:Blue; font-weight:bold; border:solid 1px #999999;}
.ajax__tab_plain .ajax__tab_hover .ajax__tab_tab {background:Yellow; color:Blue;}
.ajax__tab_plain .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt; border:solid 1px #999999;border-top: solid 1px #999999;padding:8px;background-color:#ffffff;}

.AdminPageHeader
{
     font-weight:bold;
     font-size:large;
     padding-left:20px;
}

.watermarked {
	
	padding:2px 0 0 2px;
	border:1px solid #000000;
	color:#0000FF;
	font-style:italic;
	background-color:Gainsboro;
}	

.watermarkednobgnd {
	
	padding:2px 0 0 2px;
	border:1px solid #000000;
	color:#0000FF;
	font-style:italic;
}	

.TreeViewSelected
{	
	color: Black;
	background-color: WhiteSmoke;
	font-family: Verdana;
	font-size: 10px;
	border: solid 1px Gainsboro;
	 
	
	    }
	    
	    
/* used for printing */
.printhdr{display:none;}
.printfooter{display:none;}
.printbody{}
.print{width:700px;}

.Links
{
    border: solid 1px #000000;
    text-align:center;
    background-color:White;
}

.Gridview
{	
	width:100%;
	border-color:Gainsboro;
	border-width:1px;
	border-style:Solid;
}

.gvHeaderStyle
{
	Font-Size:x-small;
	Height:18px;
	text-align:center;
	color:Blue;
}

.gvSelectedRowStyle
{
	background-color:LightYellow;
}

.gvAlternatingRowStyle
{
	background-color:Khaki;
}

.gvPagerStyle
{
	text-align:center;
	font-size:x-small;
	color:Blue;
}

.gvRowStyle
{
	height:18px;
	text-align:left;
}

.TitleLabel
{
	color:White;
	font-size:medium;
	font-weight:bold;
	width:100%;
	text-align:center;
}

.PartCatMenu
{
     font-family:Verdana; 
	 font-weight:bold; 
	 color:White;
	 font-size:10px;
	 background-color:#0066ff;
     width:140px; padding-right:3px; padding-left:3px; padding-top:9px; padding-bottom:1px;
     cursor:pointer;

    }

.PartCatMenu:hover
{
    background-color:Gainsboro;
	color:Blue;
    }

.ContextMenuPanel 
{
	border: 1px solid #000000;
	z-index: 1000;
	background:Gainsboro;
	cursor: default; 
	color:Black; 
	padding: 1px 1px 0px 1px;
	font-size: 18px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin:  0px 0 0px 0;
	display: block;
	color: Blue;
	font-family:Verdana;	 
	font-size:9pt;
	text-decoration: none;
	cursor: pointer;	
	padding: 0.5px 2px 0.5px 5px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: Ivory;
	color:Black;
	border: 1px solid #D2B47A;
	padding: 2px 2px 2px 5px; 
}
