/* CSS Document */

.flexigrid
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	border: 0px solid #eee;
	overflow: hidden;
	color: #000;
	}

	.flexigrid.hideBody
		{
		height: 26px !important;
		border-bottom: 1px solid #ccc;
		}

	.ie6fullwidthbug
		{
		border-right: 0px solid #ccc;
		padding-right: 2px;	
		}

.flexigrid div.nDiv
	{
	background: #eee url(../images/Flexigrid/line.gif) repeat-y -1px top;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: auto;
	left: 0px;
	position: absolute;
	z-index: 999;
	float: left;
	}

	.flexigrid div.nDiv table
		{
		margin: 2px;
		}

.flexigrid div.hDivBox
	{
	float: left; 
	padding-right: 40px;
	}

.flexigrid div.bDiv table
	{
		xmargin-bottom: 10px;
	}
	
	.flexigrid div.bDiv table.autoht
		{
		border-bottom: 0px;
		margin-bottom: 0px;
		}
	
.flexigrid div.nDiv td
	{
	padding: 2px 3px;
	border: 1px solid #eee;
	cursor: default;
	}

.flexigrid div.nDiv tr:hover td, .flexigrid div.nDiv tr.ndcolover td
	{
	background: #d5effc url(../images/Flexigrid/hl.png) repeat-x top;
	border: 1px solid #a8d8eb;
	}
	
	.flexigrid div.nDiv td.ndcol1
		{
		border-right: 1px solid #ccc;
		}
		
	.flexigrid div.nDiv td.ndcol2
		{
		border-left: 1px solid #fff;
		padding-right: 10px;
		}

	.flexigrid div.nDiv tr:hover td.ndcol1, .flexigrid div.nDiv tr.ndcolover td.ndcol1
		{
		border-right: 1px solid #d2e3ec;
		}
		
	.flexigrid div.nDiv tr:hover td.ndcol2, .flexigrid div.nDiv tr.ndcolover td.ndcol2
		{
		border-left: 1px solid #eef8ff;
		}
	
	.flexigrid div.nBtn
		{
		position: absolute;
		height: 24px;
		width: 14px;
		z-index: 900;
		background: #fafafa url(../images/Flexigrid/fhbg.gif) repeat-x bottom;
		border: 0px solid #ccc;
		border-left: 1px solid #ccc;
		top: 0px;
		left: 0px;
		margin-top: 1px;
		cursor: pointer;
		display: none;
		}
		
		.flexigrid div.nBtn div
			{
			height: 24px;
			width: 12px;
			border-left: 1px solid #fff;
			float: left;
			background: url(../images/Flexigrid/ddn.png) no-repeat center;
			}		
		
		.flexigrid div.nBtn.srtd
			{
			background: url(../images/Flexigrid/wbg.gif) repeat-x 0px -1px;
			}
		

.flexigrid div.mDiv
	{
	background: url(../images/Flexigrid/wbg.gif) repeat-x top;
	border: 1px solid #ccc;
	border-bottom: 0px;
	border-top: 0px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	}

.flexigrid div.mDiv div
	{
	padding: 6px;
	white-space: nowrap;
	}
	
		.flexigrid div.mDiv div.ptogtitle
			{
			position: absolute;
			top: 4px;
			right: 3px;
			padding: 0px;
			height: 16px;
			width: 16px;
			overflow: hidden;
			border: 1px solid #ccc;
			cursor: pointer;
			}

			.flexigrid div.mDiv div.ptogtitle:hover
			{
			background-position: left -2px;
			border-color: #bbb;
			}
			
			.flexigrid div.mDiv div.ptogtitle span
			{
			display: block;
			border-left: 1px solid #eee;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #ddd;
			width: 14px;
			height: 14px;
			background: url(../images/Flexigrid/uup.png) no-repeat center;
			}
			
			.flexigrid div.mDiv div.ptogtitle.vsble span
			{
			background: url(../images/Flexigrid/ddn.png) no-repeat center;			
			}			

.flexigrid div.tDiv /*toolbar*/
	{
	background: #fafafa url(../images/Flexigrid/bg.gif) repeat-x top;
	position: relative;			
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}

	.flexigrid div.tDiv2
		{
		float: left;
		clear: both;
		padding: 1px;
		}

.flexigrid div.sDiv /*toolbar*/
	{
	background: #fafafa url(../images/Flexigrid/bg.gif) repeat-x top;
	position: relative;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: hidden;
	display: none;
	}

	.flexigrid div.sDiv2
		{
		float: left;
		clear: both;
		padding: 5px;
		padding-left: 5px;
		width: 1024px;
		}

		.flexigrid div.sDiv2 input, .flexigrid div.sDiv2 select
		{
		vertical-align: middle;
		}
			
	.flexigrid div.btnseparator
		{
		float: left;
		height: 22px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #fff;
		margin: 1px;
		}
	
	.flexigrid div.fbutton
		{
			float: left;
			display: block;
			cursor: pointer;
			padding: 1px;
		}

	.flexigrid div.fbutton div
		{
			float: left;
			padding: 1px 3px;
		}		
		
	.flexigrid div.fbutton span
		{
		float: left;
		display: block;
		padding: 3px;
		}

	.flexigrid div.fbutton:hover, .flexigrid div.fbutton.fbOver
		{
			padding: 0px;
			border: 1px solid #ccc;
		}

	.flexigrid div.fbutton:hover div, .flexigrid div.fbutton.fbOver div
		{
			padding: 0px 2px;
			border-left: 1px solid #fff;
			border-top: 1px solid #fff;
			border-right: 1px solid #eee;
			border-bottom: 1px solid #eee;
		}		
		
	
/* end toolbar*/

