.ie5mac {
	color: #fff; /* fake style for IE 5/Mac bug */
}

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 75%;
	background: #fff url(/images/logo_area_bg.gif) repeat-x top left;
	color: #333;
	line-height: 1.2em;
	text-align: center;
	vertical-align: top;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #761f00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	color: #000;
	font-size: 22px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 24px;
}

h1#content-title {
	color: #791e00;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

h2 {
	text-transform:uppercase;
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin: 2em 0 0.5em 0;
}

#content-featured:first-child h2 {
    margin-top:1em;
}

h3 {
	text-transform:uppercase;
	font-size: 1.4em;
	line-height: 1.2em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 0 10px 0;
}

h4 {
	color: #000;
	font-size: 1.1em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 1.0em;
}

h6 {
	color: #D9A300;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.3em;
}

h6 a:link,
h6 a:active,
h6 a:visited,
h6 a:hover {
 	color: #D9A300;
}

p {
	padding: 0 0 10px 0;
}

ul {
	margin: 0px 0 10px 25px;
	padding: 0;
	list-style-type: disc;
}

ul li {
	padding: 0px 0 0px 3px;
}

ol {
	margin: 0 0 0 30px;
}

ol li {
	padding: 0 0 5px 0;
}

fieldset {
	border: 0;
}

div.arabic, div.arabic * { direction: rtl !important; text-align: right; }
div.arabic #branding, div.arabic div#branding * { direction: ltr !important; text-align: left; }
div.arabic #branding #navigation, div.arabic div#branding #navigation * { text-align: center; }
span.arabic { direction: rtl; }

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

blockquote {
	padding: 20px 10px 20px 20px;
}

input[type="text"] {
	border: 1px solid #929594;
}

.image {
	float: left;
	margin: 3px 10px 5px 0;
	border: 4px solid #D5D8D1;
}

.image-arabic {
	float: right;
	margin: 3px 0 5px 10px;
	border: 4px solid #D5D8D1;
}






/* 508 */

#skipNavigation {
	position: absolute;
	height: 0;
	overflow: hidden;
}










/* LAYOUT */
/* see http://www.stuffandnonsense.co.uk/archives/whats_in_a_name_pt2.html */

#containerOuter {
	width: 980px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 980px;
	padding: 0;
	position: relative;
}

#branding {
	width: 980px;
	height: 139px;
	position: relative;
}

#navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 27px;
}

div.arabic #navigation { right: 0; }

#content,
#content-full,
#content-home {
	width: 665px;
	clear: both;
	padding: 27px 0 20px 0px;
	float: left;
}

div.arabic #content, 
div.arabic #content-full {
	padding: 27px 0px 20px 0;
	float: right;
}

#content-full {
	width: 980px;
}

#content-home {
	width: 700px;
}

#sidebar,
#sidebar-home {
	width: 265px;
	float: left;
	margin-left: 50px;
	padding: 27px 0 20px 0;
	/*margin-top: 50px;*/
}

#sidebar-home {
	width: 260px;
	margin-left: 20px;
}

div.arabic #sidebar {
	margin-left: 0;
	margin-right: 34px;
	float: right;
}

#siteinfo {
	background-color: #f6f4ef;
	border-top: 9px solid #e7e5df;
	clear: both;
	text-align: left;
}

div.arabic #siteinfo, div.arabic #siteinfo * {
	text-align: left; direction: ltr;
}









/* NAVIGATION */

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation li {
    float: left;
	display: block;
    margin: 0;
    padding: 0;
	background: url(/images/nav_corner_right.gif) no-repeat right top;
	height: 27px;
	width: 140px;
	text-align: center;
}

#navigation a:link,
#navigation a:active,
#navigation a:visited,
#navigation a:hover {
	text-transform: uppercase;
	display: block;
	background: url(/images/nav_corner_left.gif) no-repeat left top;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 27px;
	height: 27px;
	float: left;
	width: 140px;
	text-align: center;
}

#navigation a:hover {
	color: #FFCC33;
}

#navigation #selected {
    background: #fff url(/images/nav_corner_right_on.gif) no-repeat right top;
}

#navigation #selected a:link,
#navigation #selected a:active,
#navigation #selected a:visited,
#navigation #selected a:hover {
    background: url(/images/nav_corner_left_on.gif) no-repeat left top;
	color: #000;
}

#navigation .navHome a:link,
#navigation .navHome a:active,
#navigation .navHome a:visited,
#navigation .navHome a:hover {
	background: url(/images/nav_corner_left_first.gif) no-repeat left top;
}

