#above .block .title, #header .block .titl/* style.css, v3.0 2009/12/18
 *
 * 0 POINT theme for Drupal 6
 * Dr. Florian Radut, florian@radut.net
 */

* {padding: 0;margin: 0;}

body {
	margin: 0;
	padding: 0;
}

/* MAIN LAYOUT */
.sizer0 {
	margin: 0 auto;
}
.expander0 {
	/*position: relative;*/ /* makes .expander0 visible outside .sizer in IEwin */
	/*min-height: 1px;*/ /* This harmless declaration gives Layout to IE7, which can't read the star/html hack */
}
body.layout-jello .page0 {
	padding: 0 520px; /* the critical side padding that sets the natural min-width! */
}
body.layout-jello .sizer0 {
	width: 40%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	max-width: 160px; /* IE7 supports this property, doesn't need the fancy MS expression */
}
body.layout-jello .expander0 {
	margin: 0 -520px; /* neg side margin values should be < or = to side body padding and 1/2 of min-width below */
	min-width: 1040px; /* This prevents Safari from losing the negative margins in narrow windows */
} /* .expander0 must receive "hasLayout" for IEwin bug fixing; applied in ie6.css and ie7.css */

body.layout-fluid .sizer0, body.in-maintenance .sizer0 { /* custom */
	width: 90%;
}
body.layout-fixed .sizer0 { /* custom */
}
.float-wrap {
	float: left;
	width: 100%;
}
.colmain {
	float: right;
	width: 100%;
}
.colleft {
	float: left;
	position: relative;
	width: 204px;			/*** cLcwv ***/
	margin-left: -204px;		/*** cLcwv ***/ /*** cLddv ***/
}
.colright {
	float: right;
	position: relative;
	width: 278px;		/*** cRcwv ***/
	margin-right: -278px;		/*** cRcwv ***/ /*** cRddv ***/
}
#sidebar-left, #sidebar-right {
	position: relative;
}
#sidebar-left {
	/*margin: 20px 0 20px 20px;*/
	/*padding-right: 20px;*/
	padding-right: 2px;
}
#sidebar-right {
	/*margin: 20px 20px 20px 0;*/
}

/* To modify the side column widths and the col divider widths, the values that are marked
"Critical Left (Right) divider dimension value = cLddv (cRddv)" and
"Critical Left (Right) col width value = cLcwv (cRcwv) also refer to the desired mod MUST be changed as a group. */

/* Variable asyimmetrical sidebars (wide) (default) */
body.layout-left-main-right .outer {
	margin-left: 204px;			/*** cLcwv ***/
	/*margin-right: 278px;*/			/*** cLcwv ***/
}
body.layout-left-main .outer {
	margin-left: 294px;			/*** cLcwv ***/
}
body.layout-main-right .outer {
	/*margin-right: 344px;*/			/*** cLcwv ***/
}
body.layout-left-main .colleft {
	width: 294px;			/*** cLcwv ***/
	margin-left: -294px;		/*** cLcwv ***/ /*** cLddv ***/
}
body.layout-main-right .colright {
	/*width: 344px;*/		/*** cRcwv ***/
	/*margin-right: -344px;*/		/*** cRcwv ***/ /*** cRddv ***/
}

/* Fixed asyimmetrical sidebars (wide) */
body.l-m-r-fix .outer, body.l-m-fix .outer, body.l-m-fix .outer {
	margin-left: 204px;
}
body.l-m-r-fix .outer, body.m-r-fix .outer, body.m-r-fix .outer {
	margin-right: 278px;
}
body.l-m-fix .colleft {
	width: 204px;
	margin-left: -204px;
}
body.m-r-fix .colright {
	width: 278px;
	margin-right: -278px;
}

/* Variable asyimmetrical sidebars (narrow) */
body.l-m-r-var1 .colleft, body.m-r-var1 .colleft, body.l-m-var1 .colleft,
body.l-m-r-fix1 .colleft, body.m-r-fix1 .colleft, body.l-m-fix1 .colleft {
	width: 184px;
	margin-left: -184px;
}
body.l-m-r-var1 .colright, body.m-r-var1 .colright, body.l-m-var1 .colright,
body.l-m-r-fix1 .colright, body.m-r-fix1 .colright, body.l-m-fix1 .colright {
	/*width: 258px;
	margin-right: -258px;*/
}
body.l-m-r-var1 .outer {
	margin-left: 184px;
	margin-right: 258px;
}
body.l-m-var1 .outer {
	margin-left: 274px;
}
body.m-r-var1 .outer {
	margin-right: 324px;
}
body.l-m-var1 .colleft {
	width: 274px;
	margin-left: -274px;
}
body.m-r-var1 .colright {
	width: 324px;
	margin-right: -324px;
}

/* Fixed asyimmetrical sidebars (narrow)	*/
body.l-m-r-fix1 .outer, body.l-m-fix1 .outer, body.l-m-fix1 .outer {
	margin-left: 184px;
}
body.l-m-r-fix1 .outer, body.m-r-fix1 .outer, body.m-r-fix1 .outer {
	/*margin-right: 258px;*/
}
body.l-m-fix1 .colleft {
	width: 184px;
	margin-left: -184px;
}
body.m-r-fix1 .colright {
	/*width: 258px;
	margin-right: -258px;*/
}

/* Equal width sidebars (custom) */
body.l-m-r-eq .colleft, body.m-r-eq .colleft, body.l-m-eq .colleft {
	width: 199px;
	margin-left: -199px;
}
body.l-m-r-eq .colright, body.m-r-eq .colright, body.l-m-eq .colright {
	width: 199px;
	margin-right: -199px;
}
body.l-m-r-eq .outer, body.l-m-eq .outer, body.l-m-eq .outer {
	margin-left: 199px;
}
body.l-m-r-eq .outer, body.m-r-eq .outer, body.m-r-eq .outer {
	margin-right: 199px;
}
body.l-m-eq .colleft {
	width: 199px;
	margin-left: -199px;
}
body.m-r-eq .colright {
	width: 199px;
	margin-right: -199px;
}

/* MARKUP FREE CLEARING (http://www.positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* UTILITY RULES */
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}

#topex {
	z-index: 1;
}
#top_right, #body_right {
}