.flexigrid div.hDiv
	{
	background: #fafafa url(../images/Flexigrid/fhbg.gif) repeat-x bottom;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}	

.flexigrid div.hDiv table
	{
	border-right: 1px solid #fff;
	}

	.flexigrid div.cDrag
		{
		float: left;
		position: absolute;
		z-index: 2;
		overflow: visible;
		}

		.flexigrid div.cDrag div
			{
			float: left;
			background: none;
			display: block;
			position: absolute;
			height: 24px;
			width: 5px;
			cursor: col-resize;
			}
			
		.flexigrid div.cDrag div:hover, .flexigrid div.cDrag div.dragging
			{
			background: url(../images/Flexigrid/line.gif) repeat-y 2px center;
			}

.flexigrid div.iDiv
	{
		border: 1px solid #316ac5;
		position: absolute;
		overflow: visible;
		background: none;
	}
	
	.flexigrid div.iDiv input, .flexigrid div.iDiv select, .flexigrid div.iDiv textarea
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
		
	.flexigrid div.iDiv input.tb
		{
		border: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		padding: 0px;
		background: none;
		}			
					
.flexigrid div.bDiv
	{
	border: 1px solid #ccc;
	border-top: 0px;
	background: #fff;
	overflow: auto;
	position: relative;
	}
	
.flexigrid div.bDiv table
	{
	border-bottom: 1px solid #ccc;
	}
	
	.flexigrid div.hGrip
	{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 5px;
	width: 5px;
	background: url(../images/Flexigrid/line.gif) repeat-x center;
	margin-right: 1px;
	cursor: col-resize;
	}
	
		.flexigrid div.hGrip:hover, .flexigrid div.hGrip.hgOver
			{
				border-right: 1px solid #999;				
				margin-right: 0px;
			}
	
	.flexigrid div.vGrip
		{
		height: 5px;
		overflow: hidden;
		position: relative;
		background: #fafafa url(../images/Flexigrid/wbg.gif) repeat-x 0px -1px;
		border: 1px solid #ccc;
		border-top: 0px;
		text-align: center;
		cursor: row-resize;
		}
			
			.flexigrid div.vGrip span
					{
					display: block;
					margin: 1px auto;
					width: 20px;
					height: 1px;
					overflow: hidden;
					border-top: 1px solid #aaa;
					border-bottom: 1px solid #aaa;	
					background: none;
					}

.flexigrid div.hDiv th, .flexigrid  div.bDiv td  /* common cell properties*/
	{
	text-align: left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	overflow: hidden;
	vertical-align: top !important;
	}

		.flexigrid div.hDiv th div, .flexigrid  div.bDiv td  div, div.colCopy div/* common inner cell properties*/
			{
			padding: 5px;
			border-left: 0px solid #fff;
			}

.flexigrid div.hDiv th, div.colCopy
	{
	font-weight: normal;
	height: 24px;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
	}	

div.colCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fafafa url(../images/Flexigrid/fhbg.gif) repeat-x bottom;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
	}

.flexigrid div.hDiv th.sorted
	{
	background: url(../images/Flexigrid/wbg.gif) repeat-x 0px -1px;
	border-bottom: 0px solid #ccc;
	}
	
	.flexigrid div.hDiv th.thOver
	{
	}

	.flexigrid div.hDiv th.thOver div, .flexigrid div.hDiv th.sorted.thOver div
	{
	border-bottom: 1px solid orange;
	padding-bottom: 4px;
	}
	
	.flexigrid div.hDiv th.sorted div
	{
	border-bottom: 0px solid #ccc;
	padding-bottom: 5px;
	}

	.flexigrid div.hDiv th.thMove
	{
	background: #fff;
	color: #fff;
	}
	
	.flexigrid div.hDiv th.sorted.thMove div
		{
		border-bottom: 1px solid #fff;
		padding-bottom: 4px
		}
	
	.flexigrid div.hDiv th.thMove div
	{
		background: #fff !important;
	}	
	
	.flexigrid div.hDiv th div.sdesc
		{
		background: url(../images/Flexigrid/dn.png) no-repeat center top;
		}	

	.flexigrid div.hDiv th div.sasc
		{
		background: url(../images/Flexigrid/up.png) no-repeat center top;
		}	
		