#navigation li.navPartners {
	background: url(/images/nav_corner_right_last.gif) no-repeat right top;
}









/* LOCAL NAVIGATION */

#localNavigation {
	width: 260px;
}

#localNavigation-header {
	height: 46px;
	background: url(/images/sidebar_box_grey_top.gif) top left no-repeat;
}

#localNavigation-content {
	background: url(/images/sidebar_box_grey_bg.gif) top left repeat-y;
	padding: 20px 20px 0 20px;
}

#localNavigation-footer {
	background: url(/images/sidebar_box_grey_bottom.gif) top left no-repeat;
	height: 9px;
	margin-bottom: 25px;
}

#localNavigation ul {
	margin: -53px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#localNavigation ul li {
	margin: 0;
	padding: 0;
	background: none;
	list-style-type: none;
}


/* Level 1 */
#localNavigation ul li a:link,
#localNavigation ul li a:active,
#localNavigation ul li a:visited,
#localNavigation ul li a:hover {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	border: none;
	display: block;
	padding: 5px 0 15px 0;
	margin-left: -13px;
	margin-left: 0; /* remove to start border flush with words */
}

/* Level 2 */
#localNavigation ul li ul li a:link,
#localNavigation ul li ul li a:active,
#localNavigation ul li ul li a:visited,
#localNavigation ul li ul li a:hover {
	color: #761f00;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 18px;
}

#localNavigation ul li ul li {
	border-top: 0px solid #e1f0fb;
}


#localNavigation ul ul {
	margin: 0;
}

/* Level 3 */
#localNavigation ul li ul li ul li a:link,
#localNavigation ul li ul li ul li a:active,
#localNavigation ul li ul li ul li a:visited,
#localNavigation ul li ul li ul li a:hover {
	padding-top: 0px;
	padding-left: 32px;
}

#localNavigation ul li ul li ul li {
	border: none;
}

#localNavigation ul li ul li ul {
	margin: 3px 0 0px 0;
	padding: 0 0 10px 0;
}

/* Level 1 */
#localNavigation ul li#nav-section a {
	background: url(images/bullet.gif) no-repeat 0 7px;
}

/* Level 2 */
#localNavigation ul li ul li#nav-section a {
	background: url(images/bullet.gif) no-repeat 0 7px;
}

/* Level 3 */
#localNavigation ul li ul li ul li#nav-section a {
	background: url(images/bullet.gif) no-repeat 15px 3px;
}

#localNavigation ul li#nav-section ul li a:link,
#localNavigation ul li#nav-section ul li a:active,
#localNavigation ul li#nav-section ul li a:visited {
	background: none;
}

/* Level 1 */
#localNavigation ul li a:hover {
	background: none !important;
}

/* Level 2 */
#localNavigation ul li ul li a:hover {
	background: url(images/bullet.gif) no-repeat 0 7px !important;
	text-decoration: none;
}

/* Level 3 */
#localNavigation ul li ul li ul li a:hover {
	background: url(images/bullet.gif) no-repeat 15px 3px !important;
}


 








/* SEARCH & NEWSLETTER */

#search * {
	font-size: 12px;
}

#search {
	position: absolute;
	top: 5px;
	right: 23px;
	text-align: right;
	width: 600px; 
}

#superNav {
	color: #FFCC33;
}

#searchForm {

}

#searchTable {
	float: right;
	margin-top: 10px;
}

#searchTable td {
	padding: 0px 0 0 10px;
}

#searchForm td {
	padding: 0;
}

#search,
#search a:link,
#search a:active,
#search a:visited,
#search a:hover {
	color: #FFCC33;
	font-size: 0.9em;
}

#superNav a:link,
#superNav a:active,
#superNav a:visited,
#superNav a:hover {
	text-decoration: underline;
}

#superNav a:hover {
	text-decoration: none;
}

.searchLabel,
.newsletterLabel {
	display: none;
}

.searchBar,
.newsletterBar {
	font-size: 0.9em;
	width: 175px;
	padding: 2px;
	margin-top: 2px;
	float: left;
}

.newsletterBar {
	width: 140px;
}

ul.newsletterLink {
	margin: 10px 0 0 0;
}

.button {
	float: left;
	margin-top: 6px;
	margin-left: 5px;
}

.inputButton {
	margin-top: 3px;
}

#searchFormButton {
	padding: 0;
	float: none;
	margin: 1px 0 0 5px;
	
}