h1, h2 {
	padding-bottom: 5px;
	margin: 10px 0;
}
h3, h4, h5, h6 {
	margin: 15px 0 0 0;
}
.content h1 {
	/*font-size: 160%;*/
    font-size: 120%;
	line-height: normal;
    font-weight: bold;
}
.content h2 {
	/*font-size: 125%;*/
    font-size: 110%;
    font-style: italic;
}
h2 {
    font-size: 125%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	border: 1px solid #ccc;
}
pre {
	background-color: #eee;
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
}
.links {
	margin: 0;
	clear: both;
}
.comment .links {
	margin-bottom: 0;
}
ul.primary {
	white-space: normal;
}
table {
	width: 100%;
	font-size: 1em;
}
tbody {
	border: none;
}
tr.odd td, tr.even td {
	padding: 0.3em;
}
table.sections {
	width: 100%;
	padding: 0;
}
td.section {
	padding: 0 0 0 15px;
	vertical-align: top;
}
#help {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.error {
	border-color: red;
}
.title, .title a {
	font-weight: bold;
	margin: 0 auto;
}
.box {
	padding: 0 0 1.5em 0;
}
.block {
	padding-bottom: 0.75em;
	margin-bottom: .5em;
}
.themed-block {
	margin-bottom: 10px;
}
.section .block, .section .box {
	padding: 0;
	margin-bottom: 15px;
}
.block .title {
	/*padding: 6px;
	margin: 0 0 .25em 0;*/
}
.block h2.title a {
	/*font-size: 100%;*/
	font-weight: bold;
}
.block .content {
	padding: px;
	margin: 0;
}
#main .front h2.title a, #main .not-front h2.title a {			/* front, node */
	font-size: 130%;
	line-height: normal;
	font-weight: normal;
}
#main .not-front h1.title {		/* node */
	font-size: 180%;
	padding: 10px 0;
	font-weight: normal;
}
.node {
	margin: .5em 0 2em 0;
}
.node.teaser {
	padding-bottom: 5px;
}
.node .content, .comment .content {
	margin: .8em 0;
}
.node .terms {
	font-size: 0.8em;
}
.node .terms a {
	font-weight: normal;
}
.terms ul.taxonomy ul.vocab-list, .terms ul.taxonomy li.vocab-term {
	display: inline;
	padding: 0;
	margin: 0;
}
.terms ul.taxonomy li.vocab {
	list-style: none;
	font-weight: bold;
}
.submitted {
	font-size: 0.8em;
}
.comment {
	padding: .5em;
	margin-bottom: 1em;
}
.comment .title {
	padding: 10px 0 12px 19px; /* LTR */
}
.comment .title a {
	font-weight: normal;
}
.comment .new {
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right; /* LTR */
	color: red;
}
.node .picture, .comment .picture {
	float: right; /* LTR */
	padding: 0 0 .5em .5em; /* LTR */
}
.signature p {
	font-size: 85%;
	margin: 7px 0;
}
blockquote {
	padding: 10px;
	margin: 1em 2em !important;
	font-style: italic;
}
blockquote p {
	margin: 0 !important;
	width: inherit !important;
}
blockquote a:link {
	text-decoration: underline;
}
.messages {
	padding: 0.3em;
	margin-bottom: 1em;
}
.form-item label {
	font-size: 1em;
}
div.admin, div.admin .left, div.admin .right {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.admin-panel h3 {
	padding: 5px 8px 5px;
	margin: 0;
}
#above {
}
#above .block .title, #header .block .title, #footer .block .title, .byy {
	display: none;
}
#header, #content {
	width: 100%;
}
#header .block, #header .content {
	margin: 0;
	padding: 0;
}
#logo {
	float: left; /* LTR */
}
#logo img {
	margin: 63px 0px 0px 86px;
}
#name-and-slogan {
	padding: 30px 20px;
}
#site-name {
	margin: 0;
	padding: 0;
}
#site-name a, #site-name a:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 36px;
	line-height: normal;
}
#site-slogan {
	color: #FFFFFF !important;
	float: right;
	font-size: 10px;
	line-height: normal;
	margin: 38px 0 0;
	margin: 40px 0 0\9;
	*margin: 30px 0 0;
	padding: 5px 0 33px 0;
	_padding: 5px 0 34px 0;
	/*width: 230px;*/
	width: 172px;
	background-image: url(../images/lb-image/right-panel-down-arrow.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#site-slogan {
		margin: 38px 0 0;
	}
}
@media \0screen {
	#site-slogan {
		margin: 38px 0 0;
	}
}
#top-elements {
	float: right; /* LTR */
	text-align: right; /* LTR */
	padding: 0 20px 0 0; /* LTR */
}
#user_links ul li {
	display: inline;
	margin: 0;
}
#user_links ul {
	margin: 0;
}
#search {
	margin: 0 0 5px 0;
}
#search .form-item label, .block-search .form-item label {
	display: none;
}
#search .form-text, #search .form-submit {
	height: 22px;
	vertical-align: middle;
}
#search .form-text {
	width: 110px;
	padding: 0 0.4em;
}
#mission {
	font-weight: normal;
	font-size: 85%;
}
#mission a, #mission a:visited {
	font-weight: normal;
	text-decoration: underline;
}
#toplinks, #user_links {
	font-size: 13px;
	line-height: 22px;
}
#banner {
	margin: 7px 0;
}
#mission {
	padding: 1em 1em 0.75em 2em;
	margin: 10px 0 20px;
}
#breadcrumb {
	padding-left: 20px; /* LTR */
	clear: both;
	font-size: 80%;
}
#breadcrumb .breadcrumb {
	padding: 0;
}
#breadcrumb, #breadcrumb a {
	font-weight: normal;
}
#section1 {
	padding-top: 10px;
}
#section1 .block {
	margin: 15px 0 0 0;
}
#middlecontainer {
	padding: 1px 0 0 0;
	margin-bottom: 10px;
}
#wrapper {
	position: relative;
	width: 100%; /* helps IE get the child percentages right */
}
#main {
	overflow: visible;
}

