/* YUI CSS reset
----------------------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	
}
input[type=text], input[type=password]{
	border-radius: 4px;
	border-collapse:collapse;
	autocomplete: off;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:1px;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol {
	list-style-type:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

/* End of reset
----------------------------------------------------------------------------------------------------*/
body {
	z-index: -100;
	font: 12px Arial, Helvetica, sans-serif;
	/*width:1920px;*/
}
#header {
	z-index: 2;
	height: 175px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	background-color:#8F9DC9;/* #314F64;*/
	background-image: url(images/2LOGO_old1.png);
	/*background-size:98% 98%;*/
	background-repeat: no-repeat;
	background-position: left top;
}
#header #logo { /* floats logo image left */
	float:left;
	padding-top:30px;
	padding-left:30px;
}
#content {
	clear: both;
	background: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	font: 12px/18px Arial, Helvetica, sans-serif;
	position: relative;
}
#footer {
	height: 15px;
	color: #F4F3EE;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
a, a:active {
	outline:none;
}
#footer a {
	color: #F4F3EE;
}
/* 960 Grid System Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.container_9 {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}
/* Grid >> 960 Grid System Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
.nomargin {
	margin-left: 0;
	margin-right: 0;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.grid_1 {
	width:50px;
}
.grid_2 {
	width:130px;
}
.grid_3 {
	width:210px;
}
.grid_4 {
	width:290px;
}
.grid_5 {
	width:370px;
}
.grid_6 {
	width:450px;
}
.grid_7 {
	width:530px;
}
.grid_8 {
	width:610px;
}
.grid_9 {
	width:690px;
}
.grid_10 {
	width:770px;
}
.grid_11 {
	width:850px;
}
.grid_12 {
	width:930px;
}
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.prefix_1 {
	padding-left:80px;
}
.prefix_2 {
	padding-left:160px;
}
.prefix_3 {
	padding-left:240px;
}
.prefix_4 {
	padding-left:320px;
}
.prefix_5 {
	padding-left:400px;
}
.prefix_6 {
	padding-left:480px;
}
.prefix_7 {
	padding-left:560px;
}
.prefix_8 {
	padding-left:640px;
}
.prefix_9 {
	padding-left:720px;
}
.prefix_10 {
	padding-left:800px;
}
.prefix_11 {
	padding-left:880px;
}
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.suffix_1 {
	padding-right:80px;
}
.suffix_2 {
	padding-right:160px;
}
.suffix_3 {
	padding-right:240px;
}
.suffix_4 {
	padding-right:320px;
}
.suffix_5 {
	padding-right:400px;
}
.suffix_6 {
	padding-right:480px;
}
.suffix_7 {
	padding-right:560px;
}
.suffix_8 {
	padding-right:640px;
}
.suffix_9 {
	padding-right:720px;
}
.suffix_10 {
	padding-right:800px;
}
.suffix_11 {
	padding-right:880px;
}
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.push_1 {
	left:80px;
}
.push_2 {
	left:160px;
}
.push_3 {
	left:240px;
}
.push_4 {
	left:320px;
}
.push_5 {
	left:400px;
}
.push_6 {
	left:480px;
}
.push_7 {
	left:560px;
}
.push_8 {
	left:640px;
}
.push_9 {
	left:720px;
}
.push_10 {
	left:800px;
}
.push_11 {
	left:880px;
}
/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.pull_1 {
	right:80px;
}
.pull_2 {
	right:160px;
}
.pull_3 {
	right:240px;
}
.pull_4 {
	right:320px;
}
.pull_5 {
	right:400px;
}
.pull_6 {
	right:480px;
}
.pull_7 {
	right:560px;
}
.pull_8 {
	right:640px;
}
.pull_9 {
	right:720px;
}
.pull_10 {
	right:800px;
}
.pull_11 {
	right:880px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Suckerfish Menu Styles
----------------------------------------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li:hover li li:hover ul, ul.sf-menu li.sfHover li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px; /* to accomodate top border */
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
	margin-bottom:	0em;
	width: 960px;
}
.toprounded ul.sf-menu {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
.bottomrounded ul.sf-menu {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.rounded ul.sf-menu {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.sf-menu a { /* top level menu items */
	border-left:	1px solid #000;
	padding: 		14px 12px;
	text-decoration:none;
}
.sf-menu li li a {
	border-bottom: 1px solid #000; /* sub menu borders */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px 12px;	/* set drop down menu height by adjusting the 10px value */
}
.sf-menu li li:first-child {
	border-top: 1px solid #000; /* sub menu top border */
}
.sf-menu a, .sf-menu a:visited { /* main level menu color */
	color: #FFF;
}
.sf-menu li li a, .sf-menu li li a:visited { /* sub menu text color */
	color: #FFF;
}
/* Body class color scheme settings */
/*
.grey #nav, .red .sidebarbox h3, .red .submitbutton {
	background: #9c0000 url(images/navigation/nav-bg-red.jpg) repeat-x center;
}
.grey .sf-menu li:hover, .red .sf-menu li.sfHover, .red .sf-menu a:focus, .red .sf-menu a:hover, .red .sf-menu a:active {
	background: #500103 url(images/navigation/nav-bg-hov-red.jpg) repeat-x center;
}
.grey .sf-menu li li, .red .sf-menu li li li, .red #footer {
	background-color: #9c0000; 
}
.grey h1, .red .posttitle, .red .posttitle a, .red #content a, .red h3, .red h5 {
	color: #9c0000;
}
.grey .sf-menu li li:hover, .red .sf-menu li li.sfHover, .red .sf-menu li li a:focus, .red .sf-menu li li a:hover, .red .sf-menu li li a:active {
	background-image: none;
}
*/
/* body class="grey" */

/* body class="blue" */

.grey #nav, .blue .sidebarbox h3, .blue .submitbutton {
	background: #06519b url(images/navigation/nav-bg-blue.jpg) repeat-x center;
}
.grey .sf-menu li:hover, .blue .sf-menu li.sfHover, .blue .sf-menu a:focus, .blue .sf-menu a:hover, .blue .sf-menu a:active {
	background: #0D3657 url(images/navigation/nav-bg-hov-blue.jpg) repeat-x center;
}
.grey .sf-menu li li, .blue .sf-menu li li li, .blue #footer {
	background-color: #06519b; /* drop-down menu background color */
}
.grey h1, .blue .posttitle, .blue .posttitle a, .blue #content a, .blue h3, .blue h5 {
	color: #06519b;
}
.grey .sf-menu li li:hover, .blue .sf-menu li li.sfHover, .blue .sf-menu li li a:focus, .blue .sf-menu li li a:hover, .blue .sf-menu li li a:active {
	background-image: none;
}

/*
.grey #nav, .grey .sidebarbox h3, .grey .submitbutton {
	background: #374049 url(images/navigation/nav-bg-grey.jpg) repeat-x center;
}

.grey .sf-menu li:hover, .grey .sf-menu li.sfHover, .grey .sf-menu a:focus, .grey .sf-menu a:hover, .grey .sf-menu a:active {
	background: #20252B url(images/navigation/nav-bg-hov-grey.jpg) repeat-x center;
}
.grey .sf-menu li li, .grey .sf-menu li li li, .grey #footer {
	background-color: #374049; 
}
.grey h1, .grey .posttitle, .grey .posttitle a, .grey #content a, .grey h3, .grey h5 {
	color: #374049;
}
.grey .sf-menu li li:hover, .grey .sf-menu li li.sfHover, .grey .sf-menu li li a:focus, .grey .sf-menu li li a:hover, .grey .sf-menu li li a:active {
	background-image: none;
}
*/
/* body class="red" */