/* FOOTER */

#siteinfo-legal {
	font-size: 11px;
	padding: 1.0em 0 1.0em 0;
	width: 980px;
	margin: 0 auto;
	color: #64625b;
	font-weight: bold;
	line-height: 19px;
}

#siteinfo-legal a:link,
#siteinfo-legal a:active,
#siteinfo-legal a:visited,
#siteinfo-legal a:hover {
	color: #761f00;
	text-decoration: underline;
}

#siteinfo-description {
	float: left;
}

#siteinfo-logos {
	float: right;
}

#siteinfo-logos img {
margin: 0 0 0 15px;
}










/* BREADCRUMB */

#breadCrumb {
    margin: 0 0 27px 0;
    font-weight: normal;
}

#breadCrumb a:link,
#breadCrumb a:visited,
#breadCrumb a:active,
#breadCrumb a:hover {
    font-weight: normal;
	color: #666;
}












/* HOME */

#colOne {
	width: 300px;
	float: left;
}

#colTwo {
	width: 300px;
	float: left;
	margin-left: 36px;
}

#content-spotlight {
	width: 700px;
	margin-top: 25px;
	margin-bottom: 10px;
}

#content-spotlight-header {
	height: 46px;
	background: url(/images/home_header_spotlight.gif) top left no-repeat;
}

#content-spotlight-content {
	background: url(/images/home_spotlight_bg.gif) top left repeat-y;
	padding: 20px 20px 0 20px;
}

#content-spotlight-footer {
	background: url(/images/home_spotlight_bottom.gif) top left no-repeat;
	height: 9px;
}

#content-spotlight .article h4 a:link,
#content-spotlight .article h4 a:active,
#content-spotlight .article h4 a:visited,
#content-spotlight .article h4 a:hover {
	font-size: 18px;
	line-height: 20px;
}

.home-group-content {
	border-left: 6px solid #efeeee;
	padding-left: 10px; 
	margin: 0 0 20px 0;
}

#content-spotlight .moreBox {
	background: url(/images/button_round_left_grey.gif) top left no-repeat;
	height: 23px;
	padding-left: 8px;
}

#content-spotlight .moreBox a:link,
#content-spotlight .moreBox a:active,
#content-spotlight .moreBox a:visited,
#content-spotlight .moreBox a:hover {
	background: url(/images/button_round_right_grey.gif) top right no-repeat;
	height: 23px;
	display: block;
	float: left;
	padding-right: 8px;
	padding-left: 2px;
	line-height: 21px;
	color: #da8a00;
}

#sidebar-home-box {
	width: 255px;
	background: #953106 url(/images/sidebar_box_top.gif) top left no-repeat;
	padding-top: 16px;
}

#sidebar-home-box h1 {
	background: none;
	font-size: 1.3em;
	color: #fff;
	margin: 0 0 10px 0;
}

#sidebar-home-box-content {
	width: 240px;
	background: #953106 url(/images/sidebar_box_bottom.gif) bottom left no-repeat;
	padding: 0 0 0 15px;
	color: #bfbdbd;
}

#sidebar-home-box-content ul {
	padding: 15px 0 30px 0;
	list-style: none;
	margin: 0;
}

#sidebar-home-box-content ul li {
	background: url(/images/bullet_white.gif) 0 0px no-repeat;
	padding: 0px 0 10px 18px;
}

#sidebar-home-box-content ul li a:link,
#sidebar-home-box-content ul li a:active,
#sidebar-home-box-content ul li a:visited,
#sidebar-home-box-content ul li a:hover {
	color: #e6b241;
	font-size: 15px;
}

#content-latest {
	padding-top: 10px;
	border-top: 4px solid #e6e4de;
}

#content-latest .listitem {
	background:transparent url(images/bullet.gif) no-repeat left 2px;
	padding: 0px 0 10px 15px;
	margin: 0;
	float: left;
	clear: both;
}

#content-latest .listitem .article {

}

#content-latest .listitem h4,
#content-latest .listitem h4 a:link,
#content-latest .listitem h4 a:visited,
#content-latest .listitem h4 a:active,
#content-latest .listitem h4 a:hover {
	font-size: 14px;

}

#content-latest .listitem .date {

}

#content-latest .listitem .description {
display: none;
}












/* SIDEBAR */

#sidebar h4,
#sidebar-home h4 {
	background: #daecfa url(/images/sidebar_h4_bg.gif) top left no-repeat;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	color: #000;
	vertical-align: middle;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 27px 0 0 0;
}

