/* 

	GLOBAL STYLESHET
	AUTHOR:	Marcus Ellis
	LAST UPDATE: 19 August 2011
	
*/


/* @group HTML5 Elements
-----------------------------------*/
article, aside, details, 
figcaption, figure, footer, 
header, hgroup, nav, section { 
	display: block;
}
/* @end */


/* @group Clearfix
-----------------------------------*/
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0;}
/* @end */


/* @group Hide Feed2JS Message
-----------------------------------*/
li.f2jnag {
	display: none;
}
/* @end */


/* @group CMS Fixes
-----------------------------------*/

/* Link Outline Fix
---------------------------------------------*/
a:focus, input:focus {
	outline: none;
}


/* Center Tag Fix
---------------------------------------------*/
form center td,
center form td,
center table table td {
	text-align: left;
}
form center td[align="center"],
center form td[align="center"],
center table table td[align="center"] {
	text-align: center;
}


/* No Background
---------------------------------------------*/
body#nobackground {
	background: #FFF;
}


/* Last Flyout Fix
---------------------------------------------*/
#navtop1 li ul.last,
#navtop2 li ul.last, 
#navtop1list li ul.last,
#navtop2list li ul.last {
	left: auto;
	right: 0;
} 


/* Remove Unwanted Bullets from 360 Pages 
---------------------------------------------*/
#maincontentcell ul.formRows {
	background: none;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* 360 Business vCard
---------------------------------------------*/
.business_card {
    overflow: auto;
}
.portal .business_card {
	overflow: visible;
}
.business_card h3,
.business_card .card_contact {
    text-align: left;
    width: 246px;
}
.dialog_buttons {
	padding-bottom: 10px;
	text-align: center;
}


/* Mega Footer Div Clearing Fix
---------------------------------------------*/
#assnfooter div,
#assnfootercell div,
#footertablecell div {
	clear: none;
}
#assnfooter div.clear,
#assnfootercell div.clear,
#footertablecell div.clear {
	clear: both;
}


/* Misc Fixes
---------------------------------------------*/
#returnlinkrow td a img {
	margin: 0 2px 0 20px;
}


/* M360 Login Form
---------------------------------------------*/
.m360 div#content h2.branded_login {
    color: white;
    margin: 0;
}


/* Print Fixes
---------------------------------------------*/
@media print {
  * { text-shadow: none; }
  /*a:after { content: " (" attr(href) ")"; }*/
  abbr:after { content: " (" attr(title) ")"; }
  pre, blockquote { page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  #logo-click { display: none; }
}
/* @end */


/* @group Modified 24x7 Calendar 
---------------------------------------------*/
.calendar {
	background-color: #DDD;
	border: 1px solid #BBB;
	margin: 5px 0;
}
.calendar td {
	padding: 2px 4px;
	text-align: left;
}
.calendar.mini {
	border: none;
	margin: 0;
}
.calendar.mini td {
	padding: 0;
	text-align: center;
}
.calendar.mini th {
	background-color: #999;
	color: #FFF;
	text-align: center;
}
.calendar.mini b a {
	background: #FFF;
	display: block;
	padding: 10px;
}
.calendar.mini b a font {
	color: inherit;
}
/* @end */


/* @group Sitemap
---------------------------------------------*/
#maincontentcell ul#sitemap_list {
	margin: 0 0 0 10px;
}
#maincontentcell ul#sitemap_list ul {
	margin: 0 0 0 30px;
}
/* @end */


/* @group Clickable Logo
---------------------------------------------*/
#logo-click {
	border: 1px solid #F00;
	left: 50%;
	margin: 0 0 0 -480px;
	position: absolute;
	top: 25px;
	width: 300px;
	z-index: 90;
}
#logo-click h1 {
	background: transparent url(imgs/trans1.gif) no-repeat left top;
	border: none;
	cursor: pointer;
	display: block;
	height: 100px;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: -9999em;
}
/* @end */