#main .block {
	padding-top: 10px;
}
#node-middle {
	margin-right: 10px; /* LTR */
	float: left; /* LTR */
}
#node-middle .block, #node-middle .content {
	padding: 0;
	margin: 0 0 10px 0;
}
#content-top .content, #content-bottom .content, #node-bottom .content {
	padding: 0;
}
#belowme {
	text-align: center;
	padding: 5px 44px;
}
#footer {
	font-size: 75%;
	margin-top: 25px;
	padding-left: 87px;
}
body.front #footer {
   padding-left: 101px;
}
#footer-wrapper
{
	padding-bottom: 53px;
}
#footer a {
	font-weight: normal;
}
#footer ul.links li.first, ul.links li.first {
	border: none;
}
#footer .block ul, #footer ul.links li.first {
	margin-left: 0; /* LTR */
	padding-left: 0; /* LTR */
}
#footer .block {
	padding: 0;
	margin: 0;
}
.legal {
	margin: 0 auto 0 auto;
	padding: 0 90px;
}
.by {
	float: right; /* LTR */
	clear: both;
	font-size: 75%;
}
.by, .by a, .by a:hover {
	text-decoration: none;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
	font-style: italic;
	font-size: 0.9em;
}
#aggregator .feed-source {
	padding: 1em;
	margin: 1em 0;
}
#aggregator .title {
	margin-bottom: 0.5em;
}
#aggregator h3 {
	margin-top: 1em;
}
#forum table {
	width: 100%;
}
#forum td {
	padding: 0.5em;
}
#forum td .links {
	padding-top: 0.7em;
	font-size: 0.9em;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
	height: 1.5em;
}
#forum td.container .name a {
	padding: 10px 0 10px 40px;
}
#forum td .name a {
	font-weight: bold;
}
.block-forum h3 {
	margin-bottom: .5em;
}
#profile .profile {
	clear: both;
	padding: .5em;
	margin: 1em 0em;
}
#profile .profile .name {
	padding-bottom: 0.5em;
}
#attachments a {
	text-decoration: none !important;
}
#attachments a:hover {
	text-decoration: underline !important;
}
#user-login-form, div.toboggan-login-link-container, div.user-login-block, .block-logintoboggan,
#block-user-0 .content, #block-user-login .content {
	text-align: center;
}
#user-login-form .item-list {
	text-align: left;
	padding: 15px 0 0 0;
}
#user-login-form ul li.openid-link ,
#user-login-form ul li.user-link {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
}
body.in-maintenance #main {
	padding: 55px 115px 120px;
}

/* MENU & link STYLES */

#navlinks, #navlist {
	padding: 0 20px;
}
#subnavlist {
	padding: 1px 20px;
}
.navleft {
	float: left;
}
.navcenter, #navlist2 {
	text-align: center;
}
.navright {
	float: right;
}
#navlinks.navleft ul li {
	margin-right: 4px;
}
#navlinks.navright ul li {
	margin-left: 4px;
}
#navlinks ul, #navlinks ul li {
	padding: 0;
	margin: 0;
}
#navlinks ul li {
	display: inline;
	float: left; /* LTR */
	position: relative;
}
#navlinks ul li a {
	display: block;
}
#navlist a {
	display: inline-block;
	margin: 0;
}
#navlinks ul li a, #navlist a {
	padding: 2px 22px;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
/*border: 1px solid #777;
	border-bottom: none;*/
}
#navlinks ul li a:hover, #navlist li a:hover {
	/* text-decoration: none; */
}
#navlist li {
	border: none !important;
	padding: 0;
}
#subnavlist li {
	border: none !important;
	padding: 2px 0;
}
#subnavlist a {
	display: inline-block;
	padding: 0 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 19px;
}
#subnavlist li a:hover {
	text-decoration: none;
}
#navlist2 {
	margin-top: 15px;
}
#navlist2 a {
	font-weight: normal;
}
#navlist2 a:hover, #navlist2 a.active,
#footer a:hover, #footer a.active {
	/* text-decoration: none; */
}

/* DROP DOWN LI */

/* li containing sublevels */
#navlinks ul li {
	position: relative;
	z-index: 1;
}

/* set li width & color */
#navlinks ul li.expanded ul li {
	z-index: 99;
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* DROP DOWN UL */

/* Hide first sublevel */
#navlinks ul li.expanded ul {
	display: none;
}

/* Sublevels */
ul.firstsublayer,
ul.sublayer {
	z-index: 99;
	width: 180px;
	position: absolute;
	margin: 0;
	padding: 0 7px 5px 0 !important; /* shadow position */  /* LTR */
}
ul.firstsublayer {
	left: 0; /* LTR */
	top: 26px;
}
ul.sublayer {
	left: 181px; /* LTR */
	top: -1px;
}
/*
#navlinks ul.firstsublayer li, #navlinks ul.sublayer li {
	padding-top: 1px !important;
}*/

/* DROP DOWN Anchors */

/* first level */
#navlinks ul li.expanded a.expandfirst {
	padding-left: 22px; /* LTR */
}

/* sublevels */

#navlinks ul li.expanded a.expand,
#navlinks ul li.expanded ul li a.expand {
	padding-right: 24px; /* LTR */
	padding-left: 10px; /* LTR */
}

#navlinks ul.firstsublayer li a {
	padding-left: 10px; /* LTR */
}

/* "Skip to Main Content" link - is useful for both visually impaired people and those with mobility impairments who cannot use a mouse */
#skip-nav {
	display: none;
}
#skip-nav a, #skip-nav a:hover, #skip-nav a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#skip-nav a:active, #skip-nav a:focus {
	position: static;
	width: auto;
	height: auto;
}

/* BLOCK ICONS */

.bicons32 div.block-icon {
	position: absolute;
	width: 32px;
	height: 32px;
	margin: -5px 0 0 -5px; /* LTR */
}
.bicons48 div.block-icon {
	position: absolute;
	width: 48px;
	height: 48px;
	margin: -15px 0 0 -18px; /* LTR */
	display: none;
}
.bicons32 .themed-block .title,
.bicons48 .themed-block .title {
	/*padding: 6px 6px 6px 28px;*/ /* LTR */
}

/*--- blog ---*/
.bicons32 .block-blog .block-icon {
	background: transparent url(../images/icons/blocks/icon_01_32.png) no-repeat;
}
.bicons32 #block-blog-0 .block-icon {
	background: transparent url(../images/icons/blocks/icon_02_32.png) no-repeat;
}
.bicons48 .block-blog .block-icon {
	background: transparent url(../images/icons/blocks/icon_01_48.png) no-repeat;
}
.bicons48 #block-blog-0 .block-icon {
	background: transparent url(../images/icons/blocks/icon_02_48.png) no-repeat;
}

/*--- image ---*/
.bicons32 .block-image .block-icon, .bicons32 .block-image_attach .block-icon, .block-gallery_assist .block-icon {
	background: transparent url(../images/icons/blocks/icon_05_32.png) no-repeat;
}
.bicons48 .block-image .block-icon, .bicons48 .block-image_attach .block-icon, .block-gallery_assist .block-icon {
	background: transparent url(../images/icons/blocks/icon_05_48.png) no-repeat;
}

/*--- comments & forums ---*/
.bicons32 .block-comment .block-icon, .bicons32 .comments-block-icon .block-icon,
.bicons32 #block-views-comments_recent-block .block-icon {
	background: transparent url(../images/icons/blocks/icon_01_32.png) no-repeat;
}
.bicons32 .block-forum .block-icon,
.bicons32 #block-views-comments_recent-block h2.block-title {
	background: transparent url(../images/icons/blocks/icon_06_32.png) no-repeat;
}
.bicons48 .block-comment .block-icon, .bicons48 .comments-block-icon .block-icon,
.bicons48 #block-views-comments_recent-block .block-icon {
	background: transparent url(../images/icons/blocks/icon_01_48.png) no-repeat;
}
.bicons48 .block-forum .block-icon,
.bicons48 #block-views-comments_recent-block h2.block-title {
	background: transparent url(../images/icons/blocks/icon_06_48.png) no-repeat;
}