.red #nav, .red .sidebarbox h3, .red .submitbutton {
	background: #9c0000 url(images/navigation/nav-bg-red.jpg) repeat-x center;
}
.red .sf-menu li:hover, .red .sf-menu li.sfHover, .red .sf-menu a:focus, .red .sf-menu a:hover, .red .sf-menu a:active {
	background: #500103 url(images/navigation/nav-bg-hov-red.jpg) repeat-x center;
}
.red .sf-menu li li, .red .sf-menu li li li, .red #footer {
	background-color: #9c0000; /* drop-down menu background color */
}
.red h1, .red .posttitle, .red .posttitle a, .red #content a, .red h3, .red h5 {
	color: #9c0000;
}
.red .sf-menu li li:hover, .red .sf-menu li li.sfHover, .red .sf-menu li li a:focus, .red .sf-menu li li a:hover, .red .sf-menu li li a:active {
	background-image: none;
}
/* body class="blue" */

.blue #nav, .blue .sidebarbox h3, .blue .submitbutton {
	background: #06519b url(images/navigation/nav-bg-blue.jpg) repeat-x center;
}
.blue .sf-menu li:hover, .blue .sf-menu li.sfHover, .blue .sf-menu a:focus, .blue .sf-menu a:hover, .blue .sf-menu a:active {
	background: #0D3657 url(images/navigation/nav-bg-hov-blue.jpg) repeat-x center;
}
.blue .sf-menu li li, .blue .sf-menu li li li, .blue #footer {
	background-color: #06519b; /* drop-down menu background color */
}
.blue h1, .blue .posttitle, .blue .posttitle a, .blue #content a, .blue h3, .blue h5 {
	color: #06519b;
}
.blue .sf-menu li li:hover, .blue .sf-menu li li.sfHover, .blue .sf-menu li li a:focus, .blue .sf-menu li li a:hover, .blue .sf-menu li li a:active {
	background-image: none;
}
/* body class="green" */

.green #nav, .green .sidebarbox h3, .green .submitbutton {
	background: #3c7b0e url(images/navigation/nav-bg-green.jpg) repeat-x center;
}
.green .sf-menu li:hover, .green .sf-menu li.sfHover, .green .sf-menu a:focus, .green .sf-menu a:hover, .green .sf-menu a:active {
	background: #030 url(images/navigation/nav-bg-hov-green.jpg) repeat-x center;
}
.green .sf-menu li li, .green .sf-menu li li li, .green #footer {
	background-color: #3c7b0e; /* drop-down menu background color */
}
.green h1, .green .posttitle, .green .posttitle a, .green #content a, .green h3, .green h5 {
	color: #3c7b0e;
}
.green .sf-menu li li:hover, .green .sf-menu li li.sfHover, .green .sf-menu li li a:focus, .green .sf-menu li li a:hover, .green .sf-menu li li a:active {
	background-image: none;
}
/* body class="orange" */

.orange #nav, .orange .sidebarbox h3, .orange .submitbutton {
	background: #bf7500 url(images/navigation/nav-bg-orange.jpg) repeat-x center;
}
.orange .sf-menu li:hover, .orange .sf-menu li.sfHover, .orange .sf-menu a:focus, .orange .sf-menu a:hover, .orange .sf-menu a:active {
	background: #AA4000 url(images/navigation/nav-bg-hov-orange.jpg) repeat-x center;
}
.orange .sf-menu li li, .orange .sf-menu li li li, .orange #footer {
	background-color: #bf7500; /* drop-down menu background color */
}
.orange h1, .orange .posttitle, .orange .posttitle a, .orange #content a, .orange h3, .orange h5 {
	color: #bf7500;
}
.orange .sf-menu li li:hover, .orange .sf-menu li li.sfHover, .orange .sf-menu li li a:focus, .orange .sf-menu li li a:hover, .orange .sf-menu li li a:active {
	background-image: none;
}
/* body class="purple" */

.purple #nav, .purple .sidebarbox h3, .purple .submitbutton {
	background: #75009c url(images/navigation/nav-bg-purple.jpg) repeat-x center;
}
.purple .sf-menu li:hover, .purple .sf-menu li.sfHover, .purple .sf-menu a:focus, .purple .sf-menu a:hover, .purple .sf-menu a:active {
	background: #412352 url(images/navigation/nav-bg-hov-purple.jpg) repeat-x center;
}
.purple .sf-menu li li, .purple .sf-menu li li li, .purple #footer {
	background-color: #75009c; /* drop-down menu background color */
}
.purple h1, .purple .posttitle, .purple .posttitle a, .purple #content a, .purple h3, .purple h5 {
	color: #75009c;
}
.purple .sf-menu li li:hover, .purple .sf-menu li li.sfHover, .purple .sf-menu li li a:focus, .purple .sf-menu li li a:hover, .purple .sf-menu li li a:active {
	background-image: none;
}
/* body class="teal" */

.teal #nav, .teal .sidebarbox h3, .teal .submitbutton {
	background: #0a6f67 url(images/navigation/nav-bg-teal.jpg) repeat-x center;
}
.teal .sf-menu li:hover, .teal .sf-menu li.sfHover, .teal .sf-menu a:focus, .teal .sf-menu a:hover, .teal .sf-menu a:active {
	background: #17463F url(images/navigation/nav-bg-hov-teal.jpg) repeat-x center;
}
.teal .sf-menu li li, .teal .sf-menu li li li, .teal #footer {
	background-color: #0a6f67; /* drop-down menu background color */
}
.teal h1, .teal .posttitle, .teal .posttitle a, .teal #content a, .teal h3, .teal h5 {
	color: #0a6f67;
}
.teal .sf-menu li li:hover, .teal .sf-menu li li.sfHover, .teal .sf-menu li li a:focus, .teal .sf-menu li li a:hover, .teal .sf-menu li li a:active {
	background-image: none;
}
/* body class="maroon" */

.maroon #nav, .maroon .sidebarbox h3, .maroon .submitbutton {
	background: #410116 url(images/navigation/nav-bg-maroon.jpg) repeat-x center;
}
.maroon .sf-menu li:hover, .maroon .sf-menu li.sfHover, .maroon .sf-menu a:focus, .maroon .sf-menu a:hover, .maroon .sf-menu a:active {
	background: #320506 url(images/navigation/nav-bg-hov-maroon.jpg) repeat-x center;
}
.maroon .sf-menu li li, .maroon .sf-menu li li li, .maroon #footer {
	background-color: #410116; /* drop-down menu background color */
}
.maroon h1, .maroon .posttitle, .maroon .posttitle a, .maroon #content a, .maroon h3, .maroon h5 {
	color: #410116;
}
.maroon .sf-menu li li:hover, .maroon .sf-menu li li.sfHover, .maroon .sf-menu li li a:focus, .maroon .sf-menu li li a:hover, .maroon .sf-menu li li a:active {
	background-image: none;
}
/* body class="black" */

.black #nav, .black .sidebarbox h3, .black .submitbutton {
	background: #000000 url(images/navigation/nav-bg-black.jpg) repeat-x center;
}
.black .sf-menu li:hover, .black .sf-menu li.sfHover, .black .sf-menu a:focus, .black .sf-menu a:hover, .black .sf-menu a:active {
	background: #333333 url(images/navigation/nav-bg-hov-black.jpg) repeat-x center;
}
.black .sf-menu li li, .black .sf-menu li li li, .black #footer {
	background-color: #000000; /* drop-down menu background color */
}
.black h1, .black .posttitle, .black .posttitle a, .black #content a, .black h3, .black h5 {
	color: #000000;
}
.black .sf-menu li li:hover, .black .sf-menu li li.sfHover, .black .sf-menu li li a:focus, .black .sf-menu li li a:hover, .black .sf-menu li li a:active {
	background-image: none;
}
.first-item a {
	border-left: none;
}
.toprounded .sf-menu .first-item {
	-moz-border-radius-topleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}