/* @group Events Widget
---------------------------------------------*/
/* Reset 360 Styles */
.events-widget ul,
#maincontentcell .events-widget ul, 
#maincontentsubcell .events-widget ul, 
#leftnavcell .events-widget ul, 
#rightnavcell .events-widget ul {
	margin: 0;
	padding: 0;
}
.events-widget ul li,
#maincontentcell .events-widget ul li, 
#maincontentsubcell .events-widget ul li, 
#leftnavcell .events-widget ul li, 
#rightnavcell .events-widget ul li{
	background: none;
	margin: 0;
	padding: 10px;
}
.events-widget h4, .events-widget h5, .events-widget p {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.events-widget h4 {
	font-size: 15px;
}
.events-widget h5 {
	font-size: 12px;
}
.events-widget span.text_day, .events-widget span.event_ends_date {
	display: inline;
}

/* Default Styles */
.events-widget {
	background: none;
}
.events-widget.loading {
	background: url(/global/css/imgs/ajax-loader.gif) no-repeat 0% 100%;
	border: none;
	margin-bottom: 5px;
	padding: 5px 0 25px 5px;
}
.events-widget.error h4 {
	background: none;
	color: #C00;
	margin: 20px 0 10px;
	padding: 0;
	text-align: center;
}
.events-widget.error p {
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
.events-widget #view-calendar {
	border-top: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
	text-align: right;
}
.events-widget li {
	border-bottom: 1px solid #CCC;
	list-style: none;
	overflow: hidden;
}

/* Compact Widget Style */
.events-widget.compact {
	background: none;
	border: 3px solid #CCC;
	margin: 10px;
}
.events-widget.compact #events-list .event_actions {
	display: none;
}
.events-widget.compact #events-list .date,
.events-widget.compact .quick-cal .date {
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
}
.events-widget.compact #events-list .event_details,
.events-widget.compact .quick-cal h4.title {
	margin: 0 0 0 60px;
}
.events-widget.compact .quick-cal span.date, 
.events-widget.compact span.abbr_month, 
.events-widget.compact span.num_day, 
.events-widget.compact span.text_day, 
.events-widget.compact span.event_ends_date {
	display: block;
	font-weight: bold;
	line-height: .8em;
	text-align: center;
}
.events-widget.compact .quick-cal span.date,
.events-widget.compact span.abbr_month {
	background-color: #777;
	color: #FFF;
	font-size: 14px;
	padding: 2px 0;
	text-transform: uppercase;
}
.events-widget.compact .quick-cal span.date em {
	background: #FFF;
	color: #777;
	display: block;
	line-height: 1em;
}
.events-widget.compact .quick-cal span.date em,
.events-widget.compact span.num_day {
	border: 1px solid #777;
	font-size: 28px;
	padding: 3px;
}
.events-widget.compact span.text_day {
	display: none;
}

/* @group OLD 360 Calendar Widget Styles
---------------------------------------------*/
#calendar360 {
	background: none;
	border: 3px solid #CCC;
	margin: 10px;
	width: 300px;
}
#calendar360.loading {
	background: url(/global/css/imgs/ajax-loader.gif) no-repeat 0%100%;
	border: none;
	margin-bottom: 5px;
	padding: 5px 0 25px 5px;
}
#calendar360 .filter, #calendar360 h3 {
	display: none;
}
#rightnavcell #calendar360 table {
	margin: 0;
	width: 100%;
}
#calendar360 table.event_list td.event_actions {
	display: none;
}
#calendar360 #view-calendar {
	border-top: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
	text-align: right;
}

/* Calendar Styles */
#calendar360 tr.odd_row {
	background-color: #EED;
}
#calendar360 table.event_list td.date {
	width: 35px;
}
#calendar360 span.abbr_month, #calendar360 span.num_day, #calendar360 span.text_day, #calendar360 span.event_ends_date {
	display: block;
	font-weight: bold;
	line-height: .8em;
	text-align: center;
}
#calendar360 span.abbr_month {
	background-color: #777;
	color: #FFF;
	font-size: 14px;
	padding: 2px 0;
	text-transform: uppercase;
}
#calendar360 span.num_day {
	border: 1px solid #777;
	font-size: 28px;
	padding: 3px;
}
#calendar360 span.text_day {
	display: none;
}
/* @end */
/* @end */


/* @group Image Rotation
---------------------------------------------*/
.imageRotation, #maincontentcell .imageRotation {
	list-style: none;
	margin: 0 auto;
	overflow: visible !important;
	padding: 0;
	position: relative;
}
.ie .imageRotation, .ie #maincontentcell .imageRotation {
	margin: 0;
}
.imageRotation li, #maincontentcell .imageRotation li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.imageRotation li a, #maincontentcell .imageRotation li a {
	display: block;
}
.imageRotation li a img, #maincontentcell .imageRotation li a img {
	border: none;
}
.imageRotation *, #maincontentcell .imageRotation * {
	outline: none;
}
.sponsorBox-caption {
	display: block;
	padding: 5px;
	text-align: center;
}
#header-banner-widget {
    height: 150px;
    left: 50%;
    margin-left: -480px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    width: 960px;
}
body#nobackground #header-banner-widget {

	display: none;
}

