body {
	margin:0;
	body:0;
	font-family:Helvetica Neue, Arial, sans-serif;
}
/*@font-face {
    font-family: 'AGBookRoundedMedium';
    src: url('../fonts/agbookroucffmed-webfont.eot?') format('eot'),
         url('../fonts/agbookroucffmed-webfont.woff') format('woff'),
         url('../fonts/agbookroucffmed-webfont.ttf') format('truetype'),
         url('../fonts/agbookroucffmed-webfont.svg#webfontAQ2bgsxA') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

hr {
	margin-bottom:10px;
}
h2 {
	color:#00C0F3;
}
dl {
	margin:0 1.5em 1.5em 0;
}
ul, dl, ol {
	padding-left:2em;
}
p + p {
	text-indent:0;
}
thead th {
	background-color:#00A7D9;
	color:#FFF;
}
blockquote {
	background:#FFF url(images/quotes_open_small.png) no-repeat scroll 10px 10px;
	padding:10px 10px 10px 35px;
	border:1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
}
blockquote strong {
	display:block;
	text-align:right;
	padding-right:30px;
	background:url(images/quotes_close_small.png) no-repeat scroll right 0 transparent;
}
button.sexybutton {
	float:none; /* override the blueprint styles */
}
textarea.disabled, input.disable {
	background-color:#DDD;
}
.floatNone {
	float:none !important;
}
.noMargin {
	margin:0 !important;
}
.noPadding {
	padding:0 !important;
}
.sexybutton.sexysimple.sexyblue {
	background-color:#009FD2;
}
.iconLink {
	padding:9px 0 9px 36px !important;
	background-position:left center !important;
	background-repeat:no-repeat !important;
}
.iconLink.facebook {
	background-image:url(images/icons/24/facebook.png) !important;
}
.iconLink.google {
	background-image:url(images/icons/24/google.png) !important;
}
.colborder {
	border-right-color:#CCC;
	margin-bottom:10px;
}
.centre {
	text-align: center;
}
p img {
	-moz-box-shadow:1px 1px 5px #CCC;
	-webkit-box-shadow:1px 1px 5px #CCC; /* Saf3.0+, Chrome */
	box-shadow:1px 1px 5px #CCC;
	background-color:#FFF;
	border:1px solid #CCC;
	float:right;
	margin:1.5em 0 1.5em 1.5em;
	padding:10px;
}
#loginContainer #jump-to {
	text-align:right;
	margin-right:10px;
}
#loginContainer {
	background:#000 url(images/login_gradient_black.png) repeat-x scroll center top;
	font-size:1em;
	color:#FFF;
	padding-top:6px;
	padding-bottom:7px;
	height: auto;
}
#loginContainer a {
	color:#FFF;
}
#loginContainer img {
	vertical-align:middle;
}
#loginContainer > div {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	text-align: right;
}
#loginContainer form {
	display:inline;
}

/**********************/
/* START account menu */
/**********************/
#account-info {
	float: right;
	text-align: left;
	position:relative;
	display: block;
	right: -1px;
	border: 1px solid transparent;
	padding: 2px 10px 5px 2px;
	margin-left: 10px;
}

#account-info.logged-out > span > .fb_profile_pic_rendered > img {
	margin-bottom: 0 !important;
	margin-top: -3px !important;
}

#account-info.logged-out.active {
	background-color: transparent !important;
	color: #ffffff;
	border: 1px solid transparent;
}

img.fb_profile_pic_rendered {
	display: block;
	float: left;
	width: 22px !important;
	height: 22px !important;
	padding: 1px 5px 0 1px;
	margin-top: -4px;
}

#account-info .menu-arrow {
    border-color: white transparent transparent;
    border-style: solid dashed dashed;
    margin-left: 5px;
    position: relative;
    top: 10px;
	border-width:3px;
}
#account-info.active .menu-arrow {
    border-color: #3366CC transparent transparent;
}
#account-info:hover .menu-arrow {
    border-color: #ffffff transparent transparent;
}
#account-info.active:hover .menu-arrow {
    border-color: #3366CC transparent transparent;
}