#sidebar h3,
#sidebar-home h3 {
	color: #da8a00;
	text-transform: none;
	margin: 30px 0 10px 0;
}

#sidebar h2,
#sidebar-home h2 {
	margin: 5px 0 5px 0;
	font-size: 25px;
	line-height: 25px;
	text-transform: none;
}

#sidebar select,
#sidebar-home select {
    width: 180px;
}

#newsletterButton {
	margin-top: 27px;
}

#content-sidebar h3 {
	color: #333;
}

.sidebar-box {
	width: 260px;
}

.sidebar-box-header {
	height: 43px;
	background: url(/images/sidebar_box_grey_top.gif) top left no-repeat;
	font-size: 16px;
	line-height: 46px;
	padding: 3px 0 0 15px;
	font-weight: bold;
	color: #000;
}

.sidebar-box-content {
	background: url(/images/sidebar_box_grey_bg.gif) top left repeat-y;
	padding: 10px 20px 10px 20px;
}

.sidebar-box-content h3 {
	margin: 0 0 5px 0 !important;
}

.sidebar-box-content ul {
	list-style: none;
}

.sidebar-box-content ul {
	margin: 0;
}

.sidebar-box-content ul li {
	background:transparent url(/images/bullet.gif) no-repeat scroll 0pt 1px;
	padding:0px 0pt 10px 15px;
}

.sidebar-box-footer {
	background: url(/images/sidebar_box_grey_bottom.gif) top left no-repeat;
	height: 9px;
	margin-bottom: 25px;
}






/* STYLING */

#content p,
#content-main p,
#content-full p,
#content-home p,
#sidebar p {

}

#content-main {

}

#content-grouped {
	padding: 1em 0 0 0;
}

#content-sidebar {
	margin: -5px 0 27px 10px;
	padding: 0;
	background: none;
}

#content-browse {
    margin-top: 2em;
}

#content-browse h4 {
    padding-top: 1em;
}

#content-browse h2 {
    padding-top: .5em;
    margin-top: 0;
}

.dataTable {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.dataTable td, .dataTable th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
}

.dataTable caption {
	font-size: 0.9em;
	padding: 4px 0 4px 0;
	color: #666;
	font-weight: bold;
}

.moreBox {
	background: url(/images/button_round_left_grey.gif) top left no-repeat;
	height: 23px;
	padding-left: 8px;
}

.moreBox a:link,
.moreBox a:active,
.moreBox a:visited,
.moreBox a:hover {
	background: url(/images/button_round_right_grey.gif) top right no-repeat;
	height: 23px;
	display: block;
	float: left;
	padding-right: 8px;
	padding-left: 2px;
	line-height: 21px;
	color: #da8a00;
}

#content-spotlight .moreBox {
	background: url(/images/button_round_left_white.gif) top left no-repeat;
}

#content-spotlight .moreBox a:link,
#content-spotlight .moreBox a:active,
#content-spotlight .moreBox a:visited,
#content-spotlight .moreBox a:hover {
	background: url(/images/button_round_right_white.gif) top right no-repeat;
}

.groupList {
	background: url(/images/group-list-bg.gif) bottom left repeat-x;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

.nobg {
	background: none;
}

.facet-links {
    font-size: 0.9em;
    padding-top: 0.3em;
}

.content-divider {
	border-top: 4px solid #e6e4de;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
}


/* ARABIC STYLE */

div.arabic #content .content-short,
div.arabic #content .content-full { font-size: 1.4em; line-height: 1.4em;} 

div.arabic #localNavigation-content {
	padding: 20px 20px 0 20px;
}

/* Level 1 */
div.arabic #localNavigation ul li a:link,
div.arabic #localNavigation ul li a:active,
div.arabic #localNavigation ul li a:visited,
div.arabic #localNavigation ul li a:hover {
	margin-left: -13px;
}

/* Level 2 */
div.arabic #localNavigation ul li ul li a:link,
div.arabic #localNavigation ul li ul li a:active,
div.arabic #localNavigation ul li ul li a:visited,
div.arabic #localNavigation ul li ul li a:hover {
	padding: 5px 18px 5px 0;
}

/* Level 3 */
div.arabic #localNavigation ul li ul li ul li a:link,
div.arabic #localNavigation ul li ul li ul li a:active,
div.arabic #localNavigation ul li ul li ul li a:visited,
div.arabic #localNavigation ul li ul li ul li a:hover {
	padding: 5px 40px 5px 0;
}