/*--- book ---*/
.bicons32 .block-book .block-icon {
	background: transparent url(../images/icons/blocks/icon_22_32.png) no-repeat;
}
.bicons48 .block-book .block-icon {
	background: transparent url(../images/icons/blocks/icon_22_48.png) no-repeat;
}

/*--- views default ---*/
.bicons32 .block-views .block-icon {
	background: transparent url(../images/icons/blocks/icon_07_32.png) no-repeat;
}
.bicons48 .block-views .block-icon {
	background: transparent url(../images/icons/blocks/icon_07_48.png) no-repeat;
}

/*--- user login ---*/
.bicons32 #block-user-0 .block-icon {
	background: transparent url(../images/icons/blocks/icon_14_32.png) no-repeat;
}
.bicons48 #block-user-0 .block-icon {
	background: transparent url(../images/icons/blocks/icon_14_48.png) no-repeat;
}
div.toboggan-login-link-container {
	padding-left: 20px; /* LTR */
}

/*--- user ---*/
.bicons32 .block-user .block-icon {
	background: transparent url(../images/icons/blocks/icon_08_32.png) no-repeat;
}
.bicons32 .admin .block-user .block-icon {
	background: transparent url(../images/icons/blocks/icon_12_32.png) no-repeat;
}
.bicons48 .block-user .block-icon {
	background: transparent url(../images/icons/blocks/icon_08_48.png) no-repeat;
}
.bicons48 .admin .block-user .block-icon {
	background: transparent url(../images/icons/blocks/icon_12_48.png) no-repeat;
}

/*--- user new/online ---*/
.bicons32 #block-user-2 .block-icon, .bicons32 #block-user-3 .block-icon {
	background: transparent url(../images/icons/blocks/icon_19_32.png) no-repeat;
}
.bicons48 #block-user-2 .block-icon, .bicons48 #block-user-3 .block-icon {
	background: transparent url(../images/icons/blocks/icon_19_48.png) no-repeat;
}

/*--- simplenews / Google groups /aggregator ---*/
.bicons32 .block-simplenews .block-icon, .bicons32 .block-google_groups .block-icon, .bicons32 .block-aggregator .block-icon {
	background: transparent url(../images/icons/blocks/icon_10_32.png) no-repeat;
}
.bicons48 .block-simplenews .block-icon, .bicons48 .block-google_groups .block-icon, .bicons48 .block-aggregator .block-icon {
	background: transparent url(../images/icons/blocks/icon_10_48.png) no-repeat;
}

/*--- devel ---*/
.bicons32 #block-menu-devel .block-icon {
	background: transparent url(../images/icons/blocks/icon_12_32.png) no-repeat;
}
.bicons48 #block-menu-devel .block-icon {
	background: transparent url(../images/icons/blocks/icon_12_48.png) no-repeat;
}

/*--- menu / catalog ---*/
.bicons32 .block-menu .block-icon, .bicons32 .block-uc_catalog .block-icon {
	background: transparent url(../images/icons/blocks/icon_13_32.png) no-repeat;
}
.bicons48 .block-menu .block-icon, .bicons48 .block-uc_catalog .block-icon {
	background: transparent url(../images/icons/blocks/icon_13_48.png) no-repeat;
}

/*--- search ---*/
.bicons32 .block-search .block-icon, .bicons32 .block-google_cse .block-icon {
	background: transparent url(../images/icons/blocks/icon_15_32.png) no-repeat;
}
.bicons48 .block-search .block-icon, .bicons48 .block-google_cse .block-icon {
}

/*--- poll ---*/
.bicons32 .block-poll .block-icon, .bicons32 .block-i18npoll .block-icon {
	background: transparent url(../images/icons/blocks/icon_16_32.png) no-repeat;
}
.bicons48 .block-poll .block-icon, .bicons48 .block-i18npoll .block-icon {
	background: transparent url(../images/icons/blocks/icon_16_48.png) no-repeat;
}

/*--- most printed/emailed ---*/
.bicons32 .block-print .block-icon, .bicons32 .block-print_mail .block-icon {
	background: transparent url(../images/icons/blocks/icon_17_32.png) no-repeat;
}
.bicons48 .block-print .block-icon, .bicons48 .block-print_mail .block-icon {
	background: transparent url(../images/icons/blocks/icon_17_48.png) no-repeat;
}

/*--- popular content ---*/
.bicons32 .block-statistics .block-icon {
	background: transparent url(../images/icons/blocks/icon_18_32.png) no-repeat;
}
.bicons48 .block-statistics .block-icon {
	background: transparent url(../images/icons/blocks/icon_18_48.png) no-repeat;
}

/*--- locale ---*/
.bicons32 .block-locale .block-icon {
	background: transparent url(../images/icons/blocks/icon_20_32.png) no-repeat;
}
.bicons48 .block-locale .block-icon {
	background: transparent url(../images/icons/blocks/icon_20_48.png) no-repeat;
}

/*--- weather ---*/
.bicons32 .block-weather .block-icon {
	background: transparent url(../images/icons/blocks/icon_21_32.png) no-repeat;
}
.bicons48 .block-weather .block-icon {
	background: transparent url(../images/icons/blocks/icon_21_48.png) no-repeat;
}

/*--- shopping cart ---*/
.bicons32 .block-uc_cart .block-icon {
	background: transparent url(../images/icons/blocks/icon_33_32.png) no-repeat;
}
.bicons48 .block-uc_cart .block-icon {
	background: transparent url(../images/icons/blocks/icon_33_48.png) no-repeat;
}

/* PAGE ICONS */

