/* Minification failed. Returning unminified contents.
(1053,1): run-time error CSS1019: Unexpected token, found '@charset'
(1053,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(1053,17): run-time error CSS1019: Unexpected token, found ';'
(3698,21): run-time error CSS1036: Expected expression, found '#'
 */
/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* 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; }



/* 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 Accordion @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Datepicker @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 23em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .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 .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { 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%; font-size:14px;}
.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; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .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 .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .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; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* 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*/
}/*
 * jQuery UI Dialog @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .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 .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Progressbar @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*
 * jQuery UI Resizable @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.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: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; 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;}/*
 * jQuery UI Selectable @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Slider @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent} url(images/ui-bg_flat_75_ffffff_40x100.png){bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader} url(images/ui-bg_highlight-soft_75_cccccc_1x100.png){bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault} url(images/ui-bg_glass_75_e6e6e6_1x400.png){bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/;width:33px; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ /*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #E0C85E/*{borderColorActive}*/; background: #F6E182/*{bgColorActive} url(images/ui-bg_glass_65_ffffff_1x400.png){bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #000000/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #7DA4EB/*{borderColorHighlight}*/; background: #9BBEFF/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; width:33px; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* 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-script { background-position: -240px -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-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.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: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;

}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.ac_results li {
    
    background:#FFFFEA;
	margin: 0px;
	padding: 0px 0px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
    font-family:arial;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
    .ac_results li:hover {
        background: #FAE9A1;
        color: #333;
    }
    .ac_results li td {
        padding: 4px;
    }

.ac_loading {
	background: #333 right center no-repeat;
}

.ac_odd {
	background-color: #CECECE;
}

.ac_results li.ac_over {
	background-color: #FAE9A1;
	color: #333;
}
.border_rgt {
    border-right: 1px solid #DAD5B5;
}

.grid-view-header {
    background-color: red;
    border: 0px solid #000000;
    color: #465372;
    font-weight: bold;
    height: 16px;
    padding-left: 4px;
}

	/* style for pagination */

/*

.pagination
{
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: normal;
}

.pagination ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: right; 
}

.pagination li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	display: inline;
	font-weight: bold;
	padding-bottom: 1px;
	
}

.pagination a, .pagination a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 3px;
	border: 1px solid #B0D1F2;
	text-decoration: none;
	font-weight: normal;
	color: #336699;
}

.pagination a:hover, .pagination a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #DE6E36;
	color: #ffffff;
	font-weight: normal;
	background-color: #DE6E36;
}

.pagination a.currentpage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DE6E36;
	color: #FFF !important;
	border-color: #D3D3D3;
	font-weight: normal;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

*/

/* end of style for pagination */
		.gridEmptyData
{
	height: 50px;
	background-color: #ffffff;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#pagination-digg-outer
{
    padding-left:8px;
}

#pagination-digg
{
	float:right;
	padding: 3px;
}
#pagination-digg li
{
	display: inline;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	width:auto;
	float:left;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
    margin-right:3px;
   
	
}
#pagination-digg a
{
	border: solid 1px #a7a171;
	margin-right: 2px;
	font-size: 11px;
	background:#fff;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
    padding:0px 6px;
}
#pagination-digg .pageinfo
{
	border: solid 0px #DEDEDE;
	color: #a7a171;
	display: block;
	float: left;
	font-weight: normal;
	margin-right: 2px;
	padding: 3px 4px;
	
}
#pagination-digg .previous-off, #pagination-digg .next-off
{
	border: solid 1px #a7a171;
	color: #fff;
	display: block;
	float: left;
	font-weight: normal;
	margin-right: 5px;
	padding: 3px 8px;
	background:#a7a171;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
#pagination-digg .next a, #pagination-digg .previous a
{
	font-weight: bold;
	/*background:#fff;*/
    background:#a7a171;
    color: #fff !important;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	
}
#pagination-digg .active
{
	background:  #FFFFFF;
	color: #a7a171;
	font-weight: normal;
	display: inline;
	float: left;
	padding: 3px 12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
    margin-right:5px;
    border:1px solid #a7a171;
}
#pagination-digg a:link, #pagination-digg a:visited
{
    background:  #a7a171;
	color: #FFFFFF;	
	display: block;
	float: left;
	padding: 3px 12px;
	text-decoration: none;
}
#pagination-digg a:hover
{
	border: solid 1px #a7a171;
}

/*******************Export styles*/

.grid-view-header 
{
    background-color: red;
    color: #465372;
    font-weight: normal;
    padding-left: 4px;
    height: 16px;
    border:0px solid #000000;
}

.grid-view-header thead th
{
    background-color: red;
    color: #465372;
    font-weight: normal;
    padding-left: 4px;
    height: 16px;
    border:1px solid #000000;
}
.grid-view-header thead tr th
{
    background-color: red;
    color: #465372;
    font-weight: normal;
    padding-left: 4px;
    height: 16px;
    border:1px solid #000000;
}

.bgwhite
{
    background-color: #FFFFFF;
}

.bgblack
{
    background-color: #000000;
}

.bggrey
{
    background-color: #F6F6F6;
}

/********End of Export styles*/

.grid_childheaderbg{ background:#5d4d03 !important; color:#ffffe9 !important; padding:6px;}
.grid_childheaderbg th{ padding:4px;}
.grid_childheaderbg tr:hover{  background:#b29e49 !important;}
.grid_childheaderbg tr:hover{  background:#fff !important;}
.grid_childbg{ background:#e5e3c8; padding:12px;}
#content {padding:20px}
#dialog {font-family:arial; font-size:12px; position:absolute; width:450px; padding:10px; z-index:9999;}
#dialog-header {display:block; position:relative; width:434px; padding:3px 6px 7px; height:14px; font-size:12px; font-weight:bold}
#dialog-title {float:left}
#dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; }
/*background:url(images/dialog_close.gif) no-repeat*/
#dialog-content {display:block;  padding:6px; color:#000000; font-size:13px;}
#dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#000; opacity:.75; filter:alpha(opacity=75); z-index:9998}
#dialog-message {display:block; min-height:60px !important; text-align:left;padding:10px;font-size:14px;}
#dialog-footer {display:block; text-align:center;}


.error {background:#fff url(images/dialog_images/error_bg.jpg) bottom right no-repeat; border:2px solid #995151; border-top:none}
.errorheader {background:url(images/dialog_images/error_header.gif) repeat-x; color:#6f2c2c; border:2px solid #995151; border-bottom:none}
/*.error {background:#fff url(images/dialog_images/error_bg_red.jpg) bottom right no-repeat; border:2px solid #990000; border-top:none}
.errorheader {background:url(images/dialog_images/error_header_red.gif) repeat-x; color:#6f2c2c; border:2px solid #990000; border-bottom:none}*/
.warning {background:#fff url(images/dialog_images/warning_bg.jpg) bottom right no-repeat; border:2px solid #c5a524; border-top:none}
.warningheader {background:url(images/dialog_images/warning_header.gif) repeat-x; color:#957c17; border:2px solid #c5a524; border-bottom:none}
/*.success {background:#fff url(images/dialog_images/success_bg.jpg) bottom right no-repeat; border:2px solid #60a174; border-top:none}
.successheader {background:url(images/dialog_images/success_header.gif) repeat-x; color:#3c7f51; border:2px solid #60a174; border-bottom:none}*/
.prompt {background:#fff url(images/dialog_images/prompt_bg.jpg) bottom right no-repeat; border:2px solid #216b48; border-top:none}
.promptheader {background:url(images/dialog_images/prompt_header.gif) repeat-x; color:#fff; border:2px solid #216b48; border-bottom:none}
.info {background:#fff url(images/dialog_images/info_bg.jpg) bottom right no-repeat; border:2px solid #216b48; border-top:none}
.infoheader{background: url('images/dialog_images/prompt_header.gif') repeat-x;color: #fff;border: 2px solid #216b48;border-bottom: none;}
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('Fonts/opensans-condbold-webfont.eot');
    src: url('Fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-condbold-webfont.woff') format('woff'), url('Fonts/opensans-condbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.pagetitle_250_help {
            background: url(images/bg_pagetitle_250.png) no-repeat;
            height: 35px;
            color: #fefeef;
            font-size: 18px;
            font-weight: normal;
            padding-top: 6px;
            padding-left: 12px;
            margin-bottom: -10px;
            margin-left: -1px;
            font-family: open_sans_condensedbold;
            text-transform: uppercase;
        }

.pagetitle_480 {
    background: url("images/bg_pagetitle_480.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fefeef;
    font-family: open_sans_condensedbold;
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    margin-bottom: -21px;
    margin-left: 0px;
    padding-left: 12px;
    padding-top: 6px;
    text-transform: uppercase;
}


        .border_pagetitle {
            border-bottom: 5px solid #772527;
        }
        
.borderbg{ background:url("images/page_titleborder.gif") repeat-x bottom; width:100%; padding-bottom:3px;}
.titlebg{ background:#772527; padding-left:10px;
    font-family: open_sans_condensedbold;
    font-size: 18px;
    font-weight: normal;
    padding-top: 3px;
	color:#fff;
	padding-bottom:1px;
    text-transform: uppercase;
}


.button_help_Cancel {
    background: #a8a175;
    border-radius: 8px;
    padding: 1px 7px 1px 7px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px;
    cursor: pointer;
    text-transform: uppercase;
}

    .button_help_Cancel:hover {
        background: #726a3b;
        border-radius: 8px;
        padding: 1px 7px 1px 7px;
        color: #fff;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        border: 0px;
        cursor: pointer;
    }
    
.button_help_new {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 6px 20px 6px 30px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
        border: 0px;
        margin: 0px 0px;
        background: url(images/but_next.png) no-repeat left #01803b;
        text-transform: uppercase;
    }

        .button_help_new:hover {
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            padding: 6px 20px 6px 30px;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            -ms-border-radius: 14px;
            border-radius: 14px;
            cursor: pointer;
            border: 0px;
            margin: 0px 0px;
            background: url(images/but_next.png) no-repeat left #005327;
            text-transform: uppercase;
        }

    .button_help_special {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 6px 20px 6px 30px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
        border: 0px;
        margin: 0px 2px;
        background: url(images/but_next.png) no-repeat left #b01e0f;
        text-transform: uppercase;
    }

        .button_help_special:hover {
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            padding: 6px 20px 6px 30px;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            -ms-border-radius: 14px;
            border-radius: 14px;
            cursor: pointer;
            border: 0px;
            margin: 0px 2px;
            background: url(images/but_next.png) no-repeat left #741f22;
            text-transform: uppercase;
        }
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, caption, tbody, tfoot, thead, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

img {
    border: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clr {
    clear: both;
}

.padd10 {
    padding: 10px;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

@font-face {
    font-family: OpenSans2;
    src: url('Fonts/OpenSans-CondBold.eot');
    src: local('Fonts/OpenSans-CondBold.eot'), url('Fonts/OpenSans-CondBold.ttf') format('truetype'), url(Fonts/OpenSans-CondBold.svg) format("svg"), url(Fonts/OpenSans-CondBold.woff) format("woff");
}

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('Fonts/opensans-condbold-webfont.eot');
    src: url('Fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/opensans-condbold-webfont.woff') format('woff'), url('Fonts/opensans-condbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GOTHIC;
    src: url('../Fonts/GOTHIC.eot');
    src: local('../Fonts/GOTHIC.eot'), url('../Fonts/GOTHIC.ttf') format('truetype');
}


/****************End of Global styles***********************/

body {
    background: #dad5b5 url(images/login_bg.jpg) repeat-x top;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-family: Helvetica, sans-serif;
    color: #484848;
}

.wrapper {
    width: 100%;
    margin: auto;
}

.container {
    width: 960px;
    margin: auto;
}

.headerbg {
    background: url(images/bg.png) repeat-x;
}

.innerbg0 {
    background: #dad5b5 url(images/login_bg0.jpg) repeat-x top;
    background-color: #DAD5B5;
}

.innerbg2 {
    background: url(images/login_bg2.jpg) repeat-x top;
    background-color: #DAD5B5;
}

.innerbg3 {
    background: #dad5b5 url(images/innerbg.jpg) repeat-x top;
}

.note {
    font-size: 14px;
    font-family: Arial;
    color: #484848;
}


.success {
    color: #063;
    font-size: 16px;
    font-weight: bold;
    padding: 25px 25px 25px 10px;
}

.profile {
    padding-top: 20px;
    line-height: 22px;
}

.profilelinks ul {
    padding: 0px;
    margin: 0px;
}

.profilelinks li {
    list-style-type: none;
    display: block;
    padding-bottom: 9px;
    padding-top: 9px;
    border-bottom: 1px solid #CCC;
    text-align: left;
}

    .profilelinks li a:link, .profilelinks li a:visited {
        color: #00803d;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
    }

    .profilelinks li a:hover {
        color: #00803d;
        font-size: 15px;
        font-weight: bold;
        text-decoration: underline;
    }

.homeicons {
    padding-top: 3px;
}

.dashboard {
    padding-top: 35px;
}

.lastlogin {
    color: #782326;
    font-size: 14px;
    font-weight: bold;
}

.logout:link, .logout:visited {
    color: #266d4b;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.logout:hover {
    color: #266d4b;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
}

.latestnews {
    padding: 15px;
    border-top: 6px solid #772527;
    background: #ffffea url(images/box_bottomshadow2.gif) no-repeat bottom left;
    width: 600px;
    height: 150px;
    margin-top: 15px;
    margin-left: 10px;
}

.news_title1 {
    background-image: url(images/titlebg.gif);
    background-repeat: no-repeat;
    color: #fefeef;
    font-size: 16px;
    font-weight: normal;
    padding: 2px 5px 5px 8px;
    margin-top: -20px;
    margin-left: -15px;
    font-family: open_sans_condensedbold;
    text-transform: uppercase;
}

.latestnews .news_left {
    float: left;
    width: 600px;
    padding-right: 20px;
}

    .latestnews .news_left ul {
        padding: 0px;
        margin: 0px;
        padding-top: 12px;
    }

    .latestnews .news_left li {
        padding-bottom: 6px;
        line-height: 22px;
        color: #00803d;
    }

        .latestnews .news_left li a:link, .latestnews .news_left li a:visited {
            color: #00803d;
            text-decoration: none;
        }

        .latestnews .news_left li a:hover {
            color: #00803d;
            text-decoration: underline;
        }

.title_sub {
    font-size: 15px;
    color: #6e1d1f;
    padding-bottom: 6px;
}

.whatsnew {
    padding: 15px;
    background: #ffffea url(images/box_bottomshadow.gif) no-repeat bottom;
    width: 272px;
    height: 143px;
    margin-top: 50px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 30px;
}

.titleicons {
    float: right;
    margin-top: -14px;
    margin-right: 5px;
}

.titleicons2 {
    float: right;
    margin-top: -15px;
    margin-right: 15px;
}

.titleicons3 {
    float: right;
    margin-top: -25px;
    margin-right: 02px;
}

.icon_whatsnew {
    float: right;
    margin-top: -45px;
    margin-right: -23px;
}

.loggedin {
    font-size: 18px;
    font-weight: normal;
    font-family: GOTHIC;
}

.news_title2 {
    color: #6e1d1f;
    font-family: open_sans_condensedbold, arial !important;
    font-size: 26px;
    font-weight: normal;
    text-align: left;
    padding-left: 12px;
}

.dashboard_services {
    line-height: 18px;
    color: #6c6750;
}

    .dashboard_services ul {
        padding: 0px;
        margin-top: 8px;
    }

    .dashboard_services li {
        list-style-type: none;
        display: block;
        border-bottom: 1px solid #CCC;
        padding: 10px 15px;
    }

        .dashboard_services li:hover {
            background: #fcf5c7;
        }

    .dashboard_services a:link li, .dashboard_services a:visited li {
        color: #666;
        text-decoration: none;
    }

    .dashboard_services a:hover li {
        color: #666;
        text-decoration: none;
    }

.dashboardservices {
    padding: 15px;
    background: #ffffea url(images/box_bottomshadow.gif) no-repeat bottom;
    width: 272px;
    height: 480px;
}

    .dashboardservices h3 {
        color: #00803d;
        font-weight: bold;
        font-size: 15px;
        text-align: left;
    }

.dashboardlinks td {
    border-bottom: 1px solid #e1dfc6;
    padding: 8px;
    font-family: Arial;
}

.dashboardlinks .altrow {
    background: #f7f5dc;
}

.dashboardlinks a:link, .dashboardlinks a:visited {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.dashboardlinks tr:hover {
    background: #fcf5c7;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.news_list {
    line-height: 20px;
    color: #00803d;
}

    .news_list ul {
        padding: 0px;
        margin: 0px;
    }

    .news_list li {
        list-style-type: none;
        display: block;
        padding-bottom: 12px;
        padding-top: 12px;
        border-bottom: 1px solid #CCC;
        text-align: left;
    }

.welcome {
    font-size: 15px;
}

.welcomebg {
    background: url(images/welcome_right.gif) no-repeat right top;
}

.welcomeinner {
    padding-top: 10px;
}

.reg_services h3 {
    color: #656565;
    border-bottom: 1px solid #dad5b7;
    padding-bottom: 6px;
    margin-bottom: 6px;
    margin-top: 15px;
    font-weight: bold;
}

.reg_services ul {
    padding: 0px;
    margin: 0px;
}

.reg_services li {
    line-height: 20px;
    color: #008140;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}


.reg_services h3 {
    color: #656565;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.correspondence {
    padding: 15px;
    background: #ffffea url(images/box_bottomshadow3.gif) no-repeat bottom;
    width: 932px;
    height: 130px;
}

    .correspondence h2 {
        color: #6E1D1F;
        font-family: open_sans_condensedbold, arial;
        Font-size: 22px;
        font-weight: bold;
        text-align: left;
    }

.corresponicon {
    float: right;
    margin-top: -49px;
    margin-right: -6px;
}

.registerbg {
    padding: 15px;
    background: #ffffea url(images/box_bottomshadow3.gif) no-repeat bottom;
    width: 932px;
}

    .registerbg h2 {
        color: #6E1D1F;
        font-family: open_sans_condensedbold, arial;
        Font-size: 22px;
        font-weight: bold;
        text-align: left;
    }

.logindetailsbg {
    background-color: #E7E4D0;
    border-radius: 6px;
}

.financelinks {
    padding: 0px;
    margin: 0px;
}

    .financelinks ul {
        padding: 0px;
        margin: 0px;
        padding-top: 10px;
    }

    .financelinks li {
        color: #008140;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 10px;
        background: url(images/icon_building.gif) no-repeat top left;
        padding-left: 30px;
    }

        .financelinks li a:link, .financelinks li a:visited {
            color: #008140;
            text-decoration: none;
        }

        .financelinks li a:hover {
            color: #008140;
            text-decoration: underline;
        }

.lobbylinks ul {
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
}

.lobbylinks li {
    color: #008140;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    background: url(images/icon_lobbyist.gif) no-repeat top left;
    padding-left: 30px;
}

    .lobbylinks li a:link, .lobbylinks li a:visited {
        color: #008140;
        text-decoration: none;
    }

    .lobbylinks li a:hover {
        color: #008140;
        text-decoration: underline;
    }

.soslinks ul {
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
}

.soslinks li {
    color: #008140;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    background: url(images/icon_serviceas.gif) no-repeat top left;
    padding-left: 25px;
}

    .soslinks li a:link, .soslinks li a:visited {
        color: #008140;
        text-decoration: none;
    }

    .soslinks li a:hover {
        color: #008140;
        text-decoration: underline;
    }

.font14 {
    font-size: 14px;
    color: #333;
}

.vtop {
    vertical-align: top;
}

.pdtop {
    padding-top: 8px;
}

.pdlft {
    padding-left: 26px;
}

.pdtop {
    padding-top: 8px;
    padding-bottom: 10px;
}

.pd30 {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icons_bottom {
    margin-top: 55px;
    height: 80px;
}

.icons_bottom2 {
    margin-top: 49px;
    height: 80px;
}

.bg_txtfield {
    background: url(images/bg_txtfield.png) no-repeat;
    width: 228px;
    height: 26px;
}

.login_txtfield {
    width: 210px;
    border: 0px;
    background: none;
    padding: 3px 0 0 4px;
}

.forgot:link, .forgot:visited {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.forgot:hover {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

.formholder {
    padding: 35px;
}

.pagetitle {
    background: url(images/bg_pagetitle.png) no-repeat;
    height: 35px;
    color: #fefeef;
    font-size: 18px;
    font-weight: normal;
    padding-top: 6px;
    padding-left: 12px;
    margin-bottom: -21px;
    margin-left: 0px;
    font-family: open_sans_condensedbold;
    text-transform: uppercase;
}

.pagetitle_250 {
    background: url(images/bg_pagetitle_250.png) no-repeat;
    height: 35px;
    color: #fefeef;
    font-size: 18px;
    font-weight: normal;
    padding-top: 6px;
    padding-left: 12px;
    margin-bottom: -21px;
    margin-left: 0px;
    font-family: open_sans_condensedbold;
    text-transform: uppercase;
}

.pagetitle_180 {
    background: url(images/bg_pagetitle_180.png) no-repeat;
    height: 35px;
    color: #fefeef;
    font-size: 18px;
    font-weight: normal;
    padding-top: 6px;
    padding-left: 12px;
    margin-bottom: -20px;
    margin-left: 0px;
    font-family: open_sans_condensedbold;
    text-transform: uppercase;
}

.border_pagetitle {
    border-bottom: 5px solid #772527;
}

.boxbg {
    background: #ffffea;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #888888;
    padding: 20px;
    vertical-align: top;
}

.boxbg_corner2 {
    background: #ffffea;
    box-shadow: 2px 2px 4px #888888;
    padding: 0px;
    vertical-align: top;
}

.title_reminders {
    font-size: 14px;
}

.boxbg_corner {
    background: none repeat scroll 0 0 #FFFFEA;
    box-shadow: 2px 2px 4px #888888;
    padding: 20px;
    vertical-align: top;
}

.boxtitle {
    color: #792324;
    font-size: 18px;
    font-weight: normal;
    font-family: open_sans_condensedbold;
    text-transform: uppercase;
    border-bottom: 1px solid #e1dfc6;
    padding-bottom: 6px;
    margin-bottom:8px;
}
.information{
    border: 1px solid #cecec1;
    margin-top: 20px;
    background: #fbfbeb;
    border-radius: 5px;
    padding: 10px;
    min-height:110px;
}

.grid_title {
    color: #792324;
    font-size: 18px;
    font-weight: normal;
    font-family: open_sans_condensedbold;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.reminders_content {
    padding: 0px 30px;
}

.navborder {
    border-right: 3px solid #144c33;
}

.bgerror {
    background: #fce2d5;
    border: 1px solid #bb6252;
    padding: 8px;
    color: #99130a;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.gridbg {
    background: #e1e0c4;
}

.grid_titlebg {
    background: #b69605;
    color: #fff;
}

.grid_rowbg {
    background: #ffffea;
}

.reminders_nav {
    padding: 0px;
    margin: 0px;
    position: absolute;
}

    .reminders_nav ul {
        padding: 0px;
        margin: 0px;
    }

    .reminders_nav li {
        list-style-type: none;
        display: block;
        padding: 14px;
        font-family: open_sans_condensedbold;
        font-size: 18px;
        color: #144c33;
        text-transform: uppercase;
    }

        .reminders_nav li a:link, .reminders_nav li a:visited {
            color: #144c33;
            text-decoration: none;
        }

        .reminders_nav li a:hover {
            background: url(images/reminders_listbg.png) no-repeat;
            color: #fff;
            text-decoration: none;
            position: absolute;
        }

        .reminders_nav li:hover {
            /*background: url(images/reminders_listbg.png) no-repeat;
	color: #fff;
	text-decoration: none;*/
            background: url(images/reminders_listbg.png) no-repeat;
            width: 260px;
            color: #fff;
            text-decoration: none;
        }

        .reminders_nav li.active {
            background: url(images/reminders_listbg.png) no-repeat;
            width: 260px;
            color: #fff;
            text-decoration: none;
        }

.txtborder {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #c7c6b1;
    background: #fff;
    border-radius: 3px;
    padding: 3px;
    color: #333;
    font-size: 12px;
}

.textfield1 {
    border-color: #858585 #C1C1C1 #E1E1E1;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 14px;
    padding: 4px;
}

.faqlinks td {
    border-bottom: 1px solid #e1dfc6;
    padding: 8px;
}

.faqlinks .altrow {
    background: #f7f5dc;
}

.faqlinks a:link, .faqlinks a:visited {
    color: #008140;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.faqlinks tr:hover {
    background: #fae9a1;
    color: #008140;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.faq_titlebg {
    background: #ffffea;
    color: #792324;
    font-family: open_sans_condensedbold;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.faq_contentbg {
    background: #f3f1d8;
    padding-left: 30px;
    padding-right: 30px;
}

.txtbox_search {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    padding-left: 5px;
}

.Election {
    float: left;
    color: #772527;
    font-weight: bold;
    border-bottom: 1px solid #e1dfc6;
    padding-right: 20px;
}

    .Election label {
        font-weight: initial;
        color: black;
        padding-right: 10px;
    }

#chooseElection {
    font-weight: bold;
    font-style: italic;
}

#errorsPlaceHolder {
    width: 100%;
    color: #9e2011;
    padding: 0px;
    margin: 0px;
    padding: 10px;
    font-size: 14px;
}

    #errorsPlaceHolder li {
        list-style-type: none;
        display: block;
        padding-bottom: 6px;
        background: url("images/icon_dot.png") no-repeat left;
        padding-left: 12px;
        font-size: 14px;
    }

.errorbox {
    background: #fce2d4;
    border: 1px solid #f00;
    color: #981305;
}

.errorIndicator {
    padding-left: 5px;
}

.icon_help {
    float: left;
    background: url(images/icon_help.png) no-repeat;
    width: 36px;
    height: 40px;
    cursor: pointer;
}

    .icon_help:hover {
        float: left;
        background: url(images/icon_help_hover.png) no-repeat;
        width: 36px;
        height: 40px;
        cursor: pointer;
    }

.icon_home {
    float: left;
    background: url(images/icon_home.png) no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 8px;
}

    .icon_home:hover {
        float: left;
        background: url(images/icon_home_hover.png) no-repeat;
        width: 40px;
        height: 40px;
        cursor: pointer;
        margin-right: 8px;
    }

.icon_howto {
    float: left;
    background: url(images/howto_on.png) no-repeat;
    width: 48px;
    height: 40px;
    cursor: pointer;
    margin-right: 4px;
}

    .icon_howto:hover {
        float: left;
        background: url(images/howto_off.png) no-repeat;
        width: 48px;
        height: 40px;
        cursor: pointer;
        margin-right: 4px;
    }

.titlehead {
    background: none repeat scroll 0 0 #F7F5DC;
    border-bottom: 1px solid #E1DFC8;
    height: 25px;
}

.popupbg {
    background: none repeat scroll 0 0 #FFFFEA;
}

.boxtitleGraphs {
    color: #792324;
    font-size: 18px;
    font-weight: normal;
    font-family: open_sans_condensedbold;
    border-bottom: 1px solid #e1dfc6;
    padding-bottom: 6px;
}

.boxtitleGraphs1 {
    color: #792324;
    font-size: 18px;
    font-weight: normal;
    font-family: open_sans_condensedbold;
    padding-bottom: 6px;
}

/*.leftnavbg2 {
    background: #dad5b5 url(images/leftnav_bg220.gif) repeat-y left top;
}*/

A.anchorlinks:link {
    color: #008140;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

A.anchorlinks:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

A.anchorlinks:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

A.anchorlinks:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #792324;
    text-decoration: none;
}

.out_leftheader {
    background: url("images/vermont.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    height: 82px;
    width: 100%;
}

.index_headerbg {
    background: url("Images/middle_headerbg.png") repeat-x scroll 18px 0 rgba(0, 0, 0, 0);
    height: 82px;
}

.contentpadding {
    padding: 30px;
}

.bggridalternate1 {
    border-bottom: 0 solid #ece5cf;
    color: #792324;
}

.fonterror {
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-right: 4px;
}

.txtbgerror_big {
    background-color: #d3edfc;
    border: 1px solid #c7c6b1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 220px;
    border-radius: 3px;
    padding: 3px;
}

.infotext {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.titleCheckBox {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
}

.bggridalternate1 {
    border-bottom: 0 solid #ece5cf;
    color: #792324;
    padding:15px 0px;
}

.fontvalue {
    color: #993333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.bgwhite {
    background-color: #ffffea;
}

.bggrey {
    background-color: #f7f5dc;
}

#data_container {
    background-image: url("images/info_bg.gif");
    background-repeat: repeat-x;
}

.txtbgerror {
    background-color: #d3edfc;
    border: 1px solid #c7c6b1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 180px;
    border-radius: 3px;
    padding: 3px;
}

.borderFooter {
    /*margin-top: 15px;*/
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.bgfooter {
    background-color: #f3f1d8;
    /*height:auto;*/
    height: 25px;
}

.confirmation {
    color: #006633;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.txtborder1 {
    border: 1px solid #c7c6b1;
    background: #fff;
    border-radius: 3px;
    padding: 3px;
    color: #666;
    font-size: 12px;
}

.out_leftheader {
    background: url('images/vermont.png') no-repeat right;
    height: 82px;
    width: 100%;
}

.index_headerbg {
    background: url('Images/middle_headerbg.png') repeat-x 18px 0px;
    height: 82px;
}

.headerbg {
    background: url('images/bg.png') repeat-x;
}



.subtitle {
    color: #792324;
    font-size: 15px;
    font-weight: normal;
    font-family: open_sans_condensedbold;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.bottom_bordertd {
    border-bottom: 1px solid #e1dfc6;
    padding: 8px;
}

.titleright {
    float: right;
    margin-right: 5px;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #666;
    text-transform: none;
    font-size: 12px;
    vertical-align: bottom;
}

.info_helptext {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    line-height: 17px;
}

.faqlinks tr span {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    background: none;
    font-weight: normal;
}

.border {
    background: none repeat scroll 0 0 #dad5b5;
    border: 0 solid #448062;
    box-shadow: 2px 2px 4px #888888;
    border-spacing: 1px;
    border-collapse: separate;
}

.bggrey1 {
    background-color: #b69605;
    border-bottom: 0 solid #448062;
    color: #ffffe9;
    font-weight: normal;
    height: 15px;
    font-size: 12px;
    text-align: left;
}

.border tr:hover {
    background: #fae9a1;
    cursor: pointer;
}

.border a:link, .gridViewBorder a:visited {
    color: #008240 !important;
    font-size: 12px;
    text-decoration: none;
}
.border a:hover {
    color: #008240;
    font-size: 12px;
    text-decoration: underline;
}

.border .greybg {
    background-color: #F7F5DC;
    font-weight: normal;
}
.border td {padding: 5px;}
.border a {
    height: 22px;
    width:21px;
}


.lookuptable {
    background: none repeat scroll 0 0 #dad5b5;
    border: 0 solid #448062;
    box-shadow: 2px 2px 4px #888888;
    border-spacing: 1px;
    border-collapse: separate;
}

    .lookuptable tr:hover {
        background: #fae9a1;
        cursor: pointer;
    }

    .lookuptable a:link, .gridViewBorder a:visited {
        color: #008240 !important;
        font-size: 12px;
        text-decoration: none;
    }
    .lookuptable a:hover {
        color: #008240;
        font-size: 12px;
        text-decoration: underline;
    }

    .lookuptable .greybg {
        background-color: #F7F5DC;
        font-weight: normal;
    }
    .lookuptable td {padding: 5px;}
        .lookuptable a {
        height: 22px;
        width:21px;}

.linebreak {
    height: 100px;
}

.filereport {
    padding-top: 15px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    text-transform: none;
    text-align: left;
}

.searchnote {
    color: #484848;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    text-transform: none;
}


/******************Search styles**********************/
.search {
    padding: 10px 0px;
    background: #ffffea url(images/box_bottomshadow.gif) no-repeat bottom;
    width: 302px;
    height: 320px;
    margin-left: 10px;
}

.searchbg {
    background: url("images/bg_toensearch.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 22px;
    width: 165px;
}

.search p {
    padding: 0px 15px;
}

.search ul {
    padding: 0px;
    margin-top: 12px;
}

.search li {
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #CCC;
    padding: 9px 15px;
}

    .search li:hover {
        background: #fcf5c7;
    }

    .search li:hover {
        background: #fcf5c7;
    }

.search a:link li, .search a:visited li {
    color: #00803D;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.search a:hover li {
    color: #00803D;
    text-decoration: none;
}

.search_dashboard {
    padding: 10px 0px;
    background: #ffffea;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #888888;
}

.search p {
    padding: 0px 15px;
}

.search_dashboard ul {
    padding: 0px;
    margin-top: 12px;
}

.search_dashboard li {
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #CCC;
    padding: 9px 15px;
}

    .search_dashboard li:hover {
        background: #fcf5c7;
    }

.search_dashboard a:link li, .search_dashboard a:visited li {
    color: #00803D;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.search_dashboard a:hover li {
    color: #00803D;
    text-decoration: none;
}

.search_dashboard .news_title {
    color: #6e1d1f;
    font-family: open_sans_condensedbold, arial !important;
    font-size: 26px;
    font-weight: normal;
    text-align: left;
    padding-left: 12px;
}

.search_dashboard .title_sub {
    color: #6e1d1f;
    font-size: 15px;
    padding-bottom: 6px;
    padding-left: 12px;
}
/******************End of Search styles**********************/

/******************Login styles**********************/
.logintitle {
    padding: 25px 0 56px 0px;
    /*padding: 44px 0 56px 0px;*/
    color: #410d0f;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
}

    .logintitle h1 {
        padding: 0px;
        margin: 0px;
        font-size: 32px;
        font-weight: bold;
        font-family: Georgia, "Times New Roman", Times, serif;
        padding-bottom: 6px;
        font-style: italic;
    }

.loginbg {
    background-image: url(images/loginbg.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: right;
    height: 470px;
    margin-top: 35px;
    padding-top: 15px;
    width: 300px;
}

.logintitle2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

    .logintitle2 h1 {
        padding: 0px;
        margin: 0px;
        font-size: 24px;
        font-weight: normal;
        font-family: open_sans_condensedbold;
        text-transform: uppercase;
    }

.services {
    line-height: 10px;
    color: #6c6750;
}

    .services ul {
        padding: 0px;
        margin-top: 8px;
    }

    .services li {
        list-style-type: none;
        display: block;
        border-bottom: 1px solid #CCC;
        padding: 10px 15px;
        line-height:17px;
    }

        .services li:hover {
            background: #fcf5c7;
        }

    .services a:link li, .services a:visited li {
        color: #666;
        text-decoration: none;
    }

    .services a:hover li {
        color: #666;
        text-decoration: none;
    }
    
.services li h1 {
	color: #00803d;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}
.services li:hover {
	background: #fcf5c7;
}
.services li:link  a, .services li:visited  a  {
	color: #6c6750;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.services li a:hover {
	color: #6c6750;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.onlineservices {
    padding: 10px 0px;
    background: #ffffea url(images/box_bottomshadow.gif) no-repeat bottom;
    width: 302px;
    height: 590px;
}

    .onlineservices p {
        padding: 0px 15px;
    }

.onlineservices_dashboard {
    background: #ffffea;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #888888;
}

    .onlineservices_dashboard h3 {
        color: #00803d;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }

.onlineservices h3 {
    color: #00803d;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    padding-bottom:4px;
}

.news {
    padding: 15px;
    background: #ffffea url(images/box_bottomshadow.gif) no-repeat bottom;
    width: 272px;
    float: right;
    margin-right: 25px;
}

.news_title {
    font-family: open_sans_condensedbold, arial !important;
    font-size: 26px;
    font-weight: normal;
    color: #6e1d1f;
    text-align: left;
}
/******************End of Login styles**********************/



/******************Steps styles**********************/
.stepsbg {
    background: #f3f1d8;
    height: 60px;
}

.boxstepsbg {
    background: #f3f1d8;
    padding: 20px;
    vertical-align: top;
}

.stepon {
    background: #b69605;
    padding: 4px 30px 4px 20px;
    background-image: url(images/step1.gif);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

.steponfirst {
    background: #b69605;
    padding: 4px 30px 4px 20px;
    background-image: url(images/step1a.gif);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

.stepoff {
    background: #d3c47f;
    padding: 4px 30px 4px 20px;
    background-image: url(images/step2.gif);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

.stepofflast {
    background: #d3c47f;
    padding: 4px 30px 4px 20px;
    background-image: url(images/step3.gif);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

.steplast {
    background: #b69605;
    padding: 4px 30px 4px 20px;
    background-image: url(images/step4.gif);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}
/********************* End of steps styles *********************/


/****************Button styles***********************/

.buttonholder {
    width: 200px;
    margin: auto;
}

.button_small {
    background: #00803d;
    border-radius: 8px;
    padding: 1px 10px 2px 10px;
    color: #fff;
    font-size: 9px;
    border: 0px;
    cursor: pointer;
}

    .button_small:hover {
        background: #095f32;
        border-radius: 8px;
        padding: 1px 10px 2px 10px;
        color: #fff;
        font-size: 9px;
        border: 0px;
        cursor: pointer;
    }

.button {
    background: url(images/button_bg.png) repeat-x;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    border: 0px;
    margin: 0px 0px;
}

.buttonbig {
    background: url(images/button_bg2.png) repeat-x;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.buttonsmall {
    background: url(images/button_bg.png) repeat-x;
    background-position: center;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 0px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    height: 18px;
    -ms-border-radius: 8px;
    line-height: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.button_new {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px 6px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    cursor: pointer;
    border: 0px;
    margin: 0px 0px;
    background: url(images/but_next.png) no-repeat left #01803b;
    text-transform: uppercase;
}

    .button_new:hover {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 6px 20px 6px 30px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
        border: 0px;
        margin: 0px 0px;
        background: url(images/but_next.png) no-repeat left #005327;
        text-transform: uppercase;
    }

.button_up {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px 6px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    cursor: pointer;
    border: 0px;
    margin: 0px 0px;
    background: url(images/but_up.png) no-repeat left #01803b;
    text-transform: uppercase;
}

    .button_up:hover {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 6px 20px 6px 30px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
        border: 0px;
        margin: 0px 0px;
        background: url(images/but_up.png) no-repeat left #005327;
        text-transform: uppercase;
    }

.button_special {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px 6px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    cursor: pointer;
    border: 0px;
    margin: 0px 2px;
    background: url(images/but_next.png) no-repeat left #b01e0f;
    text-transform: uppercase;
}

    .button_special:hover {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 6px 20px 6px 30px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
        border: 0px;
        margin: 0px 2px;
        background: url(images/but_next.png) no-repeat left #741f22;
        text-transform: uppercase;
    }

.button_new_back {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px 6px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    cursor: pointer;
    border: 0px;
    margin: 0px 0px;
    background: url(images/but_back.png) no-repeat left #01803b;
    text-transform: uppercase;
}

    .button_new_back:hover {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 6px 20px 6px 30px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
        border: 0px;
        margin: 0px 0px;
        background: url(images/but_back.png) no-repeat left #005327;
        text-transform: uppercase;
    }

.button_small {
    background: #a8a175;
    border-radius: 8px;
    padding: 1px 7px 1px 7px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px;
    cursor: pointer;
    text-transform: uppercase;
}

    .button_small:hover {
        background: #726a3b;
        border-radius: 8px;
        padding: 1px 7px 1px 7px;
        color: #fff;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        border: 0px;
        cursor: pointer;
    }

.button_small_green {
    background: #01803b;
    border-radius: 8px;
    padding: 1px 8px 1px 8px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px;
    cursor: pointer;
    text-transform: uppercase;
}

    .button_small_green:hover {
        background: #005327;
        border-radius: 8px;
        padding: 1px 8px 1px 8px;
        color: #fff;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        border: 0px;
        cursor: pointer;
    }

.button_medium_green {
    background: #01803b;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 18px 5px 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border: 0px;
    cursor: pointer;
    text-transform: uppercase;
}

    .button_medium_green:hover {
        background: #005327;
        font-weight: bold;
        font-size: 12px;
        padding: 5px 18px 5px 18px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        border: 0px;
        cursor: pointer;
    }

.button_submit {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    padding: 2px 6px 3px 17px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    cursor: pointer;
    border: 0px;
    margin: 0px 0px;
    background: url(images/but_go.png) no-repeat left #01803b;
    text-transform: uppercase;
}

    .button_submit:hover {
        color: #fff;
        font-weight: bold;
        font-size: 10px;
        padding: 2px 6px 3px 17px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
        border: 0px;
        margin: 0px 0px;
        background: url(images/but_go.png) no-repeat left #005327;
        text-transform: uppercase;
    }

.button_login {
    color: #ccac14;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 14px 4px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    cursor: pointer;
    border: 0px;
    margin: 0px 0px;
    background: url(images/but_login.png) no-repeat left #fffeff;
    text-transform: uppercase;
}

    .button_login:hover {
        color: #ccac14;
        font-weight: bold;
        font-size: 14px;
        padding: 5px 14px 4px 30px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
        border: 0px;
        margin: 0px 0px;
        background: url(images/but_login.png) no-repeat left #fbebad;
        text-transform: uppercase;
    }

.button_new_down {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px 6px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    cursor: pointer;
    border: 0px;
    margin: 0px 0px;
    background: url(images/button_down1.png) no-repeat left #01803b;
    text-transform: uppercase;
}

    .button_new_down:hover {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 6px 20px 6px 30px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
        border: 0px;
        margin: 0px 0px;
        background: url(images/button_down1.png) no-repeat left #005327;
        text-transform: uppercase;
    }

.button_special_down {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px 6px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    cursor: pointer;
    border: 0px;
    margin: 0px 2px;
    background: url(images/button_down1.png) no-repeat left #b01e0f;
    text-transform: uppercase;
}

    .button_special_down:hover {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 6px 20px 6px 30px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
        border: 0px;
        margin: 0px 2px;
        background: url(images/button_down1.png) no-repeat left #741f22;
        text-transform: uppercase;
    }

.button_special_small {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 12px 4px 12px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    cursor: pointer;
    border: 0px;
    margin: 0px 2px;
    background:#b01e0f;
    text-transform: uppercase;
}

    .button_special_small:hover {
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        padding: 4px 12px 4px 12px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        border-radius: 14px;
        cursor: pointer;
        border: 0px;
        margin: 0px 2px;
        background:#741f22;
        text-transform: uppercase;
    }

.buttondisabled {
    color: #bcbcbc;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px 6px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;

    border: 0px;
    margin: 0px 0px;
    background:#eaeaea;
    text-transform: uppercase;
    cursor:default;
}
/**************** End of Button styles***********************/

/**************** Footer styles***********************/
.footer_login {
    background: url("images/login_footerbg.png") repeat-x scroll 0 0 #216b48;
    color: #fff;
    height: 84px;
    padding-bottom: 4px;
}
.footer_login2 {
    background: url("images/footer_innerbg.gif") repeat-x  bottom;
    color: #fff;
    height: 84px;


}
.loginmiddlebg {
    background: url("images/login_footerbgmidle.png") no-repeat scroll center rgba(0, 0, 0, 0);
    height: 84px;
}
.loginmiddlebg2 {
    background: url("images/login_footerbgmidle.png") no-repeat scroll center rgba(0, 0, 0, 0);
    height: 84px;


}
.footer_inner {
    height: 25px;
    background: #216B48;
    color: #fff;
    padding-bottom: 10px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.footertxt_login {
    padding-top:60px;
    text-align:center;
}
.footertxt_login a:link, .footertxt_login a:visited{color:#fefeef;text-decoration:none;}
    .footertxt_login a:hover {
        color: #fefeef;
        text-decoration: underline;
    }
.footertxt {
    background: none repeat scroll 0 0 #216B48;
    bottom: 0;
    color: #FFFFFF;
    height: 20px;
    text-align: center;
    padding-top: 5px;
    /*position: fixed;*/
    width: 100%;
}

    .footertxt a:link, .footertxt a:visited, .footertxt a:hover {
        color: #fff;
        text-decoration: none;
    }
/****************End of Footer styles***********************/


/**************Left menu styles - started *******************/
.container_inner {
    margin-top: -5px;
    min-height: 529px;
}

.leftnavbg {
    background: #216b48;
    color: #fff;
    width: 230px;
    padding: 10px 10px 10px 7px;
    min-height: 496px;
}

    .leftnavbg ul {
        padding: 0px;
        margin: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 240px;
    }

    .leftnavbg li {
        color: #fff;
        list-style-type: none;
        display: block;
        font-size: 14px;
        font-family: open_sans_condensedbold;
        padding-left: 6px;
        text-transform: uppercase;
        padding: 5px 6px;
    }

        .leftnavbg li a:link, .leftnavbg li a:visited {
            color: #fff;
            line-height: 28px;
            text-decoration: none;
        }

        .leftnavbg li a:hover {

            color: #fff;
            font-size: 14px;
            line-height: 28px;
            text-decoration: none;
            font-family: open_sans_condensedbold;
            text-transform: uppercase;
        }

        .leftnavbg li:hover {
            background: #144c33;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            font-family: open_sans_condensedbold;
            padding-left: 6px;
            text-transform: uppercase;
        }


.navline {
    border-bottom: 1px solid #a6dec3;
    padding: 7px;
    margin-bottom: 8px;
    margin-right: 15px;
}


.bggreen-min {
    background: #216b48;
    color: #fff;
    width: 7px;
}

.splitter {
    padding-top: 50px;
    vertical-align: top;
    min-height: 498px;
}

.screentitlesub {
    background: none repeat scroll 0 0 #F1F0D6;
    color: #7A2426;
    font-weight: bold;
}
/**************Left menu styles - ended *******************/

/***************Tabs menu styles*****************/

.tabholder {
    width: 100%;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #C5AE3A;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
}

    ul.tabs li {
        float: left;
        margin: 0;
        padding: 0;
        height: 31px;
        line-height: 31px;
        border: 1px solid #C5AE3A;
        border-left: none;
        margin-bottom: -1px;
        background: #CCC592;
        overflow: hidden;
        position: relative;
        margin-right: 2px;
        border-radius: 6px 6px 0px 0px;
        border-left: 1px solid #C5AE3A;
    }

        ul.tabs li a {
            text-decoration: none;
            color: #000;
            display: block;
            font-size: 12px;
            padding: 0 10px;
            border: 0px solid #fff;
            outline: none;
            font-weight: bold;
        }

            ul.tabs li a:hover {
                background: #ffffea;
                border-bottom: 1px solid #ffffea;
            }

html ul.tabs li.active {
    background: #ffffea;
    color: #772527;
    border-bottom: 1px solid #ffffea;
    border-left: 1px solid #C5AE3A;
    border-radius: 6px 6px 0px 0px;
}

    html ul.tabs li.active a:hover {
        background: #ffffea;
        color: #000;
        border-bottom: 1px solid #d6cbb3;
        border-radius: 6px 6px 0px 0px;
    }

    html ul.tabs li.active a {
        color: #000;
    }

.tab_container {
    border: 1px solid #C5AE3A;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #d6cbb3;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.tab_content {
    float: left;
    width: 99%;
    padding: 5px;
}

    .tab_content h2 {
        font-weight: normal;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
        font-size: 1.8em;
    }

    .tab_content h3 a {
        color: #254588;
    }

    .tab_content img {
        padding: 0px;
        margin: 0px;
    }

.tab_container2 {
    border: 1px solid #999;
    clear: both;
    float: left;
    width: 100%;
    background: #d6cbb3;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.rightmenubg_tabs {
    background: none repeat scroll 0 0 #ffffea;
    border-bottom: 1px solid #C5AE3A;
    border-left: 1px solid #C5AE3A;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #C5AE3A;
    box-shadow: 0 0 0 #DAC973;
    width: 100%;
}

.flt_left {
    float: left;
}
/****************End of Tab Menu styles**********************/


/***********Popup styles******************/

#popup-wrapper {
    width: auto;
    height: auto;
    background-color: #fff;
    padding: 0px;
}

#clicker {
    cursor: pointer;
}

.modalPopLite-mask {
    position: fixed;
    z-index: 9994;
    background-color: #000;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
}

.modalPopLite-wrapper {
    position: fixed;
    z-index: 9995;
    /*display:none;*/
    /*left:-10000px;*/
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, .9);
    -moz-box-shadow: 0 0px 25px rgba(0, 0, 0, .9);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    border: 5px solid #ccc;
}
/***********End of Popup styles******************/

/***************Tabs menu styles*****************/
.tabholder {
    width: 100%;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #C5AE3A;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
}

    ul.tabs li {
        font-family: open_sans_condensedbold;
        text-transform: uppercase;
        float: left;
        margin: 0;
        padding: 0;
        height: 31px;
        font-size: 14px;
        line-height: 31px;
        border: 1px solid #C5AE3A;
        border-left: none;
        margin-bottom: -1px;
        background: #772527;
        overflow: hidden;
        position: relative;
        margin-right: 2px;
        border-radius: 6px 6px 0px 0px;
        border-left: 1px solid #C5AE3A;
        cursor: pointer;
        color: white;
    }

        ul.tabs li:hover {
            background: #b03b41;
            color: #fff;
            border-bottom: 1px solid #ffffea;
            border-left: 1px solid #C5AE3A;
            border-radius: 6px 6px 0px 0px;
            position: relative;
            text-decoration: none;
            overflow: hidden;
            font-size: 14px;
            float: left;
            margin-right: 2px;
            padding: 0;
            cursor: pointer;
        }

.tabholder ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-family: open_sans_condensedbold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px;
    border: 0px solid #fff;
    outline: none;
    font-weight: bold;
}

    .tabholder ul.tabs li a:hover {
        background: #ffffea;
        border-bottom: 1px solid #ffffea;
        text-decoration: none;
        display: block;
        font-size: 14px;
        padding: 0 10px;
        outline: none;
        font-weight: bold;
    }

.tab_container {
    border: 1px solid #C5AE3A;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #d6cbb3;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.tab_content {
    float: left;
    width: 99%;
    padding: 5px;
}

    .tab_content h2 {
        font-weight: normal;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
        font-size: 1.8em;
    }

    .tab_content h3 a {
        color: #254588;
    }

    .tab_content img {
        padding: 0px;
        margin: 0px;
    }

.tab_container2 {
    border: 1px solid #999;
    clear: both;
    float: left;
    width: 100%;
    background: #d6cbb3;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.rightmenubg_tabs {
    background: none repeat scroll 0 0 #ffffea;
    border-bottom: 1px solid #C5AE3A;
    border-left: 1px solid #C5AE3A;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #C5AE3A;
    box-shadow: 0 0 0 #DAC973;
    width: 100%;
}

.flt_left {
    float: left;
}
/****************End of Tab Menu styles**********************/


/***********Left menu accordiian styles******************/

#leftmenu {
    width: 227px;
    float: left;
    margin: 0px 10px;
}
/* Left accordian menu */
#theMenu {
    margin: 0px 0;
    padding-top: 30px;
    background-color: #216B48;
}
/* Some list and link styling */
ul {
}

    ul li a:hover {
        font-weight: normal;
    }

    ul ul {
        padding-left: 0px;
        margin: 0px;
    }

        ul ul li {
            padding-left: 15px;
        }

            ul ul li:hover {
                padding-left: 15px;
                background: #144C33;
            }

            ul ul li a {
                display: block;
                color: #fff !important;
                padding: 5px 6px;
                text-decoration: none;
                font-weight: normal;
                font-size: 12px;
            }

                ul ul li a:hover {
                    display: block;
                    color: #fff;
                    padding: 5px 6px;
                    text-decoration: none;
                    font-weight: normal;
                    font-size: 12px;
                }
        /* For the xtra menu */
        ul ul ul li {
            border-left: none;
            border-bottom: 1px solid #eee;
            padding: 0;
            margin-bottom: 0;
        }

            ul ul ul li a {
                display: block;
                color: #000;
                padding: 3px 6px;
            }

                ul ul ul li a:hover {
                    display: block;
                    color: #369;
                    background-color: #eee;
                    padding: 3px 8px;
                    font-family: Arial, Helvetica, sans-serif;
                }

li {
    list-style-type: none;
}

h2 {
    margin-top: 1.5em;
}
/* Header links styling */

h3.head a {
    color: #fffff6;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    background: #216B48 url(images/menu_down.gif) no-repeat;
    background-position: 98% 50%;
    text-decoration: none;
    padding: 4px 6px;
    font-weight: normal;
    font-family: open_sans_condensedbold, Arial, Helvetica, sans-serif;
}

    h3.head a:hover {
        color: #fffff6;
        background: # url(images/menu_down.gif) no-repeat;
        background-position: 98% 50%;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        font-family: open_sans_condensedbold, Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

h3.selected a {
    background-color: #144C33;
    background-image: url(images/menu_up.gif) no-repeat;
    background-position: 98% 50%;
    text-decoration: none;
    color: #fffff6;
    padding: 4px 6px;
    font-weight: normal;
    text-transform: uppercase;
}

    h3.selected a:hover {
        background: #144C33 url(images/menu_up.gif) no-repeat;
        background-position: 98% 50%;
        text-decoration: none;
        color: #fffff6;
        padding: 4px 6px;
        font-weight: normal;
        text-transform: uppercase;
    }
/* Xtra Header links styling */

h4.head a {
    color: #333;
    display: block;
    border-top: 1px solid #9A8D8C;
    background: #ECECEC url(images/menu_down.gif) no-repeat;
    text-decoration: none;
    background-position: 98% 50%;
    padding: 3px 6px;
}

    h4.head a:hover {
        color: #000;
        background: #ddd url(images/menu_down.gif) no-repeat;
        background-position: 98% 50%;
        font-size: 12px;
        font-weight: normal;
    }

h4.selected a {
    background: #6c9 url(images/menu_up.gif) no-repeat;
    background-position: 98% 50%;
    text-decoration: none;
    color: #fffff6;
    padding: 3px 6px;
}

    h4.selected a:hover {
        background: #6c9 url(images/menu_up.gif) no-repeat;
        background-position: 98% 50%;
        color: #000;
        font-size: 12px;
        font-weight: normal;
    }
/***********End of Left menu accordiian styles******************/

/***********Admin Left menu accordiian styles******************/

#admin_lftlinks a:link, #admin_lftlinks a:visited {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

#admin_lftlinks a:hover {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

#admin_lftlinks_header a:link, #admin_lftlinks_header a:visited {
    color: #226B49;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

#admin_lftlinks_header a:hover {
    color: #226B49;
    font-size: 12px;
    text-decoration: underline;
}

/***********End of Admin Left menu accordiian styles******************/


/***********Grid styles******************/

.gridViewBorder {
    background: none repeat scroll 0 0 #dad5b5;
    border: 0 solid #448062;
    box-shadow: 2px 2px 4px #888888;
}

.grid-view-header th {
    background-color: #b69605;
    border-bottom: 0 solid #448062;
    color: #ffffe9;
    font-weight: normal;
    height: 30px;
    font-size: 12px;
    padding-left: 4px;
    text-align: left;
}

.gridViewBorder tr:hover {
    background: #fae9a1;
    cursor: pointer;
}


.gridViewBorder a:link, .gridViewBorder a:visited {
    color: #008240 !important;
    font-size: 12px;
    text-decoration: none;
}

.gridViewBorder a:hover {
    color: #008240;
    font-size: 12px;
    text-decoration: underline;
}

/***********End of Grid styles******************/

.fontvalue2 {
	color: #00803d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    float:right;
    padding-right:12px;
}

.text_underline {
    text-decoration:underline;
     color:#008240;
}

.newsbody {
    color: #666;
    text-decoration:none;    
}
.readmore{
          display: inline-block; 
          width: 100%; 
          text-align:right;
}
.newsarchive{
          display: inline-block; 
          width: 100%; 
          text-align:left;
          color:#01803b;
          font-weight:bold;
          text-decoration:underline;
}




.statistics {
	padding: 0px 0px;
	background: #ffffea url(images/box_bottomshadow.gif) no-repeat bottom;
	width: 272px;
	height: 218px;
	margin-left: 10px;
}

.statistics ul {
	padding: 0px;
	margin-top: 12px;
	margin-left:-30px;
	font-size: 14px;
}
.statistics li {
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #CCC;
	padding: 6px 15px;
	font-weight:bold;
    color:#00803d;
}
.statistics li:hover {
	background: #fcf5c7;
}
.statistics li:hover {
	background: #fcf5c7;
}
.statistics li a:link, .statistics li a:visited {
	color: #00803D;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
.statistics li a:hover {
	color: #00803D;
	text-decoration: none;
}

.mrgrgt {
    margin-right: 32px;
}

.homestatistics {
    background: url("images/box_bottomshadow2.gif") no-repeat scroll left bottom #ffffea;
    border-top: 6px solid #772527;
    float: left;
    height: 225px;
    padding: 15px;
    width: 272px;
}

.homestatistics .homestatistics_title1 {
    background-image: url("images/titlebg.gif");
    background-repeat: no-repeat;
    color: #fefeef;
    font-family: open_sans_condensedbold;
    font-size: 16px;
    font-weight: normal;
    margin-left: -15px;
    margin-top: -20px;
    padding: 2px 5px 5px 8px;
    text-transform: uppercase;
}

.homestatistics .homestatistics_left {
    float: left;
    margin-left: 5px;
    padding-right: 20px;
    width: 95%;
}

/*latest news*/

.homenewslatest {
    float: left;
    height: 255px;
    margin-left: 20px;
    margin-top: 10px;
}
.homelatestnews {
    background: url("images/box_bottomshadow2.gif") no-repeat scroll left bottom #ffffea;
    border-top: 6px solid #772527;
    float: left;
    
    
    width: 300px;
}

.mrg20 {
margin-top:10px;
margin-left:10px;
}
.homelatestnews .homenews_title2 {
    background-image: url("images/titlebg.gif");
    background-repeat: no-repeat;
    color: #fefeef;
    font-family: open_sans_condensedbold;
    font-size: 16px;
    font-weight: normal;
    margin-left: 0px;
    margin-top: -5px;
    padding: 2px 5px 5px 8px;
    text-transform: uppercase;
}
.homenews_title2 {
    color: #6e1d1f;
    font-family: open_sans_condensedbold,arial !important;
    font-size: 26px;
    font-weight: normal;
    padding-left: 12px;
    text-align: left;
}

.homelatestnews .homenews_left {
    float: left;
    margin-left: -10px;
    padding-right: 20px;
    width: 95%;
}

.homelatestnews_2 {
    height: 155px;
    margin-left: 10px;
    padding: 0;
    width: 300px;
}
.homeservices {
    color: #6c6750;
    line-height: 14px;
}

.homelatestnews .homenews_left li {
    color: #00803d;
    line-height: 15px;
    padding-bottom: 6px;
}
.homeservices li {
    border-bottom: 1px solid #ccc;
    display: block;
    line-height: 15px;
    list-style-type: none;
    padding: 10px 15px;
}

.homelatestnews .homenews_left li a:link, .homelatestnews .homenews_left li a:visited {
    color: #00803d;
    text-decoration: none;
}

.homeservices li h1 {
    color: #00803d;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    text-decoration: none;
}

.homeservices ul {
        padding: 0px;
        mar-top: 8px;
    }   
        .homeservices li:hover {
            background: #fcf5c7;
        }

    .homeservices a:link li, .services a:visited li {
        color: #666;
        text-decoration: none;
    }

    .homeservices a:hover li {
        color: #666;
        text-decoration: none;
    }

.homeservices li:hover {
	background: #fcf5c7;
}
.homeservices li:link  a, .services li:visited  a  {
	color: #6c6750;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.homeservices li a:hover {
	color: #6c6750;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

/* for left menu curve*/

.bggreenr { background: #216b48; color: #fff; width: 247px; }
.bggreen { color: #fff; width: 247px; }