/* Level 1 */
div.arabic #localNavigation ul li#nav-section a {
	background: url(images/bullet_arabic.gif) no-repeat right 7px;
}

/* Level 2 */
div.arabic #localNavigation ul li ul li#nav-section a {
	background: url(images/bullet_arabic.gif) no-repeat right 7px;
}

/* Level 3 */
div.arabic #localNavigation ul li ul li ul li#nav-section a {
	background: url(images/bullet_arabic.gif) no-repeat 200px 7px;
}

/* Level 2 */
div.arabic #localNavigation ul li ul li a:hover {
	background: url(images/bullet_arabic.gif) no-repeat right 7px !important;
	text-decoration: none;
}

/* Level 3 */
div.arabic #localNavigation ul li ul li ul li a:hover {
	background: url(images/bullet_arabic.gif) no-repeat 200px 7px !important;
}

div.arabic #localNavigation ul li ul li#nav-section ul li a {
	background: none;
}




/* SYNTAXCMS common selectors */
/* LIST ITEMS */

/* the 'content' field of a section page */
.section-content {
    margin-bottom:1em;
}

#content-featured h5.title {
	font-size: 1.4em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

#content-featured h2 {
	margin: 0 0 15px 0;
}

.listitem {
	padding: 0 0 1.5em 0;
}

.listitem h4,
.listitem h5.title {
	line-height: 1.3em;
    margin:0;
    padding:0;
	font-size: 1.2em;
}
.listitem-featured .date,
.listitem .date {
	font-weight: normal;

}

.listitem-featured .location,
.listitem .location {
	font-weight: bold;
	color: #333;
    padding-bottom:0.2em;

}

.listitem .description {

}

.listitem .description h3 {
	font-size: 1.0em;
	margin: 5px 0 0 0;
	padding: 0;
}

.listitem-featured {
    margin: 0 0 15px 0;
    padding: 0;
	clear: both;
}

.listitem-featured h4 {
    padding:0 0 0.25em;
    margin:0;
}

.listitem-featured .thumbnail {
    float: left;
    margin: 0 10px 5px 0;
 	padding: 0px;
}

.listitem-featured .thumbnail img {
   border: 4px solid #D5D8D1;
}

.listitem-featured .beside-thumbnail {

}

.listitem-short {
	margin: 0 0 15px 0;
}

.listitem-short .date {
    font-weight: normal;
    padding-right:1em;
}

.featured-thumbnail {
	float: left;
	margin: 0px 10px 5px 0;
}

.featured-thumbnail img {
	border: 4px solid #D5D8D1;
}

.document {
	margin: 0 0 25px 0;
}

.blog_post {
	border-bottom: 3px solid #e6e4de;
	margin-bottom: 15px;
}

.blog_post h4 {
	float: left;
}

.blog_post h4 a:link,
.blog_post h4 a:visited,
.blog_post h4 a:active,
.blog_post h4 a:hover {
	color: #df9a22;
	font-size: 1.2em;
	line-height: 1.3em;
}

.blog_post .source {
	float: right;
}

.blog_post .description {
	font-size: 1.0em;
}

.blog_post .posted {
	padding-top: 10px;
	padding-bottom: 25px;
}






/* CALENDAR GRID */
.calendar-grid h2 {
  margin: 0;
  padding: 0;
}

.calendar-grid table {
    padding: 0;
    margin:5px 10px 20px;
    border-right:1px solid #006593;
    border-bottom:1px solid #006593;
}

.calendar-grid th {
    background: #006593;
    color: #fff;
    margin: 3px;
    padding: 2px 5px;
    text-align:center;
}

.calendar-grid td {
    background: #fff;
    color: #000;
    padding: 2px;
    margin:0;
    height:85px;
    width:90px;
    text-align:right;
    vertical-align:top;
    border-left:1px solid #006593;
    border-top:1px solid #006593;
}

.calendar-grid td ul {
    text-align:left;
    margin: 0;
    padding: 0;
}

.calendar-grid td ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
    border-top: 1px dotted #999;
}

.calendar-grid td a {
    font-size:9px;
}

.calendar-grid td.notInMonth {
    background: #9c9c9c;
}

.calendar-grid td p.dayNumNoEvents {
    color: #aaa;
}

.calendar-grid td p.dayNum {
    font-weight: bold;
}

#list-tools {
    margin-bottom: 1.5em;
}

#content-main .content-featured {
	margin: 1em 0 2em 0;
}