.picons .upload_attachments a {
	background: url(../images/icons/attach.png) no-repeat; /* LTR */
	padding-left: 20px; /* LTR */
}
.picons .comment_comments a {
	background: url(../images/icons/comments.png) no-repeat; /* LTR */
	padding-left: 20px; /* LTR */
}
.picons li.comment_delete a {
	background: url(../images/icons/trash.png) no-repeat 0 2px; /* LTR */
	padding-left: 15px; /* LTR */
}
.picons li.comment_edit a {
	background: url(../images/icons/edit.png) no-repeat 0 2px; /* LTR */
	padding-left: 15px; /* LTR */
}
.picons li.comment_reply a {
	background: url(../images/icons/reply.png) no-repeat 0 2px; /* LTR */
	padding-left: 15px; /* LTR */
}
.picons .book_add_child a {
	background: url(../images/icons/page-add.png) no-repeat left center; /* LTR */
	padding-left: 20px; /* LTR */
}
.picons .comment_add a {
	background: url(../images/icons/comment.png) no-repeat left center; /* LTR */
	padding-left: 20px; /* LTR */
}
.picons .print-icon {
	display: none;
}
.picons .print_html a, .picons .book_printer a {
	background: url(../images/icons/print.png) no-repeat left center; /* LTR */
	padding-left: 20px; /* LTR */
	height: 16px;
	display: inline-block;
}
.picons .print_mail a, .picons .book_mail a {
	background: url(../images/icons/mail.png) no-repeat left center; /* LTR */
	padding-left: 20px; /* LTR */
	height: 16px;
	display: inline-block;
}
.picons .print_pdf a, .picons .book_pdf a {
	background: url(../images/icons/pdf.png) no-repeat left center; /* LTR */
	padding-left: 20px; /* LTR */
	height: 16px;
	display: inline-block;
}
.picons .print_html, .picons .book_printer,
.picons .print_mail, .picons .book_mail,
.picons .print_pdf, .picons .book_pdf {
	margin: auto 0;
	padding-right: 0; /* LTR */
}
.picons .terms li.first, .picons .terms ul.taxonomy {
	background: url(../images/icons/tag.png) no-repeat left top; /* LTR */
	padding-left: 20px; /* LTR */
	margin: 10px 0;
}
.terms li.first, .terms ul.taxonomy {
	padding-left: 3px; /* LTR */
}
.picons #sidebar-left a.active, .picons #sidebar-right a.active {
	background: url(../images/icons/check.png) no-repeat right center; /* LTR */
	padding-right: 20px; /* LTR */
}
#sidebar-left .block-image a.active , #sidebar-right .block-image a.active	{
	background: none;
	padding: 0;
}
.picons .node_read_more a {
	background: url(../images/icons/read_more.png) no-repeat left center; /* LTR */
	padding-left: 15px; /* LTR */
}
.picons .more-link a {
	background: url(../images/icons/more.png) no-repeat left center; /* LTR */
	padding-left: 15px; /* LTR */
	font-size: 9px;
}
.picons .blog_usernames_blog a {
	background: url(../images/icons/user_green.png) no-repeat left center; /* LTR */
	padding-left: 20px; /* LTR */
}

/* MODULE SPECIFIC STYLES */

.book-navigation {
	padding-top: 20px;
	clear: both;
}
.book-navigation a {
	text-decoration: none !important;
}
.book-navigation a:hover {
	text-decoration: underline !important;
}
.book-navigation .menu {
	border-top: none;
}
.book-navigation .page-up {
	width: 5%;
}
.panel-col-top .node .content {
	background-image: none;
}
.block-image .content {
	text-align: center;
	padding: 0 !important;
	background: none !important;
}
ul.images li h3 {
	display: none;
}
ul.galleries li, ul.images li {
	background : none;
	border : none;
	list-style-type: none;
}
body.mceContentBody {
	background: #eee !important;
	font-size: 14px;
}
body.mceContentBody a:link {
	font-weight: normal;
}
.view .view-comments-recent .views-field-subject {
	font-weight: bold;
}
.view .views-admin-links li {
	background: transparent !important;
}
.block-gmaplocation .content {
	text-align: center;
}
.block-gmaplocation a.active {
	background-image: none !important;
	padding: 0 !important;
}
li.topic_reply {
	list-style-type: none;
}
.cart-block-icon-full, .cart-block-icon-empty, .cart-block-title-bar .arrow-up, .cart-block-title-bar .arrow-down {
	display: inline-block !important;
}
#continue-shopping-button {
	margin-right: 50% !important; /* LTR */
}
.uc-store-admin-panel	{
	margin: 0;
	padding: 3px;
}
.uc-store-admin-panel .uc-store-icon	{
	margin: 0;
}
.uc-store-admin-panel .panel-title	{
	font-size: 1em;
	font-weight: bold;
	line-height: 200%;
}
.product-image {
	padding: 7px 0 2px 5px;
}
.main-product-image {
	padding-bottom: 2px;
}
.sitemap-box h2 {
	display: none;
}
.views-exposed-widget .form-submit {
	margin-top: 15px !important;
}
.pane-content h2.title a {
	font-size: 140%;
}

.view-federal-law-external-link
{
     width:200px;
     padding:10px;
}

.node .meta
{
    display:none;
}
/* New Theme CSS starts here */
body {
	background-image: url(../images/lb-image/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: 'Droid Sans', Arial;
	font-size: 13px;
	color: #666666;
}
a:link, a:visited {
	color: #666666;
	/* text-decoration: none; */
}

.news-body a, .from-the-field-body a {
	color: #404041;
	font-size: 12px;
	font-weight: bold;
}
.float-right {
	float: right !important;
}
#bg1 {
	background-image: url(../images/lb-image/header-bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
.desc a {
	margin-top: 10px;
	display: block;
}
.view-header .top, .content .top,
.node-type-federal_law .field-items,
.state-all {
    text-align:right;
}

.state-all,
.section-state-topics .top,
.node-type-federal_law .field-items,
.statelaw-back
{
	font-size:11px;
	padding:15px 2px 15px 0;
}

/*.state-all,
.section-state-topics .top-new,
.node-type-federal_law .field-items,
.statelaw-back
{
	font-size:11px;
	padding:8px 2px 8px 0;
}*/

.section-state-topics .top-new
{
	font-size:11px;
	padding:8px 5px 8px 0;
}

.node-type-federal_law .field-items a,
.node-type-federal_law .field-items a:hover,
.state-all a,
.state-all a:hover,
.statelaw-back a,
.statelaw-back a:hover,
.section-state-topics .top a,
.section-state-topics .top a:hover
{
	font-weight:bold;
	font-style:italic;
}

#name-and-slogan {
	display: none;
}
#top_bg {
	clear: both;
	min-height: 336px;
	_height: 336px;
}
/* footer */
#footer .copyright {
	float: left;
	margin-top: 24px;
}
#footer .legal {
	padding: 35px 0 0 0;
	border-top: 6px solid #404041;
}
#footer .copyright {
	float: left;
	font-size: 12px;
    width: 480px;
}
#footer .logo-rober_wood {
	float: right;
}
#footer .logo-school {
	float: right;
	margin-right: 20px;
}
/* section */
.section-search .float-wrap.grid_15 {
	width: 690px;
}
body.layout-left-main-right.section-search .outer {
	margin-right: 0px;
}
/* body content style */
#body_bg {
	padding: 0 0 0 70px;
}
body.admin-menu #bg2 {
	margin-top: -20px;
}
#main {
	padding-left: 11px;
}
#main .view-header h1, #main h1.title {
	background-color: #4ab748;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	padding: 3px 21px 3px 11px;
	display: inline-block;
	*display: inline;
	_display: inline;
	*position: relative;
	_position: relative;
	*zoom: 1;
	margin: 0 0 0 -11px;
}