.flexigrid div.bDiv td
	{
	border-bottom: 1px solid #fff;
	vertical-align: top;
	white-space: nowrap;
	}

		.flexigrid div.hDiv th div
			{
			}
			
			.flexigrid span.cdropleft
			{
			display: block;
			background: url(../images/Flexigrid/prev.gif) no-repeat -4px center;
			width: 24px;
			height: 24px;
			position: relative;
			top: -24px;
			margin-bottom: -24px;
			z-index: 3;
			}

			.flexigrid div.hDiv span.cdropright
			{
			display: block;
			background: url(../images/Flexigrid/next.gif) no-repeat 12px center;
			width: 24px;
			height: 24px;
			float: right;
			position: relative;
			top: -24px;
			margin-bottom: -24px;
			}


		.flexigrid div.bDiv td div
			{
			border-top: 0px solid #fff;
			padding-bottom: 4px;
			}
	
				
		.flexigrid tr td.sorted
				{
				background: #f4f9f8;
				border-right: 1px solid #ddd;
				border-bottom: 1px solid #eaf2f1;
				}		

				.flexigrid tr td.sorted div
					{
					}


		.flexigrid tr.erow td
				{
				background: #e7f7f5;
				border-bottom: 1px solid #e7f7f5;
				}
				
		.flexigrid tr.erow td.sorted
				{
				background: #deedeb;
				border-bottom: 1px solid #deedeb;
				}						

				.flexigrid tr.erow td.sorted div
					{
					}

		.flexigrid div.bDiv tr:hover td, 
		.flexigrid div.bDiv tr:hover td.sorted,
		.flexigrid div.bDiv tr.trOver td.sorted, 
		.flexigrid div.bDiv tr.trOver td
			{
			background: #b5e2dc; /*d9ebf5*/
			border-left: 1px solid #eef8ff;
			border-bottom: 1px dotted #a8d8eb;
			}
			
			/*		
		.flexigrid div.bDiv tr.trSelected:hover td, 
		.flexigrid div.bDiv tr.trSelected:hover td.sorted,
		.flexigrid div.bDiv tr.trOver.trSelected td.sorted, 
		.flexigrid div.bDiv tr.trOver.trSelected td,
		.flexigrid tr.trSelected td.sorted, 
		.flexigrid tr.trSelected td
			{
			background: #d5effc url(../images/Flexigrid/hl.png) repeat-x top;
			border-right: 1px solid #d2e3ec;
			border-left: 1px solid #eef8ff;
			border-bottom: 1px solid #a8d8eb;
			}
		*/

	/* novstripe adjustments */

	.flexigrid.novstripe .bDiv table
	{
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.flexigrid.novstripe  div.bDiv td  
		{
		border-right-color: #fff;
		}
		
	.flexigrid.novstripe div.bDiv tr.erow td.sorted
		{
		border-right-color: #deedeb;
		}

	.flexigrid.novstripe div.bDiv tr td.sorted
		{
		border-right-color: #eaf2f1;
		}

	.flexigrid.novstripe  div.bDiv tr.erow td  
		{
		border-right-color: #e7f7f5;
		border-left-color: #e7f7f5;
		}
		
		.flexigrid.novstripe div.bDiv tr.trSelected:hover td, 
		.flexigrid.novstripe div.bDiv tr.trSelected:hover td.sorted,
		.flexigrid.novstripe div.bDiv tr.trOver.trSelected td.sorted, 
		.flexigrid.novstripe div.bDiv tr.trOver.trSelected td,
		.flexigrid.novstripe tr.trSelected td.sorted, 
		.flexigrid.novstripe tr.trSelected td
			{
			border-right: 1px solid #0066FF;
			border-left: 1px solid #0066FF;
			}		

	.flexigrid.novstripe div.bDiv tr.trOver td, .flexigrid.novstripe div.bDiv tr:hover td
		{
		border-left-color: #d9ebf5;
		border-right-color: #d9ebf5;
		}

	/* end novstripe */

.flexigrid div.pDiv
	{
	background: url(../images/Flexigrid/wbg.gif) repeat-x 0 -1px;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	}

.flexigrid div.pDiv div.pDiv2
	{
	margin: 3px;
	margin-left: -2px;
	float: left;
	width: 1024px;
	}	
	
	div.pGroup
		{
		float: left;
		background: none;
		height: 24px;
		margin: 0px 5px;
		}
	
	.flexigrid div.pDiv .pPageStat, .flexigrid div.pDiv .pcontrol
		{
		position: relative;

		top: 5px;
		overflow: visible;
		}
		
	.flexigrid div.pDiv input
		{
		vertical-align: text-top;
		position: relative;
		top: -5px;
		}
	
	.flexigrid div.pDiv  div.pButton
		{
		float: left;
		width: 22px;
		height: 22px;
		border: 0px;
		cursor: pointer;
		overflow: hidden;
		}

		.flexigrid div.pDiv  div.pButton:hover, .flexigrid div.pDiv  div.pButton.pBtnOver
			{
			width: 20px;
			height: 20px;
			border: 1px solid #ccc;
			cursor: pointer;
			}
		
	.flexigrid div.pDiv  div.pButton span
		{
		width: 20px;
		height: 20px;
		display: block;
		float: left;
		}		
	
		.flexigrid div.pDiv  div.pButton:hover span, .flexigrid div.pDiv  div.pButton.pBtnOver span
			{
			width: 19px;
			height: 19px;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			}		
		

		.flexigrid .pSearch
			{
			background: url(../images/Flexigrid/magnifier.png) no-repeat center;
			}
	
		.flexigrid .pFirst
			{
			background: url(../images/Flexigrid/first.gif) no-repeat center;
			}
			
		.flexigrid .pPrev
			{
			background: url(../images/Flexigrid/prev.gif) no-repeat center;
			}

		.flexigrid .pNext
			{
			background: url(../images/Flexigrid/next.gif) no-repeat center;
			}

		.flexigrid .pLast
			{
			background: url(../images/Flexigrid/last.gif) no-repeat center;
			}
			
		.flexigrid .pReload
			{
			background: url(../images/Flexigrid/load.png) no-repeat center;
			}
			
		.flexigrid .pReload.loading
			{
			background: url(../images/Flexigrid/load.gif) no-repeat center;
			}															

/* ie adjustments */
			
		.flexigrid.ie div.hDiv th div, .flexigrid.ie  div.bDiv td  div, div.colCopy.ie div/* common inner cell properties*/
			{
			overflow: hidden;
			}			
		
.diabledLink
{
	color:#999;
	text-decoration:underline;
}.jqpageflow-loader {
	position: absolute; 
	display: none; 
	right: 1%; 
	z-index: 10001; 
	bottom: 0;
}

.jqpageflow-loadertext {
	font-size: 70%; 
	width: 80px;  
	text-align: center; 
	position: absolute; 
	bottom: 25px; 
	left: 2px;
}
div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.jgIE6 {
	position: 			absolute;
}

div.jgIE6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.jgIE6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.jgIE6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.jgIE6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.jgIE6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://themeroller.com/?tr=&ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=11px&cornerRadius=9px&bgColorHeader=b5e2dc&bgTextureHeader=01_flat.png&bgImgOpacityHeader=75&borderColorHeader=b5e2dc&fcHeader=666666&iconColorHeader=87a9a4&bgColorContent=e7f7f5&bgTextureContent=01_flat.png&bgImgOpacityContent=100&borderColorContent=b5e2dc&fcContent=222222&iconColorContent=222222&bgColorDefault=b5e2dc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=4ca296&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=4ca296&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=e7f7f5&bgTextureActive=02_glass.png&bgImgOpacityActive=100&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=ffbb00&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=81a2aa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=40&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=50&opacityShadow=30&thicknessShadow=3px&offsetTopShadow=-3px&offsetLeftShadow=-3px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 11px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-header { border: 1px solid #b5e2dc; background: #b5e2dc url(images/ui-bg_flat_75_b5e2dc_40x100.png) 50% 50% repeat-x; color: #666666; font-weight: bold; }
.ui-widget-header a { color: #666666; }
.ui-widget-content { border: 1px solid #b5e2dc; background: #e7f7f5 url(images/ui-bg_flat_100_e7f7f5_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #b5e2dc url(images/ui-bg_glass_75_b5e2dc_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #4ca296; background: #4ca296 url(images/ui-bg_glass_75_4ca296_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-hover a { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #e7f7f5 url(images/ui-bg_glass_100_e7f7f5_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #ffbb00; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_87a9a4_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 9px; -webkit-border-top-left-radius: 9px; }
.ui-corner-tr { -moz-border-radius-topright: 9px; -webkit-border-top-right-radius: 9px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 9px; -webkit-border-bottom-left-radius: 9px; }
.ui-corner-br { -moz-border-radius-bottomright: 9px; -webkit-border-bottom-right-radius: 9px; }
.ui-corner-top { -moz-border-radius-topleft: 9px; -webkit-border-top-left-radius: 9px; -moz-border-radius-topright: 9px; -webkit-border-top-right-radius: 9px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 9px; -webkit-border-bottom-left-radius: 9px; -moz-border-radius-bottomright: 9px; -webkit-border-bottom-right-radius: 9px; }
.ui-corner-right {  -moz-border-radius-topright: 9px; -webkit-border-top-right-radius: 9px; -moz-border-radius-bottomright: 9px; -webkit-border-bottom-right-radius: 9px; }
.ui-corner-left { -moz-border-radius-topleft: 9px; -webkit-border-top-left-radius: 9px; -moz-border-radius-bottomleft: 9px; -webkit-border-bottom-left-radius: 9px; }
.ui-corner-all { -moz-border-radius: 9px; -webkit-border-radius: 9px; }

/* Overlays */
.ui-widget-overlay { background: #81a2aa url(images/ui-bg_flat_0_81a2aa_40x100.png) 50% 50% repeat-x; opacity: .40;filter:Alpha(Opacity=40); }
.ui-widget-shadow { margin: -3px 0 0 -3px; padding: 3px; background: #aaaaaa url(images/ui-bg_flat_50_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion-group {margin-bottom: 1px;}
.ui-accordion-header { cursor: pointer; position: relative;  }
.ui-accordion-selected .ui-accordion-header { border-bottom: 0; }
.ui-accordion .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion-content-wrap { border-top: 0; margin-top: -1px; position: relative; top: 1px; }
.ui-accordion-content { padding: 1em 2.2em; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker-prev, .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker-prev-hover, .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker-prev { left:2px; }
.ui-datepicker-next { right:2px; }
.ui-datepicker-prev-hover { left:1px; }
.ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold;  }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; }
.ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider-range { position: absolute; z-index: 1; font-size: 1%; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { position: relative; top: 0; height: 100%; }

.ui-slider-vertical { width: .8em; height: 100%; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; height: auto; width: 100%; }/* Tabs
----------------------------------*/
.ui-tabs {padding: .2em;}
.ui-tabs-nav { padding: .2em .2em 0 .2em;  position: relative; }
.ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em 1em; }
.ui-tabs-nav li.ui-tabs-selected {  padding-bottom: .1em; border-bottom: 0; }
.ui-tabs-panel { padding: 1em 1.4em;  display: block; border: 0; background: none; }
.ui-tabs-hide { display: none !important; }/* CSS Document */

* { padding: 0; margin: 0; }

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	line-height: 1.1em;
	text-align: left;
	background: #fff;
	padding: 0; margin: 0;
}

.text-img span { margin-left: -9999px; }

.clear { clear: both; }

.left { float: left; }

.right { float: right; }

a {
	font-weight: normal;
	color: #516372;
	line-height: 1.2em;
}

.forgotPassword
{
	font-weight: normal;
	color: #516372;
	line-height: 1.2em;
	text-decoration: underline;
	cursor: pointer;
}

a img { border: none; }

ul { list-style: none; }

div#container {
	width: 955px;
	margin: 10px auto 10px auto;
	background: #fff;
}

/* HEADER SECTION */
#bannerh1 
{
	width: 166px;
	height: 60px;
	margin: 0 0 10px 7px;
	background: url(../img/logo_home.gif) no-repeat;
}


#bannerh2 {
	width: 422px;
	height: 34px;
	margin: 14px 0 0 17px;
	background: url(../img/tagline_home.gif) no-repeat;
}

a.login {
	font-size: 15px;
	padding: 5px 0 0 0;
}

div#banner {
	width: 950px;
	height: 133px;
	margin: 0 auto 0 auto;
	background: url(../img/banner.jpg) no-repeat;
}
#banner.home { background: url(../img/banner_home.jpg) no-repeat; height: 150px; }