.toprounded .sf-menu .first-item a:hover, .toprounded .sf-menu .first-item a:focus {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}
.bottomrounded .sf-menu .first-item {
	-moz-border-radius-bottomleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.bottomrounded .sf-menu .first-item a:hover {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.rounded .sf-menu .first-item {
	-moz-border-radius-topleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.rounded .sf-menu .first-item a:hover {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.sf-menu li li, .sf-menu li li li {
	background-image: none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-image: none;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			17px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
li li .sf-sub-indicator {
	top:			13px; /* IE6 drop down arrow position */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			14px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	border-top-right-radius: 17px;
	border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* Styles for vertical Suckerfish menu - probably not used
----------------------------------------------------------------------------------------------------*/

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	210px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
	left:	210px; /* match ul width */
	top:	0;
}
/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {
	background-position: -10px 0;
} /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator {
	background-position: 0 0;
} /* use translucent arrow for modern browsers*/
/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator, .sf-vertical a:hover > .sf-sub-indicator, .sf-vertical a:active > .sf-sub-indicator, .sf-vertical li:hover > a > .sf-sub-indicator, .sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/* Type styles
----------------------------------------------------------------------------------------------------*/
p {
	padding-bottom: 10px;
}
h1, .posttitle, .posttitle a {
	font: normal 28px/34px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.posttitle a:hover {
	color: #555;
}
h2 {
	font: bold 22px/28px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 10px;
}
h3 {
	font: normal 20px/26px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h4 {
	font: normal 18px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
h5 {
	font: bold 15px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}



label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 1px;
}




/* Navigation wrapper styles
----------------------------------------------------------------------------------------------------*/
#nav {
	z-index: 10;
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
	height: 40px;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
}
.toprounded {
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top: 2px solid #333333;
}
.bottomrounded {
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom: 2px solid #333333;
	border-top:none;
	margin-bottom:10px;
}
.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #333333;
	margin-bottom: 10px;
}
/* Sidebar content and nav styles
----------------------------------------------------------------------------------------------------*/
.sidebarbox {
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
	background-color: #F1F1F1;
}
.sidebarbox h3 {
	height:1%;
	font-weight: bold;
	color: #FFF;
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	line-height: normal;
	margin-bottom: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.sidebarbox p {
	padding:8px;
}
.sidebarbox ul {
	margin: 0px;
	zoom:1;
	padding: 3px 3px 2px 3px;
	background-color: #FFF;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.sidebarbox ul li, .simple ul li {
	list-style: none;
	display: inline;
}
.sidebarbox ul li a {
	display: block;
	zoom:1;
	line-height: 18px;
	background-color: #F1F1F1;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.sidebarbox ul li a:hover {
	text-decoration: none;
	background-color: #FFF;
}
.simple {
	margin-bottom:15px;
}
.simple ul li a {
	display: block;
	zoom:1;
	padding: 4px 4px 6px 10px;
	border-bottom:1px solid #EAEAEA;
	line-height: 18px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.simple ul li a:hover {
	text-decoration: none;
	background-color: #F1F1F1;
}
/* Slideshow styles
----------------------------------------------------------------------------------------------------*/
.slide960 {
	height: 175px;
	width: 960px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.slide930 {
	height: 175px;
	width: 930px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.slideshowitem {
	height: 175px;
	width: 960px;
}
.slideshowitem h3 {
	font: bold 42px/48px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	color: #936200;
	padding-left: 20px;
	padding-top: 10px;
}
.slideshowitem p {
	font-size: 15px;
	padding-left: 20px;
}
/* Slideshow navigation styles
----------------------------------------------------------------------------------------------------*/
#slidenav {
	text-align:right; /** change to left or center to reposition navigation **/
	width:100%;
	height:32px;
	line-height:25px;
	font: 11px/25px Arial, Helvetica, sans-serif;
	padding-top:7px;
}
#slidenav a {
	border: 1px solid #B9B9B9;
	background: #BAB194;
	text-decoration: none;
	margin: 0 2px;
	padding: 3px 5px;
	color:#FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#slidenav a.activeSlide {
	background: #9D9166;
	border: 1px solid #7D7451;
	color:#FFF;
	font-weight: bold;
}
#slidenav a:focus {
	outline: none;
}
/* Header styles
----------------------------------------------------------------------------------------------------*/
#header h3 { /* This is the site title */
	font: normal 65px/65px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -4px;
	color: #FFF;
	padding-left: 20px;
	padding-top: 20px;
	width: 600px;
}
#header h3 a {
	color: #FFF;
	text-decoration: none;
}
#header p { /* This is the text below the site title */
	padding-left: 20px;
	font: italic normal 25px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #B0DFFF;
}
.headerlinks { /* This is the optional text and links that can be used in the upper right corner of the header */
	float: right;
	text-align: right;
	margin-top: 0px;
	color: #060;
	padding: 10px 10px 0px 10px;
	font-weight:bold;
}
.headerlinks a {
	color:#000;
	text-decoration:none;
}
.headerlinks a:hover {
	color: #000;
}
/* Misc styles
----------------------------------------------------------------------------------------------------*/
.topborder { /* Used on top of content section to round corners and apply border if navigation using 'rounded' class */
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
}
.toppad { /* Generic style applied anywhere padding needed */
	padding-top:20px;
}
.spacer20 { /* 20px tall div applied anywhere space needed between elements */
	clear: both;
	display: block;
	height: 20px;
}
.spacer40 { /* 40px tall div applied anywhere space needed between elements */
	clear: both;
	display: block;
	height: 40px;
}
.spacer50 { /* 50px tall div applied anywhere space needed between elements */
	clear: both;
	display: block;
	height: 50px;
}
.spacer60 { /* 60px tall div applied anywhere space needed between elements */
	clear: both;
	display: block;
	height: 60px;
}
.emailoptin {
	background: url(images/jdslide3.jpg) no-repeat left top;
}
#optinform {
	margin: 20px 0px 0px 640px;
	padding: 0px;
}
#optinform input {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #363D45;
	width: 285px;
	padding: 2px;
	margin-bottom: 4px;
	text-align: center;
	border: 2px solid #000;
}
#optinform input.optinbutton {
	border-style: none;
	height: 39px;
	width: 195px;
	margin-left: 48px;
	margin-top: 8px;
}
/* Sidebar Newsletter Optin Form
----------------------------------------------------------------------------------------------------*/