div.post-date,
.date-display-single
{
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 0 10px 0;
}

.recent-updated {
	padding-top: 60px;
}

.eopage {
	/*padding-left: 70px;*/
}
/* menu */
ul.nice-menu-down {
	margin: 37px 0 0 75px;
	*margin: 22px 0 0 75px;
	_margin: 23px 0 0 38px;
}
ul.nice-menu li {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 11px 0 0;
	margin: 0 10px 0 0;
}
#header ul.nice-menu li ul li a {
	font-family: "Tahoma", Georgia, Times New Roman, Times, serif !important;
	font-weight: normal;
	font-size: 12px;
}
#header ul.nice-menu li ul li{
	padding: 6px 0 0 0;
}
ul.nice-menu li.active-trail {
	background-image: url(../images/lb-image/menu-selected.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
ul.nice-menu li a, ul.nice-menu li a:hover, ul.nice-menu-down .menuparent a {
	color: #FFFFFF;
	height: 37px;
	background-image: url(../images/lb-image/menu-border.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 8px 19px 0 11px;
}
#header ul.nice-menu li ul li a {
	color: #FFFFFF;
}
#header ul.nice-menu li ul li a:hover {
	color: #CCCCCC;
}
ul.nice-menu li ul {
	background-color: #7e8180;
	padding: 8px 10px;
	top: 69px;
}
ul.nice-menu li.last a {
	background-image: none !important;
}
ul.nice-menu li.menuparent ul li {
	font-size: 15px;
	background-image: none;
	padding: 0 0 2px 0;
	text-transform: none;
}
ul.nice-menu li.menuparent ul li:hover {
	font-size: 15px;
	background-image: none;
	padding: 0 0 2px 0;
	text-transform: none;
}
ul.nice-menu li.menuparent ul li a {
	background-image: none;
	padding: 0;
	height: auto;
	font-weight: normal;
}
ul.nice-menu li.menuparent ul li a:hover {
	background-image: none;
	padding: 0;
	height: auto;
	font-weight: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	ul.nice-menu li.active-trail {
		background-position: center 0px;
	}
}
ul.nice-menu li.active-trail {
	background-position: center 1px\0/;
	background-position: center 0px\9;
	*background-position: center top;
}
/* Search Block */
#sidebar-right .block-search h2 {
	display: none;
}
form#search-block-form div.container-inline div.form-item input.form-text {
	color: #404041;
	border: 1px solid #404041;
	padding: 10px 33px 10px 13px;
	font-size: 12px;
	width: 181px;
}
form#search-block-form div.container-inline input.form-submit {
	background-image: url(../images/lb-image/btn-search.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	float: right;
	height: 20px;
	margin: -28px 6px 0 0;
	position: absolute;
	right: 0px;
	width: 20px;
	margin: 8px 6px 0 0\9;
	*margin: 10px 6px 0 0;
}
@media \0screen {
	form#search-block-form div.container-inline input.form-submit {
		margin-top: 10px;
		right: 0px;
	}
}
/* right side about us block */
#sidebar-right .block_2 {
	/*
	background-color: #9c9f9e;
	border-top: 10px solid #404041;
	padding: 21px 21px 3px 21px;
	margin: 0 0 16px 0;
	*/
	color: #FFFFFF !important;
}
#sidebar-right .block_2 h2 {
	color: #FFFFFF !important;
}
#sidebar-right .block-wrapper h2, .block-wrapper .view-home-external-link .view-header {
	font-size: 16px;
	padding: 0;
	text-align: left;
	color: #404041;
}
#sidebar-right .block-wrapper {
	font-size: 12px;
	color: #404041;
}
.block-wrapper .block-on_the_web.themed-block h2, #sidebar-right .bicons48 {
	display: none;
}
#sidebar-right .block-wrapper span.on-the-web {
	margin: 0 7px 0 0;
}
/* wasim starts */
.section-search .item-list li
{
/*    width:100px;
    word-wrap:break-word;
    word-break:break-all;*/
}


#sidebar-right .block_2 a
{
    color:#ffffff;
    font-weight: bolder
}

.section-search #sidebar-left
{
    background-color: #CCCCCC;
    margin-right: 10px !important;
}

.section-search #sidebar-left .block-wrapper
{
    padding:10px 10px 0px 10px;
}

.section-search #sidebar-left #block-block-8 h2.title
{
	display:none;
}
.section-search .last-update-title
{
    width:350px;
}
.section-search .search-results dd
{
    margin-left:-6px;
}

.section-state-topics .item-list ul
{
/*    padding-left:18px !important;
    padding-top:10px !important;*/
}
.node-type-federal_law_category .field-type-content-taxonomy
{
    display: none;
}
.node-type-federal_law_category .node
{
    margin-bottom:0px;
}
.node-type-federal_law_category .sub-header
{
    border-top: 1px dotted #CCCCCC;
    border-bottom: 0px dotted #CCCCCC;
    padding-top: 16px;
}

.node-type-federal_law_category .field-label
{
    padding-bottom:10px;
}


/*.view-home-external-link .field-content div,*/
.view-federal-law-external-link .views-field-title,
.view-display-id-block_2 .views-field-title,
.view-display-id-block_1 .views-field-title
{
	padding-bottom:10px;
}

.page-topics .topic-list ul
,.page-federal-law #main ul
{
	padding-left:15px;
	margin-left:0px;
}
.page-topics .topic-list ul a
,.page-federal-law #main ul a
{

}

.page-topics .topic-list ul a:hover
,.page-federal-law #main ul a:hover
{

}

#block-block-4 a,#block-block-4 a:hover
{
	font-weight:bold;
	color:#404041;
}
#custom_search
{
	padding-top:10px;
}
.txt-search
{
	width:250px;
}
#sidebar-left .txt-search{
    width:95px;
} 

.page-federal-law h1.title
{
    display:none !important;
}

.page-federal-law #content-top h2,
.section-search #content-top h2,
.section-search .box h2,
#block-views-search_result_template-block_1 h2.title,
#block-views-search_result_template-block_5 h2.title,
#block-views-search_result_template-block_2 h2.title{
	background-color: #4ab748;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	padding: 3px 21px 3px 11px;
	*zoom: 1;
	margin: 5px 0 0 -11px;
    font-style: normal;
}

.page-federal-law #content-top h2{
	display: inline-block;
}

.section-search #content-top h2,
.section-search .box h2{
	display: block;
    margin-top: 0;
}

.section-search #content-top h2{
	margin-top: -15px;
	padding-top:8px;
}

.page-federal-law #content-top h2
{
    margin-top:-4px !important;
}