#account-info:hover {
	/*background-color:#444444;
	color:#ffffff;*/
	cursor: pointer;
}
#account-info.active {
	background-color:#FFFFFF;
	color:#3366CC;
	border: 1px solid #C3D1EC;
}

#account-info-menu {
	background-color:#FFFFFF;
	display:none;
}
#account-info-menu dl {
	margin:0;
	padding:10px;
	color:#3366CC;
	width: 200px;
}
#account-info-menu dt {
	margin: 0;
	display: block;
	padding: 4px 36px 5px 10px;
	cursor: text;
	color: #111111;
}
#account-info-menu dd {
	margin:0;
	padding:0;
}
#account-info.active #account-info-menu {
	display:block;
	position:absolute;
	right: -1px;
    border-top: 1px solid #ffffff;
	border-right: 1px solid #C3D1EC;
	border-bottom: 1px solid #C3D1EC;
	border-left: 1px solid #C3D1EC;
	margin-top: 6px;
}
#account-info.active #account-info-menu a {
	color:#3366CC;
	display:block;
	padding:4px 80px 5px 9px;
	text-decoration:none;
}
#account-info.active #account-info-menu a:hover {
    background-color:#eff3fb;
	color:#3366CC;
}

/* END the account menu */


#cse-search-box div {
	display:inline;
	margin-right: 10px;
}
#cse-search-box input[type="text"] {
	background-image: none !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	margin:0;
}
#cse-search-box input[type="submit"] {
	background-color: #FFF;
	border: 1px solid #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
}
#facebookLogin {
	margin-top:2px;
	float:left;
}
#facebookLogin a {

}
#facebookIcon {
	background-image:url(../images/icons/social-media16x16/facebook.png) !important;
	height: 24px;
	width: 24px;
	background-repeat:no-repeat !important;
	background-position: 0 0 !important;
	float:left;
	margin-right:10px !important;
	display: block;
}
#twitterIcon {
	background-image:url(../images/icons/social-media16x16/twitter.png) !important;
	height: 24px;
	width: 24px;
	background-repeat:no-repeat !important;
	background-position: 0 0 !important;
	margin-right:10px !important;
	display: block;
	float:left;
}
#youtubeIcon {
	background-image:url(../images/icons/social-media16x16/youtube.png) !important;
	height: 24px;
	width: 24px;
	background-repeat:no-repeat !important;
	background-position: 0 0 !important;
	float:left;
	margin-right:10px !important;
	display: block;
}
#pageWrapper {
	/*	border:1px solid #AAA;*/
	width:972px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	margin-top:1em;
	margin-bottom:1em;
}
#header {
	background-color:#CCC;
}
#headerWrapper {
	position:relative;
	/*	background:#9A9A9A url(images/header_gradient_grey.png) top repeat-x;*/
	background:#00ADE0 url(images/header_gradient_blue.png) top repeat-x;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#logoLink {
	display:block;
	width:178px;
	height:75px;
	background-image:url(images/logo_white.png);
	background-repeat:no-repeat;
}
#bannerAd {
	position:absolute;
	top:1.5em;
	right:10px;
}
#branding {
	background-color:#BBB;
	height:60px;
	padding:1.5em;
	background:none;
}
#branding #bannerAd {
	float:right;
}
#masthead {
	border-bottom:1px solid #CCC;
}
#masthead img {
	display:block;
}
#footerWrapper {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#footer {
	background: #5f5f5f;
	background: -moz-linear-gradient(top,  #5f5f5f 0%, #111111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f5f5f), color-stop(100%,#111111));
	background: -webkit-linear-gradient(top,  #5f5f5f 0%,#111111 100%);
	background: -o-linear-gradient(top,  #5f5f5f 0%,#111111 100%);
	background: -ms-linear-gradient(top,  #5f5f5f 0%,#111111 100%);
	background: linear-gradient(top,  #5f5f5f 0%,#111111 100%);
	color: #FFF;
	width: 950px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#crumbsChief {
	background: #EEEEEE;
	padding:5px 0;
}
#crumbsChief a {
	padding:10px;
}
#verticalBreadcrumb {
	float:left;
	margin:0;
	padding:0;
	margin-left:-170px;
	width:159px;
	list-style-type:none;
	border:1px solid #CCC;
	border-left:0;
	background-color:#FFF;
	margin-bottom:10px;
	margin-top:-10px;
}
#verticalBreadcrumb ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#verticalBreadcrumb li a {
	display:block;
	padding:0px 10px 20px;
	background:transparent url(images/vertical_breadcrumb.png) no-repeat center bottom;
}
#verticalBreadcrumb ul li a {
	padding:10px;
	background:none;
}
#verticalBreadcrumb li.isCurrentPage > a {
	font-weight:bold;
	text-decoration: underline;
}
#verticalBreadcrumb li.lastVerticalBreadcrumb a.hasChildren {
	background:transparent url(images/vertical_breadcrumb.png) no-repeat center bottom;
	padding-bottom:20px;
}
/*#verticalBreadcrumb li.firstVerticalBreadcrumb a.hasChildren {
    font-weight: bold;
}*/