#sidebaroptin {
	margin: 10px 0px;
	padding: 0px;
	text-align:center;
}
#sidebaroptin input {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	width: 190px;
	padding: 5px;
	border: 1px solid #777;
	margin-bottom:8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sidebaroptin input.submitbutton {
	margin-top:15px;
	height: 35px;
	width: 150px;
	cursor:pointer;
	color:#FFF;
}
#sidebaroptin input.submitbutton:hover {
	font-weight:bold;
}
/* Content box styles
----------------------------------------------------------------------------------------------------*/
.boxwhite {
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
}
.boxgrey {
	background: #f2f2f2;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}
.boxblue {
	background: #EEF2F7;
	padding: 10px;
	border: 1px solid #BCD;
	margin-bottom: 15px;
}
.boxyellow {
	background: #FFFBE6;
	padding: 10px;
	border: 1px solid #DFD8B9;
	margin-bottom: 15px;
}
.boxred {
	background: #F8EDED;
	padding: 10px;
	border: 1px solid #DFB9BC;
	margin-bottom: 15px;
}
.boxwhitefull {
	background: #FFFFFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 0px;
	clear:left;
	float:left;
	width:100%;
	position: relative;
}
.boxgreyfull {
	background: #f2f2f2;
	padding: 10px 0 10px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0px;
	clear:left;
	float:left;
	width:100%;
	position: relative;
}
.boxbluefull {
	background: #EEF2F7;
	padding: 10px 0 10px 0;
	border-top: 1px solid #BCD;
	border-bottom: 1px solid #BCD;
	margin-bottom: 0px;
	clear:left;
	float:left;
	width:100%;
	position: relative;
}
.boxyellowfull {
	background: #FFFBE6;
	padding: 10px 0 10px 0;
	border-top: 1px solid #DFD8B9;
	border-bottom: 1px solid #DFD8B9;
	margin-bottom: 0px;
	clear:left;
	float:left;
	width:100%;
	position: relative;
}
.boxredfull {
	background: #F8EDED;
	padding: 10px 0 10px 0;
	border-top: 1px solid #DFB9BC;
	border-bottom: 1px solid #DFB9BC;
	margin-bottom: 0px;
	clear:left;
	float:left;
	width:100%;
	position: relative;
}
.shadow960 { /* This adds a shadow below any of the 'full' box styles above.  See the sample index.html file for an example */
	background: url(images/960shadow.jpg) no-repeat center top;
	height: 46px;
	width: 960px;
	clear: both;
	float: left;
}
/* Alignment styles
----------------------------------------------------------------------------------------------------*/

.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter {
	text-align:center;
	margin: 0 auto;
}
/* Background styles
----------------------------------------------------------------------------------------------------*/

.bg1 {
	background: #E7E4DA url(images/backgrounds/body-bg1.jpg) repeat-x top;
}
.bg2 {
	background: #FFF url(images/backgrounds/body-bg2.jpg) repeat center top;
}
.bg3 {
	background: #FFF url(images/backgrounds/body-bg3.jpg) repeat center top;
}
.bg4 {
	background: #FFF url(images/backgrounds/body-bg4.gif) repeat center top;
}
.bg5 {
	background: #FFF url(images/backgrounds/body-bg5.gif) repeat center top;
}
.bg6 {
	background: #FFF url(images/backgrounds/body-bg6.jpg) repeat center top;
}
.bg7 {
	background: #FFF url(images/backgrounds/body-bg7.png) repeat center top;
}
.bg8 {
	background: #FFF url(images/backgrounds/body-bg8.png) repeat center top;
}
.bg9 {
	background: #FFF url(images/backgrounds/body-bg9.gif) repeat center top;
}
.bg10 {
	background: #FFF url(images/backgrounds/body-bg10.gif) repeat center top;
}
.bg11 {
	background: #FFF url(images/backgrounds/body-bg11.gif) repeat center top;
}
.bg12 {
	background: #FFF url(images/backgrounds/body-bg12.jpg) repeat center top;
}
.bg13 {
	background: #FFF url(images/backgrounds/body-bg13.png) repeat center top;
}
.bg14 {
	background: #FFF url(images/backgrounds/body-bg14.gif) repeat center top;
}
.bg15 {
	background: #FFF url(images/backgrounds/body-bg15.jpg) repeat center top;
}
.bg16 {
	background: #FFF url(images/backgrounds/body-bg16.png) repeat center top;
}
.bg17 {
	background: #FFF url(images/backgrounds/body-bg17.png) repeat center top;
}
.bg18 {
	background: #FFF url(images/backgrounds/body-bg18.jpg) repeat center top;
}
.bg19 {
	background: #FFF url(images/backgrounds/body-bg19.jpg) repeat center top;
}
.bg20 {
	background: #FFF url(images/backgrounds/body-bg20.jpg) repeat center top;
}
.bg21 {
	background: #FFF url(images/backgrounds/body-bg21.png) repeat center top;
}
.bg22 {
	background: #FFF url(images/backgrounds/body-bg22.jpg) repeat center top;
}
.bg23 {
	background: #FFF url(images/backgrounds/body-bg23.png) repeat center top;
}
.bg24 {
	background: #FFF url(images/backgrounds/body-bg24.jpg) repeat center top;
}
.bg25 {
	background: #FFF url(images/backgrounds/body-bg25.gif) repeat center top;
}
.bg26 {
	background: #FFF url(images/backgrounds/body-bg26.jpg) repeat center top;
}
.bg27 {
	background: #FFF url(images/backgrounds/body-bg27.jpg) repeat center top;
}
.bg28 {
	background: #FFF url(images/backgrounds/body-bg28.png) repeat center top;
}
.bg29 {
	background: #FFF url(images/backgrounds/body-bg29.jpg) repeat center top;
}
.bg30 {
	background: #FFF url(images/backgrounds/body-bg30.gif) repeat center top;
}
.bg31 {
	background: #FFF url(images/backgrounds/body-bg31.gif) repeat center top;
}
.bg32 {
	background: #FFF url(images/backgrounds/body-bg32.jpg) repeat center top;
}
.bg33 {
	background: #FFF url(images/backgrounds/body-bg33.png) repeat center top;
}
.bg34 {
	background: #FFF url(images/backgrounds/body-bg34.jpg) repeat center top;
}
.bg35 {
	background: #FFF url(images/backgrounds/body-bg35.gif) repeat center top;
}
.bg36 {
	background: #FFF url(images/backgrounds/body-bg36.jpg) repeat center top;
}
.bg37 {
	background: #FFF url(images/backgrounds/body-bg37.jpg) repeat center top;
}
.bg38 {
	background: #FFF url(images/backgrounds/body-bg38.jpg) repeat center top;
}
.bg39 {
	background: #FFF url(images/backgrounds/body-bg39.jpg) repeat center top;
}
.bg40 {
	background: #FFF url(images/backgrounds/body-bg40.png) repeat center top;
}
.bg41 {
	background: #FFF url(images/backgrounds/body-bg41.gif) repeat center top;
}
.bg42 {
	background: #FFF url(images/backgrounds/body-bg42.png) repeat center top;
}
.bg43 {
	background: #FFF url(images/backgrounds/body-bg43.gif) repeat center top;
}
.bg44 {
	background: #FFF url(images/backgrounds/body-bg44.gif) repeat center top;
}
.bg45 {
	background: #FFF url(images/backgrounds/body-bg45.jpg) repeat center top;
}
.bg46 {
	background: #FFF url(images/backgrounds/body-bg46.jpg) repeat center top;
}
.bg47 {
	background: #FFF url(images/backgrounds/body-bg47.jpg) repeat center top;
}
.bg48 {
	background: #FFF url(images/backgrounds/body-bg48.jpg) repeat center top;
}
.bg49 {
	background: #FFF url(images/backgrounds/body-bg49.gif) repeat center top;
}
.bg50 {
	background: #FFF url(images/backgrounds/body-bg50.jpg) repeat center top;
}
.bg51 {
	background: #FFF url(images/backgrounds/body-bg51.png) repeat center top;
}
.bg52 {
	background: #FFF url(images/backgrounds/body-bg52.png) repeat center top;
}
.bg53 {
	background: #FFF url(images/backgrounds/body-bg53.jpg) repeat center top;
}
.bg54 {
	background: #FFF url(images/backgrounds/body-bg54.jpg) repeat center top;
}
.bg55 {
	background: #FFF url(images/backgrounds/body-bg55.png) repeat center top;
}
.bg56 {
	background: #FFF url(images/backgrounds/body-bg56.jpg) repeat center top;
}
.bg57 {
	background: #FFF url(images/backgrounds/body-bg57.gif) repeat center top;
}
.bg58 {
	background: #FFF url(images/backgrounds/body-bg58.png) repeat center top;
}
.bg59 {
	background: #FFF url(images/backgrounds/body-bg59.png) repeat center top;
}
.bg60 {
	background: #FFF url(images/backgrounds/body-bg60.gif) repeat center top;
}
.bg61 {
	background: #BBB url(images/backgrounds/body-bg61.png) repeat-x center top;
}
.bg62 {
	background: #BBB url(images/backgrounds/body-bg62.png) repeat-x center top;
}
.bg63 {
	background: #BBB url(images/backgrounds/body-bg63.png) repeat-x center top;
}
.bg64 {
	background: #BBB url(images/backgrounds/body-bg64.png) repeat-x center top;
}
.bg65 {
	background: #BBB url(images/backgrounds/body-bg65.png) repeat-x center top;
}
.bg66 {
	background: #BBB url(images/backgrounds/body-bg66.png) repeat-x center top;
}
.bg67 {
	background: #BBB url(images/backgrounds/body-bg67.png) repeat-x center top;
}
.bg68 {
	background: #F1F2EC url(images/backgrounds/body-bg68.png) repeat-x center top;
}
.bg69 {
	background: #B8D9ED url(images/backgrounds/body-bg69.png) repeat-x center top;
}
.bg70 {
	background: #FFF url(images/backgrounds/body-bg70.png) repeat-x center top;
}
.bg71 {
	background: #F1F2EC url(images/backgrounds/body-bg71.png) repeat-x center top;
}
.bg72 {
	background: #F1F2EC url(images/backgrounds/body-bg72.png) repeat-x center top;
}
.bg73 {
	background: #F1F2EC url(images/backgrounds/body-bg73.png) repeat-x center top;
}
.bg74 {
	background: #F1F2EC url(images/backgrounds/body-bg74.png) repeat-x center top;
}
.bg75 {
	background: #F1F2EC url(images/backgrounds/body-bg75.png) repeat-x center top;
}
.bg76 {
	background: #F1F2EC url(images/backgrounds/body-bg76.png) repeat-x center top;
}
.bg77 {
	background: #F1F2EC url(images/backgrounds/body-bg77.png) repeat-x center top;
}
.bg78 {
	background: #F1F2EC url(images/backgrounds/body-bg78.png) repeat-x center top;
}
.bg79 {
	background: #F1F2EC url(images/backgrounds/body-bg79.png) repeat-x center top;
}
.bg80 {
	background: #F1F2EC url(images/backgrounds/body-bg80.png) repeat-x center top;
}
.bg81 {
	background: #F1F2EC url(images/backgrounds/body-bg81.png) repeat-x center top;
}
.bg82 {
	background: #F1F2EC url(images/backgrounds/body-bg82.png) repeat-x center top;
}
.bg83 {
	background: #F1F2EC url(images/backgrounds/body-bg83.png) repeat-x center top;
}
.bg84 {
	background: #F1F2EC url(images/backgrounds/body-bg84.png) repeat-x center top;
}
.bg85 {
	background: #F1F2EC url(images/backgrounds/body-bg85.png) repeat-x center top;
}
.bg86 {
	background: #F1F2EC url(images/backgrounds/body-bg86.png) repeat-x center top;
}
.bg87 {
	background: #F1F2EC url(images/backgrounds/body-bg87.png) repeat-x center top;
}
.bg88 {
	background: #F1F2EC url(images/backgrounds/body-bg88.png) repeat-x center top;
}
.bg89 {
	background: #F1F2EC url(images/backgrounds/body-bg89.png) repeat-x center top;
}
.bg90 {
	background: #F1F2EC url(images/backgrounds/body-bg90.png) repeat-x center top;
}
.bg91 {
	background: #F1F2EC url(images/backgrounds/body-bg91.png) repeat-x center top;
}
.bg92 {
	background: #F1F2EC url(images/backgrounds/body-bg92.png) repeat-x center top;
}
.bg93 {
	background: #F1F2EC url(images/backgrounds/body-bg93.png) repeat-x center top;
}
.bg94 {
	background: #F1F2EC url(images/backgrounds/body-bg94.png) repeat-x center top;
}
.bg95 {
	background: #F1F2EC url(images/backgrounds/body-bg95.png) repeat-x center top;
}
.bg96 {
	background: #F1F2EC url(images/backgrounds/body-bg96.png) repeat-x center top;
}
.bg97 {
	background: #F1F2EC url(images/backgrounds/body-bg97.png) repeat-x center top;
}
.bg98 {
	background: #F1F2EC url(images/backgrounds/body-bg98.png) repeat-x center top;
}
.bg99 {
	background: #F1F2EC url(images/backgrounds/body-bg99.png) repeat-x center top;
}
.bg100 {
	background: #F1F2EC url(images/backgrounds/body-bg100.png) repeat-x center top;
}
/* List styles
----------------------------------------------------------------------------------------------------*/

ul.dotted {
	list-style-type:disc;
	margin-left:20px;
}
ol.numbered {
	list-style-type:decimal;
	margin-left:25px;
}
ol.roman {
	list-style-type:upper-roman;
	margin-left:25px;
}
ul.greencheck, ul.redstop, ul.bluecheck, ul.greencheckbox, ul.bluecheckbox, ul.orangecheckbox, ul.greencheck2, ul.greencheck3, ul.plusgreen, ul.redstop2, ul.redstop3, ul.redstop4, ul.redstop5, ul.warning {
	line-height: 18px;
	min-height:0px;
}
.greencheck li, .redstop li, .bluecheck li, .greencheckbox li, .bluecheckbox li, .orangecheckbox li, #feature .greencheck li, #feature .redstop li, #feature .bluecheck li, #feature .greencheckbox li, #feature .bluecheckbox li, #feature .orangecheckbox li, #footerfeature .greencheck li, #footerfeature .redstop li, #footerfeature .bluecheck li, #footerfeature .greencheckbox li, #footerfeature .bluecheckbox li, #footerfeature .orangecheckbox li {
	list-style:none;
	padding: 4px 20px 10px 50px;
	margin-top:10px;
	background-repeat: no-repeat;
	background-position: 5px top;
}
.greencheck2 li, .greencheck3 li, .plusgreen li, .redstop2 li, .redstop3 li, .redstop4 li, .redstop5 li, .warning li, #feature .greencheck2 li, #feature .greencheck3 li, #feature .plusgreen li, #feature .redstop2 li, #feature .redstop3 li, #feature .redstop4 li, #feature .redstop5 li, #feature .warning li, #footerfeature .greencheck2 li, #footerfeature .greencheck3 li, #footerfeature .plusgreen li, #footerfeature .redstop2 li, #footerfeature .redstop3 li, #footerfeature .redstop4 li, #footerfeature .redstop5 li, #footerfeature .warning li {
	list-style:none;
	padding: 4px 20px 10px 50px;
	margin-top:10px;
	background-repeat: no-repeat;
	background-position: left top;
}
.greencheck li, #feature .greencheck li, #footerfeature .greencheck li {
	background-image: url(images/checkmark-green.png);
}
.greencheck2 li, #feature .greencheck2 li, #footerfeature .greencheck2 li {
	background-image: url(images/checkmark-green2.png);
}
.greencheck3 li, #feature .greencheck3 li, #footerfeature .greencheck3 li {
	background-image: url(images/checkmark-green3.png);
}
.plusgreen li, #feature .plusgreen li, #footerfeature .plusgreen li {
	background-image: url(images/plus-green.png);
}
.redstop li, #feature .redstop li, #footerfeature .redstop li {
	background-image: url(images/stop.png);
}
.redstop2 li, #feature .redstop2 li, #footerfeature .redstop2 li {
	background-image: url(images/stop2.png);
}
.redstop3 li, #feature .redstop3 li, #footerfeature .redstop3 li {
	background-image: url(images/stop3.png);
}
.redstop4 li, #feature .redstop4 li, #footerfeature .redstop4 li {
	background-image: url(images/stop4.png);
}
.redstop5 li, #feature .redstop5 li, #footerfeature .redstop5 li {
	background-image: url(images/stop5.png);
}
.warning li, #feature .warning li, #footerfeature .warning li {
	background-image: url(images/warning.png);
}
.bluecheck li, #feature .bluecheck li, #footerfeature .bluecheck li {
	background-image: url(images/checkmark-blue.png);
}
.bluecheckbox li, #feature .bluecheckbox li, #footerfeature .bluecheckbox li {
	background-image: url(images/checkbox-blue.png);
}
.greencheckbox li, #feature .greencheckbox li, #footerfeature .greencheckbox li {
	background-image: url(images/checkbox-green.png);
}
.orangecheckbox li, #feature .orangecheckbox li, #footerfeature .orangecheckbox li {
	background-image: url(images/checkbox-orange.png);
}
/* Contact form styles
----------------------------------------------------------------------------------------------------*/