.content-full, .content-short {
    padding-bottom: 1em;
}

.topics-content-featured .content-featured {
border-top: 2px solid #E4E3DF;
border-bottom: 2px solid #E4E3DF;
padding-top: 20px;
}

.topics-content-featured .content-featured .listitem-featured,
.topics-content-featured .content-featured .listitem-featured .document {
margin: 0;
padding: 0;
}

.topics-content-featured .content-featured .listitem-featured {
margin: 0 0 15px 0;
}

.topics-content-featured .content-featured .listitem-featured h5.title,
.topics-content-featured .content-featured .listitem-featured h5.title a:link,
.topics-content-featured .content-featured .listitem-featured h5.title a:visited,
.topics-content-featured .content-featured .listitem-featured h5.title a:active,
.topics-content-featured .content-featured .listitem-featured h5.title a:hover {
	color: #D9A300;
	font-size: 14px;
}

.topics-content-featured .content-featured .listitem-featured h5.title {
	margin-bottom: 4px;
}










/* THE JQUERY TABS CSS */

.tabsBottomLeft {
	background: #fff url("/images/tabs_bottom_left.gif") no-repeat bottom left;
	padding-left: 10px;
	height: 11px;
	width: 611px;
	margin-bottom: 20px;
    margin:0;
}

.tabsBottomRight {
	background: #fff url("/images/tabs_bottom_right.gif") no-repeat bottom right;
	height: 11px;
	width: 601px;
}

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

@media print {
    .tabs-nav {
        display: none;
    }
}

.tabs-nav {
	float: left;
	width: 611px;
	background: #fff url("/images/tabs_bg.gif") no-repeat bottom right;
	line-height: normal;
	padding-bottom: 9px;
	margin: 10px 0 0 0;
	list-style: none;
}

.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs-nav li {
	float: left;
	background: url("/images/tabs_left.gif") no-repeat left top;
	margin: 0 5px 0 0;
	padding: 0 0 0 9px;
	height: 29px;
}

.tabs-nav a {
	display: block;
	background: url("/images/tabs_right.gif") no-repeat right top;
	padding: 6px 10px 6px 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 17px;
}

.tabs-nav li.tabs-selected {
    background: url("/images/tabs_left_on.gif") no-repeat left top;
}

.tabs-nav li.tabs-selected a {
    padding: 7px 10px 5px 3px;
    color: #000;
    text-decoration: none;
    background: url("/images/tabs_right_on.gif") no-repeat right top;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    /* background-position: 0 -50px; */
    outline: 0; /* @ Firefox, switch off dotted border */
}

.tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited,
.tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
    text-decoration: underline;
}

.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-container {
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    width: 610px;
    margin:0;
    padding:0;
}

.tabs-content {
    margin:0;
    padding:0;
    clear:left;
    border-left: 1px solid #e6e4de;
	border-right: 1px solid #e6e4de;
	background: #fff;
	width: 609px;
}

.tabs-content-padding {
    padding: 1.25em 1.2em 0 1.25em;
    line-height: 150%;
    margin:0;
    background: #FFF;
}










/* Auto-generated forms */

.showform .fieldError {
	color: #F00;
}

.showform th {
	text-align: right;
	padding-right: .5em;
}

.showform th, .showform td {
    padding-top: 0.2em;
}

#comment-preview {
    border: 1px solid #999;
    background-color: #efefef;
    display: none;
    padding: 5px;
    margin-top: 5px;
}

.showform-stacked .shaded-text, .showform-stacked .shaded-text {
    font-weight: normal;
    color: #555;
    padding-left: 10px;

}

.showform-stacked textarea {
    width: 100%;
}

.stxPollAnswer {
    margin-bottom:.75em;
}

.stxPollAnswer .radio {
    padding-right: .3em;
    margin-top:3px;
}

table.stxPollResults {
    margin-bottom:1em;
    border:1px solid #ccc;
}

table.stxPollResults td {
    padding: 0.3em;
}

table.stxPollResults div.stxResult {
    background-color: #ccc;
    border:1px solid #444;
    height: 12px;
}

table.stxPollResults div.result-0 {
    background-color: red;
}

table.stxPollResults div.result-1 {
    background-color: blue;
}

table.stxPollResults div.result-2 {
    background-color: green;
}

table.stxPollResults div.result-3 {
    background-color: yellow;
}

table.stxPollResults div.result-4 {
    background-color: purple;
}

table.stxPollResults div.result-5 {
    background-color: orange;
}