/*#verticalBreadcrumb li.lastVerticalBreadcrumb.isCurrentPage a {
    font-weight: bold;
}*/

/*#verticalBreadcrumb li.firstVerticalBreadcrumb.isCurrentPage a {
    font-weight: bold;
}*/

#verticalBreadcrumb li.firstVerticalBreadcrumb a {
	padding-top:10px;
}
#verticalBreadcrumb li.lastVerticalBreadcrumb a {
	background:none;
	padding-bottom:10px; /* not 20px */
}
#verticalBreadcrumb ul li.firstNextVerticalBreadcrumb a {
	padding-top:0px;
}
#contentContainer {
	padding:10px 10px 0 10px;
	width:790px;
	border-left:160px solid #E6E6E6;
	background-color:#F2F2F2;
}
#contentContainer.no-menu {
	width:950px;
	border:0;
}
#bodyWrapper {
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#navigation h2 {
	line-height:1.5;
	font-size:100%;
	margin:0;
}
#navigation {
	list-style-type:none;
	padding:0;
	margin:0;
	/*	padding-left:10px;*/
/*	padding-right:10px;*/
	margin-left:10px;
	margin-right:10px;
	display:block;
	/*	background:#666666 url(images/navigation_gradient_black.png) bottom repeat-x;*/
	border-top:1px solid #00689B;
	color:#FFF;
}
#navigation h3 {
	font-size:1.2em;
	margin:0;
	color:#FFF;
}
#navigation a {
	color:#FFF;
}
#navigation .megaMenu {
	margin:0;
	padding:0;
	margin-bottom:10px;
	margin-left:18px;
	/*	list-style-type:none;*/
	list-style-image:url(images/triangle_right_white.png);
}
#navigation > li {
	position:relative;
}
#navigation > li > h2 > a {
	text-align:center;
	display:block;
	padding-top:0.75em;
	padding-bottom:0.75em;
}
#navigation > li > h2 > a:hover {
}
#navigation div {
	display: none;
	border:0;
}
#navigation li.mega > div {
	position: absolute;
	top: 3em;
	padding:10px;
	/*	background-color:rgba(0, 0, 0, 0.75);*/
  	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.75);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#B2000000', EndColorStr='#B2000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#B2000000',EndColorStr='#B2000000')"; /* IE8 */
	border:0;
	left:-10px;
	z-index:1000; /* should guarantee to display above other elements */
}
#navigation li.hovering {
	/*	background-color:rgba(0, 0, 0, 0.75);*/
  	background-color: #000000;
	border:0;
	border-bottom:0;
	margin-bottom:0;
	margin-right:10px;
	margin-left:0;
	margin-top:0;
}
#navigation li.hovering.last {
	margin-right:-1px;
}
#navigation li.hovering div {
	display: block;
}
/* Gadget City Baby */
.gadget {
	margin-bottom:10px;
	background-color:#FFF;
	background-repeat:repeat-y;
	border-bottom:1px solid #CCC;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.gadget.span-3 {
	background-image:url(images/lines/gadget_line_110.png);
}
.gadget.span-4 {
	background-image:url(images/lines/gadget_line_150.png);
}
.gadget.span-5 {
	background-image:url(images/lines/gadget_line_190.png);
}
.gadget.span-6 {
	background-image:url(images/lines/gadget_line_230.png);
}
.gadget.span-7 {
	background-image:url(images/lines/gadget_line_270.png);
}
.gadget.span-8 {
	background-image:url(images/lines/gadget_line_310.png);
}
.gadget.span-9 {
	background-image:url(images/lines/gadget_line_350.png);
}
.gadget.span-10 {
	background-image:url(images/lines/gadget_line_390.png);
}
.gadget.span-11 {
	background-image:url(images/lines/gadget_line_430.png);
}
.gadget.span-12 {
	background-image:url(images/lines/gadget_line_470.png);
}
.gadget.span-13 {
	background-image:url(images/lines/gadget_line_510.png);
}
.gadget.span-14 {
	background-image:url(images/lines/gadget_line_550.png);
}
.gadget.span-15 {
	background-image:url(images/lines/gadget_line_590.png);
}
.gadget.span-16 {
	background-image:url(images/lines/gadget_line_630.png);
}
.gadget.span-17 {
	background-image:url(images/lines/gadget_line_670.png);
}
.gadget.span-18 {
	background-image:url(images/lines/gadget_line_710.png);
}
.gadget.span-19 {
	background-image:url(images/lines/gadget_line_750.png);
}
.gadget.span-20 {
	background-image:url(images/lines/gadget_line_790.png);
}
.gadget.span-21 {
	background-image:url(images/lines/gadget_line_830.png);
}
.gadget.span-22 {
	background-image:url(images/lines/gadget_line_870.png);
}
.gadget.span-23 {
	background-image:url(images/lines/gadget_line_910.png);
}
.gadget.span-24 {
	background-image:url(images/lines/gadget_line_950.png);
}
.gadget .gadgetContent {
	padding:10px
}
.gadget .video {
	text-align:center;
}
.gadget h3 {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background:#00BFF2 url(images/heading_blue.png) repeat-x bottom;
	color:#FFF;
	padding:10px;
	margin-bottom:0;
	font-size:1em;
}
.gadget h3 span {
	display:block;
	line-height:16px;
}
.gadget h3 span a {
	color:#FFF;
}
.gadget ul {
	margin-bottom:0;
}
.gadget table, .gadget table tr, .gadget table td {
	margin:0;
	padding:0;
	text-align:left;
}
.gadget.featured img {
	padding-right:10px;
	display:block;
	float:left;
}
.gadget.featured h4 {
	margin:0;
}
.gadget .featuredSummary {
	clear:both;
}
 .gadget .tweet_list a[href^="http:"] { /* override the blueprint external link tagging */
 background-image:none;
 padding-right:0;
}
.gadget .tweet_list {
	margin:0;
	padding:0;
	list-style-type:none;
}
.gadget .tweet_list li {
	padding-bottom:10px;
	clear:left;
}
.gadget .tweet_list .tweet_avatar {
	float:left;
	margin-right:10px;
}
.gadget .tweet_list .tweet_text {
}
.gadget.rss ul {
	margin:0;
	margin-left:20px;
	padding:0;
}
.gadget.rss .feedFooter {
	padding:10px;
	padding-left:24px;
	margin-left:10px;
	background:url(images/feed.png) left center no-repeat;
}
.gadget.popular ul {
	margin:0;
	margin-left:20px;
	padding:0;
}
.gadget.news .newsImage {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.gadget.news .newsSummary {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}
.gadget.news .newsSummary.last {
	border-bottom:0;
	padding-bottom:0;
}
.gadget.events .eventSummary {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}
.gadget.events .eventSummary.last {
	border-bottom:0;
	padding-bottom:0;
}
.gadget.tagcloud ul {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
.gadget.tagcloud ul li {
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 3px;
}
.gadget.news h3 span {
}
.gadget.rss h3 span {
	background:transparent url(images/feed.png) right center no-repeat;
}
.gadget.contentFolderNews h3 span {
	background:transparent url(images/newspaper.png) right center no-repeat;
}
.gadget.facebook h3 span {
	background:transparent url(images/facebook.png) right center no-repeat;
}
.gadget.twitter h3 span {
	background:transparent url(images/twitter.png) right center no-repeat;
}
.gadget.google h3 span {
	background:transparent url(images/gplus-16.png) right center no-repeat;
}
#___plus_0 {
	width: 280px !important;
}
.gadget.tagcloud h3 span {
	background:transparent url(images/tag_blue.png) right center no-repeat;
}
.gadget.spotify .gadgetContent {
	background:transparent url(images/spotify-logo.png) no-repeat 75px 50%;
}
.gadget.spotify h3 span {
	background:transparent url(images/spotify.png) right center no-repeat;
}
/* for scrollable galleries */
.gadget .scrollable {
	position:relative;
	overflow:hidden;
}
.gadget .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.gadget .items div {
	float:left;
}
.gadget .scrollable img {
/*	float:left;*/ /* not needed??? */
}
.gadget .gallery_controls {
	text-align:center;
	padding-bottom:10px;
	margin-top:10px;
}
img.icon {
	margin:2px;
	vertical-align:middle;
}
img.iconsmall {
	margin:1px;
	vertical-align:middle;
}
/* The alert boxes */
.alert-box {
	border:1px solid #DDDDDD;
	margin-bottom:10px !important;
	padding:0.8em !important;
	padding-left:52px !important;
	background-position: 10px 50% !important;
	background-repeat: no-repeat !important;
}
.alert-box.info {
	color: #03c;
	border-color: #03c;
	background-color: #8cf;
	background-image: url('images/info-blob.png');
}
.alert-box.success {
	color: #060;
	border-color: #060;
	background-color: #D1FF88;
	background-image: url('images/success-blob.png');
}
.alert-box.warning {
	color: #c60;
	border-color: #c60;
	background-color: #FFEB88;
	background-image: url('images/warning-blob.png');
}
.alert-box.error {
	color: #900 !important;
	border-color: #900 !important;
	background-color: #FFA2A2 !important;
	background-image: url('images/error-blob.png') !important;
}
/* validation */
.formInputValidationError {
	display:none;
}
/* news stories */
.newsImage {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
div.span-13 > .newsImage {
	-moz-box-shadow:1px 1px 5px #CCC;
	-webkit-box-shadow:1px 1px 5px #CCC; /* Saf3.0+, Chrome */
	box-shadow:1px 1px 5px #CCC;
	border:1px solid #CCC;
	padding:10px;
}
.newsListEntry {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #CCC;
}
.newsListEntry .date {
	font-weight:bold;
}
.rowOdd {
	background-color:#FFF;
}
.rowEven {
	background-color:#FFF;
}
.newsArticle .date {
	font-weight:bold;
}
.newsArticle p + p {
	margin-top:1em; /* override the blueprint overlap between paragraphs */
	text-indent:0; /* override blueprint margin indent */
}
.newsSummary .date {
	font-weight:bold;
}
/* events and such */
.eventArticle h3 {
	color:#00C0F3;
}
.eventArticle h4 {
	margin-bottom:0;
	font-weight:bold;
}
.eventArticle .details {
	padding-top:1.5em;
}
.eventArticle p + p {
	margin-top:1em; /* override the blueprint overlap between paragraphs */
	text-indent:0; /* override blueprint margin indent */
}
h4.eventDate {
	margin-bottom:0.5em;
	font-weight:bold;
}
.eventImage {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
div.span-6 > .eventImage {
	margin-left:10px;
	margin-bottom:10px;
}
.eventSummary h4 {
	margin-bottom:0.5em;
}
.eventSummary .date {
	display:block;
	font-weight:bold;
	margin-bottom:0.5em;
}
/* the tags */
.tagMatches {
	margin-left: 10px;
	display:block;
	width:50%;
}
.tagMatches span {
	padding: 2px;
	margin-right: 4px;
	background-color: #0000AB;
	color: #fff;
	cursor: pointer;
}
.tagControl {
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:1.5em;
	padding-left:32px;
	background:#FFF url(images/tag_blue.png) no-repeat 10px center;
}
 .tagControl a, .tagControl a[href^="http:"]:visited {
 background:transparent url(images/cross.png) no-repeat right !important;
 margin-right:10px !important;
 padding-right:18px !important;
}
.tagControl a:hover, .tagControl a[href^="http:"]:visited:hover {
 background-color:#00C0F3;
 color:#FFF;
}
/* the subsite styles */
.subsite .subsiteImage {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.subsiteNewsListImage, .subsiteEventListImage {
	display:block;
	float:left;
	margin-right:10px;
}
/* forms */
input.text {
}
/* The News Tabs */
			#newsTabsContainer {
}
#newsTabsControl {
	list-style: none;
	margin:0;
	padding:0;
}
#newsTabsControl li {
	float:left;
}
#newsTabsControl li a {
	display:block;
	width:106px; /* this will be affected by the number of tabs there are */
	color:#FFF;
	padding:1em 10px;
	margin:0 0 10px 0px; /* the space in between the tabs */
	background:#00BFF2 url(images/heading_blue.png) repeat-x bottom;
}
#newsTabsControl li a:hover {
	text-decoration:underline;
}
#newsTabsControl li a.firstTab {
	width:106px; /* this will affected by the width of the tabs above and the margin inbetween from above */
	margin-left:0;
}
#newsTabsControl .ui-tabs-selected a {
	background-image:none;
	background-color:#00689B;
}
#newsTabsControl .current a {
	background-image:none;
	background-color:#00689B;
}
#newsTabs {
	width:630px;  /* this is the IMAGE width - needs to be changed in the all the related dimensions below */
	height:242px; /* this is the IMAGE height, plus the padding-bottom */
	overflow:hidden;
	float:left;
}
#newsTabs > div {
	padding-bottom:10px; /* this is the padding bottom, to bed added to the height of the #newsTabs DIV above */
	position:relative;
	overflow:hidden;
	background-color:#00689B;
	z-index:1;
}
#newsTabs div span {
	position:absolute;
	display:block;
}
#newsTabs div span.transparency {
	/* for IE */
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
	/* CSS3 standard */
				opacity:0.5;
	z-index:1;
	background-color:#000;
}
#newsTabs div span.content {
	background:none;
	color:#FFF;
	z-index:2;
	padding:10px; /* require to get the text in the right place with correct spacing round outside */
}
/* height of the transparent HORIZONTAL box and text */ 
			/* the distance down from the top for the DIVs for text and transparency. Found from IMAGE height minus this DIV height  */
			#newsTabs div.newsH span {
	left:0;
	width:630px;
}
#newsTabs div.newsH span.content {
	left:0;
	width:610px;
}
/* height of the transparent VERTICAL box and text = height of the image (without the border at the bottom */ 
			#newsTabs div.newsV span {
	height:232px;
	top:0;
	right:0;
}
/* each DIV.content needs to be narrower to take account of the padding */

			#newsTabs div.ui-tabs-hide {
	display:none;
}
#newsTabs a {
	text-decoration:none !important;
}
/* END of the News Tabs */