#banner.home ul {
	margin: 0 0 0 267px;
	padding-top: 13px;
}
#banner.home li {
	float: left;
	font-size: 11px;
	margin-right: 15px;
	
}
#navigationLinks li 
{
    padding-right: 15px;
}

#banner ul#user-info {
	position: relative;
	top: -10px;
	right: 18px;
}
#banner #user-info li {
	color: #000;
	text-align: right;
}

#banner h3#user-name {
	*position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.02em;
	margin: 85px 0 0 23px; *margin-top: 75px; _margin-top: 70px;
}

#banner h1, #banner h2 {
	width: 50px;
	height: 10px;
	margin: 0;
	background: none;
}

#banner-small {
	position: relative;
	top: -10px;
	width: 950px;
	height: 66px;
	margin: 0 auto 0 auto;
	background: url(../img/banner_small.jpg) no-repeat;
}
#banner-small h1 {
	width: 50px;
	height: 10px;
	margin: 0;
	background: none;
}
#banner-small #user-info {
	position: relative;
	top: 0px;
	right: 18px;
}
#banner-small #user-info li {
	color: #000;
	text-align: right;
}
#banner-small h3#user-name {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #666;
	margin: 10px 0 0 167px; *margin-top: 10px;
}

/* CONTENT SECTION: HOMEPAGE */
div.step-box {
	width: 260px;
	margin: 10px 9px 0 0;
}

.step-box h4 {
	width: 260px;
	height: 40px;
	margin-bottom: 7px;
}

#step1 h4 { background: url(../img/step1_hdr.gif) no-repeat; }
#step2 h4 { background: url(../img/step2_hdr.gif) no-repeat; }
#step3 h4 { background: url(../img/step3_hdr.gif) no-repeat; }

.step-box .thumb-box 
{
	text-align:justify;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	height: 215px;
	background: url(../img/step_box.gif) no-repeat;
}

div#scroll-box {
	width: 142px;
	height:238px;
	margin: 10px 0 0 4px;
}

#scroll-box a#start-btn {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 0 auto;
	background: url(../img/start_btn.gif) no-repeat;
}

#scroll-box hr {
	margin: 0 0 13px 0;
	border: none;
	border-bottom: 1px solid #c1c1c1;
}

#scroll-box a { font-size: 9px; }

ul#jq-scroller {
	width: 142px;
	margin: 10px 0 7px 0;
}

#jq-scroller li {
	width: 142px;
	padding-bottom: 15px;
}

#jq-scroller li a {
	font-size: 11px;
	color: #666;
	font-style: italic;
	text-decoration: none;
	line-height: 1.4em;
}


/* CONTENT SECTION: MY DOD */
/*
div.option-box {
	width: 302px;
	height: 254px;
	margin: 30px 12px 0 0;
	background: url(../img/option_box.gif) no-repeat;
}

/* commented by JG b/c of div#content margins
#box1 { margin-left: 25px; _margin-left: 12px; }

#box3 { margin-right: 0; }

#box1 h4, #box3 h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 15px 0 0 25px;
}
#box1 h4 img { margin-right: 10px; }
#box1 ul { margin: 10px 0 0 25px; }
#box1 li, #box3 li {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
#box1 li a, #box3 li a { color: #5773a0; }

#box2 h4 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 15px 0 25px 25px;
}
#box2 h4 a {
	font-weight: bold;
	color: #5773a0;
}
#box2 h4 img, #box3 li img { margin-right: 10px; }
#box2 h5 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 1.3em;
	padding-bottom: 15px;
	margin: -22px 0 0 25px;
}

#box3 ul { margin: 20px 0 0 25px; }
#box3 li { margin-bottom: 10px; }
*/
h4.earn 
{
	clear: left;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 1.8em;
	margin: 30px 0 0 25px;
}
h4.earn a, h4.support a { color: #5773a0; }

h4.support {
	width: 620px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 1.8em;
	margin-top: 25px;
}
h4.support img { margin: 0 0 0 3px; }


/* CONTENT SECTION - REGISTER */
h3#user-name small { font-size: 16px; }

div#content-box {
	width: 755px;
	margin: 25px 0 70px 140px;
}

#content-box h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 0 20px 58px;
}

#content-box img#icon-mail {
	display: block;
	margin: 0 15px 20px 6px;
}

#content-box img#icon-users {
	margin: 0 15px 0 0;
}

#content-box p {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 20px;
}

#content-box p.no-img, #content-box a.button { margin-left: 58px; }

#content-box a.button {
	text-decoration: none;
}
#content-box button {
	padding: 0 4px;
	*padding: 3px 0 0 0;
}
@media all and (min-width = 1){
	#content-box button { padding: 2px 6px; }
}


/* CONTENT SECTION - COVERAGE */
div#form-box {
	width: 755px;
	margin: 50px 0 70px 190px;
}