#signup table {
	color: #000000;
	width: 500px;
	border-collapse: collapse;
}
#signup td {
	padding: 4px;
}
#signup input, #signup textarea {
	font-size: 14px;
	padding:4px;
	border: 1px solid #ccc;
}
#submitbutton {
	cursor:pointer;
}
#submitbutton:hover {
	background-color:#999;
	color: #fff;
}
.labelcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3670A7;
	background-color: transparent;
	width: 220px;
}
.fieldcell {
	background-color: #F2F7FB;
	color: #000000;
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
}
.smalllabelcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #3670A7;
	width: 1px;
}

.smallfieldcell {
	background-color: #F2F7FB;
	color: #000000;
	text-align: right;
}
.fieldcell input {
	width: 200px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
	margin-right: 0px;
}
.smallfieldcell input {
	width: 100px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}
.smallfieldcell select {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
}
textarea:focus, input:focus{
	outline: none;
}
/*
.input_0 {
    border: 0px solid #006;
    background:#FFF;
}
.input {
    border: 1px solid #006;
    background: #ffc;
}
*/
input[type=text]:not([disabled]):not([readonly]):hover{
    border: 1px solid #f00 !important;
    background: #ff6 !important;
}
/*
input:not(disabled):hover{
    border: 1px solid #f00 !important;
    background: #ff6 !important;
}
*/
input:disabled:hover
{
   /* background-color:blue;*/
}
input[disabled]:hover
{
   /* background-color:blue;*/
}