/* @end */


/* @group Mktg Banner Widget
---------------------------------------------*/
.mktg-banner-widget a:focus {
    outline: none;
}

/* Captions */
.mktg-banner-widget .caption {
	background: url(imgs/bak-caption.png) repeat scroll 0 0;
	border-top: 1px solid #FFF;
	bottom: 0;
	color: #FFF;
	left: 0;
	position: absolute;
	text-shadow: 0 1px 0 #000;
	width: 100%;
	z-index: 25;
}
.mktg-banner-widget .caption span {
	display: block;
	padding: 10px;
}

/* Nav Buttons */
.mktg-banner-widget a.banner-btn {
	background: url(imgs/btns-banner.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 35px;
    margin-top: -17px;
    position: absolute;
    text-indent: -9999em;
    top: 50%;
    width: 35px;
    z-index: 75;
}
.mktg-banner-widget a#prev-btn {
    background-position: 0% 0%;
    left: 10px;
}
.mktg-banner-widget a#next-btn {
    background-position: 100% 0%;
    right: 10px;
}
.mktg-banner-widget a#prev-btn:hover {
    background-position: 0% 50%;
}
.mktg-banner-widget a#next-btn:hover {
    background-position: 100% 50%;
}
.mktg-banner-widget a#prev-btn:active {
    background-position: 0% 100%;
}
.mktg-banner-widget a#next-btn:active {
    background-position: 100% 100%;
}

/* Play/Pause Buttons */
.mktg-banner-widget a#play-btn,
.mktg-banner-widget a#pause-btn {
	background: url(imgs/btns-playPause.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 35px;
    position: absolute;
    right: -15px;
    text-indent: -9999em;
    top: -15px;
    width: 35px;
    z-index: 75;
}
.mktg-banner-widget a#pause-btn {
    background-position: 0% 0%;
}
.mktg-banner-widget a#play-btn {
    background-position: 100% 0%;
}
.mktg-banner-widget a#pause-btn:hover {
    background-position: 0% 50%;
}
.mktg-banner-widget a#play-btn:hover {
    background-position: 100% 50%;
}
.mktg-banner-widget a#pause-btn:active {
    background-position: 0% 100%;
}
.mktg-banner-widget a#play-btn:active {
    background-position: 100% 100%;
}

/* Pager */
.mktg-banner-widget #pager-btns {
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 250;
}
.mktg-banner-widget #pager-btns a {
    background: #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: block;
    float: left;
    height: 12px;
    margin: 0 3px;
    text-indent: -9999em;
    width: 12px;
}
.mktg-banner-widget #pager-btns a.activeSlide {
    background: #FFF;
}
.mktg-banner-widget #pager-btns a:hover {
    background: #369;
}
/* @end */


/* @group YouTube Widget
---------------------------------------------*/
#maincontentcell .youtube-widget ul.pager.image {
	list-style: none;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
}
#maincontentcell .youtube-widget ul.pager.image li {
	background: none;
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
	padding: 0;
}
/* @end */


/* @group Sponsor Carousel Widget
---------------------------------------------*/
.carousel-widget {
	overflow: hidden;
	margin: 0;
	padding: 0 40px;
	position: relative;
}
.carousel-widget div {
	overflow: hidden;
}
#maincontentcell .carousel-widget ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 10000px;
}
#maincontentcell .carousel-widget ul li {
	background: none;
	display: inline;
	float: left;
	height: 75px;
	margin: 0;
	padding: 10px;
	width: 75px;
}
.carousel-widget li a {
	display: block;
}
.carousel-widget a.carousel-btn {
	background: url(imgs/btns-carousel.png);
	cursor: pointer;
	display: block;
	height: 35px;
	margin: -18px 0 0;
	position: absolute;
	text-indent: -9999em;
	top: 50%;
	width: 35px;
	z-index: 100;
}
.carousel-widget a#sc-prev-btn {
	background-position: 0% 0%;
	left: 0px;
}
.carousel-widget a#sc-next-btn {
	background-position: 100% 0%;
	right: 0px;
}
.carousel-widget a#sc-prev-btn:hover {
	background-position: 0px 50%;
}
.carousel-widget a#sc-next-btn:hover {
	background-position: 100% 50%;
}
.carousel-widget a#sc-prev-btn:active {
	background-position: 0% 100%;
}
.carousel-widget a#sc-next-btn:active {
	background-position: 100% 100%;
}
/* @end */