#form-box table {
	
}

#form-box td {
	padding-bottom: 12px;
}

#form-box label {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-right: 15px;
}

#form-box label.radio {
	display: block;
	float: left;
	width: 50px;
	*padding-top: 4px;
}

#form-box input.submit {
	padding: 1px 4px; *padding: 1px 2px;
	margin: 5px 0;
}
@media all and (min-width = 1){
	#form-box input.submit { padding: 1px 6px; }
}

#form-box p { font-size: 12px; }
#form-box p a { color: #5773a0; }


/* FOOTER SECTION */
ul#footer {
	clear: left;
	/*width: 100%; caused horizontal scrollbar*/
	padding: 5px 0 25px 25px;
}
ul#footer.home { padding: 10px 0 0 0; }

#footer li {
	float: left;
	/* width: 148px; *width: 155px; */
	font-size: 11px;
	text-align: center;
	padding-right: 50px;
	/*margin: 0 80px 0 0;*/
}
#footer li a { color: #5773a0; }

#footer.home li {
	float: left;
	xwidth: 121px;
	font-size: 11px;
	text-align: center;
	line-height: 1.3em;
	margin: 5px 0    0 0;
}
#footer.home li a { color: #516372; }

#footer.home li.img {
	width: 100px;
	margin: 0 0 0 20px;
}

#footer.home li img { position: relative; margin: -5px auto 0 auto; }

ul#copyright { padding-top: 5px; padding-left:24px; }

#copyright li { font-size: 9px; } /* NOTE: Opera & Firefox 3 have minimum font size set to 9px by default - no way around that from our end */

.membershipJoinForm, .membershipJoinForm td, .membershipJoinForm tr
{
    padding: 0;
    margin: 0;
}
.membershipJoinForm td 
{
    white-space: nowrap;    
}
.membershipJoinForm td.right 
{
    text-align: right;
}

.globalAlert 
{
	display:none;
	position: relative;
	margin: 0 auto 0 auto;
	background:#FEF1EC url(../styles/images/ui-bg_inset-soft_95_fef1ec_1x100.png) repeat-x scroll 50% bottom;
	border-bottom:1px solid #CD0A0A;
	color:#CD0A0A;
	padding: 5px;
	zoom: 1;
}

.alertHeader 
{
	font-size:larger;
	font-weight: bold;
	padding-bottom: 3px;
}

.alertClose
{
	float:right;
	font-weight: bold;
	border:2px solid #CD0A0A;
	padding-left:4px;
	padding-right:4px;
	width: 10px;
	text-align:center;
	text-decoration: none;
}

.alertMessage 
{
	font-size:12px;
	line-height:1.2em;
	font-weight:normal;
}

.globalAlert a {
	color:#CD0A0A;
}

.globalAlertText {
	color:#CD0A0A;
}

.globalAlert div.icon {
	background-image:url(../styles/images/ui-icons_cd0a0a_256x240.png);
	background-position:0 -144px;
	height:16px;
	margin-right:5px;
	margin-top:-2px;
	width:16px;
	float: left;
}﻿#aspnetForm 
{
	border: 0;
	margin: 0;
	padding: 0;
}
div#content
{
	margin: 1em;
}

p
{
	margin: 1em 0px;
}

#banner h3#user-name 
{	
	font-size: 22px;
	margin: 20px 0 0 23px; *margin-top: 15px; _margin-top: 10px;
}
#banner h1
{
	width: 175px;
	height: 60px;
	cursor: pointer;
}

#banner-small h1
{
	width: 135px;
	height:60px;
	cursor: pointer;
}

#banner-smaller h3
{
	margin-top:10px;
}

#banner-small h3#user-name
{
	padding-top:20px;
}

#box1, #box2, #box3
{
	margin-top:.5em;
	margin-top:.5em;
}

h4.earn
{
	margin-top: 5px;
	margin-left: 50px;
}
h4.support
{
	margin-top: 0px;
	width: 720px;
}
.clickable
{
 FONT-WEIGHT: bolder;
}

.login 
{
	text-align:right;
	padding-right:10px;
	padding-top: 5px;	
	color:#333;
}

.messageBox
{
	padding:30px;
	width:500px;
	text-align:center;
	background-color:#E7F7F5;
}

.sidebar
{
	padding-left:10px;
	border-right:solid 1px #BCE4DC;
}

div#shortcontent-box
{
	width: 755px;
	margin: 0 0 0 100px;
}

.syncOptionDescription 
{
	padding:1em;
}

.black {
	color:#000;
}

ul#footer 
{
	clear: both;
	padding-top: 10px;	
	*padding-top: 0px;
}

ul#footer.home
{
	padding-top:30px;
}

#footer.home li
{
	margin:30px 0 0;
}

ul#footer li.link
{
	padding-top:20px;
}

table.grid
{
	border:1px solid #666;
}

table.grid tr.header td
{
	background-color:#B8DBD4;
	border-bottom:1px solid #666;
	padding:5px;
	font-weight:bold;
}

table.grid td 
{
	padding:3px;
}

.trhead
{
	font-weight:bolder;
	color:#333;
	background-color:#8FBFB5;
	
}

.trhead .cellheader
{
	padding:2px;
}

.tr1
{
	background-color:#E7F7F4;
}

.tr2
{
	background-color:#D1EFE9;
}

#contentPadded
{
	margin: 0 15px 15px 15px;
}

#contentArea
{
	xmargin:15px 20px 15px 20px;
}
#contentAreaNarrow
{
	xmargin:15px 20px 15px 20px;
	min-width: 25%;
	max-width: 50%;
}

#contentArea p, #contentAreaNarrow p 
{
	margin-top: 1em;
	margin-bottom: 1em;
}

table.alignLeft tr
{
	text-align:left;
}

#indentBullets li
{
	margin-left:25px;
}

.TreeNode
{
	cursor:pointer;
}

.HoverTreeNode
{
	cursor:pointer;
}

.ESETreeNode
{
	color:#00f;
	cursor:pointer;
}

.ESEHoverTreeNode
{
	color:#00f;
	cursor:pointer;
}

.Bold
{
	font-weight:bold;
}

.SummaryRow
{
	font-weight:bold;
	text-align:right;
	padding:3px;
}

.BillingInfoRowTitle
{
	font-weight:bold;
	border-right:solid 1px #000;
	padding:3px;
	text-align:right;	
}

.BillingInfoRowValue
{
	padding:3px;
}

.hometable
{
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	margin: 0px 0px 0px 0px;		
	width: 100%;
}

.hometable TD
{
	border-right: gray 1px solid;
	padding-right: 2px;
	padding-left: 3px;
	font-size: 8pt;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom: gray 1px solid;	
	
}

.hometable TH
{
	border-right: solid 1px gray;
	border-bottom: gray 1px solid;	
	background-color: #ebebd8;	
	font-size: 8pt;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;		
}

