/***** standard_0/screen/core.css *****/
/* standard_0/screen/core.css
 *
 * Contains standard_0 screen core styles
 *
 */

/* body */ 
body, form { margin:0; padding:0; }


/* TCL 108746: START */
body .standard_1 { font-size: 12px; }
.bodydefault .standard_1 { font-size: 12px; }
/* TCL 108746: END */

/* TCL 108693: START */
.ValidatorError { font-family: arial, helvetica, sans-serif ; }
/* TCL 108693: END */

/* TCL 117549: START */
.TabActive {
	padding-left: 2px;
	padding-right: 2px;
}
 
.TabInactive {
	padding-left: 2px;
	padding-right: 2px;
}

.TabOn {
	padding-left: 2px;
	padding-right: 2px;
}

.TabOff {
	padding-left: 2px;
	padding-right: 2px;
}
/* TCL 117549: END */

img {
	border: none;
}
/***** standard_0/screen/colour.css *****/
/* standard_0/screen/colour.css
 *
 * Contains standard_0 screen colour styles
 *
 */
 
/* root div */
div.root { background-color:#fff; }
 
/* TCL125673 -- override cofundsstyes.css */
.standard_1 .accent ul li { color:#f00; }
/***** /stylesheets.app/standard_0/screen/core.css *****/
/* StyleSheets.App/standard_0/screen/core.css
 *
 * Contains standard_0 screen core styles for *NEWPWS* application only
 *
 */

/* root div */
div.root { width:980px; margin:0 auto; padding:0 1em; }

/* TCL145328: can be removed when CofundsMenuStyles.css is depcrecated */
div#nav .standard_1 div.menu_1 { margin:0; }

/***** /stylesheets.app/standard_0/screen/colour.css *****/
/* StyleSheets.App/standard_0/screen/colour.css
 *
 * Contains standard_0 screen colour styles for *NEWPWS* application only
 *
 */

 /* body */
body { background-color:#fff; }

/* body styles */
body.body_style_1 { background-color:#fff; }        /* revert background if nested e.g. within an iframe */

/***** standard_1/reset.css *****/
/* reset.css
 *
 * Cross-browser reset css -- see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *
 * Temporarily applies only to standard_1 until old cofundsstyles.css is deprecated.
 */

.standard_1 html, .standard_1 body, .standard_1 div, .standard_1 span, .standard_1 applet, .standard_1 object, .standard_1 iframe,
.standard_1 h1, .standard_1 h2, .standard_1 h3, .standard_1 h4, .standard_1 h5, .standard_1 h6, .standard_1 p, .standard_1 blockquote, .standard_1 pre,
.standard_1 a, .standard_1 abbr, .standard_1 acronym, .standard_1 address, .standard_1 big, .standard_1 cite, .standard_1 code,
.standard_1 del, .standard_1 dfn, .standard_1 em, .standard_1 font, .standard_1 img, .standard_1 ins, .standard_1 kbd, .standard_1 q, .standard_1 s, .standard_1 samp,
.standard_1 small, .standard_1 strike, .standard_1 strong, .standard_1 sub, .standard_1 sup, .standard_1 tt, .standard_1 var,
.standard_1 dl, .standard_1 dt, .standard_1 dd, .standard_1 ol, .standard_1 ul, .standard_1 li,
.standard_1 fieldset, .standard_1 form, .standard_1 label, .standard_1 legend,
.standard_1 table, .standard_1 caption, .standard_1 tbody, .standard_1 tfoot, .standard_1 thead, .standard_1 tr, .standard_1 th, .standard_1 td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* set defaults */
.standard_1 :focus { outline: 0; }
.standard_1 body { line-height: 1; color: black; background: white; }
.standard_1 ol, .standard_1 ul { list-style: none; }
.standard_1 table {	border-collapse: separate; border-spacing: 0; }
.standard_1 caption, .standard_1 th, .standard_1 td { text-align: left; font-weight: normal; }
.standard_1 blockquote:before, .standard_1 blockquote:after, .standard_1 q:before, .standard_1 q:after { content: ""; }
.standard_1 blockquote, .standard_1 q {	quotes: "" ""; }
.standard_1 strong { font-weight: bold; }


/***** standard_1/screen/menu/core.css *****/
/* standard_1/screen/menu/core.css
 *
 * Contains standard_1 screen menu core styles
 *
 */


/**** menu_1 -- MAIN MENU ****/

/* menu_1 */
.standard_1 div.menu_1 { margin:0 1em 0 1em; padding:0; clear:both; font-weight:bold; background:url(/Assets/Navbar/NavBar.jpg) repeat-x; overflow:visible; }

/* menu dimensions (in pixels) */
.standard_1 div.menu_1 { height:27px; }
.standard_1 div.menu_1 ul li ul { top:26px; }

/* remove all the bullets, borders and padding from the default list styling */
.standard_1 div.menu_1 ul { padding:0; margin:0; border:0; list-style-type:none; }

/* float the list to make it horizontal and a relative position so that you can control the dropdown menu positon */
.standard_1 div.menu_1 ul li { float:left; position:relative; list-style:none; left:0; z-index:999; }

/* style the links for the top level */
.standard_1 div.menu_1 a,
.standard_1 div.menu_1 a:visited { display:block; line-height:1.25em; text-decoration:none; }

/* hide the sub levels and give them a position absolute so that they take up no room */
.standard_1 div.menu_1 ul li ul { visibility:hidden; position:absolute; height:0; left:0; }
.standard_1 div.menu_1 ul li ul li { clear:both; }

/* top-level menu style */
.standard_1 div.menu_1 ul li a { height:1.35em; padding:0.4em 1.25em; border:0; border-right:1px solid; background:url("/Assets/Navbar/NavBar.jpg") repeat-x top left; text-align:center; }

/* top-level menu style first */
.standard_1 div.menu_1 ul li.first a,
.standard_1 div.menu_1 ul li.firston a { background:url("/Assets/Navbar/leftNavBarEnd.jpg") no-repeat top left; }

/* top-level menu style last */
.standard_1 div.menu_1 ul li.last,
.standard_1 div.menu_1 ul li.laston { float:right; }

.standard_1 div.menu_1 ul li.last a,
.standard_1 div.menu_1 ul li.laston a { background:url("/Assets/Navbar/rightNavBarEnd.jpg") no-repeat top right; border-right:0; }

.standard_1 div.menu_1 ul li.last a.rule_left,
.standard_1 div.menu_1 ul li.laston a.rule_left { border-left:solid 1px; }

/* top-level menu widths */
.standard_1 div.menu_1 ul li a.w_1 { width:3em; }
.standard_1 div.menu_1 ul li a.w_2 { width:4em; }
.standard_1 div.menu_1 ul li a.w_3 { width:5em; }
.standard_1 div.menu_1 ul li a.w_4 { width:6em; }
.standard_1 div.menu_1 ul li a.w_5 { width:7em; }
.standard_1 div.menu_1 ul li a.w_6 { width:8em; }
.standard_1 div.menu_1 ul li a.w_7 { width:9em; }
.standard_1 div.menu_1 ul li a.w_8 { width:10em; }
.standard_1 div.menu_1 ul li a.w_9 { width:11em; }
.standard_1 div.menu_1 ul li a.w_A { width:12em; }
.standard_1 div.menu_1 ul li a.w_B { width:13em; }
.standard_1 div.menu_1 ul li a.w_C { width:14em; }

/* dropdown menu style */
.standard_1 div.menu_1 ul li ul li a { background:none; border-bottom-style:solid; border-left-style:solid; border-width: 0 1px 1px 1px; height:auto; line-height:1.0em; text-align:left; font-weight:normal; }

/* dropdown menu widths */
.standard_1 div.menu_1 ul li ul li { width:14em; }		/* default */
.standard_1 div.menu_1 ul li ul.w_1 li { width:3em; }
.standard_1 div.menu_1 ul li ul.w_2 li { width:4em; }
.standard_1 div.menu_1 ul li ul.w_3 li { width:5em; }
.standard_1 div.menu_1 ul li ul.w_4 li { width:6em; }
.standard_1 div.menu_1 ul li ul.w_5 li { width:7em; }
.standard_1 div.menu_1 ul li ul.w_6 li { width:8em; }
.standard_1 div.menu_1 ul li ul.w_7 li { width:9em; }
.standard_1 div.menu_1 ul li ul.w_8 li { width:10em; }
.standard_1 div.menu_1 ul li ul.w_9 li { width:11em; }
.standard_1 div.menu_1 ul li ul.w_A li { width:12em; }
.standard_1 div.menu_1 ul li ul.w_B li { width:13em; }
.standard_1 div.menu_1 ul li ul.w_C li { width:14em; }
.standard_1 div.menu_1 ul li ul.w_D li { width:15em; }
.standard_1 div.menu_1 ul li ul.w_E li { width:16em; }
.standard_1 div.menu_1 ul li ul.w_F li { width:17em; }
.standard_1 div.menu_1 ul li ul.w_G li { width:18em; }
.standard_1 div.menu_1 ul li ul.w_H li { width:19em; }
.standard_1 div.menu_1 ul li ul.w_I li { width:20em; }

/* top-level spacer */
.standard_1 div.menu_1 ul li.gap { background:url("/Assets/Navbar/NavBar.jpg") repeat-x top left; display:block; float:left; }	

/* top-level menu highlight */
.standard_1 div.menu_1 ul li.on a { background:url("/Assets/Navbar/NavBarRev.jpg") repeat-x top left; }
.standard_1 div.menu_1 ul li.firston a { background:url("/Assets/Navbar/leftNavBarRevEnd.jpg") no-repeat top left; }
.standard_1 div.menu_1 ul li.laston a { background:url("/Assets/Navbar/rightNavBarRevEnd.jpg") no-repeat top right; }

/* top level hover */
.standard_1 div.menu_1 ul li a:hover { background:url("/Assets/Navbar/NavBarRev.jpg") repeat-x top left; text-decoration:none; }
.standard_1 div.menu_1 ul li:hover a { background:url("/Assets/Navbar/NavBarRev.jpg") repeat-x top left; }

/* top-level first-child hover */
.standard_1 div.menu_1 ul li.first a:hover,
.standard_1 div.menu_1 ul li.firston a:hover { background:url("/Assets/Navbar/leftNavBarRevEnd.jpg") no-repeat top left; }

/* top-level last-child hover */
.standard_1 div.menu_1 ul li.last a:hover,
.standard_1 div.menu_1 ul li.last:hover a,
.standard_1 div.menu_1 ul li.laston a:hover { background:url("/Assets/Navbar/rightNavBarRevEnd.jpg") no-repeat top right; }

/* 2nd level reset */
.standard_1 div.menu_1 ul li:hover ul li a,
.standard_1 div.menu_1 ul li.last:hover ul li a,
.standard_1 div.menu_1 ul li.last:hover ul li a:hover,
.standard_1 div.menu_1 ul li.laston:hover ul li a:hover { background:none; border-left:1px solid; border-right:1px solid; border-bottom:1px solid; }

/* 2nd level hover visibility */
.standard_1 div.menu_1 ul li:hover ul { visibility:visible; }

/* 2nd level hover */
.standard_1 div.menu_1 ul li ul li a:hover,
.standard_1 div.menu_1 ul li:hover ul li a:hover { background:none; }



/**** menu_2 -- SIDE MENU ****/

/* root */
.standard_1 div.menu_2 { float:left; padding:0; margin:0; }

/* level 1 */
.standard_1 div.menu_2 ul {	margin:0; padding:0; }
.standard_1 div.menu_2 ul li { margin:0; padding:0; list-style:none; display:block; list-style:none; list-style-image:none; }
.standard_1 div.menu_2 ul li a, 
.standard_1 div.menu_2 ul li p { padding-left:5px; padding-top:2px; padding-bottom:2px; text-decoration:none; display:block; border-bottom:1px solid; list-style:none; list-style-image:none; }
.standard_1 div.menu_2 ul li a:hover { text-decoration:none; list-style:none; list-style-image:none; }
.standard_1 div.menu_2 ul li.on a,
.standard_1 div.menu_2 ul li.on p { list-style:none; list-style-image:none; font-weight:bold; }

/* level 2 */
.standard_1 div.menu_2 ul li ul { margin:0 0 0 5px; padding:0; list-style:none; list-style-image:none; }
.standard_1 div.menu_2 ul li ul li { padding:0; }
.standard_1 div.menu_2 ul li ul li a { padding:0; list-style:none; list-style-image:none; }
.standard_1 div.menu_2 ul li ul li a:hover { text-decoration:none; list-style:none; list-style-image:none; }
.standard_1 div.menu_2 ul li ul li.on a { list-style:none; list-style-image:none; font-weight:normal; }
.standard_1 div.menu_2 ul li.on ul li a { font-weight:normal; }

/* style 1 */
.standard_1 div.menu_style_1 div.menu_2 ul li.first { font-weight:bold; padding:0.3em 0.5em; border-bottom:none; }
.standard_1 div.menu_style_1 div.menu_2 ul li.last { font-weight:bold; padding:0.3em 0.5em; border-bottom:none; }
.standard_1 div.menu_style_1 div.menu_2 ul li.last .minor { font-weight:normal; }
.standard_1 div.menu_style_1 div.menu_2 ul li ul li a { padding-top:0.3em; padding-bottom:0.3em; }
.standard_1 div.menu_style_1 div.menu_2 ul li ul li.first { font-weight:normal; padding:0; }
.standard_1 div.menu_style_1 div.menu_2 ul li ul li.last { font-weight:normal; padding:0; }
.standard_1 div.menu_style_1 div.menu_2 ul li ul li.last a { border-bottom:none; }
.standard_1 div.menu_style_1 div.menu_2 ul li ul li.last span a { border:0; padding:0; margin:0; }

/* style 2 */
.standard_1 div.menu_style_2 div.menu_2 ul li p { background-image:url("/assets/ArrowSide.gif"); background-position:right 2px; background-repeat:no-repeat; }
.standard_1 div.menu_style_2 div.menu_2 ul li p:hover { background-image:url("/assets/ArrowSideMedGrey.gif"); background-position:right 2px; background-repeat:no-repeat; }
.standard_1 div.menu_style_2 div.menu_2 ul li.on p,
.standard_1 div.menu_style_2 div.menu_2 ul li.on p:hover { background-image:url("/assets/ArrowDown.gif"); background-position:right 3px; background-repeat:no-repeat; }

/* style 3 */
.standard_1 div.menu_style_3 div.menu_2 ul li a { background-image:url("/assets/Menu2Off.jpg"); background-repeat:repeat-x; }
.standard_1 div.menu_style_3 div.menu_2 ul li.on a,
.standard_1 div.menu_style_3 div.menu_2 ul li a:hover { background-image:url("/assets/Menu2On.jpg"); }



/**** menu_3 -- FLAT LINKS MENU ****/
.standard_1 div.menu_3 li { float:left; position:relative; top:-0.2em; height:1.1em; }
.standard_1 div.menu_3 li a { padding-left:0.5em; padding-right:0.5em; border-right:solid 1px; }
.standard_1 div.menu_3 li.first { padding-left:0; }
.standard_1 div.menu_3 li.first a { padding-left:0; }
.standard_1 div.menu_3 li.last a { border-right:none; padding-right:0; }

/* style 2: breadcrumb */
.standard_1 div.menu_style_2 div.menu_3 li { font-size:1.4em; font-weight:bold; padding:0 0.5em; border-right:solid 1px; }
.standard_1 div.menu_style_2 div.menu_3 li h1 { font-size:1.0em; }
.standard_1 div.menu_style_2 div.menu_3 li a { border-right:none; }
.standard_1 div.menu_style_2 div.menu_3 li.first { padding-left:0; }
.standard_1 div.menu_style_2 div.menu_3 li.last { border-right:none; padding-right:0; }

/* style 3: no pipes */
.standard_1 div.menu_style_3 div.menu_3 li a { border-right:none; }



/**** menu_4 -- FLAT ALTERNATIVE MENU ****/
.standard_1 div.menu_4 li { float:left; font-weight:bold; padding:0.25em 1.75em; border-top:solid 1px; border-left:solid 1px; }

.standard_1 div.menu_4 li.last,
.standard_1 div.menu_4 li.laston { border-right:solid 1px; }

.standard_1 div.menu_4 li:hover a,
.standard_1 div.menu_4 li.on:hover a,
.standard_1 div.menu_4 li.laston:hover a { text-decoration:none; }

/***** standard_1/screen/menu/colour.css *****/
/* standard_1/screen/menu/colour.css
 *
 * Contains standard_1 screen menu colour styles
 *
 */


/**** menu_1 -- MAIN MENU ****/

/* root */
.standard_1 div.menu_1 ul li { border-color:#ccc; }

/* top level */
.standard_1 div.menu_1 a, .standard_1 div.menu_1 a:visited { color:#666; }

/* top-level menu style */
.standard_1 div.menu_1 ul li a { border-right-color:#999; }

/* dropdown menu style */
.standard_1 div.menu_1 ul li ul li a { background-color:#efefef; border-bottom-color:#ccc; border-left-color:#ccc; border-right-color:#ccc; }

/* top level hover */
.standard_1 div.menu_1 ul li:hover a { color:#696; }
.standard_1 div.menu_1 ul li a:hover { color:#696; background-color:#efefef; }

/* top-level menu style last */
.standard_1 div.menu_1 ul li.last a.rule_left,
.standard_1 div.menu_1 ul li.laston a.rule_left { border-left-color:#999; }

/* 2nd level reset */
.standard_1 div.menu_1 ul li:hover ul li a,
.standard_1 div.menu_1 ul li.last:hover ul li a,
.standard_1 div.menu_1 ul li.laston:hover ul li a { background-color:#efefef; color:#333; border-color:#ccc; }

/* 2nd level hover */
.standard_1 div.menu_1 ul li:hover ul li a:hover,
.standard_1 div.menu_1 ul li.last:hover ul li a:hover,
.standard_1 div.menu_1 ul li.laston:hover ul li a:hover { color:#fff; background-color:#090; border-color:#ccc; }



/**** menu_2 -- SIDE MENU ****/

/* level 1 */
.standard_1 div.menu_2 ul li a { color:#090; }
.standard_1 div.menu_2 ul li a,
.standard_1 div.menu_2 ul li p { border-bottom-color:#fff; background-color:#efefef; }
.standard_1 div.menu_2 ul li a:hover,
.standard_1 div.menu_2 ul li p:hover { color:#333; background-color:#ddd; }
.standard_1 div.menu_2 ul li.on a,
.standard_1 div.menu_2 ul li.on p { color:#666; background-color:#ccc; }

/* level 2 */
.standard_1 div.menu_2 ul li ul li a { color:#090; background-color:#fff; border-bottom-color:#eee; }
.standard_1 div.menu_2 ul li ul li a:hover { color:#333; background-color:#fff; }
.standard_1 div.menu_2 ul li.on ul li a { color:#090; background-color:#fff; }
.standard_1 div.menu_2 ul li.on ul li a:hover { color:#333; background-color:#fff; }
.standard_1 div.menu_2 ul li ul li.on a { color:#333; background-color:#fff; }

/* style 1 */
.standard_1 div.menu_style_1 div.menu_2 ul li.first { color:#fff; background-color:#090; }
.standard_1 div.menu_style_1 div.menu_2 ul li.last { color:#090; background-color:#efefef; }
.standard_1 div.menu_style_1 div.menu_2 ul li.last a:hover { color:#333; background-color:#efefef; }
.standard_1 div.menu_style_1 div.menu_2 ul li.last .minor_3 { color:#333; }
.standard_1 div.menu_style_1 div.menu_2 ul li.last .minor { color:#666; }
.standard_1 div.menu_style_1 div.menu_2 ul li.last .minor_7 { color:#999; }
.standard_1 div.menu_style_1 div.menu_2 ul li li.last a:hover { background-color:#fff; }

/* style 3 */
.standard_1 div.menu_style_3 div.menu_2 ul li a,
.standard_1 div.menu_style_3 div.menu_2 ul li p { background-color:#fff; }

/* style 4 - level 1 */
.standard_1 div.menu_style_4 div.menu_2 ul li a,
.standard_1 div.menu_style_4 div.menu_2>ul>li p { border-bottom-color:#fff; color:#fff; background-color:#090; }
.standard_1 div.menu_style_4 div.menu_2>ul li a:hover,
.standard_1 div.menu_style_4 div.menu_2 ul li p:hover { color:#fff; background-color:#090; }
.standard_1 div.menu_style_4 div.menu_2 ul li.on a,
.standard_1 div.menu_style_4 div.menu_2 ul li.on p { color:#fff; background-color:#090; }

/* style 4 - level 2 */
.standard_1 div.menu_style_4 div.menu_2 ul li ul li a { color:#090; background-color:#fff; border-bottom-color:#eee; }
.standard_1 div.menu_style_4 div.menu_2 ul li ul li a:hover { color:#333; background-color:#fff; }
.standard_1 div.menu_style_4 div.menu_2 ul li.on ul li a { color:#090; background-color:#fff; }
.standard_1 div.menu_style_4 div.menu_2 ul li.on ul li a:hover { color:#333; background-color:#fff; }
.standard_1 div.menu_style_4 div.menu_2 ul li ul li.on a { color:#333; background-color:#fff; }




/**** menu_3 -- FLAT LINKS MENU ****/
.standard_1 div.menu_3 li a { border-right-color: #333; }

/* style 1: grey links */
.standard_1 div.menu_style_1 div.menu_3 li a { border-right-color: #999; color:#666; }

/* style 2: breadcrumb */
.standard_1 div.menu_style_2 div.menu_3 li { color:#666; border-right-color: #999; }
.standard_1 div.menu_style_2 div.menu_3 li.first { color:#090; }
.standard_1 div.menu_style_2 div.menu_3 li.last { color:#000; }



/**** menu_4 -- FLAT ALTERNATIVE MENU ****/
.standard_1 div.menu_4 li { background-color:#999; border-top-color:#999; border-left-color:#999; }
.standard_1 div.menu_4 li a { color:#fff; background-color:#999; }

.standard_1 div.menu_4 li.on,
.standard_1 div.menu_4 li.on a,
.standard_1 div.menu_4 li.laston,
.standard_1 div.menu_4 li.laston a  { color:#666; background-color:#fff; }

.standard_1 div.menu_4 li.last,
.standard_1 div.menu_4 li.laston { border-right-color:#999; }

.standard_1 div.menu_4 li:hover,
.standard_1 div.menu_4 li:hover a,
.standard_1 div.menu_4 li.on:hover,
.standard_1 div.menu_4 li.on:hover a,
.standard_1 div.menu_4 li.laston:hover,
.standard_1 div.menu_4 li.laston:hover a { color:#696; background-color:#fff; }

/***** standard_1/screen/table/core.css *****/
/* standard_1/screen/table/core.css
 *
 * Contains standard_1 screen table core styles
 *
 */


/**** table_1 ****/

/* table_1 core */
.standard_1 .table_1 caption { padding:0.75em 0; }
.standard_1 .table_1 th { padding:0.25em 0.25em 0 0; }
.standard_1 .table_1 td { padding:0.25em 0.25em 0 0; vertical-align:top; }
.standard_1 .table_1 .left th { text-align:left; }		/* note:order is important here */
.standard_1 .table_1 .center th { text-align:center; }
.standard_1 .table_1 .right th { text-align:right; }
.standard_1 .table_1 th.left { text-align:left; }
.standard_1 .table_1 th.center { text-align:center; }
.standard_1 .table_1 th.right { text-align:right; }
.standard_1 .table_1 .left td { text-align:left; }
.standard_1 .table_1 .center td { text-align:center; }
.standard_1 .table_1 .right td { text-align:right; }
.standard_1 .table_1 td.left { text-align:left; }
.standard_1 .table_1 td.center { text-align:center; }
.standard_1 .table_1 td.right { text-align:right; }

/* table_1 thead */
.standard_1 .table_1 thead th { font-weight:bold; }
/* note:we duplicate the above in a thead class e.g. where asp:datagrid cannot render a thead element */
.standard_1 .table_1 tr.thead th { font-weight:bold; }

/* table_1 tfoot */
.standard_1 .table_1 tfoot.major td { font-weight:bold; }
.standard_1 .table_1 tfoot td { border-top:1px solid; border-bottom:1px solid; }
.standard_1 .table_1 tfoot td.left { padding-left:0; }
/* note:we duplicate the above in a tfoot class e.g. where asp:datagrid cannot render a tfoot element */
.standard_1 .table_1 tr.tfoot.major td { font-weight:bold; }
.standard_1 .table_1 tr.tfoot td { border-top:1px solid; border-bottom:1px solid; }
.standard_1 .table_1 tr.tfoot td.left { padding-left:0; }

/* table_1 header widths */
.standard_1 .table_1 th.w_1 { width:3em; }
.standard_1 .table_1 th.w_2 { width:4em; }
.standard_1 .table_1 th.w_3 { width:5em; }
.standard_1 .table_1 th.w_4 { width:6em; }
.standard_1 .table_1 th.w_5 { width:7em; }
.standard_1 .table_1 th.w_6 { width:8em; }
.standard_1 .table_1 th.w_7 { width:9em; }
.standard_1 .table_1 th.w_8 { width:10em; }
.standard_1 .table_1 th.w_9 { width:11em; }

/* table_1 cell widths */
.standard_1 .table_1 td.w_1 { width:3em; }
.standard_1 .table_1 td.w_2 { width:4em; }
.standard_1 .table_1 td.w_3 { width:5em; }
.standard_1 .table_1 td.w_4 { width:6em; }
.standard_1 .table_1 td.w_5 { width:7em; }
.standard_1 .table_1 td.w_6 { width:8em; }
.standard_1 .table_1 td.w_7 { width:9em; }
.standard_1 .table_1 td.w_8 { width:10em; }
.standard_1 .table_1 td.w_9 { width:11em; }

/* table_1 cell alignment tweaks */
.standard_1 .table_1 td img { vertical-align:text-top; }
.standard_1 .table_1 td input[type="checkbox"] { position:relative; top:-0.15em; }


/** table_style_1 **/
.standard_1 .table_style_1 .table_1 td { padding:0.5em; }
.standard_1 .table_style_1 .table_1 th { padding:0.5em; vertical-align:middle; border-right:solid 1px; font-weight:bold; }
.standard_1 .table_style_1 .table_1 td { border-right:solid 1px; }


/**** table_2 ****/

.standard_1 .table_2 { background:url("/assets/TableGrnBG.jpg") repeat-x bottom; }

/* table_2 caption */
.standard_1 .table_2 caption { font-size:1.1em; border-bottom:solid 1px; padding-bottom:0.05em; }
.standard_1 .table_2 caption.size_7 { font-size:1.3em; }
.standard_1 .heading_style_2 .table_2 caption { font-family:Century Gothic, Helvetica, Arial; }

/* table_2 row */
.standard_1 .table_2 tr td { padding:0.5em 0.2em; }
.standard_1 .table_2 tr th { padding:0.5em 0.2em; }
.standard_1 .table_2 tr.rule_bottom td { border-bottom:dashed 1px; }
.standard_1 .table_2 tr.rule_bottom th { border-bottom:dashed 1px; }
.standard_1 .table_2 tr.last td { border-bottom:solid 1px; }
.standard_1 .table_2 tr.last th { border-bottom:solid 1px; }

/***** standard_1/screen/table/colour.css *****/
/* standard_1/screen/table/colour.css
 *
 * Contains standard_1 screen table colour styles
 *
 */



/**** table_1 ****/
.standard_1 .table_1 tr.alternate { background-color:#fff; }
.standard_1 .table_1 em { color:#090; }
.standard_1 .table_1 tfoot td { border-top-color:#ccc; border-bottom-color:#ccc; }
.standard_1 .table_1 tr.tfoot td { border-top-color:#ccc; border-bottom-color:#ccc; }

/** table_style_1 **/
.standard_1 .table_style_1 .table_1 tr { background-color:#efefef; }
.standard_1 .table_style_1 .table_1 tr.alternate { background-color:#ccc; }
.standard_1 .table_style_1 .table_1 th { border-right-color:#fff; }
.standard_1 .table_style_1 .table_1 td { border-right-color:#fff; }
.standard_1 .table_style_1 .table_1 thead tr { background-color:#090; color:#fff; }

/** table_style_2 **/
.standard_1 .table_style_2 .table_1 tbody a { color: #000; }
.standard_1 .table_style_2 .table_1 tbody tr:hover { color: #090; }
.standard_1 .table_style_2 .table_1 tbody tr:hover a { color: #090; }
.standard_1 .table_style_2 .table_1 tbody tr:hover a:hover { text-decoration:underline; cursor:pointer; }


/**** table_2 ****/

/* table_2 caption */
.standard_1 .table_2 caption { border-bottom-color:#72BD5F; }
.standard_1 .heading_style_accent .table_2 caption { color:#090; }

/* table_2 row */
.standard_1 .table_2 tr.rule_bottom td { border-bottom-color:#ddd; }
.standard_1 .table_2 tr.last td { border-bottom-color:#72BD5F; }

/***** standard_1/screen/tabmenu/core.css *****/
/* standard_1/screen/tabmenu/core.css
 *
 * Contains standard_1 screen tabmenu core styles
 *
 */


/**** tabmenu_1 -- PRIMARY TABBED MENU ****/

/* left section */
.standard_1 div.tabmenu_1 div.tabmenu_left { float:left; height:3.5em; width:1em; }
.standard_1 div.tabmenu_1 div.tabmenu_left div.top { height:1.5em; padding-top:0.15em; }
.standard_1 div.tabmenu_1 div.tabmenu_left div.bottom { height:1.5em; padding-top:0.15em; border-top:solid 1px; border-left:solid 1px; border-bottom:solid 1px;}

/* main section */
.standard_1 div.tabmenu_1 div.tabmenu_main { float:left; height:3.5em; }
.standard_1 div.tabmenu_1 div.tabmenu_main ol { margin-top:0; }
.standard_1 div.tabmenu_1 div.tabmenu_main li { float:left; clear:none; height:3.0em; text-align:center; padding-top:0.3em; white-space:normal; border:solid 1px; border-left:none; background:url("/assets/menu/tabactive.gif") repeat-x; }
.standard_1 div.tabmenu_1 div.tabmenu_main li div { display:table-cell; vertical-align:middle; height:2.8em; padding-left:0.5em; padding-right:0.5em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li div a:hover { text-decoration:none; cursor:pointer; }
.standard_1 div.tabmenu_1 div.tabmenu_main li div a,
.standard_1 div.tabmenu_1 div.tabmenu_main li div p { width:100%; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.on { background:url("/assets/menu/tabon.gif"); background-repeat:repeat-x; border-bottom:solid 1px; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.on div a:hover { cursor:text; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.first { border-left:solid 1px; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.disabled div a:hover { cursor:text; }

/* main section tab widths */
.standard_1 div.tabmenu_1 div.tabmenu_main li { width:10em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_1 { width:6em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_2 { width:7em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_3 { width:8em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_4 { width:9em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_5 { width:10em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_6 { width:11em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_7 { width:12em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_8 { width:13em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_9 { width:14em; }

/* main section tab widths for firefox */
.standard_1 div.tabmenu_1 div.tabmenu_main li div { width:10em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_1 div { width:6em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_2 div { width:7em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_3 div { width:8em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_4 div { width:9em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_5 div { width:10em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_6 div { width:11em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_7 div { width:12em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_8 div { width:13em; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.w_9 div { width:14em; }

/* right section */
.standard_1 div.tabmenu_1 div.tabmenu_right { height:3.5em; }
.standard_1 div.tabmenu_1 div.tabmenu_right div.top { height:1.5em; padding-top:0.15em; }
.standard_1 div.tabmenu_1 div.tabmenu_right div.bottom { height:1.5em; padding-top:0.15em; border-top:solid 1px; border-right:solid 1px; border-bottom:solid 1px;}

/* style 1 -- rounded corners */
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_left div.top { height:1.5em; }
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_left div.bottom { border:none; height:100%; }
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_left div.bottom .l { background:url(/assets/RuleLGreyDot.gif) 0 0 repeat-y; width:100%; height:100%; }
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_left div.bottom .t { background:url(/assets/RuleLGreyDot.gif) 0 0 repeat-x; }
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_left div.bottom .tl { background:url(/assets/RuleLGreyTL.gif) 0 0 no-repeat; }

.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_right div.top { height:1.5em; }
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_right div.bottom { border:none; height:100%; }
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_right div.bottom .r { background:url(/assets/RuleLGreyDot.gif) 100% 0 repeat-y; width:100%; height:100%; }
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_right div.bottom .t { background:url(/assets/RuleLGreyDot.gif) 0 0 repeat-x; }
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_right div.bottom .tr { background:url(/assets/RuleLGreyTR.gif) 100% 0 no-repeat; }

/* style 2 -- legacy style */
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li { font-weight:bold; }
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li div p { font-weight:bold; }
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li.disabled div a { font-weight:normal; }
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li.disabled div p { font-weight:normal; }

/* style 3 -- white background */
.standard_1 .tabmenu_style_3 div.tabmenu_1 div.tabmenu_main li.on { background:url("/assets/menu/tabactive2.gif") repeat-x; border-bottom:none; }


/**** tabmenu_2 -- INVERTED TABBED MENU ****/

/* left section */
.standard_1 div.tabmenu_2 div.tabmenu_left { height:3.5em; }
.standard_1 div.tabmenu_2 div.tabmenu_left div.top { height:1.5em; padding-top:0.15em; }

/* main section */
.standard_1 div.tabmenu_2 div.tabmenu_main { float:right; height:3.5em; }
.standard_1 div.tabmenu_2 div.tabmenu_main ol { margin-top:0; }
.standard_1 div.tabmenu_2 div.tabmenu_main li { float:left; clear:none; height:3.0em; text-align:center; padding-top:0.3em; white-space:normal; border:solid 1px; border-left:none; }
.standard_1 div.tabmenu_2 div.tabmenu_main li div { display:table-cell; vertical-align:middle; height:2.8em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li div a:hover { text-decoration:none; cursor:pointer; }
.standard_1 div.tabmenu_2 div.tabmenu_main li div p { width:100%; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.on { }
.standard_1 div.tabmenu_2 div.tabmenu_main li.on div a:hover { cursor:text; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.first { border-left:solid 1px; }

/* main section tab widths */
.standard_1 div.tabmenu_2 div.tabmenu_main li { width:10em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_1 { width:6em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_2 { width:7em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_3 { width:8em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_4 { width:9em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_5 { width:10em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_6 { width:11em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_7 { width:12em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_8 { width:13em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_9 { width:14em; }

/* main section tab widths for firefox */
.standard_1 div.tabmenu_2 div.tabmenu_main li div { width:10em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_1 div { width:6em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_2 div { width:7em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_3 div { width:8em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_4 div { width:9em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_5 div { width:10em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_6 div { width:11em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_7 div { width:12em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_8 div { width:13em; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.w_9 div { width:14em; }


/**** tabmenu_4 -- ID REFRESH MAIN TABBED MENU ****/

.standard_1 div.tabmenu_4 ul li.tab,
.standard_1 div.tabmenu_4 ul li.tab a.tab { display:block; float:left; width:auto; }

.standard_1 div.tabmenu_4 ul li.tab { border:1px solid; margin:0 3px 0 0; background:url('/assets/menu/tabmenu_4-a-bg.gif') left top repeat-x; }
.standard_1 div.tabmenu_4 ul li.on { background:none; }
.standard_1 div.tabmenu_4 ul li.firston { background:none; }
.standard_1 div.tabmenu_4 ul li.laston { background:none; }

.standard_1 div.tabmenu_4 ul li.tab a.tab {background:transparent; padding:0 18px; color:#333; font-size:1.333em; /* 16px */font-weight:bold; line-height:2.563em; /* 41px */}

.standard_1 div.tabmenu_4 ul.wider li.tab a.tab,
.standard_1 div.tabmenu_4 ul li.first a.tab {padding-left:23px; padding-right:23px; }
.standard_1 div.tabmenu_4 ul li.firston a.tab {padding-left:23px; padding-right:23px; }

.standard_1 div.tabmenu_4 ul li.tab a.tab:hover,
.standard_1 div.tabmenu_4 ul li.tab a.tab:focus,
.standard_1 div.tabmenu_4 ul li.tab:hover a { text-decoration:none; }

/* 2nd level */
.standard_1 div.tabmenu_4 ul li.tab ul.submenu { position:absolute; top:146px; left:auto; z-index:1000; display:none; width:248px; -o-box-shadow:1px 1px 2px #333; -ms-box-shadow:1px 1px 2px #333; -moz-box-shadow:1px 1px 2px #333; -webkit-box-shadow:1px 1px 2px #333; box-shadow:1px 1px 2px #333; margin:0.429em 0 0;/* 6px ... ... */ background:#333; padding:7px 7px 6px; font-size:1.167em;/* 14px */ }
.standard_1 div.tabmenu_4 ul li.tab:hover ul.submenu,
.standard_1 div.tabmenu_4 ul li.tab.hover ul.submenu {/* .hover is a jQuery-powered IE6 hack */ display:block;}
.standard_1 div.tabmenu_4 ul li.tab ul.submenu li.submenu { margin:0 0 1px; }
.standard_1 div.tabmenu_4 ul li.tab ul.submenu li.submenu a.submenu { display:block; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:#3f3f3f url('/assets/menu/submenu-arrow.gif') right 50% no-repeat; padding:11px; color:#ccc; font-weight:bold; }
.standard_1 div.tabmenu_4 ul li.tab ul.submenu li.submenu a.submenu:hover { background-color:#517a12; color:#57890B; background-image:url('/assets/menu/submenu-arrow-hover.gif'); color:#fff; text-decoration:none; }



/**** tabmenu_5 -- ID REFRESH SECONDARY TABBED MENU ****/

/* default -- use with pane_1 pane_style_6 */
.standard_1 div.tabmenu_5 { overflow:hidden; }
.standard_1 div.tabmenu_5 ul { margin:0; }
.standard_1 div.tabmenu_5 ul li,
.standard_1 div.tabmenu_5 ul li a,
.standard_1 div.tabmenu_5 ul li p { display:block; float:left; clear:none; width:auto; }
.standard_1 div.tabmenu_5 ul li { margin:0 4px 0 0; -o-border-radius:4px 4px 0 0; -ms-border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0; }
.standard_1 div.tabmenu_5 ul li a,
.standard_1 div.tabmenu_5 ul li p { background:transparent 21px 50% no-repeat; padding:12px 24px 12px 24px; font-size:1.333em; /* 16px */ font-weight:bold; }

/***** standard_1/screen/tabmenu/colour.css *****/
/* standard_1/screen/tabmenu/colour.css
 *
 * Contains standard_1 screen tabmenu colour styles
 *
 */


/**** tabmenu_1 -- PRIMARY TABBED MENU ****/

/* left section */
.standard_1 div.tabmenu_1 div.tabmenu_left div.top { background-color:#fff; }
.standard_1 div.tabmenu_1 div.tabmenu_left div.bottom { background-color:#eee; border-top-color:#999; border-left-color:#999; border-bottom-color:#eee;}

/* main section */
.standard_1 div.tabmenu_1 div.tabmenu_main li { border-color: #999; }
.standard_1 div.tabmenu_1 div.tabmenu_main li div a:hover { color:#000; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.first { border-left-color: #999; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.on { background-color:#eee; border-bottom-color: #999; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.on a { color:#000; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.disabled div a { color:#999; }
.standard_1 div.tabmenu_1 div.tabmenu_main li.disabled div p { color:#999; }

/* right section */
.standard_1 div.tabmenu_1 div.tabmenu_right div.top { background-color:#fff; }
.standard_1 div.tabmenu_1 div.tabmenu_right div.bottom { background-color:#eee; border-top-color:#999; border-right-color:#999; border-bottom-color:#eee;}

/* minor colour */
.standard_1 .rule_style_minor div.tabmenu_1 div.tabmenu_main li { border-color: #ddd; }
.standard_1 .rule_style_minor div.tabmenu_1 div.tabmenu_main li.on { border-bottom-color: #eee; }
.standard_1 .rule_style_minor div.tabmenu_1 div.tabmenu_main li.first { border-left-color: #ddd; }
.standard_1 .rule_style_minor div.tabmenu_1 div.tabmenu_left div.bottom { border-top-color:#ddd; border-left-color:#ddd; }
.standard_1 .rule_style_minor div.tabmenu_1 div.tabmenu_right div.bottom  { border-top-color:#ddd; border-right-color:#ddd; }

/* style 1 -- rounded corners */
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_left div.bottom { background-color:#fff; }
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_left div.bottom .l { background-color:#eee; }
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_right div.bottom { background-color:#fff; }
.standard_1 .tabmenu_style_1 div.tabmenu_1 div.tabmenu_right div.bottom .r { background-color:#eee; }

/* style 2 -- legacy style */
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li div a { color:#000; }
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li div a:hover { color:#090; }
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li.on div a { color:#090; }
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li.on div p { color:#090; }
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li.disabled div a { color:#999; }
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li.disabled div p { color:#999; }
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li input[type="submit"].style_4 { color:#000; }
.standard_1 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li input[type="submit"].style_4:hover { color:#090; }

/* style 3 -- white background */
.standard_1 .tabmenu_style_3 div.tabmenu_1 div.tabmenu_left div.bottom { background-color:#fff; border-bottom-color:#fff; }
.standard_1 .tabmenu_style_3 div.tabmenu_1 div.tabmenu_right div.bottom { background-color:#fff; border-bottom-color:#fff; }


/**** tabmenu_2 -- SIMPLE INVERTED TABBED MENU ****/

/* left section */
.standard_1 div.tabmenu_2 div.tabmenu_left div.top { background-color:#696; }
.standard_1 div.tabmenu_2 div.tabmenu_left p { color:#fff; }

/* main section */
.standard_1 div.tabmenu_2 div.tabmenu_main li { border-color:#696; border-top-color:#fff; }
.standard_1 div.tabmenu_2 div.tabmenu_main li div a:hover { color:#000; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.first { border-left-color:#696; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.on { background-color:#696; border-left-color:#fff; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.on a { color:#fff; }
.standard_1 div.tabmenu_2 div.tabmenu_main li.on p { color:#fff; }


/**** tabmenu_4 -- ID REFRESH MAIN TABBED MENU ****/

.standard_1 div.tabmenu_4 ul li.tab { border-color:#d0d0d0; background-color:#e8e8e8; }
.standard_1 div.tabmenu_4 ul li.tab:hover { background:#333; }
.standard_1 div.tabmenu_4 ul li.on { background-color:#EBF5E7; border-bottom-color:#EBF5E7; }
.standard_1 div.tabmenu_4 ul li.on a.tab {color:#000; }
.standard_1 div.tabmenu_4 ul li.firston { background-color:#EBF5E7; border-bottom-color:#EBF5E7; }
.standard_1 div.tabmenu_4 ul li.firston a.tab {color:#000; }
.standard_1 div.tabmenu_4 ul li.laston { background-color:#EBF5E7; border-bottom-color:#EBF5E7; }
.standard_1 div.tabmenu_4 ul li.laston a.tab {color:#000; }
.standard_1 div.tabmenu_4 ul li.tab a.tab:hover,
.standard_1 div.tabmenu_4 ul li.tab a.tab:focus,
.standard_1 div.tabmenu_4 ul li.tab:hover a { background:#333; color:#fff !important; /* IE6 ignores without !important :( */ text-decoration:none; }

/* style 1 -- active tab white background */
.standard_1 .tabmenu_style_1 div.tabmenu_4 ul li.on { background-color:#fff; border-bottom-color:#fff;}



/**** tabmenu_1 -- ID REFRESH SECONDARY TABBED MENU ****/

.standard_1 div.tabmenu_5 ul li { background:#afaeae; }
.standard_1 div.tabmenu_5 ul li.on, .standard_1 .pane_style_12 div.tabmenu_5 ul li.on { background:#EBF5E7; }
.standard_1 div.tabmenu_5 ul li a, .standard_1 .pane_style_12 div.tabmenu_5 ul li a,
.standard_1 div.tabmenu_5 ul li p, .standard_1 .pane_style_12 div.tabmenu_5 ul li p { color:#333; }

/* style 1 -- use with pane_1 pane_style_7 */
.standard_1 .tabmenu_style_1 .tabmenu_5 ul li.on,
.standard_1 .pane_style_12 .tabmenu_style_1 .tabmenu_5 ul li.on { background:#72BD5F; }

/***** standard_1/screen/calendar/core.css *****/
/* standard_1/screen/calendar/core.css
 *
 * Contains standard_1 screen calendar core styles
 *
 */

/**** calendar_1 (Dynarch.com) ****/
 
.standard_1 div.calendar_1 { position: relative; }

.standard_1 div.calendar_1, .standard_1 div.calendar_1 table { border: 1px solid; cursor: default; }

/* Header part -- contains navigation buttons and day names. */

/* "<<", "<", ">", ">>" buttons have this class. They are the navigation buttons */
.standard_1 div.calendar_1 .button { text-align: center; padding: 0.2em; font-size: 90%; }

.standard_1 div.calendar_1 .nav { background: no-repeat 100% 100%; }

/* This holds the current "month, year" */
/* Pressing it will take you to the current date */
.standard_1 div.calendar_1 thead .title { font-weight: bold; text-align: center; padding: 0.1em; }

/* Row <TR> containing navigation buttons */
.standard_1 div.calendar_1 thead .headrow {  }

/* Cells <TD> containing the day names */
.standard_1 div.calendar_1 thead .name { border-bottom: 1px; padding: 0.2em; text-align: center; }

/* How do the buttons in header appear when hover */
.standard_1 div.calendar_1 thead .hilite { border: 1px solid; padding: 0.1em; }

/* Active (pressed) buttons in header */
.standard_1 div.calendar_1 thead .active { padding: 2px 0px 0px 2px; }


/* The body part -- contains all the days in month. */

/* Cells <TD> containing month days dates */
.standard_1 div.calendar_1 tbody .day { width: 2em; text-align: right; padding: 2px 4px 2px 2px; }
.standard_1 div.calendar_1 tbody .day.othermonth { font-size: 80%; }
.standard_1 div.calendar_1 table .wn { padding: 2px 3px 2px 2px; border-right: 1px solid; }

/* Hovered cells <TD> */
.standard_1 div.calendar_1 tbody td.hilite { padding: 1px 3px 1px 1px; border: 1px solid; }

/* Active (pressed) cells <TD> */
.standard_1 div.calendar_1 tbody td.active { padding: 2px 2px 0px 2px; }

/* Cell showing today date */
.standard_1 div.calendar_1 tbody td.selected { font-weight: bold; border: 1px solid; padding: 1px 3px 1px 1px; }
.standard_1 div.calendar_1 tbody td.today { font-weight: bold; }

/* Empty cells (the best is to hide them) */
.standard_1 div.calendar_1 tbody .emptycell { visibility: hidden; }

/* Empty row (some months need less than 6 rows) */
.standard_1 div.calendar_1 tbody .emptyrow { display: none; }

/* The footer part -- status bar and "Close" button */

/* The <TR> in footer (only one right now) */
.standard_1 div.calendar_1 tfoot .footrow { text-align: center; }

/* Tooltip (status bar) cell <TD> */
.standard_1 div.calendar_1 tfoot .ttip { padding: 2px; }

/* Hover style for buttons in footer */
.standard_1 div.calendar_1 tfoot .hilite { border: 1px solid; padding: 1px; }

/* Active (pressed) style for buttons in footer */
.standard_1 div.calendar_1 tfoot .active { padding: 2px 0px 0px 2px; }

/* Combo boxes (menus that display months/years for direct selection) */

.standard_1 div.calendar_1 .combo { position: absolute; display: none; top: 0px; left: 0px; width: 4em; cursor: default; border: 1px solid; font-size: 75%; z-index: 100; }
.standard_1 div.calendar_1 .combo .label,.standard_1 div.calendar_1 .combo .label-IEfix { text-align: center; padding: 1px; width: 4em; }
.standard_1 div.calendar_1 .combo .active { border-top: 1px solid; border-bottom: 1px solid; font-weight: bold; }

.standard_1 div.calendar_1 td.time { border-top: 1px solid; padding: 1px 0px; text-align: center; }
.standard_1 div.calendar_1 td.time .hour,.standard_1 div.calendar_1 td.time .minute,.standard_1 div.calendar_1 td.time .ampm { padding: 0px 3px 0px 4px; border: 1px solid; font-weight: bold; }
.standard_1 div.calendar_1 td.time .ampm { text-align: center; }
.standard_1 div.calendar_1 td.time .colon { padding: 0px 2px 0px 3px; font-weight: bold; }

/***** standard_1/screen/calendar/colour.css *****/
/* standard_1/screen/claendar/colour.css
 *
 * Contains standard_1 screen calendar colour styles
 *
 */

/**** calendar_1 (Dynarch.com) ****/

.standard_1 div.calendar_1,.standard_1 div.calendar_1 table { background: #fff; }

/* nav section */
.standard_1 div.calendar_1 .nav { background-color: #EBF5E7; }
.standard_1 div.calendar_1 thead .title { background-color: #EBF5E7; }
.standard_1 div.calendar_1 thead .name { background-color: #EBF5E7; }

/* "<<", "<", ">", ">>" buttons have this class. They are the navigation buttons */
.standard_1 div.calendar_1 .button { background-color: #EBF5E7; }

/* How a weekend day name shows in header */
.standard_1 div.calendar_1 thead .weekend { color: #090; }

/* Row <TR> containing the day names */
.standard_1 div.calendar_1 thead .daynames { background-color: #EBF5E7; }

/* How do the buttons in header appear when hover */
.standard_1 div.calendar_1 thead .hilite { color: #fff; background-color: #090; }

/* Active (pressed) buttons in header */
.standard_1 div.calendar_1 thead .active { background-color: #090; }

.standard_1 div.calendar_1 tbody .rowhilite td { background-color: #EBF5E7; }

/* Cells showing weekend days */
.standard_1 div.calendar_1 tbody td.weekend { color: #090; }

/* Active (pressed) cells <TD> */
.standard_1 div.calendar_1 tbody td.active { background-color: #090; }

/* disabled */
.standard_1 div.calendar_1 tbody .disabled { color: #999; }

/* Cell showing today date */
.standard_1 div.calendar_1 tbody td.selected { color: #fff; background-color: #090; }

/* Tooltip (status bar) cell <TD> */
.standard_1 div.calendar_1 tfoot .ttip { color: #fff; background-color: #090; }

.standard_1 div.calendar_1 .combo { background-color: #fff; }
.standard_1 div.calendar_1 .combo .hilite { color: #fff; background-color: #090; }

.standard_1 div.calendar_1 td.time span.hilite { color: #fff; background-color: #090; }
.standard_1 div.calendar_1 td.time span.active { color: #fff; background-color: #090; }



/***** standard_1/screen/core.css *****/
/* standard_1/screen/core.css
 *
 * Contains standard_1 screen core styles
 *
 */

/* root div */
.standard_1 div.root { margin:0 auto; padding:0 1em; }

 
/* font */
.standard_1 { font-family:arial, helvetica, sans-serif; font-size:75%; }
.standard_1 .font_2 { font-family:Century Gothic, Helvetica, Arial; }		/* alternative font */

/**** core html elements ****/

/* image */
.standard_1 img { border:0; }
.standard_1 img.right { float:right; }

/* label */
.standard_1 label { display:block; float:left; padding-right:1em; text-align:right; }

/* paragraph */
.standard_1 p.center { margin-left:auto; margin-right:auto; }
.standard_1 p.right { text-align:right; }

/* emphasis */
.standard_1 em { font-weight:bold; font-style:normal; }
.standard_1 ol li em p { font-weight:bold; font-style:normal; }

/* anchor */
.standard_1 a {	text-decoration:none; }
.standard_1 a:hover { text-decoration:underline; cursor:pointer; }
.standard_1 a:focus { border:1px dotted; }
.standard_1 a.center { margin-left:auto; margin-right:auto; }
.standard_1 a.accesskey { text-decoration:underline; font-style:normal; }			/* accesskey */

/* anchor style 1: default button style */
.standard_1 a.style_1 { background:url("/brandhelper/brandedasset.aspx?src=/assets/btn/btn_std.gif") repeat-x; padding:0.3em 1em; border:1px solid; font-weight:bold; font-size:1em; cursor:pointer; text-decoration:none; text-align:center; }
.standard_1 a.style_1:hover { text-decoration:none; }
.standard_1 a.style_1:focus { border:1px dotted; }

/* anchor style 2: right arrow */
.standard_1 a.style_2 { background:url("/brandhelper/brandedasset.aspx?src=/assets/btn/btn_std_arrow.gif") no-repeat right; padding:0.3em 1em; border:1px solid; font-weight:bold; font-size:1em; cursor:pointer; text-decoration:none; text-align:center; }
.standard_1 a.style_2:hover { text-decoration:none; }
.standard_1 a.style_2:focus { border:1px dotted; }

/* anchor style 5: accent background */
.standard_1 a.style_5 { height:1.5em; padding:0.15em 1em; border:1px solid; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:none; font-family:$font_family_3$; font-weight:bold; text-shadow:0 1px 0 #375705; text-align:center; }
.standard_1 a.style_5:hover { text-shadow: 0 1px 1px #375705; text-decoration:none; }

/* anchor width */
.standard_1 a.w_1 { display:block; width:1em; }
.standard_1 a.w_2 { display:block; width:2em; }
.standard_1 a.w_3 { display:block; width:3em; }
.standard_1 a.w_4 { display:block; width:4em; }
.standard_1 a.w_5 { display:block; width:5em; }
.standard_1 a.w_6 { display:block; width:6em; }
.standard_1 a.w_7 { display:block; width:7em; }
.standard_1 a.w_8 { display:block; width:8em; }
.standard_1 a.w_9 { display:block; width:9em; }
.standard_1 a.w_A { display:block; width:10em; }


/** div **/
.standard_1 div { overflow:hidden; }
.standard_1 div.gap_left { border-left-style:solid; border-left-width:1em; padding-left:0; }
.standard_1 div.gap_right { border-right-style:solid; border-right-width:1em; padding-right:0; }

/* div position horiz */
.standard_1 div.x_1 { position:relative; left:-1.00em; }
.standard_1 div.x_2 { position:relative; left:-0.75em; }
.standard_1 div.x_3 { position:relative; left:-0.50em; }
.standard_1 div.x_4 { position:relative; left:-0.25em; }
.standard_1 div.x_6 { position:relative; left:+0.25em; }
.standard_1 div.x_7 { position:relative; left:+0.50em; }
.standard_1 div.x_8 { position:relative; left:+0.75em; }
.standard_1 div.x_9 { position:relative; left:+1.00em; }

/* div position vertical */
.standard_1 div.y_1 { position:relative; top:-1.00em; }
.standard_1 div.y_2 { position:relative; top:-0.75em; }
.standard_1 div.y_3 { position:relative; top:-0.50em; }
.standard_1 div.y_4 { position:relative; top:-0.25em; }
.standard_1 div.y_6 { position:relative; top:+0.25em; }
.standard_1 div.y_7 { position:relative; top:+0.50em; }
.standard_1 div.y_8 { position:relative; top:+0.75em; }
.standard_1 div.y_9 { position:relative; top:+1.00em; }

/* div position relative. Use this to position a child div to the top-right within a parent div e.g. print-friendly link */
.standard_1 div.pos_relative { position:relative; }
.standard_1 div.pos_relative .pos_top { position:absolute; top:0; }
.standard_1 div.pos_relative .pos_right { position:absolute; right:0; }

/* div height */
.standard_1 div.h_0 { height:1em; }
.standard_1 div.h_1 { height:2em; }
.standard_1 div.h_2 { height:3em; }
.standard_1 div.h_3 { height:4em; }
.standard_1 div.h_4 { height:5em; }
.standard_1 div.h_5 { height:6em; }
.standard_1 div.h_6 { height:7em; }
.standard_1 div.h_7 { height:8em; }
.standard_1 div.h_8 { height:9em; }
.standard_1 div.h_9 { height:10em; }
.standard_1 div.h_A { height:11em; }
.standard_1 div.h_B { height:12em; }
.standard_1 div.h_C { height:13em; }
.standard_1 div.h_D { height:14em; }
.standard_1 div.h_E { height:15em; }
.standard_1 div.h_F { height:16em; }
.standard_1 div.h_G { height:17em; }
.standard_1 div.h_H { height:18em; }
.standard_1 div.h_I { height:19em; }
.standard_1 div.h_J { height:20em; }
.standard_1 div.h_K { height:21em; }
.standard_1 div.h_L { height:22em; }
.standard_1 div.h_M { height:23em; }
.standard_1 div.h_N { height:24em; }
.standard_1 div.h_O { height:25em; }
.standard_1 div.h_P { height:26em; }
.standard_1 div.h_Q { height:27em; }
.standard_1 div.h_R { height:28em; }
.standard_1 div.h_S { height:29em; }
.standard_1 div.h_T { height:30em; }

/* bulleted-list */
.standard_1 .bulleted { list-style-image:url("/brandhelper/brandedasset.aspx?src=/assets/BulletList.gif"); margin-left:2.6em; vertical-align:text-top; }
.standard_1 .bulleted li { margin-top:0.15em; width:auto; overflow:visible; padding:0; }

/** ordered-list **/
.standard_1 ol { list-style:none; margin-top:1.0em; }
.standard_1 ol li { clear:both; }
.standard_1 ol ol { margin-top:0; }

/* ordered-list label */
.standard_1 ol li label em { text-decoration:underline; font-style:normal; }	/* accesskey */
.standard_1 ol li label.left { text-align:left; }

/* label style left */
.standard_1 .label_style_left label { text-align:left; }

/* ordered-list label widths (default) */
.standard_1 ol li label { width:12em; }
.standard_1 ol.label_w_0 li label { width:2em; }
.standard_1 ol.label_w_1 li label { width:4em; }
.standard_1 ol.label_w_2 li label { width:6em; }
.standard_1 ol.label_w_3 li label { width:8em; }
.standard_1 ol.label_w_4 li label { width:10em; }
.standard_1 ol.label_w_5 li label { width:12em; }
.standard_1 ol.label_w_6 li label { width:14em; }
.standard_1 ol.label_w_7 li label { width:16em; }
.standard_1 ol.label_w_7A li label { width:17em; }
.standard_1 ol.label_w_8 li label { width:18em; }
.standard_1 ol.label_w_9 li label { width:20em; }
.standard_1 ol.label_w_A li label { width:25em; }
.standard_1 ol.label_w_B li label { width:30em; }
.standard_1 ol.label_w_C li label { width:35em; }
.standard_1 ol.label_w_D li label { width:40em; }
.standard_1 ol.label_w_E li label { width:45em; }
.standard_1 ol.label_w_25 li label { width:25%; position:relative; left:-1.00em; padding:0; }
.standard_1 ol.label_w_30 li label { width:30%; position:relative; left:-1.00em; padding:0; }
.standard_1 ol.label_w_100 li label { text-align:left; padding-bottom:0.5em; width:100%; }	/* position label directly above field */

/* ordered-list label widths (override) */
.standard_1 ol li label.w_0 { width:2em; }
.standard_1 ol li label.w_1 { width:4em; }
.standard_1 ol li label.w_2 { width:6em; }
.standard_1 ol li label.w_3 { width:8em; }
.standard_1 ol li label.w_4 { width:10em; }
.standard_1 ol li label.w_5 { width:12em; }
.standard_1 ol li label.w_6 { width:14em; }
.standard_1 ol li label.w_7 { width:16em; }
.standard_1 ol li label.w_8 { width:18em; }
.standard_1 ol li label.w_9 { width:20em; }
.standard_1 ol li label.w_A { width:20em; }
.standard_1 ol li label.w_B { width:25em; }
.standard_1 ol li label.w_C { width:30em; }
.standard_1 ol li label.w_D { width:35em; }
.standard_1 ol li label.w_E { width:40em; }

/* ordered-list paragraph-field */
.standard_1 ol li p { float:left; font-weight:normal; }

/* ordered-list paragraph-field widths (default) */
.standard_1 ol li p { width:7em; }
.standard_1 ol.field_w_1 li p { width:2em; }
.standard_1 ol.field_w_2 li p { width:3em; }
.standard_1 ol.field_w_3 li p { width:4em; }
.standard_1 ol.field_w_4 li p { width:5em; }
.standard_1 ol.field_w_5 li p { width:7em; }
.standard_1 ol.field_w_6 li p { width:9em; }
.standard_1 ol.field_w_7 li p { width:11em; }
.standard_1 ol.field_w_8 li p { width:13em; }
.standard_1 ol.field_w_9 li p { width:15em; }

/* ordered-list paragraph-field widths (override) */
.standard_1 ol li p.w_1 { width:2em; }
.standard_1 ol li p.w_2 { width:3em; }
.standard_1 ol li p.w_3 { width:4em; }
.standard_1 ol li p.w_4 { width:5em; }
.standard_1 ol li p.w_5 { width:7em; }
.standard_1 ol li p.w_6 { width:9em; }
.standard_1 ol li p.w_7 { width:11em; }
.standard_1 ol li p.w_8 { width:13em; }
.standard_1 ol li p.w_9 { width:15em; }

/* ordered-list element alignment */
.standard_1 ol.right li p { text-align:right; }

/* ordered-list ordered-sublist */
.standard_1 ol li ol { float:left; }
.standard_1 ol li ol li { padding:0; }


/** heading **/
.standard_1 h1,
.standard_1 h2,
.standard_1 h3,
.standard_1 h4,
.standard_1 h5 { font-weight:bold; margin:0; padding:0;}

/* heading alignment */
.standard_1 h1.right,
.standard_1 h2.right,
.standard_1 h3.right,
.standard_1 h4.right,
.standard_1 h5.right { text-align:right; }

/* heading anchor */
.standard_1 h1 a:hover,
.standard_1 h2 a:hover,
.standard_1 h3 a:hover,
.standard_1 h4 a:hover,
.standard_1 h5 a:hover { text-decoration:none; }

/* heading default font size */
.standard_1 h1 { font-size:1.5em; }
.standard_1 h2 { font-size:1.3em; }
.standard_1 h3 { font-size:1.2em; }
.standard_1 h4 { font-size:1.1em; }
.standard_1 h5 { font-size:1.0em; }
.standard_1 h6 { font-size:0.9em; }

/* h1 font size modifiers */
.standard_1 h1.size_6 { font-size:2.0em; }
.standard_1 h1.size_7 { font-size:2.5em; }
.standard_1 h1.size_8 { font-size:3.0em; }      /* 36pt */
.standard_1 h1.size_9 { font-size:3.5em; }
.standard_1 h1.size_Z { font-size:6.5em; }

/* h2 font size modifiers */
.standard_1 h2.size_6 { font-size:1.4em; }		
.standard_1 h2.size_7 { font-size:1.5em; }		
.standard_1 h2.size_8 { font-size:1.65em; }		
.standard_1 h2.size_9 { font-size:1.8em; }		
.standard_1 h2.size_A { font-size:1.95em; }		
.standard_1 h2.size_B { font-size:2.1em; }
.standard_1 h2.size_C { font-size:2.25em; }
.standard_1 h2.size_D { font-size:2.45em; }     /* 30pt */

/* h3 font size modifiers */
.standard_1 h3.size_3 { font-size:1.1em; }		
.standard_1 h3.size_7 { font-size:1.4em; }		
.standard_1 h3.size_E { font-size:2.0em; }      /* 24pt */

/* h4,5,6 font size modifiers */
.standard_1 h4.size_8 { font-size:1.4em; }		/* 16pt */
.standard_1 h5.size_9 { font-size:1.4em; }		/* 16pt */
.standard_1 h6.size_8 { font-size:1.2em; }		/* 14pt */


/* heading style 2: alternative font for headings */
.standard_1 .heading_style_2 h1,
.standard_1 .heading_style_2 h2,
.standard_1 .heading_style_2 h3,
.standard_1 .heading_style_2 h4,
.standard_1 .heading_style_2 h5 { font-weight:normal; font-family:Century Gothic, Helvetica, Arial; }


/**** standard classes ****/

/* breadcrumb  */
.standard_1 .breadcrumb { margin:0.25em; }
.standard_1 .breadcrumb .separator { padding:0 0.5em; }
.standard_1 .breadcrumb { font-size:1.3em; font-weight:bold; }
.standard_1 .breadcrumb li { list-style-type:none; float:left; }  
.standard_1 .breadcrumb li.first { list-style-image:none; }

/* pane_1 */
.standard_1 .pane_1 { padding:1em; overflow:hidden; }

/* pane_1 style 1: rounded corners, top and bottom */
.standard_1 .pane_style_1 .pane_1 { padding:0; }
.standard_1 .pane_style_1 .pane_1 .t { background:url(/assets/RuleLGreyDot.gif) 0 0 repeat-x; width:100%; }
.standard_1 .pane_style_1 .pane_1 .tl { background:url(/assets/RuleLGreyTL.gif) 0 0 no-repeat; }
.standard_1 .pane_style_1 .pane_1 .tr { background:url(/assets/RuleLGreyTR.gif) 100% 0 no-repeat; padding:10px; } 
.standard_1 .pane_style_1 .pane_1 .l { background:url(/assets/RuleLGreyDot.gif) 0 0 repeat-y; }
.standard_1 .pane_style_1 .pane_1 .r { background:url(/assets/RuleLGreyDot.gif) 100% 0 repeat-y; }
.standard_1 .pane_style_1 .pane_1 .b { background:url(/assets/RuleLGreyDot.gif) 0 100% repeat-x; }
.standard_1 .pane_style_1 .pane_1 .bl { background:url(/assets/RuleLGreyBL.gif) 0 100% no-repeat; }
.standard_1 .pane_style_1 .pane_1 .br { background:url(/assets/RuleLGreyBR.gif) 100% 100% no-repeat; }

/* pane_1 style 2: gradient background bottom-up */
.standard_1 .pane_style_2 .pane_1 { background:transparent url(/assets/LinkBoxBG.jpg) repeat-x scroll center bottom; }

/* pane_1 style 4: rounded corners, top-half only */
.standard_1 .pane_style_4 .pane_1 { padding:0; height:100%; }
.standard_1 .pane_style_4 .pane_1 .t { background:url(/assets/RuleLGreyDot.gif) 0 0 repeat-x; width:100%; }
.standard_1 .pane_style_4 .pane_1 .tl { background:url(/assets/RuleLGreyTL.gif) 0 0 no-repeat; }
.standard_1 .pane_style_4 .pane_1 .tr { background:url(/assets/RuleLGreyTR.gif) 100% 0 no-repeat; padding:10px; } 
.standard_1 .pane_style_4 .pane_1 .l { background:url(/assets/RuleLGreyDot.gif) 0 0 repeat-y; }
.standard_1 .pane_style_4 .pane_1 .r { background:url(/assets/RuleLGreyDot.gif) 100% 0 repeat-y; }

/* pane_1 style 5: rounded corners, bottom-half only */
.standard_1 .pane_style_5 .pane_1 { padding:0; height:100%; }
.standard_1 .pane_style_5 .pane_1 .tr { padding:10px; } 
.standard_1 .pane_style_5 .pane_1 .l { background:url(/assets/RuleLGreyDot.gif) 0 0 repeat-y; }
.standard_1 .pane_style_5 .pane_1 .r { background:url(/assets/RuleLGreyDot.gif) 100% 0 repeat-y; }
.standard_1 .pane_style_5 .pane_1 .b { background:url(/assets/RuleLGreyDot.gif) 0 100% repeat-x; width:100%; }
.standard_1 .pane_style_5 .pane_1 .bl { background:url(/assets/RuleLGreyBL.gif) 0 100% no-repeat; }
.standard_1 .pane_style_5 .pane_1 .br { background:url(/assets/RuleLGreyBR.gif) 100% 100% no-repeat; }

/* pane_1 style 6 */
.standard_1 .pane_style_6 .pane_1 h3 { font-style:normal; }

/* pane_1 style 7: lighter accent background */
.standard_1 .pane_style_7 .pane_1 .tl { background:url(/assets/Pane_Style7_TL.gif) 0 0 no-repeat; }
.standard_1 .pane_style_7 .pane_1 .tr { background:url(/assets/Pane_Style7_TR.gif) 100% 0 no-repeat; padding:10px; } 
.standard_1 .pane_style_7 .pane_1 .bl { background:url(/assets/Pane_Style7_BL.gif) 0 100% no-repeat; }
.standard_1 .pane_style_7 .pane_1 .br { background:url(/assets/Pane_Style7_BR.gif) 100% 100% no-repeat; }

/* pane_1 style 9: gradient background top-down */
.standard_1 .pane_style_9 .pane_1 { background:transparent url(/assets/BGHeadlineBox.jpg) repeat-x scroll center top; }

/* pane glyphs */
.standard_1 .pane_glyph_1 { position:relative; top:-1px; left:2em; }		/* speech-bubble triangle */


/* label styles */
.standard_1 .label_style_minor label { font-weight:normal; }
.standard_1 .label_style_major label { font-weight:bold; }

/* rule */
.standard_1 .rule_all { border-width:1px; border-style:solid; }
.standard_1 .rule_top { border-top-width:1px; border-top-style:solid; }
.standard_1 .rule_right { border-right-width:1px; border-right-style:solid; }
.standard_1 .rule_bottom { border-bottom-width:1px; border-bottom-style:solid; }
.standard_1 .rule_left { border-left-width:1px; border-left-style:solid; }
.standard_1 .rule_both { border-top-width:1px; border-top-style:solid; border-bottom-width:1px; border-bottom-style:solid; }

/* rule spacing */
.standard_1 .rule_both { margin:1em 0; padding:1em 0; }
.standard_1 .rule_top { margin-top:1em; padding-top:1em; }
.standard_1 .rule_bottom { margin-bottom:1em; padding-bottom:1em; }

/* text */
.standard_1 .uppercase { text-transform:uppercase; }


/**** form elements ****/
 
/** button **/
.standard_1 input[type="button"],
.standard_1 input[type="submit"] { font-family:arial, helvetica, sans-serif; border:1px solid; font-weight:bold; font-size:1em; background:url("/brandhelper/brandedasset.aspx?src=/assets/btn/btn_std.gif") repeat-x; cursor:pointer; }
.standard_1 input[type="button"] em,
.standard_1 input[type="submit"] em { text-decoration:underline; font-style:normal; }		/* accesskey */
.standard_1 input[type="button"].disabled,
.standard_1 input[type="submit"].disabled { cursor:text; }

/* button width */
.standard_1 input[type="button"], .standard_1 input[type="submit"] { width:5em; }
.standard_1 input[type="button"].w_1, .standard_1 input[type="submit"].w_1 { width:1em; }
.standard_1 input[type="button"].w_2, .standard_1 input[type="submit"].w_2 { width:2em; }
.standard_1 input[type="button"].w_3, .standard_1 input[type="submit"].w_3 { width:3em; }
.standard_1 input[type="button"].w_4, .standard_1 input[type="submit"].w_4 { width:4em; }
.standard_1 input[type="button"].w_5, .standard_1 input[type="submit"].w_5 { width:5em; }
.standard_1 input[type="button"].w_6, .standard_1 input[type="submit"].w_6 { width:6em; }
.standard_1 input[type="button"].w_7, .standard_1 input[type="submit"].w_7 { width:7em; }
.standard_1 input[type="button"].w_8, .standard_1 input[type="submit"].w_8 { width:8em; }
.standard_1 input[type="button"].w_9, .standard_1 input[type="submit"].w_9 { width:9em; }
.standard_1 input[type="button"].w_A, .standard_1 input[type="submit"].w_A { width:10em; }
.standard_1 input[type="button"].w_B, .standard_1 input[type="submit"].w_B { width:11em; }
.standard_1 input[type="button"].w_C, .standard_1 input[type="submit"].w_C { width:12em; }
.standard_1 input[type="button"].w_D, .standard_1 input[type="submit"].w_D { width:13em; }
.standard_1 input[type="button"].w_E, .standard_1 input[type="submit"].w_E { width:14em; }
.standard_1 input[type="button"].w_F, .standard_1 input[type="submit"].w_F { width:15em; }
.standard_1 input[type="button"].w_G, .standard_1 input[type="submit"].w_G { width:16em; }
.standard_1 input[type="button"].w_H, .standard_1 input[type="submit"].w_H { width:17em; }
.standard_1 input[type="button"].w_100, .standard_1 input[type="submit"].w_100 { width:100%; }

/* button height */
.standard_1 input[type="button"], .standard_1 input[type="submit"] { height:2.0em; }
.standard_1 input[type="button"].h_1, .standard_1 input[type="submit"].h_1 { height:1.25em; }
.standard_1 input[type="button"].h_3, .standard_1 input[type="submit"].h_3 { height:1.75em; }
.standard_1 input[type="button"].h_7, .standard_1 input[type="submit"].h_7 { height:2.25em; }
.standard_1 input[type="button"].h_8, .standard_1 input[type="submit"].h_8 { height:2.375em; }      /* 39px */
.standard_1 input[type="button"].h_9, .standard_1 input[type="submit"].h_9 { height:2.50em; }
.standard_1 input[type="button"].h_B, .standard_1 input[type="submit"].h_B { height:2.75em; }
.standard_1 input[type="button"].h_D, .standard_1 input[type="submit"].h_D { height:3.00em; }       /* 48px */
.standard_1 input[type="button"].h_100, .standard_1 input[type="submit"].h_100 { height:100%; }

/* button style 0: normal font */
.standard_1 input[type="button"].style_0,
.standard_1 input[type="submit"].style_0 { font-weight:normal; }

/* button style 1: right arrow */
.standard_1 input[type="button"].style_1,
.standard_1 input[type="submit"].style_1 { background:url("/brandhelper/brandedasset.aspx?src=/assets/btn/btn_std_arrow.gif") no-repeat right; }

/* button style 2: left red X */
.standard_1 input[type="button"].style_2,
.standard_1 input[type="submit"].style_2 { background:url("/brandhelper/brandedasset.aspx?src=/assets/btn/btn_style_2.gif") no-repeat left; text-align:right; }

/* button style 3: left green + */
.standard_1 input[type="button"].style_3,
.standard_1 input[type="submit"].style_3 { background:url("/brandhelper/brandedasset.aspx?src=/assets/btn/btn_style_3.gif") no-repeat left; text-align:right; }

/* button style 4: simulated anchor */
.standard_1 input[type="button"].style_4,
.standard_1 input[type="submit"].style_4 { background:transparent; border:0; padding:0; }

/* button style 5: accent background */
.standard_1 input[type="button"].style_5,
.standard_1 input[type="submit"].style_5 { border:1px solid; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:none; font-family:$font_family_3$; font-weight:bold; text-shadow:0 1px 0 #375705;}
.standard_1 input[type="button"].style_5:hover,
.standard_1 input[type="submit"].style_5:hover { text-shadow: 0 1px 1px #375705; }

/* button style left: text align left */
.standard_1 input[type="button"].style_left,
.standard_1 input[type="submit"].style_left { text-align:left; }


/* textbox (disabled/readonly) */
.standard_1 input[type="text"].disabled { cursor:default; }
.standard_1 input[readonly] { border-style:none; }

/* select list (disabled/readonly) */
.standard_1 select[disabled] { cursor:default; }
.standard_1 select[readonly] { border-style:none; }


/** fieldset **/
.standard_1 fieldset ol li { padding:0.3em 0; overflow:hidden; }
.standard_1 fieldset ol li div { overflow:visible; }
.standard_1 fieldset legend { font-size:1.2em; font-weight:bold; }

/* fieldset legend font-sizes */
.standard_1 fieldset legend.size_3 { font-size:1.0em; }
.standard_1 fieldset legend.size_4 { font-size:1.1em; }

/* ordered-list input-field */
.standard_1 ol li input { position:relative; top:-0.2em; }

/* ordered-list input-field widths (default) */
.standard_1 ol li input { width:7em; }
.standard_1 ol.field_w_1 li input { width:2em; }
.standard_1 ol.field_w_2 li input { width:3em; }
.standard_1 ol.field_w_3 li input { width:4em; }
.standard_1 ol.field_w_4 li input { width:5em; }
.standard_1 ol.field_w_5 li input { width:7em; }
.standard_1 ol.field_w_6 li input { width:9em; }
.standard_1 ol.field_w_7 li input { width:11em; }
.standard_1 ol.field_w_8 li input { width:13em; }
.standard_1 ol.field_w_9 li input { width:15em; }
.standard_1 ol.field_w_A li input { width:17em; }
.standard_1 ol.field_w_B li input { width:19em; }
.standard_1 ol.field_w_C li input { width:21em; }
.standard_1 ol.field_w_D li input { width:23em; }
.standard_1 ol.field_w_E li input { width:25em; }
.standard_1 ol.field_w_F li input { width:27em; }
.standard_1 ol.field_w_G li input { width:29em; }
.standard_1 ol.field_w_H li input { width:31em; }
.standard_1 ol.field_w_I li input { width:33em; }
.standard_1 ol.field_w_J li input { width:35em; }
.standard_1 ol.field_w_K li input { width:37em; }
.standard_1 ol.field_w_L li input { width:39em; }
.standard_1 ol.field_w_M li input { width:41em; }
.standard_1 ol.field_w_N li input { width:43em; }
.standard_1 ol.field_w_O li input { width:45em; }


/* ordered-list input-field widths (override) */
.standard_1 ol li input.w_0 { width:1em; }
.standard_1 ol li input.w_1 { width:2em; }
.standard_1 ol li input.w_2 { width:3em; }
.standard_1 ol li input.w_3 { width:4em; }
.standard_1 ol li input.w_4 { width:5em; }
.standard_1 ol li input.w_5 { width:7em; }
.standard_1 ol li input.w_6 { width:9em; }
.standard_1 ol li input.w_7 { width:11em; }
.standard_1 ol li input.w_8 { width:13em; }
.standard_1 ol li input.w_9 { width:15em; }
.standard_1 ol li input.w_A { width:17em; }
.standard_1 ol li input.w_B { width:19em; }
.standard_1 ol li input.w_C { width:21em; }
.standard_1 ol li input.w_D { width:23em; }
.standard_1 ol li input.w_E { width:25em; }
.standard_1 ol li input.w_F { width:27em; }
.standard_1 ol li input.w_G { width:29em; }
.standard_1 ol li input.w_H { width:31em; }
.standard_1 ol li input.w_I { width:33em; }
.standard_1 ol li input.w_J { width:35em; }
.standard_1 ol li input.w_K { width:37em; }
.standard_1 ol li input.w_L { width:39em; }
.standard_1 ol li input.w_M { width:41em; }
.standard_1 ol li input.w_N { width:43em; }
.standard_1 ol li input.w_O { width:45em; }

/* ordered-list selectbox-field widths (default) */
.standard_1 ol li select { width:7.3em; }
.standard_1 ol.field_w_1 li select { width:2.3em; }
.standard_1 ol.field_w_2 li select { width:3.3em; }
.standard_1 ol.field_w_3 li select { width:4.3em; }
.standard_1 ol.field_w_4 li select { width:5.3em; }
.standard_1 ol.field_w_5 li select { width:7.3em; }
.standard_1 ol.field_w_6 li select { width:9.3em; }
.standard_1 ol.field_w_7 li select { width:11.3em; }
.standard_1 ol.field_w_8 li select { width:13.3em; }
.standard_1 ol.field_w_9 li select { width:15.3em; }
.standard_1 ol.field_w_A li select { width:17.3em; }
.standard_1 ol.field_w_B li select { width:19.3em; }
.standard_1 ol.field_w_C li select { width:21.3em; }
.standard_1 ol.field_w_D li select { width:23.3em; }
.standard_1 ol.field_w_E li select { width:25.3em; }
.standard_1 ol.field_w_F li select { width:27.3em; }
.standard_1 ol.field_w_G li select { width:29.3em; }
.standard_1 ol.field_w_H li select { width:31.3em; }
.standard_1 ol.field_w_I li select { width:33.3em; }
.standard_1 ol.field_w_J li select { width:35.3em; }
.standard_1 ol.field_w_K li select { width:37.3em; }
.standard_1 ol.field_w_L li select { width:39.3em; }
.standard_1 ol.field_w_M li select { width:41.3em; }
.standard_1 ol.field_w_N li select { width:43.3em; }
.standard_1 ol.field_w_O li select { width:45.3em; }
.standard_1 ol.field_w_70 li select { width:70%; }
.standard_1 ol.field_w_75 li select { width:75%; }

/* ordered-list selectbox-field widths (override) */
.standard_1 ol li select.w_1 { width:2.3em; }
.standard_1 ol li select.w_2 { width:3.3em; }
.standard_1 ol li select.w_3 { width:4.3em; }
.standard_1 ol li select.w_4 { width:5.3em; }
.standard_1 ol li select.w_5 { width:7.3em; }
.standard_1 ol li select.w_6 { width:9.3em; }
.standard_1 ol li select.w_7 { width:11.3em; }
.standard_1 ol li select.w_8 { width:13.3em; }
.standard_1 ol li select.w_9 { width:15.3em; }
.standard_1 ol li select.w_A { width:17.3em; }
.standard_1 ol li select.w_B { width:19.3em; }
.standard_1 ol li select.w_C { width:21.3em; }
.standard_1 ol li select.w_D { width:23.3em; }
.standard_1 ol li select.w_E { width:25.3em; }
.standard_1 ol li select.w_F { width:27.3em; }
.standard_1 ol li select.w_G { width:29.3em; }
.standard_1 ol li select.w_H { width:31.3em; }
.standard_1 ol li select.w_I { width:33.3em; }
.standard_1 ol li select.w_J { width:35.3em; }
.standard_1 ol li select.w_K { width:37.3em; }
.standard_1 ol li select.w_L { width:39.3em; }
.standard_1 ol li select.w_M { width:41.3em; }
.standard_1 ol li select.w_N { width:43.3em; }
.standard_1 ol li select.w_O { width:45.3em; }

/* ordered-list read-only (paragraph) field widths (default) */
.standard_1 ol li p { width:7em; }
.standard_1 ol.field_w_1 li p { width:2em; }
.standard_1 ol.field_w_2 li p { width:3em; }
.standard_1 ol.field_w_3 li p { width:4em; }
.standard_1 ol.field_w_4 li p { width:5em; }
.standard_1 ol.field_w_5 li p { width:7em; }
.standard_1 ol.field_w_6 li p { width:9em; }
.standard_1 ol.field_w_7 li p { width:11em; }
.standard_1 ol.field_w_8 li p { width:13em; }
.standard_1 ol.field_w_9 li p { width:15em; }
.standard_1 ol.field_w_A li p { width:17em; }
.standard_1 ol.field_w_B li p { width:19em; }
.standard_1 ol.field_w_C li p { width:21em; }
.standard_1 ol.field_w_D li p { width:23em; }
.standard_1 ol.field_w_E li p { width:25em; }
.standard_1 ol.field_w_F li p { width:27em; }
.standard_1 ol.field_w_G li p { width:29em; }
.standard_1 ol.field_w_H li p { width:31em; }
.standard_1 ol.field_w_I li p { width:33em; }
.standard_1 ol.field_w_J li p { width:35em; }
.standard_1 ol.field_w_K li p { width:37em; }
.standard_1 ol.field_w_L li p { width:39em; }
.standard_1 ol.field_w_M li p { width:41em; }
.standard_1 ol.field_w_N li p { width:43em; }
.standard_1 ol.field_w_O li p { width:45em; }

/** ordered-list checkbox **/
.standard_1 ol li input[type="checkbox"] { position:static; width:1.2em; margin-left:-0.1em; }
.standard_1 ol li .checkbox { float:left; }
.standard_1 .checkbox label { display:inline; font-weight:normal; float:none; text-align:left; vertical-align:15%; }

/** ordered-list radio **/
.standard_1 ol li  input[type="radio"] { position:static; width:1.2em; margin-left:-0.1em; }
.standard_1 ol li .radio { float:left; }
.standard_1 .radio label { display:inline; font-weight:normal; float:none; text-align:left; vertical-align:15%; }

/** ordered-list span label **/
.standard_1 ol li span.label { vertical-align:top; }


	
/**** layouts ****/

/* ordered-list wrapped column layout */
.standard_1 ol.layout_flat li { clear:none; float:left; width:auto; margin-right:0.5em; }

/* ordered-list 1-column layout as default */
.standard_1 ol li { width:100%; }

/* ordered-list 2-column layout */
.standard_1 ol.layout_2col li { clear:none; width:50%; float:left; }
.standard_1 ol.layout_2col { clear:both; overflow:hidden; }

/* ordered-list 3-column layout */
.standard_1 ol.layout_3col li { clear:none; width:33.3%; float:left; }
.standard_1 ol.layout_3col { clear:both; overflow:hidden; }

/* ordered-list 4-column layout */
.standard_1 ol.layout_4col li { clear:none; width:24.9%; float:left; }
.standard_1 ol.layout_4col { clear:both; overflow:hidden; }

/* ordered-list 5-column layout */
.standard_1 ol.layout_5col li { clear:none; width:20%; float:left; }
.standard_1 ol.layout_5col { clear:both; overflow:hidden; }

/* 1,2,3,5-column layouts. */
/* Naming standard is .layout_XcolY where X = total no. columns, Y = actual column index */
/* Use width modifiers to override default (equal) widths */
/* Use 2 x 2col layout to make a 4 column layout */
/* Use 2 x 3col layout to make a 6 column layout */
.standard_1 .layout_1col1 { clear:both; width:100%; float:left; border:0; margin:0; padding:0; }
.standard_1 .layout_2col1 { clear:both; width:50%; float:left; border:0; margin:0; padding:0; }
.standard_1 .layout_2col2 { width:49.97%; float:right; border:0; margin:0; padding:0; }
.standard_1 .layout_3col1 { clear:both; width:33%; float:left; border:0; margin:0; padding:0; }
.standard_1 .layout_3col2 { width:33.97%; float:left; border:0; margin:0; padding:0; }
.standard_1 .layout_3col3 { width:33%; float:right; border:0; margin:0; padding:0; }
.standard_1 .layout_5col1 { clear:both; width:20%; float:left; border:0; margin:0; padding:0; }
.standard_1 .layout_5col2 { width:20%; float:left; border:0; margin:0; padding:0; }
.standard_1 .layout_5col3 { width:20%; float:left; border:0; margin:0; padding:0; }
.standard_1 .layout_5col4 { width:20%; float:left; border:0; margin:0; padding:0; }
.standard_1 .layout_5col5 { width:20%; float:left; border:0; margin:0; padding:0; }


/**** layout modifiers -- must come after standard layouts ****/

/* center */
.standard_1 div.center { margin-left:auto; margin-right:auto; }
.standard_1 div.center_all { text-align:center; }
.standard_1 div.center_all > a { margin-left:auto; margin-right:auto; }
.standard_1 div.center_all > p { margin-left:auto; margin-right:auto; }
.standard_1 div.center_all > div { margin-left:auto; margin-right:auto; }

/* left/right */
.standard_1 div.left { float:left; clear:none; }
.standard_1 div.right { float:right; clear:none; }
.standard_1 div.clear { clear:both; }
.standard_1 div.break { clear:both; height:0; }
.standard_1 a.left { float:left; clear:none; }
.standard_1 a.right { float:right; clear:none; }
.standard_1 button.right { float:right; clear:none; }
.standard_1 legend.left { float:left; clear:none; }
.standard_1 input.left { float:left; clear:none; }


/**** global modifiers ****/

/* spacing modifiers */
.standard_1 .border_0 { border:0; }
.standard_1 .padding_0 { padding:0; }
.standard_1 .margin_0 { margin:0; }

/* padding-top modifiers */
.standard_1 .padding_top { padding-top:1.00em; }
.standard_1 .padding_top_0 { padding-top:0.00em; }
.standard_1 .padding_top_1 { padding-top:0.10em; }
.standard_1 .padding_top_2 { padding-top:0.25em; }
.standard_1 .padding_top_3 { padding-top:0.50em; }
.standard_1 .padding_top_4 { padding-top:0.75em; }
.standard_1 .padding_top_5 { padding-top:1.00em; }
.standard_1 .padding_top_6 { padding-top:1.25em; }
.standard_1 .padding_top_7 { padding-top:1.50em; }
.standard_1 .padding_top_8 { padding-top:1.75em; }
.standard_1 .padding_top_9 { padding-top:2.00em; }
.standard_1 .padding_top_A { padding-top:2.25em; }
.standard_1 .padding_top_B { padding-top:2.50em; }
.standard_1 .padding_top_C { padding-top:2.75em; }
.standard_1 .padding_top_D { padding-top:3.00em; }
.standard_1 .padding_top_E { padding-top:3.25em; }
.standard_1 .padding_top_F { padding-top:3.50em; }

/* padding-bottom modifiers */
.standard_1 .padding_bottom { padding-bottom:1.00em; }
.standard_1 .padding_bottom_0 { padding-bottom:0.00em; }
.standard_1 .padding_bottom_1 { padding-bottom:0.10em; }
.standard_1 .padding_bottom_2 { padding-bottom:0.25em; }
.standard_1 .padding_bottom_3 { padding-bottom:0.50em; }
.standard_1 .padding_bottom_4 { padding-bottom:0.75em; }

/* padding-left modifiers */
.standard_1 .padding_left { padding-left:1.00em; }
.standard_1 .padding_left_0 { padding-left:0.00em; }
.standard_1 .padding_left_1 { padding-left:0.10em; }
.standard_1 .padding_left_2 { padding-left:0.25em; }
.standard_1 .padding_left_3 { padding-left:0.50em; }
.standard_1 .padding_left_4 { padding-left:0.75em; }
.standard_1 .padding_left_5 { padding-left:1.00em; }
.standard_1 .padding_left_6 { padding-left:1.25em; }
.standard_1 .padding_left_7 { padding-left:1.50em; }
.standard_1 .padding_left_8 { padding-left:1.75em; }
.standard_1 .padding_left_9 { padding-left:2.00em; }

/* padding-right modifiers */
.standard_1 .padding_right { padding-right:1.00em; }
.standard_1 .padding_right_0 { padding-right:0.00em; }

/* margin-top modifiers */
.standard_1 .margin_top { margin-top:1.00em; }
.standard_1 .margin_top_0 { margin-top:0.00em; }
.standard_1 .margin_top_1 { margin-top:0.10em; }
.standard_1 .margin_top_2 { margin-top:0.25em; }
.standard_1 .margin_top_3 { margin-top:0.50em; }
.standard_1 .margin_top_4 { margin-top:0.75em; }
.standard_1 .margin_top_5 { margin-top:1.00em; }
.standard_1 .margin_top_6 { margin-top:1.25em; }
.standard_1 .margin_top_7 { margin-top:1.50em; }
.standard_1 .margin_top_8 { margin-top:1.75em; }
.standard_1 .margin_top_9 { margin-top:2.00em; }

/* margin-bottom modifiers */
.standard_1 .margin_bottom { margin-bottom:1.00em; }
.standard_1 .margin_bottom_0 { margin-bottom:0.00em; }

/* margin-left modifiers */
.standard_1 .margin_left { margin-left:1.00em; }
.standard_1 .margin_left_0 { margin-left:0.00em; }
.standard_1 .margin_left_1 { margin-left:0.10em; }
.standard_1 .margin_left_2 { margin-left:0.25em; }
.standard_1 .margin_left_3 { margin-left:0.50em; }
.standard_1 .margin_left_4 { margin-left:0.75em; }
.standard_1 .margin_left_5 { margin-left:1.00em; }
.standard_1 .margin_left_6 { margin-left:1.25em; }
.standard_1 .margin_left_7 { margin-left:1.50em; }
.standard_1 .margin_left_8 { margin-left:1.75em; }
.standard_1 .margin_left_9 { margin-left:2.00em; }

/* margin-right modifiers */
.standard_1 .margin_right { margin-right:1.00em; }
.standard_1 .margin_right_0 { margin-right:0.00em; }

/* font size modifiers */
.standard_1 .size_1 { font-size:0.80em; }
.standard_1 .size_2 { font-size:0.85em; }
.standard_1 .size_3 { font-size:0.90em; }
.standard_1 .size_4 { font-size:0.95em; }
.standard_1 .size_6 { font-size:1.05em; }
.standard_1 .size_7 { font-size:1.10em; }
.standard_1 .size_8 { font-size:1.15em; }
.standard_1 .size_9 { font-size:1.20em; }
.standard_1 .size_A { font-size:1.25em; }
.standard_1 .size_B { font-size:1.30em; }
.standard_1 .size_C { font-size:1.35em; }
.standard_1 .size_D { font-size:1.40em; }
.standard_1 .size_E { font-size:1.45em; }
.standard_1 .size_F { font-size:1.50em; }
.standard_1 .size_G { font-size:1.55em; }
.standard_1 .size_H { font-size:1.60em; }
.standard_1 .size_I { font-size:1.65em; }

/* width modifiers -- must come after standard layouts */
.standard_1 .w_05 { width:5%; }
.standard_1 .w_06 { width:6%; }
.standard_1 .w_07 { width:7%; }
.standard_1 .w_08 { width:8%; }
.standard_1 .w_09 { width:9%; }
.standard_1 .w_10 { width:10%; }
.standard_1 .w_11 { width:11%; }
.standard_1 .w_12 { width:12%; }
.standard_1 .w_13 { width:13%; }
.standard_1 .w_14 { width:14%; }
.standard_1 .w_15 { width:15%; }
.standard_1 .w_20 { width:20%; }
.standard_1 .w_21 { width:21%; }
.standard_1 .w_22 { width:22%; }
.standard_1 .w_23 { width:23%; }
.standard_1 .w_24 { width:24%; }
.standard_1 .w_25 { width:25%; }
.standard_1 .w_30 { width:30%; }
.standard_1 .w_33 { width:33%; }
.standard_1 .w_35 { width:35%; }
.standard_1 .w_38 { width:38%; }
.standard_1 .w_39 { width:39%; }
.standard_1 .w_40 { width:40%; }
.standard_1 .w_41 { width:41%; }
.standard_1 .w_42 { width:42%; }
.standard_1 .w_43 { width:43%; }
.standard_1 .w_44 { width:44%; }
.standard_1 .w_45 { width:45%; }
.standard_1 .w_46 { width:46%; }
.standard_1 .w_47 { width:47%; }
.standard_1 .w_48 { width:48%; }
.standard_1 .w_49 { width:49%; }
.standard_1 .w_50 { width:50%; }
.standard_1 .w_51 { width:51%; }
.standard_1 .w_52 { width:52%; }
.standard_1 .w_53 { width:53%; }
.standard_1 .w_54 { width:54%; }
.standard_1 .w_55 { width:55%; }
.standard_1 .w_56 { width:56%; }
.standard_1 .w_57 { width:57%; }
.standard_1 .w_58 { width:58%; }
.standard_1 .w_59 { width:59%; }
.standard_1 .w_60 { width:60%; }
.standard_1 .w_65 { width:65%; }
.standard_1 .w_67 { width:67%; }
.standard_1 .w_70 { width:70%; }
.standard_1 .w_71 { width:71%; }
.standard_1 .w_72 { width:72%; }
.standard_1 .w_73 { width:73%; }
.standard_1 .w_74 { width:74%; }
.standard_1 .w_75 { width:75%; }
.standard_1 .w_76 { width:76%; }
.standard_1 .w_77 { width:77%; }
.standard_1 .w_78 { width:78%; }
.standard_1 .w_79 { width:79%; }
.standard_1 .w_80 { width:80%; }
.standard_1 .w_85 { width:85%; }
.standard_1 .w_90 { width:90%; }
.standard_1 .w_95 { width:95%; }
.standard_1 .w_96 { width:96%; }
.standard_1 .w_97 { width:97%; }
.standard_1 .w_98 { width:98%; }
.standard_1 .w_99 { width:99%; }
.standard_1 .w_100 { width:100%; }

/* minimum widths */
.standard_1 .min_w_10 { min-width:10em; }
.standard_1 .min_w_20 { min-width:20em; }
.standard_1 .min_w_30 { min-width:30em; }
.standard_1 .min_w_40 { min-width:40em; }
.standard_1 .min_w_50 { min-width:50em; }
.standard_1 .min_w_60 { min-width:60em; }
.standard_1 .min_w_70 { min-width:70em; }

/* height modifiers -- must come after standard layouts */
.standard_1 .h_10 { height:10%; }
.standard_1 .h_20 { height:20%; }
.standard_1 .h_30 { height:30%; }
.standard_1 .h_40 { height:40%; }
.standard_1 .h_50 { height:50%; }
.standard_1 .h_60 { height:60%; }
.standard_1 .h_70 { height:70%; }
.standard_1 .h_80 { height:80%; }
.standard_1 .h_90 { height:90%; }
.standard_1 .h_100 { height:100%; }
.standard_1 .h_200 { height:200%; }

/* visibility/presence modifiers */
.standard_1 .hidden { visibility:hidden; }
.standard_1 .absent { display:none; }
.standard_1 .offscreen { position:absolute; left:-999em; top:auto; width:1px; height:1px; overflow:hidden;}

/***** standard_1/screen/colour.css *****/
/* standard_1/screen/colour.css
 *
 * Contains standard_1 screen colour styles
 *
 */
 

/** core html elements **/

/* anchor */
.standard_1 a {	color:#090; }
.standard_1 a:focus { border-color:#000; }

/* anchor style 1: default button style */
.standard_1 a.style_1 { border-color:#aaa #666 #666 #aaa; color:#282848; }
.standard_1 a.style_1:hover { border-color:#090; }

/* anchor style 2: right arrow button style */
.standard_1 a.style_2 { border-color:#aaa #666 #666 #aaa; color:#282848; }
.standard_1 a.style_2:hover { border-color:#090; }

/* anchor style 5: accent background button style */
.standard_1 a.style_5 { color:#fff; border-color:#477009; background-color:#090; background-image:-moz-linear-gradient(center bottom, rgb(86,137,11) 0%, rgb(147,207,56) 100%);/* Firefox */ background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(86,137,11)), color-stop(1, rgb(147,207,56))); /* Chrome/ium, Safari, iPhone, iPad, Android, Flock, etc. */ }
.standard_1 a.style_5:hover { background-color:#3d5d17; background-image:-moz-linear-gradient(center bottom, rgb(104,145,48) 0%, rgb(61,93,23) 100%);/* Firefox */ background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(104,145,48)), color-stop(1, rgb(61,93,23))); /* Chrome, etc */ }

/* importance */
.standard_1 .accent { color:#090; }
.standard_1 .alert { color:#f00; }
.standard_1 .major { color:#000; }
.standard_1 .minor_3 { color:#333; }
.standard_1 .minor { color:#666; }
.standard_1 .minor_7 { color:#999; }

/* div */
.standard_1 div { border-color:#999; }
.standard_1 div.gap_left { border-color:#fff; }
.standard_1 div.gap_right { border-color:#fff; }

/* heading style accent */
.standard_1 .heading_style_accent h1,
.standard_1 .heading_style_accent h2,
.standard_1 .heading_style_accent h3,
.standard_1 .heading_style_accent h4,
.standard_1 .heading_style_accent h5 { color:#090; }

/* button */
.standard_1 button,
.standard_1 input[type="button"],
.standard_1 input[type="submit"] { border-color:#aaa #666 #666 #aaa; color:#282848; }

.standard_1 button.alert,
.standard_1 input[type="button"].alert,
.standard_1 input[type="submit"].alert { color:#f00; }

.standard_1 button[disabled],
.standard_1 input[type="button"].disabled,
.standard_1 input[type="submit"].disabled { color:#aaa; border-color:#aaa #666 #666 #aaa; }

.standard_1 button:hover,
.standard_1 input[type="button"]:hover,
.standard_1 input[type="submit"]:hover { border-color:#090; }

.standard_1 button[disabled]:hover,
.standard_1 input[type="button"].disabled:hover,
.standard_1 input[type="submit"].disabled:hover { border-color:#aaa #666 #666 #aaa; }

/* button style 4: simulated anchor */
.standard_1 input[type="button"].style_4,
.standard_1 input[type="submit"].style_4 { color:#090; }
.standard_1 .minor input[type="button"].style_4,
.standard_1 .minor input[type="submit"].style_4 { color:#666; }

/** button **/
.standard_1 input[type="button"].style_5,
.standard_1 input[type="submit"].style_5 { color:#fff; border-color:#477009; background-color:#090; background-image:-moz-linear-gradient(center bottom, rgb(86,137,11) 0%, rgb(147,207,56) 100%);/* Firefox */ background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(86,137,11)), color-stop(1, rgb(147,207,56))); /* Chrome/ium, Safari, iPhone, iPad, Android, Flock, etc. */ }
.standard_1 input[type="button"].style_5:hover,
.standard_1 input[type="submit"].style_5:hover { background-color:#3d5d17; background-image:-moz-linear-gradient(center bottom, rgb(104,145,48) 0%, rgb(61,93,23) 100%);/* Firefox */ background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(104,145,48)), color-stop(1, rgb(61,93,23))); /* Chrome, etc */ }


/* fieldset legend style accent */
.standard_1 legend.accent { color:#090; }
.standard_1 .heading_style_accent legend { color:#090; }

/* textbox (disabled/readonly) */
.standard_1 input[type="text"].disabled { background-color:#ddd; }

/* select list (disabled) */
.standard_1 select[disabled] { background-color:#efefef; }


/** classes **/

/* breadcrumb */
.standard_1 .breadcrumb { color:#666; }
.standard_1 .breadcrumb .separator { color:#999; }

/* pane_1 */
.standard_1 .pane_1 { border-color:#999; background-color:#efefef; }
.standard_1 .pane_1 div.gap_left { border-color:#efefef; }
.standard_1 .pane_1 div.gap_right { border-color:#efefef; }
.standard_1 .pane_1 input[readonly] { background-color:#efefef; }
.standard_1 .pane_1 select[readonly] { background-color:#efefef; }

/* pane_1 style 1: rounded corners */
.standard_1 .pane_style_1 .pane_1 .t { background-color:#eee; }

/* pane_1 style 2: gradient background */
.standard_1 .pane_style_2 .pane_1 { background-color:#fff; }
.standard_1 .pane_style_2 .pane_1 .rule_right { border-right-color:#ddd; }
.standard_1 .pane_style_2 .pane_1 .rule_top { border-top-color:#ddd; }

/* pane_1 style 3: white background */
.standard_1 .pane_style_3 .pane_1,
.standard_1 .pane_style_6 .pane_style_3 .pane_1 { background-color:#fff; }
.standard_1 .pane_style_12 .pane_style_3 .pane_1 p,
.standard_1 .pane_style_12 .pane_style_3 .pane_1 h1,
.standard_1 .pane_style_12 .pane_style_3 .pane_1 h2,
.standard_1 .pane_style_12 .pane_style_3 .pane_1 h3 { color:#000; }

.standard_1 .pane_style_3 .pane_1 div.gap_left { border-color:#fff; }
.standard_1 .pane_style_3 .pane_1 div.gap_right { border-color:#fff; }
.standard_1 .pane_style_3 .pane_1 input[readonly] { background-color:#fff; }
.standard_1 .pane_style_3 .pane_1 select[readonly] { background-color:#fff; }
.standard_1 .pane_style_3 .pane_1 .rule_right { border-right-color:#ddd; }
.standard_1 .pane_style_3 .pane_1 .rule_top { border-top-color:#ddd; }
.standard_1 .pane_style_3 .pane_1 .rule_style_accent .rule_right { border-right-color:#090; }
.standard_1 .pane_style_3 .pane_1 .rule_style_accent .rule_top { border-top-color:#090; }


/* pane_1 style 6: lightest accent background */
.standard_1 .pane_style_6 .pane_1,
.standard_1 .pane_style_3 .pane_style_6 .pane_1,
.standard_1 .pane_style_10 .pane_style_6 .pane_1,
.standard_1 .pane_style_6 .pane_style_3 .pane_style_6 .pane_1 { background-color:#EBF5E7; }

/* pane_1 style 7: lighter accent background */
.standard_1 .pane_style_7 .pane_1 { background-color:#72BD5F; }
.standard_1 .pane_style_7 .pane_1 a { color:#fff }
.standard_1 .pane_style_7 .pane_1 h1,
.standard_1 .pane_style_7 .pane_1 h2,
.standard_1 .pane_style_7 .pane_1 h3,
.standard_1 .pane_style_7 .pane_1 h4,
.standard_1 .pane_style_7 .pane_1 h5 { color:#fff; }

/* pane_1 style 8: normal accent background */
.standard_1 .pane_style_8 .pane_1 { background-color:#090; }
.standard_1 .pane_style_8 .pane_1 p { color:#ddd; }
.standard_1 .pane_style_8 .pane_1 a { color:#ddd; }
.standard_1 .pane_style_8 .pane_1 h1,
.standard_1 .pane_style_8 .pane_1 h2,
.standard_1 .pane_style_8 .pane_1 h3,
.standard_1 .pane_style_8 .pane_1 h4,
.standard_1 .pane_style_8 .pane_1 h5 { color:#fff; }

/* pane_1 style 10: alternative accent background */
.standard_1 .pane_style_10 .pane_1 { background-color:#696; }
.standard_1 .pane_style_10 .pane_1 p,
.standard_1 .pane_style_10 .pane_1 a { color:#fff; }
.standard_1 .pane_style_10 .pane_1 h1,
.standard_1 .pane_style_10 .pane_1 h2,
.standard_1 .pane_style_10 .pane_1 h3,
.standard_1 .pane_style_10 .pane_1 h4,
.standard_1 .pane_style_10 .pane_1 h5 { color:#fff; }

/* pane_1 style 11: mid-grey background */
.standard_1 .pane_style_11 .pane_1 { background-color:#afaeae; }
.standard_1 .pane_style_11 .pane_1 p { color:#fff; }
.standard_1 .pane_style_11 .pane_1 a { color:#fff; }
.standard_1 .pane_style_11 .pane_1 h1,
.standard_1 .pane_style_11 .pane_1 h2,
.standard_1 .pane_style_11 .pane_1 h3,
.standard_1 .pane_style_11 .pane_1 h4,
.standard_1 .pane_style_11 .pane_1 h5 { color:#fff; }

/* pane_1 style 12: very dark-grey background */
.standard_1 .pane_style_12 .pane_1, .standard_1 .pane_style_6 .pane_style_12 .pane_1 { background-color:#333; }
.standard_1 .pane_style_12 .pane_1 a,
.standard_1 .pane_style_12 .pane_1 p { color:#fff; }
.standard_1 .pane_style_12 .pane_1 h1, .standard_1 .pane_style_6 .pane_style_12 .pane_1 h1,
.standard_1 .pane_style_12 .pane_1 h2, .standard_1 .pane_style_6 .pane_style_12 .pane_1 h1,
.standard_1 .pane_style_12 .pane_1 h3, .standard_1 .pane_style_6 .pane_style_12 .pane_1 h1,
.standard_1 .pane_style_12 .pane_1 h4, .standard_1 .pane_style_6 .pane_style_12 .pane_1 h1,
.standard_1 .pane_style_12 .pane_1 h5, .standard_1 .pane_style_6 .pane_style_12 .pane_1 h1 { color:#fff; }


/* pane_1 style 0: default */
.standard_1 .pane_style_0 .pane_1 { border-color:#999; background-color:#efefef; }

/* rule */
.standard_1 .rule_both { border-top-color:#999; border-bottom-color:#999; }
.standard_1 .rule_top { border-color:#999; }
.standard_1 .rule_bottom { border-color:#999; }

/* rule style minor */
.standard_1 .rule_style_minor .rule_all { border-color:#ddd; }
.standard_1 .rule_style_minor .rule_both { border-top-color:#ddd; border-bottom-color:#ddd; }
.standard_1 .rule_style_minor .rule_top { border-top-color:#ddd; }
.standard_1 .rule_style_minor .rule_right { border-right-color:#ddd; }
.standard_1 .rule_style_minor .rule_left { border-left-color:#ddd; }
.standard_1 .rule_style_minor .rule_bottom { border-bottom-color:#ddd; }

/* rule style accent */
.standard_1 .rule_style_accent .rule_all { border-color:#090; }
.standard_1 .rule_style_accent .rule_both { border-top-color:#090; border-bottom-color:#090; }
.standard_1 .rule_style_accent .rule_top { border-top-color:#090; }
.standard_1 .rule_style_accent .rule_right { border-right-color:#090; }
.standard_1 .rule_style_accent .rule_left { border-left-color:#090; }
.standard_1 .rule_style_accent .rule_bottom { border-bottom-color:#090; }

/* rule style accent_2 */
.standard_1 .rule_style_accent_2 .rule_all { border-color:#696; }
.standard_1 .rule_style_accent_2 .rule_both { border-top-color:#696; border-bottom-color:#696; }
.standard_1 .rule_style_accent_2 .rule_top { border-top-color:#696; }
.standard_1 .rule_style_accent_2 .rule_right { border-right-color:#696; }
.standard_1 .rule_style_accent_2 .rule_left { border-left-color:#696; }
.standard_1 .rule_style_accent_2 .rule_bottom { border-bottom-color:#696; }

/* rule style accent_3 */
.standard_1 .rule_style_accent_3 .rule_all { border-color:#72BD5F; }
.standard_1 .rule_style_accent_3 .rule_both { border-top-color:#72BD5F; border-bottom-color:#72BD5F; }
.standard_1 .rule_style_accent_3 .rule_top { border-top-color:#72BD5F; }
.standard_1 .rule_style_accent_3 .rule_right { border-right-color:#72BD5F; }
.standard_1 .rule_style_accent_3 .rule_left { border-left-color:#72BD5F; }
.standard_1 .rule_style_accent_3 .rule_bottom { border-bottom-color:#72BD5F; }


/***** standard_1/screen/custom.css *****/
/* standard_1/screen/custom.css
 *
 * Contains standard_1 screen custom styles for ALL applications
 *
 */

.standard_1 .report_viewer td { vertical-align: middle; }            /* undo reset.css */
/***** /stylesheets.app/standard_1/screen/custom.css *****/
/* StyleSheets.App/standard_1/screen/custom.css
 *
 * Contains standard_1 screen custom styles for *NEWPWS* application only
 *
 */

/* get adobe reader icon */
.standard_1 a.custom_app__get_adobe_reader { display:block; width:70px; height:27px; background:url('/assets/IconGetAdobe2.gif') top left no-repeat; padding-bottom:5px; }

/***** standard_2/screen/tabmenu/core.css *****/
/* File d:\inetpub\cofd\newpws\root\\Stylesheets\standard_2\screen\tabmenu\core.css doesn't exist on disk! */
/***** standard_2/screen/tabmenu/colour.css *****/
/* File d:\inetpub\cofd\newpws\root\\Stylesheets\standard_2\screen\tabmenu\colour.css doesn't exist on disk! */
/***** standard_2/screen/core.css *****/
/* standard_2/screen/core.css
 *
 * Contains standard_2 screen core styles
 *
 */

/* font */

/**** core html elements ****/

/* anchor style 1: default button style */

/* bulleted-list */
/*

/* heading style 2 */


/**** standard classes ****/

/* pane_1 style 1: rounded corners, top and bottom */

/* pane_1 style 4: rounded corners, top-half only */

/* pane_1 style 5: rounded corners, bottom-half only */


/**** form elements ****/
 
/** button **/

/* button style 4: simulated anchor */

/***** standard_2/screen/colour.css *****/
/* standard_2/screen/colour.css
 *
 * Contains standard_2 screen colour styles
 *
 */

/** classes **/

/* pane_1 style 7: lighter accent background */


.ValidatorError { font-family: "Lucida Grande", "Lucida Sans", Lucida, Tahoma, Arial, sans-serif ; }
.standard_2 div.menu_1 ul li:hover ul li a:hover,.standard_2 div.menu_1 ul li.last:hover ul li a:hover,.standard_2 div.menu_1 ul li.laston:hover ul li a:hover { color:#fff; background-color:#690; border-color:#ccc; }
.standard_2 div.menu_2 ul li a { color:#690; }
.standard_2 div.menu_2 ul li ul li a { color:#690; background-color:#fff; border-bottom-color:#eee; }
.standard_2 div.menu_2 ul li.on ul li a { color:#690; background-color:#fff; }
.standard_2 div.menu_style_1 div.menu_2 ul li.first { color:#fff; background-color:#690; }
.standard_2 div.menu_style_1 div.menu_2 ul li.last { color:#690; background-color:#efefef; }
.standard_2 div.menu_style_4 div.menu_2 ul li a,.standard_2 div.menu_style_4 div.menu_2>ul>li p { border-bottom-color:#fff; color:#fff; background-color:#690; }
.standard_2 div.menu_style_4 div.menu_2>ul li a:hover,.standard_2 div.menu_style_4 div.menu_2 ul li p:hover { color:#fff; background-color:#690; }
.standard_2 div.menu_style_4 div.menu_2 ul li.on a,.standard_2 div.menu_style_4 div.menu_2 ul li.on p { color:#fff; background-color:#690; }
.standard_2 div.menu_style_4 div.menu_2 ul li ul li a { color:#690; background-color:#fff; border-bottom-color:#eee; }
.standard_2 div.menu_style_4 div.menu_2 ul li.on ul li a { color:#690; background-color:#fff; }
.standard_2 div.menu_style_2 div.menu_3 li.first { color:#690; }
.standard_2 .heading_style_2 .table_2 caption { font-family:Georgia, "Times New Roman", Times, serif; }
.standard_2 .table_1 em { color:#690; }
.standard_2 .table_style_1 .table_1 thead tr { background-color:#690; color:#fff; }
.standard_2 .table_style_2 .table_1 tbody tr:hover { color: #690; }
.standard_2 .table_style_2 .table_1 tbody tr:hover a { color: #690; }
.standard_2 .table_2 caption { border-bottom-color:#e4e4cf; }
.standard_2 .heading_style_accent .table_2 caption { color:#690; }
.standard_2 .table_2 tr.last td { border-bottom-color:#e4e4cf; }
.standard_2 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li div a:hover { color:#690; }
.standard_2 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li.on div a { color:#690; }
.standard_2 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li.on div p { color:#690; }
.standard_2 .tabmenu_style_2 div.tabmenu_1 div.tabmenu_main li input[type="submit"].style_4:hover { color:#690; }
.standard_2 div.tabmenu_4 ul li.on { background-color:#f1f1e6; border-bottom-color:#f1f1e6; }
.standard_2 div.tabmenu_4 ul li.firston { background-color:#f1f1e6; border-bottom-color:#f1f1e6; }
.standard_2 div.tabmenu_4 ul li.laston { background-color:#f1f1e6; border-bottom-color:#f1f1e6; }
.standard_2 div.tabmenu_5 ul li.on, .standard_2 .pane_style_12 div.tabmenu_5 ul li.on { background:#f1f1e6; }
.standard_2 .tabmenu_style_1 .tabmenu_5 ul li.on,.standard_2 .pane_style_12 .tabmenu_style_1 .tabmenu_5 ul li.on { background:#e4e4cf; }
.standard_2 div.calendar_1 .nav { background-color: #f1f1e6; }
.standard_2 div.calendar_1 thead .title { background-color: #f1f1e6; }
.standard_2 div.calendar_1 thead .name { background-color: #f1f1e6; }
.standard_2 div.calendar_1 .button { background-color: #f1f1e6; }
.standard_2 div.calendar_1 thead .weekend { color: #690; }
.standard_2 div.calendar_1 thead .daynames { background-color: #f1f1e6; }
.standard_2 div.calendar_1 thead .hilite { color: #fff; background-color: #690; }
.standard_2 div.calendar_1 thead .active { background-color: #690; }
.standard_2 div.calendar_1 tbody .rowhilite td { background-color: #f1f1e6; }
.standard_2 div.calendar_1 tbody td.weekend { color: #690; }
.standard_2 div.calendar_1 tbody td.active { background-color: #690; }
.standard_2 div.calendar_1 tbody td.selected { color: #fff; background-color: #690; }
.standard_2 div.calendar_1 tfoot .ttip { color: #fff; background-color: #690; }
.standard_2 div.calendar_1 .combo .hilite { color: #fff; background-color: #690; }
.standard_2 div.calendar_1 td.time span.hilite { color: #fff; background-color: #690; }
.standard_2 div.calendar_1 td.time span.active { color: #fff; background-color: #690; }
.standard_2 { font-family:"Lucida Grande", "Lucida Sans", Lucida, Tahoma, Arial, sans-serif; font-size:75%; }
.standard_2 .font_2 { font-family:Georgia, "Times New Roman", Times, serif; }		/* alternative font */
.standard_2 a.style_5 { height:1.5em; padding:0.15em 1em; border:1px solid; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:none; font-family:"Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif; font-weight:bold; text-shadow:0 1px 0 #375705; text-align:center; }
.standard_2 .heading_style_2 h1,.standard_2 .heading_style_2 h2,.standard_2 .heading_style_2 h3,.standard_2 .heading_style_2 h4,.standard_2 .heading_style_2 h5 { font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; }
.standard_2 input[type="button"],.standard_2 input[type="submit"] { font-family:"Lucida Grande", "Lucida Sans", Lucida, Tahoma, Arial, sans-serif; border:1px solid; font-weight:bold; font-size:1em; background:url("/brandhelper/brandedasset.aspx?src=/assets/btn/btn_std.gif") repeat-x; cursor:pointer; }
.standard_2 input[type="button"].style_5,.standard_2 input[type="submit"].style_5 { border:1px solid; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:none; font-family:"Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif; font-weight:bold; text-shadow:0 1px 0 #375705;}
.standard_2 a {	color:#690; }
.standard_2 a.style_1:hover { border-color:#690; }
.standard_2 a.style_2:hover { border-color:#690; }
.standard_2 a.style_5 { color:#fff; border-color:#477009; background-color:#690; background-image:-moz-linear-gradient(center bottom, rgb(86,137,11) 0%, rgb(147,207,56) 100%);/* Firefox */ background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(86,137,11)), color-stop(1, rgb(147,207,56))); /* Chrome/ium, Safari, iPhone, iPad, Android, Flock, etc. */ }
.standard_2 .accent { color:#690; }
.standard_2 .heading_style_accent h1,.standard_2 .heading_style_accent h2,.standard_2 .heading_style_accent h3,.standard_2 .heading_style_accent h4,.standard_2 .heading_style_accent h5 { color:#690; }
.standard_2 button:hover,.standard_2 input[type="button"]:hover,.standard_2 input[type="submit"]:hover { border-color:#690; }
.standard_2 input[type="button"].style_4,.standard_2 input[type="submit"].style_4 { color:#690; }
.standard_2 input[type="button"].style_5,.standard_2 input[type="submit"].style_5 { color:#fff; border-color:#477009; background-color:#690; background-image:-moz-linear-gradient(center bottom, rgb(86,137,11) 0%, rgb(147,207,56) 100%);/* Firefox */ background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(86,137,11)), color-stop(1, rgb(147,207,56))); /* Chrome/ium, Safari, iPhone, iPad, Android, Flock, etc. */ }
.standard_2 legend.accent { color:#690; }
.standard_2 .heading_style_accent legend { color:#690; }
.standard_2 .pane_style_3 .pane_1 .rule_style_accent .rule_right { border-right-color:#690; }
.standard_2 .pane_style_3 .pane_1 .rule_style_accent .rule_top { border-top-color:#690; }
.standard_2 .pane_style_6 .pane_1,.standard_2 .pane_style_3 .pane_style_6 .pane_1,.standard_2 .pane_style_10 .pane_style_6 .pane_1,.standard_2 .pane_style_6 .pane_style_3 .pane_style_6 .pane_1 { background-color:#f1f1e6; }
.standard_2 .pane_style_7 .pane_1 { background-color:#e4e4cf; }
.standard_2 .pane_style_8 .pane_1 { background-color:#690; }
.standard_2 .rule_style_accent .rule_all { border-color:#690; }
.standard_2 .rule_style_accent .rule_both { border-top-color:#690; border-bottom-color:#690; }
.standard_2 .rule_style_accent .rule_top { border-top-color:#690; }
.standard_2 .rule_style_accent .rule_right { border-right-color:#690; }
.standard_2 .rule_style_accent .rule_left { border-left-color:#690; }
.standard_2 .rule_style_accent .rule_bottom { border-bottom-color:#690; }
.standard_2 .rule_style_accent_3 .rule_all { border-color:#e4e4cf; }
.standard_2 .rule_style_accent_3 .rule_both { border-top-color:#e4e4cf; border-bottom-color:#e4e4cf; }
.standard_2 .rule_style_accent_3 .rule_top { border-top-color:#e4e4cf; }
.standard_2 .rule_style_accent_3 .rule_right { border-right-color:#e4e4cf; }
.standard_2 .rule_style_accent_3 .rule_left { border-left-color:#e4e4cf; }
.standard_2 .rule_style_accent_3 .rule_bottom { border-bottom-color:#e4e4cf; }
.standard_2 .font_2 { font-family:"Lucida Grande", "Lucida Sans", Lucida, Tahoma, Arial, sans-serif; }		/* alternative font -- same as primary font */
.standard_2 a.style_1 { border:1px solid #727272; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background:#ececec; color:#333; font-weight:normal; text-shadow:none; }
.standard_2 .bulleted { list-style-image:url("/brandhelper/brandedasset.aspx?src=/assets/bulletListBlackSmall.gif"); margin-left:2.6em; vertical-align:text-top; }
.standard_2 .bulleted li { margin-top:0.15em; width:auto; overflow:visible; padding:0; }
.standard_2 .bulleted { list-style-image:none; margin:0; }
.standard_2 .bulleted li { margin:0 0 1em; background:transparent url("/brandhelper/brandedasset.aspx?src=/Assets/bulletListBlackSmall.gif") left 0.333em no-repeat; padding:0 0 0 20px; line-height:1.333em;/* 16px */ /*}*/
.standard_2 .heading_style_2 h1,.standard_2 .heading_style_2 h2 { font-weight:bold; }
.standard_2 .heading_style_2 h5,.standard_2 .heading_style_2 h6 { font-family:"Lucida Grande", "Lucida Sans", Lucida, Tahoma, Arial, sans-serif; }
.standard_2 .pane_style_1 .pane_1 { padding:1em; -o-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.standard_2 .pane_style_1 .pane_1 .t,.standard_2 .pane_style_1 .pane_1 .tl,.standard_2 .pane_style_1 .pane_1 .tr,.standard_2 .pane_style_1 .pane_1 .l,.standard_2 .pane_style_1 .pane_1 .r,.standard_2 .pane_style_1 .pane_1 .b,.standard_2 .pane_style_1 .pane_1 .bl,.standard_2 .pane_style_1 .pane_1 .br { background:none; }
.standard_2 .pane_style_4 .pane_1 { padding:1em; -o-border-radius:5px 5px 0 0; -ms-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; }
.standard_2 .pane_style_4 .pane_1 .t,.standard_2 .pane_style_4 .pane_1 .tl,.standard_2 .pane_style_4 .pane_1 .tr,.standard_2 .pane_style_4 .pane_1 .l,.standard_2 .pane_style_4 .pane_1 .r { background:none; }
.standard_2 .pane_style_5 .pane_1 { padding:1em; -o-border-radius:0 0 5px 5px; -ms-border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; }
.standard_2 .pane_style_5 .pane_1 .tr,.standard_2 .pane_style_5 .pane_1 .l,.standard_2 .pane_style_5 .pane_1 .r,.standard_2 .pane_style_5 .pane_1 .b,.standard_2 .pane_style_5 .pane_1 .bl,.standard_2 .pane_style_5 .pane_1 .br { background:none; }
.standard_2 input[type="button"],.standard_2 input[type="submit"] { border:1px solid #727272; -o-border-radius:3px; -ms-border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background:#ececec; color:#333; font-weight:normal; text-shadow:none; }
.standard_2 input[type="button"].style_4,.standard_2 input[type="submit"].style_4 { text-shadow:none; }
.standard_2 input[type="button"].style_4:hover,.standard_2 input[type="submit"].style_4:hover { background:none; text-shadow:none; }
.standard_2 .pane_style_7 .pane_1 a { color:#690; }
.standard_2 .pane_style_7 .pane_1 h1,.standard_2 .pane_style_7 .pane_1 h2,.standard_2 .pane_style_7 .pane_1 h3,.standard_2 .pane_style_7 .pane_1 h4,.standard_2 .pane_style_7 .pane_1 h5 { color:#333; }