/* @group Search Widget
---------------------------------------------*/
#search-widget {
	text-indent: -999em;
}
#search-widget.loaded {
	text-indent: 0;
}
#search-widget label {

}
#search-widget #search-field {
	margin: 0 4px;
	vertical-align: middle;
}
#search-widget #search-button {
	margin: 0;
	vertical-align: middle;
}
/* @end */


/* @group Login Widget
---------------------------------------------*/
/* Logged Out */
div#quick_login {
    margin: 12px 8px;
    overflow: hidden;
}
div#quick_login input.qlogin-input {
    border: 1px solid #ccc;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    color: #444;
    font-size: 14px;
    height: 22px;
    margin: 0 0 8px 0;
    padding: 1px 2px;
    width: 95%;
}
div#quick_login a.forgotpass {
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 110%;
    width: 70px;
}
div#quick_login input#loginbutton {
    float: right;
    margin: 2px 0 0 0;
}
div#quick_login span#auto-logout {
    clear: both;
    display: none;
    padding: 8px 0 0 0;
}
div#quick_login span#auto-logout label {
    font-size: 10px;
}
div#quick_login select {
    background: #eee;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 2px 0;
    width: 90%;
}

/* Logged In */
div#login_welcome { margin: 10px 5px; }
div#login_welcome h6 {
    border-bottom: 1px solid #eee;
    font-size: 12px;
    margin: 8px 0;
    padding: 0 0 6px 0;
    text-transform: capitalize;
}
div#quick_login span#auto-logout {
    clear: both;
    display: block;
    padding: 8px 0 0 0;
}
/* @end */


/* @group Tabs Widget
---------------------------------------------*/
.tab-widget {
	margin: 10px 0;
}
.tab-widget #tab-menu {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.tab-widget #tab-menu li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
}
.tab-widget #tab-menu li a {
	background: #999;
	color: #FFF;
	display: block;
	font-size: 14px;
	margin: 0 0 2px;
	padding: 7px 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 #666;
}
.tab-widget #tab-menu li a:hover {
	background-color: #369;
}
.tab-widget #tab-menu li.selected a {
	background-color: #666;
	margin-bottom: 0;
	padding-bottom: 9px;
}
.tab-widget .tab-content {
	border: 1px solid #666;
	overflow: hidden;
	padding: 5px 15px;
}
/* @end */


/* @group Survey Widget
---------------------------------------------*/
.survey-widget.loading {
	background: url(imgs/ajax-loader.gif) no-repeat 50% 100%;
	padding-bottom: 25px;
}
.survey-widget #pollForm {
	padding: 0;
	width: auto;
}
.survey-widget .pollCont {
	width: 100%;
}
.survey-widget .pollHead {
	color: #333;
}
.survey-widget table {
	margin: 10px 0 0;
}
.survey-widget .pollFieldCont {
	width: 20px;
}

/* Comments */
.survey-widget .pollComment {
	padding: 3px;
}
.survey-widget .pollComment label {
	display: block;
	font-weight: bold;
}
.survey-widget .pollComment textarea {
	height: 100px;
	margin: 0;
	width: 100%;
}

/* Results */
#maincontentcell .survey-widget.results p {
	line-height: 1.2em;
	margin: 0;
}
.survey-widget.results font {
	font-size: 12px;
	font-weight: bold;
}
.survey-widget.results br {
	display: none;
}
.survey-widget.results br:after {
	content: ' ';
}
/* @end */


/* @group Translation Widget
---------------------------------------------*/
#translate-widget {
	left: 50%;
	overflow: visible;
	position: absolute;
	top: 0;
	z-index: 1000;
}
#translate-widget #translate-button {
	background: url(/global/css/imgs/trans1.gif);
	cursor: pointer;
	display: block;
	height: 15px;
	text-indent: -999em;
	width: 50px;
}
#translate-widget #translate-links {
	background: #FFF;
	border: 1px solid #999;
	display: none;
	height: 150px;
	margin: 0;
	overflow-y: scroll;
	padding: 0;
	width: 125px;
}
#translate-widget #translate-links li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#translate-widget #translate-links li a {
	background-color: #FFF;
	color: #333;
	display: block;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 8px;
	text-decoration: none;
}
#translate-widget #translate-links li a:hover {
	background-color: #EEE;
	text-decoration: none;
}
/* @end */