/*
.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
*/
/*
label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 1px;
}
*/

.smalllabelcell2 {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #3670A7;
	width: 100px;
}

#newpro table {
	color: #000000;
	width: 500px;
	border-collapse: collapse;
}
#newpro label {
	width:35px;
}
#newpro td {
	padding: 4px;
}
#newpro input, #newpro textarea {
	font-size: 14px;
	padding:4px;
	border: 1px solid #ccc;
}


br { clear: left; }

#paysum table {
	color: #000000;
	width: 500px;
	border-collapse: collapse;
}
#paysum td {
	padding: 4px;
}
#paysum input, #paysum textarea {
	font-size: 10px;
	padding:4px;
	border: 1px solid #ccc;
}

#workorder
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
font-size:.9em !important;
width:100%;
border-collapse:collapse;
}
#workorder td
{
    font-size:inherit;
    font-family:inherit;
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
	width:inherit;
}
#workorder th 
{
font-size:1.1em;
text-align:center;
padding:5px;
/*background-color:#C30;*/
background-color:#A7C942;
color:#ffffff;
}
#workorder th:hover {
	 cursor: pointer
}
#workorder th div {
	 float: right; 
	 clear: none; 
	 width: 16px;
}
#workorder tr:nth-child(even) {
color:#000000;
background-color:#EAF2D3;
	}
#workorder tr:nth-child(odd) {
color:#000000;
background-color:#FFF;
	}	
#workorder tr.alt td 
{
/*color:#000000;*/
/*background-color:#EAF2D3;*/
}
#workorder tr.lat td 
{
color:#C00;
/*background-color:#EAF2D3;*/
}

#workorder tr.lat2 td 
{
color:#00F;
/*background-color:#EAF2D3;*/
}
#workorder tr.lat3 td 
{
color:#F0F;
/*background-color:#EAF2D3;*/
}



img { border: 0; }


#workorder .alt input[type=text]  {
	color:#000;
    background-color:#EAF2D3;
}

#workorder input[type=text]  {
    border: 2px;
	width:100%;
    font-size:inherit;
    font-family:inherit;
	padding:3px 1px 3px 3px;
	background-color: transparent;
	text-align:center;
}

/*
#workorder input[type=text]:not([disabled]):hover,
#workorder input[type=text]:not(disabled):hover{
    border: 1px solid #f00;
    background: #ff6;
}
*/
/*#workorderinput[disabled]:hover,#workorderinput:disabled:hover
{
    background:#9C6;
}*/
/*
#workorder input[type=button] {
    border: 1px solid #006;
    background: #ccf;
}
*/
#workorder input[type=submit] {
    border: 1px solid #006;
    background: #ccf;


}
#workorder input[type=submit]:hover {
    border: 1px solid #f00;
    background: #eef;
}

#workorder select{
   height: auto;
   margin:5px;
   overflow: hidden;
   border: 1px solid #ccc;
   border-radius: 5px 5px 5px 5px;
   color:#666;
   outline:thick;
   background: transparent; /* url("./js/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;*/
}
#workorder #dName2
{
	background:inherit;
	width:30em;
}
#dManu
{
	text-align:center;
}
#dNDC, .dNDC
{
	text-align:center;
}
#dCost, .dCost
{
	text-align:right;
}
#dSell, .dSell
{
	text-align:right;
}
#dExpir, .dExpire
{
	text-align:center;
}
#dLotNum, .dLotNum
{
	text-align:center;
}
#dQty, .dQty
{
	text-align:center;
}
#dshipped
{
	text-align:center;
}

input#insert{
		padding: 2px 20px 2px 20px;
}

#inv_dialog_form
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#shipheader
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    width:100%;
    border-collapse:collapse;
    border:none !important;
}

#shipheader table
{
    border:none !important;
}

#shipheader tr
{
    border:none !important;
}

#shipheader td
{
    font-size:.9em;
    padding:3px 7px 2px 7px;
    width:inherit;
    border:none !important;
}

#shipheader th
{
    font-size:1.1em;
    text-align:center;
    padding-top:5px;
    padding-bottom:4px;
    border:none !important;
}

#shipheader input
{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    border:1px solid !important;
    display:inherit;
    font-size:.8em !important;
    padding:3px !important;
    text-align:right !important;
}

#shipheader #ship_handel
{
    text-align:right;
}

#shipmentAdd dt
{
    font-weight:bold;
}

#shipmentAdd dd
{
    margin-left:.8em;
}






#shipmentAdd dt{
	font-weight:bold;
}
#shipmentAdd dd{
	margin-left:.8em;
}


#shipment 
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#shipment table
{
	width:100%;
}
#shipment td 
{
font-size:.9em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
width:inherit;
}
#shipment th 
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#shipment tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}
#shipment input {
   border: none;
	display:inherit;
    background:inherit;
}
#editOrderHdr{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
}
#editOrderHdr table{
	width:100%;
	border:thin;
}
#editOrderHdr dl{
	padding:5px;
}
#editOrderHdr dt{
	font-weight:bold;
	padding-bottom:8px;
}
#editOrderHdr dd{
	padding-bottom:8px;
}

