/* Word Compatibility Styles */
/* These styles alter the default html behaviour to be more like MS Word */

	FORM			{margin-top:0px; margin-bottom:0px;}
	UL              {list-style:square; margin-top:0px; margin-bottom:0px;}	
	OL				{margin-top:0px; margin-bottom:0px;}
	BLOCKQUOTE		{margin-top:0px; margin-bottom:0px;}


/* Global Styles */

	A               {color:#00498f; text-decoration:underline;}
	A:hover         {color:#00498f;}
	
	/* The DIV, P and TD styles should be the same as the "normal" content style. P has a margin of 0px to make it behave the same as a DIV tag, as the Immediacy Editor currently uses P's and DIV's interchangeably */
	DIV             {} /*color:#000000; font-size:small;*/
	P               {} /*color:#000000; margin:0px; font-size:small;*/
	TD              {color:#4f4f44; font-size:small;}
	
	BODY			{font-family:Verdana, Arial, Helvetica, sans-serif; margin:0px; padding:0px;}


	/* These styles used in the supplied templates */
	#utilitylinks A	{font-size:small; color:#444444; font-weight:normal;}
	#utilitylinks A:hover	{color:#999999;}
	
	#footer		  A {font-size:small; color:#444444; font-weight:normal; text-transform:lowercase;}
	#footer		  A:hover	{color:#999999;}

/* Global User Table Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

	/* Default Table */
	table.ImmTS_Default		{padding:0px; width:100%; border-collapse:collapse;} /* Overall table style */

	table.ImmTS_Default th, 
	table.ImmTS_Default td	{padding:2px; margin:2px;} /* Cell padding and spacing styles */

	table.ImmTS_Default, 
	table.ImmTS_Default th, 
	table.ImmTS_Default td	{border:1px solid black;} /* Table border style */
	     
	table.ImmTS_Default th	{}						/* Apply style to header cells */
	table.ImmTS_Default tr	{vertical-align:top;}	/* Apply style to data cells */
	table.ImmTS_Default td	{}						/* Apply style to data cells */

/* Plugin Styles */
/* These styles are used by plugins through out the site. */

	/* Scroller */
	#divscroller0	{z-index:1;}
	.scrollertitle	{z-index:1; color:#8C897A; font-family:Arial,Verdana,Helvetica;	font-size:12px; font-weight:bold;}
	.scrollerbody	{z-index:1; color:#8C897A; font-family:Arial,Verdana,Helvetica; 	font-size:12px; font-weight:normal;}
	.search         {color:#8C897A;	font-size:small; font-weight:bold;}

	/* Whats new */
	.WhatsnewTitle	{font-size:9pt; color:#8C897A; font-weight:bold;}
	.WhatsnewTitle:hover	{color:#8c89ff;}
	.WhatsnewBody	{font-size:8pt; color:#8C897A; font-weight:normal; float:left;}

	/* SiteMap */
	DIV.sitmp0				{padding:2px; font-size:110%;}
	DIV.sitmp1				{padding:2px; font-size:100%;}
	DIV.sitmp2				{padding:2px; font-size:100%;}
	A.sitmpA0				{color:#558ebe; font-weight:bold;}
	A.sitmpA0:hover			{color:#7F9DB9;}
	A.sitmpA1				{color:#558ebe; font-weight:normal;}
	A.sitmpA1:hover			{color:#7F9DB9;}
	A.sitmpA2				{color:#558ebe; font-weight:normal;}
	A.sitmpA2:hover			{color:#7F9DB9;}

	/* Page Counter Styles */
	#PageCounter	{text-align:right; clear:both; width:10em;}
	.PageCounter	{text-align:left; font-size:x-small; color:#000070;}
	HR.PageCounter	{color:#000070; height:1px;}
	.PageCounterTxtBox {width:40px;}


	/* Global Sidemenu Styles  - see color style sheets for further styles */
	/* These are styles used globally by the expanding sidemenu. Further styles for this plugin are defined the in the "color" style sheets. */
		
		/* style for the containing div for the menu */	
		/* note, the font size of 83% gives a very similar font-size in IE and Mozilla. feel free to change it, but appreciate the impact cross-browser */
		div#sidemenu {
			width:100%;
			font-family:Arial,Helvetica,sans-serif;
			font-size:83%;
			font-weight:bold;
		}

		/* default ul tag style for this menu - you probably won't need to change this */
		div#sidemenu ul 
		{
			list-style:none;
			margin:0;
			padding:0px;
		}
		
		/* default li tag style for this menu - you probably won't need to change this */
		div#sidemenu ul li		
		{
			float:left; width:100%; margin:0px;
		}
		
		/* style for the actual menu links. padding-top and padding bottom styles are useful for netscape which doesn't seem to handle "filling" the LI tag to 100% height */
		/* change the padding styles, but exercise some caution with different browsers*/					
		div#sidemenu a {
			display:block;
			text-decoration:none;
			/*padding-top:0.23em;*/
			/*padding-bottom:0.33em;*/
		}

	/* Top Drop Down Menu Styles */
	/* These styles are used globally by the top drop down menu. Colour specifc styles are defined else where.

		/* style for the containing div for the menu */
		/* note, the font size of 83% gives a very similar font-size in IE and Mozilla. feel free to change it, but appreciate the impact cross-browser */
		div#topdropmenu 
		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			z-index:99;
			width:100%;
			text-align:left;
			margin-left:10px;
		}
		
		/* default ul tag style for this menu - you probably won't need to change this */
		div#topdropmenu ul 
		{
			list-style:none;
			margin:0px;
			padding:0px;
		}
		
		/* style for the actual menu links. display and height are important to the operation of the menu. change the others if you like (note:colour changes should probably go in the colour style sheets */
		div#topdropmenu a {
			display:block;
			margin:0px;
			height:100%;
			text-decoration:none;
		}

		/* default li tag style for this menu - you probably won't need to change this */
		/* the postion:relative and float:left are critical to the correct operation of the menu */
		div#topdropmenu ul li	{position:relative; float:left; margin:0px;}
		
		/* this style is essential to the correct operation of the menu. it ensures correct positioning of the "leaves". */
		div#topdropmenu ul ul {
			position:absolute;
		}

		/* The following 2 groups of styles handle making the menu leaves appear and disappear on mouseover*/
		/* if want extra levels of drop downs, you need to add extra styles here for each level*/
		/* There are sufficient styles here for a 3 level menu. for a 4th level add a new css selector with an additional*/
		/* ul tag before the li:hover. eg div#topdropmenu ul ul ul ul li:hover ul ul/*
		/* please read the ImmSample documentation for more details */
		div#topdropmenu ul ul, 
		div#topdropmenu ul li:hover ul ul,
		div#topdropmenu ul ul li:hover ul ul,			
		div#topdropmenu ul ul ul li:hover ul ul
		{
			display:none;
		}
		
		div#topdropmenu ul li:hover ul,
		div#topdropmenu ul ul li:hover ul,
		div#topdropmenu ul ul ul li:hover ul,
		div#topdropmenu ul ul ul ul li:hover ul
		{
			display:block;
		}
	
	/* This next block of styles controls the appearance of the top menu bar and also contains styles to override the level 0 styles for lowers levels where necessary */
	/* it is this section which really differentiates the top drop down menu from a side flyout menu */

	/* We have found that using px units (rather than say em units) is more reliable across different browsers implementations of the CSS2 box model.*/
	/* CSS2 is seriouly flawed in how it handles dimensions of content elements, but we're stuck with it until CSS3 is widely adopted */
	
	/* This section defines the width of the menu items at different levels */
	div#topdropmenu ul.L0		{width:180px;} /* defines the total width of the top menu */
	div#topdropmenu ul.L1		{width:160px;} /* width of level 1 leaves */
	div#topdropmenu ul.L2		{width:120px;} /* width of level 2 leaves */
	
	/* defines position of drop down leaves */
	div#topdropmenu ul.L0 ul	{top:2px; left:192px;} /* position of first leaf */
	div#topdropmenu ul.L1 ul	{top:-1px; left:100px;} /* position of second leaf */
	div#topdropmenu ul.L2 ul	{top:-1px; left:100px;} /* position of third leaf - if there is one*/

	/* defines width of menu items */
	div#topdropmenu ul.L0 li	{width:160px;} /* level 0 items */
	div#topdropmenu ul.L1 li	{width:160px;} /* level 1 items */
	div#topdropmenu ul.L2 li	{width:120px;} /* level 2 items */
	
	/* defines height and width of a tags within the above li tags*/
	/* note that padding-left, padding-right and width must add up to the values above. mozilla seems to have a bit of problem in the sample site here in the for the top level only, we had to add 4 more pixels in order to get the borders to show properly on the menu */
	/* padding-top and padding bottom styles are useful for netscape which doesn't seem to handle "filling" the LI tag to 100% height */
	/* change the padding styles, but exercise some caution with different browsers*/
	div#topdropmenu ul.L0 li a	{width:180px; min-height:18px; font-size:9px; font-weight:bold; padding-top:0px; padding-left:10px; padding-right:0px; color:#90c84b; background-color:#FFF; border:1px solid #90c84b; margin-top:2px;}
	div#topdropmenu ul.L0 li a:hover	{width:180px; min-height:18px; font-size:9px; font-weight:bold; padding-top:0px; padding-left:10px; padding-right:0px; color:#FFFFFF; border:1px solid #90c84b; margin-top:2px; background-color:#90c84b;}

	div#topdropmenu ul.L1 li a	{width:160px; min-height:15px; font-size:9px; font-weight:normal; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:1px; text-align:left; background-color:#FFFFFF; border:1px solid #90c84b; color:#90c84b; margin-top:0px; margin-left:1px;}
	div#topdropmenu ul.L1 li a:hover	{width:160px; min-height:15px; font-size:9px; font-weight:normal; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:1px; text-align:left; background-color:#90c84b; color:#FFFFFF; margin-top:0px; margin-left:1px;}
	div#topdropmenu ul.L2 li a	{width:114px; height:auto; font-size:100%; font-weight:normal; padding-left:0px; padding-right:0px; padding-top:.23em; padding-bottom:.33em;}
/*	div#topdropmenu ul.L1 {border:1px solid #666666; padding-left:0px; padding-right:6px;}*/
	/* end top menu bar*/
	

/* START WIDE TEMPLATE NAVIGATION STYLES */
	
		/* style for the containing div for the menu */
		/* note, the font size of 83% gives a very similar font-size in IE and Mozilla. feel free to change it, but appreciate the impact cross-browser */
		div#widetopdropmenu 
		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			z-index:99;
			width:100%;
			text-align:center;
			border-bottom:1px solid #90c84b;
			background-color: #90c84b;
		}
		
		/* default ul tag style for this menu - you probably won't need to change this */
		div#widetopdropmenu ul 
		{
			list-style:none;
			margin:0px;
			padding:0px;
		}
		
		/* style for the actual menu links. display and height are important to the operation of the menu. change the others if you like (note:colour changes should probably go in the colour style sheets */
		div#widetopdropmenu a {
			display:block;
			margin:0px;
			height:100%;
			text-decoration:none;
		}

		/* default li tag style for this menu - you probably won't need to change this */
		/* the postion:relative and float:left are critical to the correct operation of the menu */
		div#widetopdropmenu ul li	{position:relative; float:left; margin:0px;}
		
		/* this style is essential to the correct operation of the menu. it ensures correct positioning of the "leaves". */
		div#widetopdropmenu ul ul {
			position:absolute;
		}

		/* The following 2 groups of styles handle making the menu leaves appear and disappear on mouseover*/
		/* if want extra levels of drop downs, you need to add extra styles here for each level*/
		/* There are sufficient styles here for a 3 level menu. for a 4th level add a new css selector with an additional*/
		/* ul tag before the li:hover. eg div#topdropmenu ul ul ul ul li:hover ul ul/*
		/* please read the ImmSample documentation for more details */
		div#widetopdropmenu ul ul, 
		div#widetopdropmenu ul li:hover ul ul,
		div#widetopdropmenu ul ul li:hover ul ul,			
		div#widetopdropmenu ul ul ul li:hover ul ul
		{
			display:none;
		}
		
		div#widetopdropmenu ul li:hover ul,
		div#widetopdropmenu ul ul li:hover ul,
		div#widetopdropmenu ul ul ul li:hover ul,
		div#widetopdropmenu ul ul ul ul li:hover ul
		{
			display:block;
		}
	
	/* This next block of styles controls the appearance of the top menu bar and also contains styles to override the level 0 styles for lowers levels where necessary */
	/* it is this section which really differentiates the top drop down menu from a side flyout menu */

	/* We have found that using px units (rather than say em units) is more reliable across different browsers implementations of the CSS2 box model.*/
	/* CSS2 is seriouly flawed in how it handles dimensions of content elements, but we're stuck with it until CSS3 is widely adopted */
	
	/* This section defines the width of the menu items at different levels */
	div#widetopdropmenu ul.L0		{width:100%;} /* defines the total width of the top menu */
	div#widetopdropmenu ul.L1		{width:180px;} /* width of level 1 leaves */
	div#widetopdropmenu ul.L2		{width:120px;} /* width of level 2 leaves */
	
	/* defines position of drop down leaves */
	div#widetopdropmenu ul.L0 ul	{top:36px; left:0px;} /* position of first leaf */
	div#widetopdropmenu ul.L1 ul	{top:-1px; left:100px;} /* position of second leaf */
	div#widetopdropmenu ul.L2 ul	{top:-1px; left:100px;} /* position of third leaf - if there is one*/

	/* defines width of menu items */
	div#widetopdropmenu ul.L0 li	{width:14%;} /* level 0 items */
	div#widetopdropmenu ul.L1 li	{width:180px;} /* level 1 items */
	div#widetopdropmenu ul.L2 li	{width:120px;} /* level 2 items */
	
	/* defines height and width of a tags within the above li tags*/
	/* note that padding-left, padding-right and width must add up to the values above. mozilla seems to have a bit of problem in the sample site here in the for the top level only, we had to add 4 more pixels in order to get the borders to show properly on the menu */
	/* padding-top and padding bottom styles are useful for netscape which doesn't seem to handle "filling" the LI tag to 100% height */
	/* change the padding styles, but exercise some caution with different browsers*/
	div#widetopdropmenu ul.L0 li a	{width:100%; min-height:35px; font-size:9px; font-weight:bold; padding-top:0px; padding-right:0px; color:#90c84b; color:#fff; border-bottom:1px solid #fff; border-left:1px solid #90c84b; border-right:1px solid #90c84b;}
	div#widetopdropmenu ul.L0 li a:hover	{width:100%; min-height:35px; font-size:9px; font-weight:bold; padding-top:0px; padding-right:0px; color:#FFFFFF; border-left:1px solid #90c84b; border-right:1px solid #90c84b; background-color:#90c84b;}

	div#widetopdropmenu ul.L1 li a	{width:180px; min-height:30px; font-size:9px; font-weight:normal; padding-left:10px; padding-top:0px; padding-bottom:1px; text-align:left; background-color:#FFFFFF; border:1px solid #90c84b; color:#90c84b; margin-top:0px;}
	div#widetopdropmenu ul.L1 li a:hover	{width:180px; min-height:30px; font-size:9px; font-weight:normal; padding-left:10px; padding-top:0px; padding-bottom:1px; text-align:left; background-color:#90c84b; color:#FFFFFF; margin-top:0px;}
	div#widetopdropmenu ul.L2 li a	{width:114px; height:auto; font-size:100%; font-weight:normal; padding-left:10px; padding-top:.23em; padding-bottom:.33em;}
/*	div#topdropmenu ul.L1 {border:1px solid #666666; padding-left:0px; padding-right:6px;}*/
	/* end top menu bar*/

/* END WIDE TEMPLATE NAVIGATION STYLES */
/* SHAREPOINT CONNECTOR CSS [BEGIN AUTO-INSERTED] */
/* SharePoint form layout */
.AspNet-SharePointDetailsView-Data fieldset
{
    width: 520px;
    margin-bottom: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
	border: none;
    border-top: 1px solid #E5E5E5;
}

.AspNet-SharePointDetailsView-Data legend
{
    padding: 0 2px;
    padding-left: 0;
    font-weight: bold;
    _margin: 0 -7px; /* IE Win */
    color: #333333;
}
  
.AspNet-SharePointDetailsView-Data label.formitem
{
    font-weight: bold;
}

.AspNet-SharePointDetailsView-Data fieldset label.formitem
{
    float: left;
    width: 25%;
    margin-right: 5px;
    vertical-align: top;
    line-height: 1.8em;
}

.AspNet-SharePointDetailsView-Data fieldset ul.formitem 
{
  margin: 0;
  padding: 0;
}

.AspNet-SharePointDetailsView-Data fieldset li.formitem
{
	list-style: none;
	list-style-image: none;
	margin: 0;
	color: #333333;
	clear: both;
	padding: 8px 10px 15px;
	border-top: 1px solid #E5E5E5;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols,
.AspNet-SharePointDetailsView-Data fieldset div.formvalues
{    
    margin-bottom: 5px;
    width: 70%;
    float: left;
}

/* Individual Form Controls */

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols input
{
	width: 100%;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols input.sharePointFileUpload
{
	display: block;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols textarea.formitemTextArea 
{
	width: 100%;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols input.formitemPercentageTextBox
{
	width: 85%;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols label.formitemUrlLabelHeading
{
	font-size: 8pt;
	color: #7f7f7f;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols a.formitemUrlLabelHeading
{
	font-size: 8pt;
	color: #3966bf;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols select.formitemDropDownList 
{
	width: 100%;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols .formitemDatePicker input
{
	width: 25%;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols table.formitemCheckBoxList
{
	width: 100%;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols .formitemCheckBoxList input
{
	width: 30px;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols .formitemRadioButtonList input
{
	width: 30px;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols input.captchaTextBox
{
	width: 55%;
}

.AspNet-SharePointDetailsView-Data fieldset div.formcontrols img.captchaImage
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.RadUploadProgressArea
{
	width: 100% !important;
}

.RadUploadTotalProgressData
{
	font-size: 7pt !important;
}

.spcErrorMessage
{
 	color: Red;
 	display: block;
}/* SHAREPOINT CONNECTOR CSS [END AUTO-INSERTED] */