.hometable .cellheader
{
	border-right: solid 1px gray;
	border-bottom: gray 1px solid;	
	background-color: #8FBFB5;	
	font-size: 8pt;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;
}

.smallGrid
{
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	margin: 0px 0px 0px 0px;		
}

.subhead2
{
	font-weight:bold;
}

.smallGrid TD
{
	border-right: gray 1px solid;
	padding-right: 2px;
	padding-left: 3px;
	font-size: 8pt;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom: gray 1px solid;	
	
}

.smallGrid TH
{
	border-right: solid 1px gray;
	border-bottom: gray 1px solid;	
	background-color: #8FBFB5;	
	font-size: 8pt;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;		
}

.smallGrid .cellheader
{
	border-right: solid 1px gray;
	border-bottom: gray 1px solid;	
	background-color: #8FBFB5;	
	color:#333;
	font-size: 8pt;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;
}

.subhead
{
	font-weight:bold;
	text-decoration:underline;	
}

.tableNoBorder
{
	margin: 0px 0px 0px 0px;		
	width: 100%;
}

.tableNoBorder TD
{
	padding-right: 2px;
	padding-left: 3px;
	font-size: 8pt;
	padding-bottom: 1px;
	padding-top: 1px;
	
}

.tableNoBorder TH
{
	background-color: #ebebd8;	
	font-size: 8pt;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;		
}

.incidentGrid
{
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	margin: 10px;		
	width: 100%;
}

.incidentGrid TD
{
	border-right: gray 1px solid;
	padding-right: 2px;
	padding-left: 3px;
	font-size: 8pt;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom: gray 1px solid;	
	
}

.incidentGrid TH
{
	border-right: solid 1px gray;
	border-bottom: gray 1px solid;	
	background-color: #ebebd8;	
	font-size: 8pt;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;		
}

div.incident
{
	float:left;
	padding:0 5px 0 5px;
}

div.homelabel
{
	border: solid 1px gray;
	background-color: #8FBFB5;	
	font-size: 8pt;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;		
}

#freecalcslabel
{
	margin-bottom:8px;
	text-align:center;
}

div#tellafriendblurb
{
	margin-bottom: 1em;		
}

#mainNav
{
	margin: 1px 0 133px 150px; *margin-top: 3px; _margin-top: 3px;
	position:absolute;
	top:124px;
}

#mainNav li
{
	float:left;
	font-size:11px;
	margin-right:15px;
}




.LeftRightContainer .left 
{
	float:left;
}

.LeftRightContainer .right 
{
	float:right;
}

.darkGray
{
	color:#333;
}
.maroon
{
	color:#8b0000;
}

.summaryDropDownPadding
{
	padding: 0 0 0 1em;
}

#tourMain
{
	border: solid 1px #000;
	margin:20px;
	width:700px;
	height:500px;
}

#tourTitle
{
	*position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.02em;
	margin:20px 0 0 250px;
}

#tourSubTitle
{
	*position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.02em;
	margin:20px 0 0 20px;
}

.creditCardInfo
{
	color:#666;
	border:1px solid #CEEBE6;
	font-style:italic;
	width:250px;
}

.isDefaultCard
{
	font-weight:bold;
}

div.buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
div.buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }

#cardList
{
	margin: 1em;
	padding-left: 1em;
}





table.dialog
{
	margin: 1em auto 1em auto;			
}
table.form
{
	margin:1em;	
	padding-left: 1em;
}
table.dialog th, table.dialog td, table.form th, table.form td
{
	vertical-align: top;	
}
table.dialog th, table.dialog td
{
	padding-right: .5em; 
	padding-bottom: .75em;
}
#datepickerdiv td 
{
    padding: 0;
}

#eventdatepickerdiv td 
{
    padding: 0;
}

table.form th, table.form td
{
	padding-right: .75em; 
	padding-bottom: .75em;
}

table.form td.DateCalcDatePicker th, table.form td.DateCalcDatePicker td
{
	padding-right: 0; 
	padding-bottom: 0;
}

table.form .step3Header 
{
	padding-top:3px;
}

table.dialog th, table.form th
{
	text-align: left;
}
table.dialog button, table.form button
{
	xmargin: 2em;
}
.watermarkOn
{
	color:#999;
	font-style:italic;
}

.ui-widget-header h3
{
	padding-left: .75em;
	padding-top: .25em;
	padding-bottom: .25em;
	font-size: 1.3em;
}
.ui-widget-content p
{
	padding-left: 1em;
	padding-right: 1em;
}
.ui-widget-narrow
{
	max-width:400px;
}

div#content div.ui-widget
{
	margin-bottom: 1em;
	margin-top: 1em;	
}

.jpassword 
{
	padding:2px;
	color:#666;
	font-weight:bold;
}

.flexigrid
{
	margin-top: 1em;	
	margin-bottom: 1em;	
}

#scrollcontainer
{
	height: 300px;
	overflow: auto;
	padding: 1em;
}


.largeIndent
{
	padding-left:20px;
}

.dialog #infoBox 
{
	width:300px;
}

.mydodmembershipbox
{
	margin-left: 5px;
	margin-right: 9px;
}

.membershipboxinfo
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.mydodbox
{
	margin-left: 5px;
	margin-right: 9px;
}
.mydodbox .ui-widget-header
{
	height: 40px;
}
.mydodbox .ui-widget-content, .mydodbox .ui-widget-header
{
	width: 295px;
}
.mydodbox .ui-widget-content
{
	height: 240px;	
}
.mydodbox .ui-widget-content ul { margin: 20px 15px 0 15px; }
.mydodbox .ui-widget-content li {
	font-size: 12px;
	margin-bottom: 20px;
}

#recentJurisdictionsContainer
{
	max-width:70%;
}

div.datecalctreetab
{	
}

div.datecalctreetabcontent
{
	xmax-height: 300px;
	overflow: auto;
	overflow-x: hidden;
}

div.datelisttab
{	
	overflow: auto;
	overflow-x: hidden;
	min-height:100px;
}
div.datelisttabnopad
{	
	padding: 0;
}
#exclusionstree 
{
    overflow-x: auto;
}

div.datecalctab
{
	min-height: 350px;	
}

#tellAFriendPreview div#messageContainer
{
	border:1px solid #B5E2DC;
	margin-top:10px;
	padding:5px;
}

.minibox
{
	max-width:20%;
}
A:link.disabledlink , A:visited.disabledlink , A:active.disabledlink , A:hover.disabledlink 
{
	color: #999;
	text-decoration: none;
}

.ui-tabs-selected a
{
	font-weight: bold;	
	line-height: 16px;
}

.ui-tabs-nav a
{
	line-height: 16px;
}