object, embed {
	z-index:1;
}
.tagList {
	background:transparent url(images/tag_blue.png) no-repeat left center;
	padding-left:24px;
	clear:both;
}
/* fullcalendar extra styles */
#calendar table {
	margin-bottom:0;
}
/* tooltips */
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(images/tooltip/black_arrow_no_border.png) no-repeat center bottom;
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}
/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url(images/tooltip/black_arrow_bottom.png);
	padding-top:40px;
	height:55px;
}
.tooltip.bottom {
	background:url(images/tooltip/black_arrow_bottom.png);
}
.tooltip h4 {
	margin-bottom:0.25em;
	font-weight:bold;
	border-bottom:1px solid #FFF;
}
/* pagination paginator */
.paginator {
	padding: 3px;
	margin: 3px;
	text-align:center;
}
.paginator a {
	border: 1px solid #CCC;
	padding:2px 6px;
	text-decoration: none;
	color: #000;
	background-color:#FFF;
	font-weight:bold;
}
.paginator a:hover, div.meneame a:active {
	border: 1px solid #00C0F3;
	background-color:#00C0F3;
	color: #FFF;
}
.paginator .tWPaginatorPage {
	padding:2px 6px;
	color: #00C0F3;
}
.paginator .tWPaginatorPagePrevious {
	color: #00C0F3;
}
.paginator .tWPaginatorPageNext {
	color: #00C0F3;
}
/* for the posterous blog */
.imageContainer {
	padding:10px;
	border:1px solid #CCC;
	text-align:center;
	background-color:#FFF;
}
.imageContainer img {
	border:1px solid #EEE;
}
.imageContainer h3 {
	color:#00C0F3;
}
.posterousPost {
	padding-bottom:10px;
}
.posterousPost a {
	background:none repeat scroll 0 0 transparent !important;
	margin:0 !important;
	padding:0 !important;
}
.posterousPost p img {
	float:none;
	margin:0;
}
.posterousPost h2 {
	font-size:1.5em;
	margin-bottom:0;
}
.posterousDate {
	display:block;
	text-align:right;
	color:#AAA;
}
.posterous {
	margin-bottom:1.5em;
}
.posterous > div {
	margin-bottom:1.5em;
}
.posterousTags {
	background:transparent url(images/tag_blue.png) no-repeat left center;
	padding-left:20px;
}
.addPosterousComment {
	background:transparent url(images/add.png) no-repeat left center;
	padding-left:20px;
}
/* pagecomments */
.pageCommentContainer textarea {
	height:auto;
	width:auto;
}
.calendar-tabs {
	list-style-type: none;
	padding: 0;
	margin:0;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background:#00BFF2 url(images/heading_blue.png) repeat-x bottom;
	color:#FFF;
	padding:10px;
	margin-bottom:0;
	font-size:1em;
	border-bottom:0;
}
.calendar-tabs li {
	display:inline;
}
.calendar-tabs li a {
	color:#FFF;
	text-decoration:none;
	padding:8px 10px 10px;
}
.calendar-tabs li a.current {
	background-color:#FFF;
	color:#000;
	border-bottom:1px solid #FFF;
}
.calendar-panes .gadget {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top:-1px;
}
.twtr-tweet-text {
	font-size:12px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
/*	   .twtr-timestamp {
   font-size:12px;
   font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    }
	
		   .twtr-reply {
   font-size:12px;
   font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    }
*/
	
.twtr-hd, .twtr-ft {
	display: none;
}

/* Make sure the icons are not cut */
a[href^="http:"], a[href^="http:"]:visited {
 padding: 0px;
 margin: 0px;
 background-repeat: no-repeat;
 background-position: none;
}

/* External links */
a[href^="http:"] {
background-image: url(#);
}
/*a[href^="mailto:"] {
background-image: url(icons/email.png);
}*/
a[href^="http:"]:visited {
background-image: url(#);
}

/* Facebook Connect styles */

a.fb_button_medium {
	margin: 15px 0 10px 0 !important;
}
.fb_edge_widget_with_comment.fb_iframe_widget {
	margin-top: -15px !important;
	margin-bottom: 5px !important;
}
.facebook_rsvp_box > h4.bottom {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 10px;
}
.fb_profile_pic_rendered > img {
	margin-bottom: 15px;
}

h3.facebook {
	background: url('images/icons/32/facebook.png') no-repeat scroll left center transparent;
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 1.7em;
    line-height: 2;
    margin-bottom: 0.5em;
	text-decoration: none;
	color: #32327f;
}
h3.fb-connected-friends {
    color: #32327F;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2.5;
    margin-bottom: 0.5em;
    text-decoration: none;
}
h3.university {
	background: url('images/icons/32/university.png') no-repeat scroll left center transparent;
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 1.7em;
    line-height: 2;
    margin-bottom: 0.5em;
	text-decoration: none;
	color: #32327f;
}
h3.registration {
    margin-bottom: 0;
    font-size: 0.9em;
    margin-bottom: 0.5em;
	text-decoration: none;
	color: #32327f;
	font-weight: bold;
	margin-top: 10px;
}
.log-in-container {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.registration-container {
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/* Page Comments */
.pageCommentContainer {
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	margin-top: 15px;
}
h3#comment {
	background: url('images/icons/32/speech-bubble.png') no-repeat scroll left center transparent;
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 1.7em;
    line-height: 2;
    margin-bottom: 0.5em;
	text-decoration: none;
	color: #00C0F3;
}
#twPageCommentTextarea {
	width: 500px;
	border-radius: 4px;
}
.comment-submit {
	float: right !important;
}
.all-comments {
	padding-top: 50px;
}
.all-comments > blockquote {
	padding-top: 15px;
	margin-left: 0;
	margin-right: 0;
}
.all-comments > blockquote > strong {
	padding-top: 10px;
}
.all-comments a {
	color: #32327f;
}
.all-comments a:hover {
	color: #00C0F3;
}
.comment-admin-action-container {
	margin-left: 10px;
}

/* Facebook Like Button style */

.fb_edge_widget_with_comment.fb_iframe_widget {
	margin-top: 5px !important;
}

.eventArticle > .fb_edge_widget_with_comment.fb_iframe_widget {
	margin-top: -15px !important;
}

.newsArticle > .fb_edge_widget_with_comment.fb_iframe_widget {
	margin-top: -15px !important;
}

.subsite > .fb_edge_widget_with_comment.fb_iframe_widget {
	margin-top: 5px;
	float: left;
}

/* Search field */

#search-container {
    background: url("../images/search.png") no-repeat scroll right center transparent;
    padding-right: 30px;
}

/*Tables styles */
table.marketing {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-collapse: separate;
    border-radius: 4px 4px 4px 4px;
    font-size: 13px;
    margin-bottom: 18px;
    padding: 0;
    width: 100%;
}
table.marketing th, table.marketing td {
    line-height: 18px;
    padding: 10px 6px 9px;
    text-align: left;
}
table.marketing th {
    border-bottom: 1px solid #DDDDDD;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
    padding-top: 9px;
    vertical-align: middle;
}
table.marketing td {
    vertical-align: top;
}
table.marketing th + th, table.marketing td + td {
    border-left: 1px solid #DDDDDD;
}
table.marketing tr + tr td {
    border-top: 1px solid #DDDDDD;
}
table.marketing tbody tr:first-child td:first-child {
    border-radius: 4px 0 0 0;
}
table.marketing tbody tr:first-child td:last-child {
    border-radius: 0 4px 0 0;
}
table.marketing tbody tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}
table.marketing tbody tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}
.zebra-striped tbody tr:nth-child(2n+1) td {
    background-color: #F9F9F9;
}
.zebra-striped tbody tr:hover td {
    background-color: #F5F5F5;
}
table.marketing thead th {
    background: none;
}