#editOrderHdr select{
   height: 2em;
   margin:5px;
   overflow: hidden;
   border: 1px solid #ccc;
   color:#666;
   outline:thick;
 
}
#editOrderHdrRight
{
	font-size:12px;
}
#newOrderHdr{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
}
#newOrderHdr table{
	width:100%;
	border:thin;
}
#newOrderHdr dl{
	padding:5px;
}
#newOrderHdr dt{
	font-weight:bold;
	padding-bottom:8px;
}
#newOrderHdr dd{
	padding-bottom:8px;
}

#newOrderHdr select{
   height: 2em;
   margin:5px;
   overflow: hidden;
   border: 1px solid #ccc;
   color:#666;
   outline:thick;
 
}
.infmsg
{
	font-size:large; 
	color:#F00;
}
.errMessage
{
	font-size:large; 
	color:#F00;
}
	
.comMsg
{
	color:#F00;
}

.comMsg2
{
	color:#F37;
	font-size:1.2em;
	text-align:center;
	}

/*provider*/

.proHld,.Past_Due,.proHld a,.Past_Due a
{
	color:#00F!important;
}
.proCollec,.Collection,.proCollec a,.Collection a
{
	color:#C00!important;
}
.proInact,.Inactive,.proInact a,.Inactive a
{
	color:#F0F!important;
}

.ActionNeeded,.ActionNeeded a
{
	color:#990000 !important;
}

/*Sup Order*/
.Refill, .Refill a,.latRefill, .latRefill a
{
	color:#390!important;
}
.Preordered, .Preordered a,.latPreordered, .latPreordered a,.PreSupply, .PreSupply a
{
	color:#36F !important;
}
.Filled, .Filled a,.latFilled, .latFilled a, .Supply, Supply a, .OnOrder, OnOrder a
{
	color:#F36 !important;
}
.Shipping, Shipping a
{
	color:#F96 !important;
}
.Completed, .Completed a
{
	color:#000 !important;
}
.New, .New a
{
	color:#39C !important;
}
.Recall, .Recall a
{
	color:#630 !important;
}
.Used, .Used a
{
	color:#F63 !important;
}
.OneTime, .OneTime a,.latOneTime, .latOneTime a
{
 font-style:oblique;
 color:#390 !important;
}
/*Payable*/
.Unpaid, .Unpaid a
{
	color:#F00 !important;
}
.Partial, .Partial a,.latPartial, .latPartial a
{
	color:#060 !important;
}
.Paid,.Paid a,.latPaid, .latPaid a
{
	color:#36F !important;
}

.Closed, .Closed a
{
	color:#000 !important;
}
/*Invoice*/
.PastDue,.PastDue a
{
	color:#F00 !important;
}
.Open,.Open a
{
	color:#00F !important;
}
.Current,.Current a
{
	color:#000 !important;
}

#workorder tr.altUnpaid td 
{
color:#F00;
/*background-color:#EAF2D3;*/
}
#workorder tr.altPartial td 
{
color:#060;
/*background-color:#EAF2D3;*/
}


#workorder tr.altPaid td 
{
color:#36F;
/*background-color:#EAF2D3;*/
}
#workorder tr.altClosed td 
{
color:#000;
/*background-color:#EAF2D3;*/
}
#workorder tr.altRecall td 
{
color:#630;
}

.Expired, .Expired a, .latExpired,.latExpired a
{
color:#C00 !important;
}
.NewOrder, .NewOrder a,.latNewOrder,.latNewOrder a
{
color:#90f  !important;
}
.Invoice,.Invoice a, .latInvoice,.latInvoice a
{
color:#0064FF  !important;
}
.OnOrder,.OnOrder a,.latOnOrder,.latOnOrder a
{
color:#FF9933 !important;
}
.Shipped,.Shipped a,.latShipped,.latShipped a
{
color:#9933FF  !important;
}
.Invoicing, .Invoicing a, .latInvoicing, .latInvoicing a
{
color:#C82EB6  !important;
}
.Invoiced,.Invoiced a, .latInvoiced,.latInvoiced a
{
color:#00CC66 !important;
}
/*.Invoiced, .Invoiced a,.latInvoiced, .latInvoiced a
{
color:#C66  !important;
}*/

.latInitial,.latInitial a,.Initial,.Initial a
{
color:#333  !important;
}


#indexMap{
		float:right;
	    font-size:0.8em;
		line-height:1em;
		list-style-type:disc !important;
}
#gentable 
{
	
}
/*
#gentable input[type=text]:not([readonly]):hover,
#gentable input[type=text]:not([disabled]):hover,
#gentable input[type=text]:not(disabled):hover{
    border: 1px solid #f00;
    background: #ff6;
}
*/
#gentable input[type=text][readonly]:hover
{
    /*background:#9C6;*/
}

#gentable input[type=button] {
    border: 1px solid #006;
    background: #ccf;

}
#gentable input[type=button]:hover {
    border: 1px solid #f00;
    background: #eef;
}

#gentable input[type=submit] {
    border: 1px solid #006;
    background: #ccf;

}
#gentable input[type=submit]:hover {
    border: 1px solid #f00;
    background: #eef;
}

.medGrpForm 
{
}
.medGrpForm #workorder td
{
	font-size:0.8em;
}
.medGrpForm #workorder th
{
	font-size:1.0em;
}
.medGrpForm input[type=text]
{
	width:95%;
}
.medGrpForm select
{
	width:100%;
}

.proshipping th{
	font: 16px Arial, Helvetica, sans-serif!important;
	text-align: left !important;
}
.inputForm 
{
}

.inputForm input[type=text][readonly]:hover
{
   /* background:#9C6;*/
}
.inputForm input[type=button] {
    border: 1px solid #006;
    background: #ccf;

}
.inputForm input[type=button]:hover {
    border: 1px solid #f00;
    background: #eef;
}

.inputForm input[type=submit] {
    border: 1px solid #006;
    background: #ccf;

}
.inputForm input[type=submit]:hover {
    border: 1px solid #f00;
    background: #eef;
}

.inputForm table {
	color: #000000;
	border-collapse: collapse;
	/*width: 100%;*/
}
.inputForm label {
	width:auto;
	text-align:right;
}
.inputForm td {
	padding: 4px;
}
.inputForm th {
	font: normal 20px/26px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 4px;
	text-align: right;
}
.inputForm input[type=text], .inputForm textarea, input[type=password]{
	font-size: 14px;
	padding:8px;
	border: 1px solid #ccc;
	width: 100%; 

    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;    
	box-sizing: border-box;
}

.inputForm select {
	/*
   height: 30px;
   overflow: hidden;
   border: 1px solid #ccc;
   font-size:12px;
   color:#666;
   outline:thick;
   */
   }
.invoice
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
}
.invoice table
{
	margin-top:15px;
}
.invoice table tr th{
	font-weight:bold;
	text-align:right;
}
.invoice table tr td {
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:x-small;*/
	text-align:left;
}
/*
.invoice table tr td input[type=text]  {
    border: 1px solid #cccccc;
	width:100%;
	background-color:#EBEBEB;
}*/
/*
.invoice input[type=text]:not([disabled]):hover,
.invoice input[type=text]:not(disabled):hover {
    border: 1px solid #f00;
    background: #ff6;
}
*/
.ui-dialog .ui-state-error {
	padding: .3em;
}
.validateTips {
	border: 1px solid transparent;
	padding: 0.3em;
}
fieldset {
	padding:0;
	border:0;
	margin-top:5px;
	font-size:x-small;
}
div#users-contain {
	width: 350px;
	margin: 20px 0;
}
/*div#dilog-form2{
	font-size:1.5em;
}
div#oldnote2 {
	font-size:1.5em;
}*/
/*
ul#icons li {
	cursor: pointer;
	float: left;
	list-style: none outside none;
	margin: 2px;
	padding: 0px;
	position: relative;
}*/
/*
.ui-widget, .ui-widget{
	font-size: 0.9em;
}
*/
/*
.ui-widget, .ui-widget button {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.4em;
	padding: 10px 1px 1px 1px; 
	cursor: pointer;
	list-style: none outside none;
}
*/
.ui-dialog textarea#invnote {
	width: 310px;
	height: 100px;
	border: 3px solid #cccccc;
	padding: 5px;
	resize:none;
}
#textareainvnote{
border:none;
width:95%; 
resize: none; 
padding-left:20px;	
	
}