.datecalcprogresscontainer
{
	padding: 2px;
	height: 10px;
}
.datecalcprogress
{
	height: 18px !important;
	width: 870px;
	margin-left: 10px;
	vertical-align: middle;
}
.datecalcprogress .ui-progressbar-value
{
	text-indent: 10px;
	vertical-align: bottom;
	line-height: 18px;		
}
td.datecalcselectedlabel
{
	width: 14%;
}
td.datecalcselectedtext
{
	font-weight: bold;	
}
.datecalcinfo
{
	margin-top: 0 !important; 
	width: 895px;
}
.datecalcinfo table.form
{
	width: 875px;
}
.datecalcprogress .ui-widget-header { background: #b5e2dc url(../styles/images/ui-bg_diagonals-medium_75_b5e2dc_40x40.png) 50% 50% repeat-x !important;}


button
{
	margin: .5em .4em .5em 0; 
	cursor: pointer; 
	padding: .2em .6em .3em .6em;
	*padding-top: .3em;
	width:auto; 
	overflow:visible; 	
	position: relative;	
}
button.ui-button-icon
{
	padding-left: 18px;
	*padding-left: 22px;
}
button .ui-icon
{
	margin-right: 5px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	position: absolute;	
	top: 50%;
	margin-top: -8px;	
	left: 0;
}

/* Target Firefox 3 */
button .ui-icon, x:-moz-any-link, x:default {
left: -18px;
*left: 0;
}

/* Target Firefox 2 */
button .ui-icon, x:-moz-any-link {
left: -18px;
*left: 0;
}

.button-neighbor
{
	*display: inline-block;
	*margin-top: -30px;
}


.ui-button
{
	margin-top: 1em;
	margin-bottom: 1em;
}
.ui-button a
{
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 25px;
	text-decoration: none;
	position: relative;	
}
.ui-button span.ui-icon
{
	margin-right: 5px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	position: absolute;
	left: 0.2em;
	top: 50%;
	margin-top: -8px;
}

.inlineErrorSymbol
{
	color:#cd0a0a;
	font-weight:bold;
}

.dateCalcDayText
{
	color:#cd0a0a;
}

#excludetree 
{
	padding-left: 1em;	
}
#exclusions
{
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 2em !important;
}

.calendarIconContainer 
{
	display:inline-block;
}

.simpleValInlineError 
{
	
}

#outlookSyncOptions td
{
	padding-left:20px;
}

#errorLoading {
	width: 16px;
	height: 16px;
	background: url(../img/errorLoading.gif) no-repeat;
	display:inline-block;
	min-width:30px;
	overflow:visible;
}

.transactionDatesAndChargesPrintGrid
{
	width:100%;
}

.transactionDatesAndChargesPrintGrid th 
{
	padding:5px;
	color:Black;
	font-size:1.2em;
	line-height:1.2em;
}

.transactionDatesAndChargesPrintGrid td
{
	color:Black;
	padding:5px;
}

#userForm td
{
	vertical-align:middle;
}

.textboxheight
{
	* padding: 1px;
}

table.summaryGrid td #datePickersFilter
{
	
}

table.summaryGrid td 
{
	padding:3px;
}

#datePickersFilter
{
	padding: 5px 0px 5px 20px;
}

div[id|=hideableHelpContainer]
{
    width:930px;
    text-align:left;
}

a.closeHideableBoxLink
{
    float: right; 
    text-decoration: underline;
}

a.closeHideableBoxLink:hover
{
    cursor:pointer;
}

p.hideableMessage
{
    padding: 0 .7em;
}

.indicatorIcon
{
	background:0 !important;
	border:0 !important;
}

.indicatorIcon .ui-icon
{
	vertical-align:top;
	display:inline-block;
	margin-right:3px;
}

.indicatorLink:hover
{
	cursor:pointer;
}


.ui-effects-transfer { border: 2px dotted #ffbb00; } 

.ui-dynatree-info a, .ui-dynatree-info a:hover
{
	text-decoration: none !important;
	cursor: default !important;
}

.ui-dynatree-icon
{
	width: 16px; height: 16px; background-image: url(../styles/images/ui-icons_87a9a4_256x240.png) !important;
}

.ui-dynatree-ico-cf .ui-dynatree-icon
{
	background-position: 0 -96px;
}

.ui-dynatree-ico-ef .ui-dynatree-icon
{
	background-position: -16px -96px;
}

.ui-dynatree-ico-e .ui-dynatree-icon, .ui-dynatree-ico-c .ui-dynatree-icon
{
	background-position: -32px -96px;
}

.ui-dynatree-recent a
{
	color: #0066CC !important;
}
.ui-dynatree-search a
{
    color: #990000 !important;
}
.ui-dynatree-search-top a
{
    color: #FF0000 !important;
}
.ui-dynatree-recent .ui-dynatree-icon
{
	background-image: url(../styles/images/ui-icons_2e83ff_256x240.png) !important;
}

.ui-dynatree-info .ui-dynatree-icon
{
	background-position: -16px -144px;
	xbackground-image: url(../styles/images/ui-icons_2e83ff_256x240.png) !important;
}

/* START DynaTree skipped (aka Date Tree in Date change dialog) settings */
span.ui-dynatree-checkbox-locked
{
	width: 16px;
	min-height: 16px;
	display: -moz-inline-box; /* @ FF 1+2 */
	display: inline-block; /* Required to make a span sizeable */
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../scripts/plugin/dynatree/skin/cbUnchecked.gif);
}

span.ui-dynatree-checkbox-locked:hover
{
	background-image: url(../scripts/plugin/dynatree/skin/cbUnchecked_hover.gif);
}

.ui-dynatree-selected-locked span.ui-dynatree-checkbox-locked
{
	background-image: url(../scripts/plugin/dynatree/skin/cbSkipped.gif);
}
.ui-dynatree-selected-locked span.ui-dynatree-checkbox-locked:hover
{
	background-image: url(../scripts/plugin/dynatree/skin/cbSkipped_hover.gif);
}

.ui-dynatree-selected-locked .ui-dynatree-icon
{
	background-position: -192px -96px;
	background-image: url(../styles/images/ui-icons_2e83ff_256x240.png) !important;
}

.ui-dynatree-selected .ui-dynatree-icon
{
	background-position: 0 -128px;
	background-image: url(../styles/images/ui-icons_cd0a0a_256x240.png) !important;
}

span.ui-dynatree-selected-locked a 
{
	color: #00F !important;
}

.ui-dynatree-select-disabled span.ui-dynatree-checkbox, 
.ui-dynatree-select-disabled span.ui-dynatree-checkbox:hover
{
    width: 0;
    xmargin: 0;
	background-image: none !important;
}

/* END DynaTree skipped settings */
.subtitleNavRightContainer
{
	font-size: 13px;
	text-align: right;
	margin-right: 1.4em;
}
.subtitleNavRightContainer a 
{
	font-weight: bold;
}