/* @group Newsletter Subscription Widget
---------------------------------------------*/
.newsletter-widget.loading {
	background: url(imgs/ajax-loader.gif) no-repeat 50% 100%;
	padding-bottom: 25px;
}
.newsletter-widget label {
	display: inline-block;
	font-weight: bold;
	text-align: right;
	width: 75px;
}
.newsletter-widget #ns-error {
	color: #C00;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
.newsletter-widget #ns-progress {
	background: url(imgs/ajax-loader.gif) no-repeat 50% 50%;
	height: 25px;
}
.newsletter-widget input.required {
	border-color: #C00;
}
/* @end */


/* @group Contact Form Widget
---------------------------------------------*/
.contact-widget.loading {
	background: url(imgs/ajax-loader.gif) no-repeat 50% 100%;
	padding-bottom: 25px;
}
.contact-widget {
	padding: 10px;
}
.contact-widget label {
	display: block;
	font-weight: bold;
}
.contact-widget input[type="text"],
.contact-widget textarea {
	background: #FFF;
	border: 1px solid #CCC;
	font: normal 11px/1.2em 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding: 3px;
	width: 95%;
}
.contact-widget #cf-error {
	color: #C00;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
.contact-widget #cf-progress {
	background: url(imgs/ajax-loader.gif) no-repeat 50% 50%;
	height: 25px;
}
.contact-widget input.required,
.contact-widget textarea.required {
	border-color: #C00;
}
/* @end */


/* @group RSS Feed Widget
---------------------------------------------*/
.rss-feed-widget.loading {
	background: url(imgs/ajax-loader.gif) no-repeat 50% 100%;
	padding-bottom: 25px;
}
/* @end */


/* @group Featured Jobs Widget
---------------------------------------------*/
.featured-jobs-widget.loading {
	background: url(imgs/ajax-loader.gif) no-repeat 50% 100%;
	padding-bottom: 25px;
}
.featured-jobs-widget {
	background: #f8f8f8;
	border: 1px solid #CCC;
	overflow: hidden;
	padding: 0 10px 10px;
	text-align: left;
}
#maincontentcell .featured-jobs-widget ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
#maincontentcell .featured-jobs-widget ul li {
	background: none;
	border-bottom: 1px dashed #CCC;
	margin: 0;
	padding: 5px;
	text-align: left;
}
.featured-jobs-widget ul li a {
	display: block;
}
.featured-jobs-widget a.search-jobs,
.featured-jobs-widget a.post-jobs {
	background: #888;
	border: 1px solid #666;
	color: #FFF;
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 10px;
	text-decoration: none;
}
.featured-jobs-widget a.search-jobs:hover,
.featured-jobs-widget a.post-jobs:hover {
	background: #999;
}
/* @end */


/* @group Client-Side Navigation Accordion
---------------------------------------------*/
#maincontentcell ul.nav-accordion-widget {
	margin: 10px 0;
}
#maincontentcell ul.nav-accordion-widget li {
	color: #FFF;
	font: normal 14px/16px 'Droid Sans', Tahoma, Geneva, sans-serif;
	margin: 1px 0 0;
	padding: 0;
}
#maincontentcell ul.nav-accordion-widget li span {
	background: #369 url(imgs/bak-nav-accordion.png) no-repeat 100% 50%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	padding: 8px 38px 8px 8px;
}
#maincontentcell ul.nav-accordion-widget li.open span {
	background: #093 url(imgs/bak-nav-accordion-open.png) no-repeat 100% 50%;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-weight: bold;
}
#maincontentcell ul.nav-accordion-widget ul {
	background: #F4F4F4;
	border: 1px solid #D9D3CE;
	border-top: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	display: none;
	margin: 0 0 5px;
}
#maincontentcell ul.nav-accordion-widget ul li {
	background: none;
	color: #333;
	cursor: default;
	margin: 0;
	padding: 8px;
}
#maincontentcell ul.nav-accordion-widget ul li.current {
	font-weight: bold;
}
#maincontentcell ul.nav-accordion-widget ul li a:link,
#maincontentcell ul.nav-accordion-widget ul li a:active,
#maincontentcell ul.nav-accordion-widget ul li a:visited {
	color: #333;
	display: block;
	text-decoration: none;
}
#maincontentcell ul.nav-accordion-widget ul li a:hover {
	color: #369;
	font-weight: bold;
	text-decoration: none;
}
/* @end */