.section-search .tabs.primary,
.section-search .search-form,
.section-search h1.title
{
    display:none !important;
}

.search-results dd
{
    margin-bottom:0px;
}
.search-results .search-info,
 .node-type-federal_law .field-label
{
    display:none;
}

.see-footnote {
    font-size: 0.6em;
    top: -0.1em;
}

.footnotes {

    margin-top: 15px;
}
.pad-bottom5
{
    padding-bottom:5px;
}

#main li
{
    padding-bottom:5px;
}
.sub-header
{
    font-weight:bold;
    font-size:14px;
}
.view-header .top
{
    padding: 10px 0;
}
.home-content-type
{
	float: right;
    padding-top: 13px;
    /*width: 100px;*/
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #4ab748;
}
.last-update-title
{
	float: left;
     width: 390px;
}

.section-distinction, .tax-desc, .field-type-content-taxonomy, .section-state-topics .desc
{
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 6px;
    padding-bottom: 16px;
}

.section-federal-law .colmain .view
{
    border-top: 1px dotted #CCCCCC;
    margin-top: -15px;
    padding-top: 15px;
}
.even-row
{
    background-color:#f7f7f7;
}

.section-federal-law .item-list ul
{
	margin-left: -4px !important;
    padding-left: 0 !important;
}

ul.nice-menu li a:hover {
    text-decoration:none;
	color: #404041;

}

ul.nice-menu li a {
   text-decoration:none;
}

#sidebar-right .view-header {
	font-size: 16px;
	font-weight:bold;
	padding: 0;
	text-align: left;
	color: #404041;
}
.section-state-topics #main h1.title
{
    display:none !important;
}

.section-state-topics #main #content-top h1.title
{
    display:block !important;
}

.views-field-body, .views-field-php-3, .views-field-php-2 {
	clear: both;
}

.paddTop-12
{
    padding-top:12px;
}

.colmain
{
    overflow:hidden;
}

.statelaw-back
{
    text-align:right;
}

.article-desc, .statelaw-desc, .node-type-federal_law > .content
{
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 12px;
}

tr.even-row:hover, tr.odd-row:hover {
    background-color: #f6fff6;
}

tbody th {
    background-color: #CCCCCC;
    font-size:14px;
}

a.td-link, a.td-link:hover
{
    font-weight:bold;
}

/* wasim ends */

.views-field-body, .views-field-php-3, .views-field-php-2
{
 border-bottom:1px dotted #cccccc;
 padding-bottom:10px;
}
.front .views-row-last .views-field-body, .front .views-row-last .views-field-php-3,  .front .views-row-last .views-field-php-2
{
 border-bottom:none;
 padding-bottom:0px;
}
.news-body, .from-the-field-body
{
 border-bottom:1px dotted #cccccc;
 padding-bottom:15px;
}

.from-the-field-body
{
   padding-bottom: 10px;
   padding-top: 10px;
}

.views-row-last .news-body, .views-row-last .from-the-field-body
{
 border-bottom:none;
 padding-bottom:0px;
}


.section-search .item-list ul.pager li{
    margin: 0;
}
.section-search .item-list ul.pager
{
    margin: 0;
    padding: 14px 0 0 0;
   /*border-top: 1px dotted  #CCCCCC;*/
}

.comment_add
{
	display:none !important;
}
h2.title {
	color: #404041;
}
#sidebar-left h2.title {
	color: #404041;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
#sidebar-left h3 {
	color: #404041;
}

/* "S" starts here */
#site-slogan {
    margin: 38px 0 0;
    margin: 40px 0 0 \0/IE9;
}
ul.nice-menu li{
    margin: 1px 10px 0 0;
}

ul.nice-menu li{
    *margin: 0px 10px 0 0;
}
.link-to-the-law{
    text-decoration:underline;
}
.article-desc .link-to-the-law{
    font-weight: bold;
    font-style: italic;
}
.link-to-the-law:hover{
    text-decoration: none;
}
.desc a.see-footnote{display: inline;}

.desc .footnote a.footnote-label{margin-top: 0px}
div.error, tr.error{
    margin-top: 8px
}
*+html #site-slogan{
    margin-top: 43px
}
*+html ul.nice-menu li.active-trail{
    background-position: center 1px
}
/* for IE8 */
@media \0screen {
  #site-slogan {margin-top: 45px;}
}

.content ul li ul li {
    padding-top: 5px;
}
.footnote{
    min-height: 12px;
}

.hightlight-rss-feed {
    float: none; margin: 0; cursor: pointer;
}
.page-highlights-all .view.view-news-list.view-style-normal .item-list,
.page-recently-updated-all .view.view-recently-updated.view-style-normal .item-list {
    margin-top: 20px;
}

.pane-news-list .view-footer .hightlight-rss-feed a,
.pane-recently-updated .view-footer .hightlight-rss-feed a {
    color: #404041;
    font-size: 12px;
    font-weight: bold;
}

.pane-news-list .more-link a,
.pane-recently-updated .more-link a,
.more-link-analysis a,
#sidebar-right .more-link a {
    color: #404041;
    font-size: 12px;
    font-weight: bold;
    background: none !important;
    text-decoration: none;
}
.pane-news-list .more-link a:hover,
#sidebar-right .more-link a:hover,
.pane-recently-updated .more-link a:hover {
    text-decoration: underline;
}
.hightlight-rss-feed-all {
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
    margin-top: -25px;
}
.hightlight-rss-feed-all {
    cursor: pointer;
    float: right;
    margin-top: -25px;
}
.page-highlights-all .hightlight-rss-feed-all, .page-from-the-field-all .hightlight-rss-feed-all {
    margin-bottom: 20px;
    margin-top: -45px;
}
.more-link-analysis{
    text-align: right;
    padding: 10px 0
}
.more-link-analysis a:hover{
    text-decoration: underline
}
#sidebar-left .item-list ul{
    padding-left: 0px
}

/** the status radio buttons in state settings page */
#state-topic-setup .form-radios .form-item{
    float: left;
}
#state-topic-setup .form-radios .form-item label{
    color: #666666;
}

/** the state map legend settings page **/
#state-map-legend {
    height: 370px;
}
.legend-cell-color{
    height: 15px;
    width: 15px
}

/** comparative analysis page **/
.comparative-analysis-map,
#comparative-analysis-state-description{
    float: left;
}
#comparative-analysis-state-description{
    width: 276px;
    height: 508px;
    overflow: hidden;
}
#edit-done{
    display: none;
}
.legend-table li{
    list-style: none;
    float: left;
    margin-right: 15px
}
.legend-color{
    height: 15px;
    width: 15px;
    display: block;
    float: left;
    margin-right: 5px
}
.legend-value{
    float: left;
}