#relatedTree
{
    height: 200px;
    overflow: auto;    
}
#dateDialog .ui-widget-header h3
{
	padding-left: .75em;
	padding-top: .25em;
	padding-bottom: .25em;
	font-size: 1em;
}

table.expanding
{
	width:100%;
}

table.expanding textarea
{
	width:100%;
	height:150px;
}


table#loginTable
{
	margin-top: 0;
	width:300px
}

tr#loginFooter td
{
	vertical-align:middle;
	padding-bottom:0;
}

tr#loginFooter td span
{
	margin-right:35px;
}

tr#loginFooter td button
{
	vertical-align:middle;
}

.tdTimedevents_day
{
	border-right:1px solid #C6E5E0;
	border-top:1px solid #C6E5E0;
	border-bottom:1px solid #C6E5E0;
	background-color:#F7FFFE;
}

.tdTimedevents_day:first-child
{
	border-left:1px solid #C6E5E0;
}

.alldayrow td
{
	padding:1px;
	border-right:1px solid #C6E5E0;
}

.alldayrow td:first-child
{
	border-left:1px solid #C6E5E0;
}

#alldaymorelinkrow td
{
	border-right:1px solid #C6E5E0;
	border-bottom:1px solid #C6E5E0;
}

#alldaymorelinkrow td:first-child
{
	border-left:1px solid #C6E5E0;
}

tr#daysheader th
{
	border-right:1px solid #C6E5E0;
	border-top:1px solid #C6E5E0;
	border-bottom:1px solid #C6E5E0;
}

tr#daysheader th:first-child
{
	border-left:1px solid #C6E5E0;
}

.preferencesCheckbox input
{
	vertical-align:middle;
}

.preferencesCheckbox label
{
	padding-left:5px;
	vertical-align:middle;
}

.trigger
{
	font-weight:bold;
}

.agendaDate 
{
    margin: 1em;
}
.agendaDate .authority 
{
    color: Blue;
}
.agendaDate .time
{
    font-weight:bolder;
}
.trigger .description
{
    font-weight:bolder;
}

.testimonialLink
{
	text-decoration:none;
}

.testimonialLink:hover
{
	text-decoration:underline;
}

#calWaiting
{
	font-size:11pt;
}

.step-box .thumb-box 
{
	background:none;
}

.dateCalcIncludeICSCheckbox
{
	font-size:7pt;
	text-align:left;
}

.tooltip 
{
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none; 
}

.exclusionsTreePrependText
{
	color:#F00 !important;
}

.screencastStep1
{
	width: 250px;
	height: 275px;
	background: url(../images/screencast/step1.jpg) no-repeat;
}

.screencastStep2
{
	width: 250px;
	height: 275px;
	background: url(../images/screencast/step2.jpg) no-repeat;
}

.screencastStep3
{
	width: 250px;
	height: 275px;
	background: url(../images/screencast/step3.jpg) no-repeat;
}

.step-box div
{
	border:2px solid #9BCFC5;
}

.step-box div:hover
{
	cursor:pointer;
}

A:link.whatsthis, A:visited.whatsthis, A:active.whatsthis, A:hover.whatsthis
{
    color: #0033CC;
}

#bbbLogo
{
	padding-top:10px;	
}

td.strong
{
	font-weight: bold;
}

td.baseline
{
	vertical-align: baseline;
}

td.textRight
{
	text-align: right;
}

#dateList tbody tr td
{
    cursor: pointer;
}

#radioTable tr td label, #chkShowExcluded, label.checkboxContainer
{
	display:block;
	padding-left:15px;
	text-indent: -15px;
	line-height:normal;
}

.checkboxContainer input, #radioTable tr td label input
{
	width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

#chkShowExcluded span
{
	background-position:left top;
	margin-top:-1px;
}

#cmsDialog ul, .entry ul
{
    margin-left: 2em;
    list-style: disc none outside;
}

#cmsDialog ol
{
    margin-left: 2em;
}


.cnsToFuture
{
    color: Green;
}
.cnsToPast
{
    color: Red;
	float: left;
	width:310px;
	padding-right:55px;
}
.cnsExpired
{
    color: Gray;
	overflow:visible;
}

* html .middle
{
	float:left;
}

* html .middle .inner
{
	width:100%;
}

#subButtonsRowContainer
{
	width:98%;
	margin-left:5px;
}

.subButtonsRow
{
	width:100%;
	/*border:1px solid #000;*/
	float:left;
}

.subButtonsRow .left
{
	float: left;
	width:310px;
	padding-right:55px;
}

.subButtonsRow .right
{
	float:right;
	width: 33%;
	position:relative;
	text-align:right;
}

.middle 
{
	overflow:visible;
}

.followUsLinks a img
{
	border: 0px none;
	padding-top:8px;
}

img#facebook
{
	padding-right: 4px;
}

img#twitter
{
	padding-right: 4px;
}

img#rssFeed
{
	padding-right:6px;
}

p.adobeText
{
	margin:0;
	padding-left:20px;
}

#downloadBrochure
{
	float:left;
	margin-left:200px;
}

#scroll-box a 
{ 
	font-size:11px;
}

#scroll-box
{
	padding-top: 30px;
}

.followUsLinks
{
	line-height:.25em;
}

.myDoDFollowUs
{
	padding-top:20px;
}

#brochureDownload
{
	text-align:center;
}

#adobeImage
{
	padding:5px 0 2px 0;
}

#adobeText
{
	font-size:9px;
}﻿
div.jGrowl 
{
	margin-top: 20px;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer
{
	opacity: 				.95;
	filter: 				alpha(opacity = 95);
	width: 300px;	
	border: 1px solid #ffbb00; 
	background: #fbf9ee url(../styles/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; 
	color: #363636;
	font-size:10pt;
}

div.jGrowl  div.jGrowl-notification div.header 
{	
}

div.jGrowl div.ui-state-error {
	border: 1px solid #cd0a0a; background: #fef1ec url(../styles/images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a;	
}

div.jGrowl div.ui-state-error div.icon 
{
	float: right;
	width: 16px; height: 16px;	
	margin-right: 5px;
	margin-top: -2px;
	background-position: 0 -144px;
	background-image: url(../styles/images/ui-icons_cd0a0a_256x240.png);
}

div.jGrowl div.ui-state-highlight div.icon 
{
	float: right;
	width: 16px; height: 16px;	
	margin-right: 5px;
	background-position: -16px -144px;
	background-image: url(../styles/images/ui-icons_2e83ff_256x240.png);
}


div.jGrowl div.jGrowl-notification div.close 
{
	font-weight: normal;
	text-decoration: underline !important;
	padding-bottom: 2px;
}

body > div.jGrowl.center {
	top: 				25%;	
}

body > div.jGrowl.center-right {
	top: 				125px;
	right:				20px;		
}
div.jGrowl.center-right div.jGrowl-notification
{	
}	

div.jgIE6.center-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( -20 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 125 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}