.ui-dialog textarea#newnote {
	width: 310px;
	height: 100px;
	border: 3px solid #cccccc;
	padding: 5px;
	resize:none;
}

.ui-icon.red { background-image: url(js/images/ui-icons_cd0a0a_256x240.png) !important;}
.ui-icon.blue {background-image: url(js/images/ui-icons_2e83ff_256x240.png) !important;}

#btnPayable{
	height:20px;
	width:130px;
	display:inline-block;
	font-size:smaller;
}

#address {
	position:absolute;
	left:150px;
	top:60px;
	width:235px;
	height:80px;
	z-index:1;
}


input[type="checkbox"] {
    -moz-appearance: checkbox;
    border-radius: 0px 4px 0px 0px !important;
    margin: 3px 3px 3px 4px;
}
.validateTipsSup { border: 1px solid transparent; padding: 0.3em; }


#control{
	position:absolute;
	left:10px;
	top:60px;
	width:90%;
}

#control input, #control textarea{
	font-size: 1em;
	padding:4px;
	border: 1px solid #ccc;
}

#control table tr td{
	text-align:center;
	vertical-align:middle;
}
#control label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


#control select {
   height: 2em;
   margin:5px;
   overflow: hidden;
   border: 1px solid #ccc;
   color:#666;
   outline:thick;
   }
   
   
#controlInv input, #controlInv textarea{
	font-size: 1em;
	padding:4px;
	border: 1px solid #ccc;
}
#controlInv table tr td{
	text-align:center;
	vertical-align:middle;
}
#controlInv label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#controlInv select {
   height: 2em;
   margin:5px;
   overflow: hidden;
   border: 1px solid #ccc;
   color:#666;
   outline:thick;
   }
   
button#reOrder{
	position:absolute;
	left: 830px;
	top:70px;
	padding:10px;
	width:auto;
}

button#recallOrder {
	position:absolute;
	left: 800px;
	top:70px;
	padding:10px;
	width:auto;
}
/*
div#Inventory{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:x-small;
}*/
div#shipedOrder,div#editorder,div#newOrder,div#orderEdit,div#expiredOrder,div#recall ,div#supplyOrder,div#filled,div#receivable, div#invdetail,div#Inventory{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

span#printimg{
	position:relative;
	z-index:100;
			
}
div#Inventory p{
	
	padding:2px 10px 3px 4px;
	text-align:left
}

div#Inventory img{
	width:20px;
	height:auto;
	position:relative;
	float:right;
	
}

span#newtoolbar img{
    float: right;
    height: auto;
    padding-left: 5px;
	padding-right: 0px;
    position: relative;
    width: 15px;
}

span#comment_icon{
	position: relative;
	/*float:none; 
	display:inline-block;
	vertical-align:center;*/
	float:left;
}

span#suppAccHdr_old{
	padding:0px 10px 0px 10px;
	text-align:left;
	vertical-align:middle;

	
}
span#editOrderAcc,span#suppAccHdr{
	padding:0px 10px 0px 10px;
	text-align:left;
	vertical-align:middle;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}

.styled-select240 {
   height: 30px;
    width:240px;
   overflow: hidden;
   border: 1px solid #ccc;
   border-radius: 5px 5px 5px 5px;
   background: url("./js/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
   font-size:12px;
   color:#666;
   outline:thick;
    padding:2px;
   }  
 
.styled-select {
   height: 2em;
   margin:5px;
   overflow: hidden;
   border: 1px solid #ccc;
   border-radius: 5px 5px 5px 5px;
   color:#666;
   outline:thick;
   background: url("./js/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
   }
 .error-select{
	 background-color: #FF9F9F !important;
 }
#financ_info {
	font-size:medium;
	color:#F30;
}
#newProvider select{
   height: 2em;
   margin:5px;
   overflow: hidden;
   border: 1px solid #ccc;
   color:#666;
   outline:thick;
   }
/*
#rx_button{
	display: none;
position: relative; 
margin-top: -50px; 
margin-right: -90px;	
}*/
.orderbutton{
	width:200px;
	hight:50px;
}
.tempClone{
	display:none;
}
.deletedRow{
	/*background-color:black !important;*/
/*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAATElEQVQYGWNggIKmQ37/YWzjzGv/v7/VQ+GD5ainCGYViMZpHVAObiP1FIGsxOo7ZOuAbJCNILVggMyBuwkoAxJ/+ywKopB6ioAmAwAsJml6z9oDiQAAAABJRU5ErkJggg==');*/
background-image: url(images/h_bar.gif);
    background-repeat:repeat-x;
    background-position: 50% 50%;
}
.deletNoDisplay{
	display:none;
}
	
.classMedAdd{
/*position:relative  !important;
top: -113px;
left:-410px;*/
}
.no-close .ui-dialog-titlebar-close {display: none !important; }
/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
#workorder .alt .textfieldValidState input, .alt input.textfieldValidState,
.textfieldValidState input, input.textfieldValidState 
{
	background-color: #B8F5B1 !important;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
#workorder  .alt .textfieldRequiredState input,.alt  input.textfieldRequiredState,
.textfieldRequiredState input,input.textfieldRequiredState
{
	background-color: #FF9F9F !important;
	background:#FF9F9F !important;
}
#workorder  .alt .textfieldInvalidFormatState input, .alt input.textfieldInvalidFormatState,
.textfieldInvalidFormatState input,input.textfieldInvalidFormatState
{
	background-color: #FF9F9F !important;
}
#workorder  .alt .textfieldMinValueState input,.alt input.textfieldMinValueState,
.textfieldMinValueState input,input.textfieldMinValueState
{
	background-color: #FF9F9F !important;
}
#workorder  .alt .textfieldMaxValueState input,.alt input.textfieldMaxValueState,
.textfieldMaxValueState input,input.textfieldMaxValueState
{
	background-color: #FF9F9F !important;
}
#workorder  .alt .textfieldMinCharsState input,.alt input.textfieldMinCharsState,
.textfieldMinCharsState input,input.textfieldMinCharsState
{
	background-color: #FF9F9F !important;
}
#workorder .alt .textfieldMaxCharsState input,.alt input.textfieldMaxCharsState,
.textfieldMaxCharsState input,input.textfieldMaxCharsState
{
	background-color: #FF9F9F !important;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
#workorder .alt .textfieldFocusState input, .alt input.textfieldFocusState,
.textfieldFocusState input,input.textfieldFocusState
{
	background-color: #FFFFCC !important;
}
.livesearchfield {
    width: 110px !important;
    height: 24px !important;
    padding: 4px !important;
    box-sizing: border-box !important;
}
.proLstfindme {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size:.9em !important;
}
.proLstfindme th {
    font-size: 1.1em !important;
	 font-weight: bold !important;
}

.proLstfindme td {
    font-size: 0.9em !important;
}
.ui-accordion-content {
    height: auto !important;
    overflow: visible !important;
}