#legend_title {
    display: block;
    font-weight: bold;
}
ul.legend-table{
    padding-left: 0
}
#comparative-analysis-left{
    width: 580px;
    float: left;
}
#comparative-analysis-helptxt{
    font-size: 11px;
    font-style: italic;
}
#comparative-analysis-show-all{
    background-color: #4AB748;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px 22px 1px 5px;
    background-image: url('/sites/all/themes/zeropoint/images/down.png');
    background-position: 61px center;
    background-repeat: no-repeat;
}
#comparative-analysis-show-all.show-all-up{
    background-image: url('/sites/all/themes/zeropoint/images/up.png');
    background-position: 58px center;
    background-repeat: no-repeat;

}
#comparative-analysis-details-table a{
    text-decoration: underline
}
#ie7 #comparative-analysis-helptxt{
    margin-bottom: 20px;
    display: block;
}
#ie7 .legend-table{
    margin-left: 0px;
    margin-bottom: 45px;
}
#ie7 #comparative-analysis-show-all,
#ie8 #comparative-analysis-show-all
{
    background-position: 68px
}
#ie7 #comparative-analysis-show-all.show-all-up,
#ie8 #comparative-analysis-show-all.show-all-up{
    background-position: 62px
}
#field_comp_analysis_state_values .content-multiple-drag,
#field_comp_analysis_state_values thead,
#field_comp_analysis_legend_value_values .content-multiple-drag,
#field_comp_analysis_legend_value_values thead{
    display: none;
}
#field_comp_analysis_state_values tr.even,
#field_comp_analysis_state_values tr.odd{
    background-color: #FFF;
    border-bottom-width: 0px
}
#multistep-group_state td{
    padding-bottom: 20px;
    padding-top: 16px
}
#multistep-group_state td .form-item{
    margin:  0 0 15px 0;
}
.comp-analysis-state-name{
    font-weight:bold;
    margin: 8px 0
}
#edit-field-comp-analysis-legend-value-field-comp-analysis-legend-value-add-more{
    display: none;
}
#ie7 #print-pdf{
    margin-right: 18px
}

td.section.u5, td.section.u6, td.section.u7, td.section.u8 {
   width: 25%;
   border-collapse: separate;
   display:table-cell;
}
td.section.u5, td.section.u6, td.section.u7, td.section.u8 {
   background: #9C9F9E;
   border-top: 10px solid #404041 !important;
   padding: 15px;
}

td.section.u5 .block, td.section.u6 .block, td.section.u7 .block, td.section.u8 .block {
	padding: 0px 5px 3px 5px;
	margin: 0;
	color: #FFFFFF !important;
/*height: 300px;*/
	font-size: 0.9em;
}

td.section.u5 .block a, td.section.u6 .block a, td.section.u7 .block a, td.section.u8 .block a,
td.section.u5 .block h2, td.section.u6 .block h2, td.section.u7 .block h2, td.section.u8 .block h2,
td.section.u5 .block .view-header, td.section.u6 .block .view-header, td.section.u7 .block .view-header, td.section.u8 .block .view-header {
   color: #FFFFFF !important;
}

td.section.u5 .block a, td.section.u6 .block a, td.section.u7 .block a, td.section.u8 .block a,
   font-size: 0.9em;
}

#section2 .divider, #section2 td.section.divider {
   border: none;
}

#section2 table.sections {
   border-collapse: inherit;
   position: relative;
   right: -15px;
   border-spacing: 15px 0;
   display: table;
   *border-collapse: expression('separate', cellSpacing = '15px 0');
}

#sidebar-right #lb-email-subscription-form-instruction {
   margin: 0;
}

#sidebar-right .view-from-the-field h4 {
   margin-top: 5px;
}

.item-list ul {
   margin-top: 10px;
}

#block-views-from_the_field-block_1 h2.title {
   margin-bottom: 10px;
}

.node .related-content {
   margin-top: 30px;
}

.node .related-content h2 {
   margin-bottom: 10px;
}

.node .related-content ul {
   padding-left: 15px;
   margin-left: 0;
}

.node .related-content .recent-related-content {
   float: left;
   width: 48%;
   padding-right: 20px;
}

.node .related-content .see-also {
   float: left;
   width: 48%;
}

.node .related-content .see-also-content {
   max-height: 300px;
   overflow: auto;
}

.mCSB_scrollTools .mCSB_draggerRail {
   *height: 0px;
}

.node .related-content .see-also ul {
   margin-top: 5px;
}

body.front .view-home-external-link {
   margin-top: 0.5em;
}
/* footer: Browser compatibility list */
.compatible-browsers{
    margin-top:-30px;
    font-size: 12px;
}
.first-time-here { 
 color: #FFFFFF; 
 font-size: 26px;
 font-weight: bold;
 margin: 0 auto 10px auto;
 padding: 3px 0 3px 5px;
 background:url(../images/arrow-links.png) no-repeat #4AB748 right center ;
 letter-spacing: -1px;
}
.first-time-here a {
 text-decoration:none;
 color:#fff;
 display: block; 
}
.footer-disclaimer {
    clear: both;
    float: left;
    margin-top: 25px;
    font-size: 12px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
/*.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}*/

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* start entry popup */
.entry-popup.modal {
    background: rgba(0, 0, 0, .7);
}

.entry-popup .modal-content {
    width: auto;
    max-width: 550px;
    padding: 30px 14px;
    box-shadow: 0 1px 4px #333;
    border-radius: 6px;
    margin: auto;
    background: #fff;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

.entry-popup .modal-head {
    text-align: center;
    margin-bottom: 20px;
}

.entry-popup h2 {
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
    padding: 0;
    color: #4ab748;
    margin: 0 0 5px 0;
}

.entry-popup .modal-head p {
    font-size: 15px;
    line-height: 22px;
    color: #444;
    padding-bottom: 15px;
    margin: 0;
}

.entry-popup .modal-content ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.entry-popup .modal-content ul li {
    margin-bottom: 10px;
}

.entry-popup .modal-content ul li label {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #555;
}

.entry-popup .form-field {
    border: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 13px;
    color: #666;
    padding: 5px 0;
}

.entry-popup .form-field:focus {
    box-shadow: none;
    outline: 0 none;
}

.entry-popup #submit_button:hover,
.entry-popup #submit_button:focus {
    background: #39a237;
}

.entry-popup #submit_button {
    font-weight: bold;
    border-radius: 4px;
    color: #fff;
    background: #4ab748;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 24px;
    border: 0;
    margin: 15px 0 0 0;
    float: right;
    cursor: pointer;
}

#popup_error_message_invalid_email,
#popup_error_message {
    background: #d4d4d4;
    margin: 0 20px 15px 20px;
    font-weight: bold;
    color: #771d1d;
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 10px;
    border-radius: 4px;
}

/* end entry popup */
