/*
colour info:
DEFAULT (Grey): 	#666666
PROFILE (Mustard): 	#C4AD3D
PARTNERS (Brown):	#BEB790
LABS (Green):		#57A624
LOGS (Light Blue):	#1595D1
LIBRARY (Dark Blue):#314284
*/



/* General Styles
-------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: none;
}

img {
	/*display: block;*/ /* this rule breaks the wysiwygPro3 editor's toolbars */
	border: none;
}

a img {
	border: none;
}

img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

img.tableRight {
	margin: 0 0 10px 10px;
}

img.tableLeft {
	margin: 0 10px 10px 0;
}

img.bordered {
	margin: 0 0 10px 0;
	border: 1px solid #336;
}

.hide {
	display: none;
}

.inline {
	display: inline;
}

.noMargin {
	margin: 0;
}

.noIndent {
	text-indent: 0;
}

.floatRight {
	float: right !important;
	margin: 0 0 10px 10px !important;
}

.floatLeft {
	float: left !important;
	margin: 0 10px 10px 0 !important;
}

.clearBoth {
	clear: both;
}

div.clear {
	clear: both;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 0;
}

#leftColumn table {
	border-collapse: collapse;
}

#leftColumn table th {
	padding: 3px 6px 0 6px;
}

#leftColumn table td {
	padding: 3px 6px 0 6px;
}

/*
input.submitStyled {
	border: 0;
	width: 130px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	padding-left: 20px;
	background: url(../images/buttonBgSubmit.gif) no-repeat left top #09f;
	text-align: left;
	font-weight: bold;
}

input.submitStyled:hover {
	cursor: pointer;
}

input.cancelStyled {
	border: 0;
	width: 93px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	padding-right: 22px;
	background: url(../images/buttonBgCancel.gif) no-repeat left top #09f;
	text-align: right;
	font-weight: bold;
}

input.cancelStyled:hover {
	cursor: pointer;
}
*/

input.buttonSubmit {
	border: 0;
	width: 122px;
	height: 27px;
	line-height: 27px;
	color: #333;
	padding: 0 0 0 25px;
	background: url(../images/buttonBgSubmit.gif) no-repeat 0 -27px #e2e2e2;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}

input.buttonSubmit:hover {
	cursor: pointer;
	background: url(../images/buttonBgSubmit.gif) no-repeat 0 0 #e2e2e2;
	color: #333;
	font-weight: normal;
}

input.buttonCancel {
	border: 0;
	width: 84px;
	height: 27px;
	line-height: 27px;
	color: #333;
	padding: 0 0 0 15px;
	background: url(../images/buttonBgCancel.gif) no-repeat 0 -27px #e2e2e2;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}

input.buttonCancel:hover {
	cursor: pointer;
	background: url(../images/buttonBgCancel.gif) no-repeat 0 0 #e2e2e2;
	color: #333;
	font-weight: normal;
}

a.buttonCancel {
	display: block;
	background: url(../images/buttonBgCancel.gif) no-repeat right -27px #e2e2e2;
	color: #333;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 0 15px;
	height: 27px;
	line-height: 27px;
	width: 69px;
	font-size: 11px;
}

a.buttonCancel:hover {
	text-decoration: none;
	background: url(../images/buttonBgCancel.gif) no-repeat 0 0 #e2e2e2;
	color: #333;
	font-weight: normal;
}

a.button {
	display: block;
	background: url(../images/buttonBg.gif) no-repeat right -27px #e2e2e2;
	color: #333;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	padding: 0 20px 0 15px;
	height: 27px;
	line-height: 27px;
	width: 155px;
	font-size: 11px;
}

a.button.medium {
	width: 105px;
}

a.button.small {
	width: 55px;
}

a.button:hover {
	text-decoration: none;
	background: url(../images/buttonBg.gif) no-repeat right 0 #e2e2e2;
	color: #333;
	font-weight: normal;
}

a.buttonBack {
	display: block;
	background: url(../images/buttonBgBack.gif) no-repeat 0 -27px #e2e2e2;
	color: #333;
	margin: 0 10px 0 0;
	text-decoration: none;
	font-weight: normal;
	padding: 0 15px 0 20px;
	height: 27px;
	line-height: 27px;
	width: 122px;
	font-size: 11px;
}

a.buttonBack.medium {
	width: 82px;
}

a.buttonBack.small {
	width: 42px;
}

a.buttonBack:hover {
	text-decoration: none;
	background: url(../images/buttonBgBack.gif) no-repeat 0 0 #e2e2e2;
	color: #333;
	font-weight: normal;
}

a.buttonAdd {
	display: block;
	background: url(../images/buttonBgAdd.gif) no-repeat 0 -27px #e2e2e2;
	color: #333;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	padding: 0 15px 0 30px;
	height: 27px;
	line-height: 27px;
	width: 145px;
	font-size: 11px;
}

a.buttonAdd.medium {
	width: 92px;
	background: url(../images/buttonBgAddMedium.gif) no-repeat 0 -27px #e2e2e2;
}

a.buttonAdd:hover {
	text-decoration: none;
	background: url(../images/buttonBgAdd.gif) no-repeat 0 0 #e2e2e2;
	color: #333;
	font-weight: normal;
}

a.buttonAdd.medium:hover {
	background: url(../images/buttonBgAddMedium.gif) no-repeat 0 0 #e2e2e2;
}

input.buttonLogin {
	border: 0;
	width: 86px;
	height: 27px;
	line-height: 27px;
	color: #333;
	padding: 0 0 0 25px;
	background: url(../images/buttonBgLogin.gif) no-repeat 0 -27px #e2e2e2;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}

input.buttonLogin:hover {
	cursor: pointer;
	background: url(../images/buttonBgLogin.gif) no-repeat 0 0 #e2e2e2;
	color: #333;
	font-weight: normal;
}

a.buttonSearchLg {
	display: block;
	background: url(../images/buttonBgSearchLg.gif) no-repeat 0 -27px #e2e2e2;
	color: #333;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0 0 33px;
	height: 27px;
	line-height: 27px;
	width: 110px;
	font-size: 11px;
}

a.buttonSearchLg:hover {
	text-decoration: none;
	background: url(../images/buttonBgSearchLg.gif) no-repeat 0 0 #e2e2e2;
	color: #333;
	font-weight: normal;
}



/*
input.submitStyled {
	border: 1px solid #fff;
	color: #fff;
	padding: 3px 10px;
	background: #25c3f3;
	text-align: center;
	font-weight: bold;
}

input.submitStyled:hover {
	background: #003860;
	cursor: pointer;
}

input.submitStyled.floatRight {
	margin-left: 10px;
}

input.submitStyled.floatLeft {
	margin-right: 10px;
}

a.submitStyled {
	border: 1px solid #fff;
	color: #fff;
	padding: 3px 10px;
	background: #25c3f3;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

a.submitStyled:hover {
	color: #fff;
	background: #003860;
	text-decoration: none;
}
*/

div.imageWithCaption img {
	margin: 0 0 3px 0;
}

div.imageWithCaption p {
	margin: 0 0 10px 0;
	padding: 3px 10px;
	text-align: right;
	color: #fff;
	background: #333;
	font-size: 0.85em
}




/* Typography
-------------------------------------------------------------------------------------- */

body { font-size: 62.5%; line-height: 1.5em; }

body, input, textarea, select, h1, h2, h3, h4, h5, h6, p, ul, small { font-family: Helvetica, Arial, sans-serif; font-weight: normal; }

p	{ font-size: 1.2em; line-height: 1.5em; margin: 0 0 0.75em 0; color: #555555; }
h1	{ font-size: 2.8em; line-height: 1.5em; margin: 0 0 0.25em 0; color: #565656; }
h2	{ font-size: 2.1em; line-height: 1.5em; margin: 0 0 0.25em 0; color: #666666; }
h3	{ font-size: 1.7em; line-height: 1.5em; margin: 0 0 0.25em 0; color: #767676; font-weight:bold; }
h4	{ font-size: 1.4em; line-height: 1.5em; margin: 0 0 0.1em 0; color: #666666; font-weight:bold; }

a 			{ color: #1595D1; font-weight:bold; text-decoration: none; }
a:hover 	{ color: #1DB1DD; font-weight:bold; text-decoration: underline; }

ul, ol { font-size: 1.2em; line-height: 1.5em; color: #555555; margin: 0 0 1em 1em; }

li { margin: 0 0 0.15em 1em; }

ul ul, ol ol { margin: 0 0 0.15em 1em; }

ul li {	margin: 0 0 0.15em 1em; } /*list-style-image: url(../images/iconArrowLightBlue.gif);*/

label	{ font-size: 1.1em; color: #555555; text-align:right; }
input, select, textarea { margin:0; padding: 5px; color: #666666; border:1px solid #C2C2C2; background:#FFFFFF; }
input:focus, select:focus, textarea:focus { color: #555555; border:1px solid #888888; background:#E1F3F8; outline:none; }
textarea { font-size:1.1em; }

.error, .messages {
	color: #c00;
	font-weight: bold;
}

.highlight {
	color: #c00;
	font-weight: bold;
}








/* General Page Structure
-------------------------------------------------------------------------------------- */

html, body {
	padding: 0;
	width: 100%;
}

body {
	background: #fff;
	width: 800px;
	margin: 10px auto;
}






/* Header
-------------------------------------------------------------------------------------- */

#header {
	margin: 0 0 10px 0;
}

#languageList {
	list-style-type: none;
	margin: 0 0 5px 0;
	text-align: right;
	width: 800px;
}

#languageList li {
	margin: 0 0 0 10px;
	color: #666;
	font-weight: bold;
	font-size: 0.8em;
	display: inline;
}

#languageList li a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

#languageList li a:hover {
	color: #253777;
	font-weight: normal;
	text-decoration: underline;
}

#headerLogo {
	float: left;
}

.headerPartnerLogos {
	float: right;
	clear: right;
}

#headerBox {
	float: right;
	width: 670px;
	height: 160px;
	background: #eaeaea; /* background: url(../images/headerBg.gif) no-repeat top right #eaeaea; */
	margin: 0 0 10px 0;
}

#partnerZoneMenuBar {
	clear: both;
	margin: 0 0 10px 0;
	background: url(../images/partnerZoneBarBg.gif) no-repeat top left #333;
	width: 800px;
	height: 27px;
}

#partnerZoneMenuBar h4 {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 27px;
	float: left;
	margin: 0 25px 0 15px;
}

#partnerZoneMenuBar a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#partnerZoneMenuBar a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

#headerLogin {
	float: left;
	height: 27px;
}

#headerLogin label {
	line-height: 27px;
	color: #fff;
	font-size: 11px;
}

#headerLogin input {
	margin: 0;
	padding: 2px;
}

#headerLoginSubmit {	/* this is an anchor not an input */
	display: block;
	border: 0;
	height: 27px;
	line-height: 27px;
	color: #00aeed !important;
	padding: 0 0 0 22px;
	margin: 0 0 0 10px;
	background: url(../images/iconLogin.png) no-repeat left center;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	float: right;
}

#headerLoginSubmit:hover {
	text-decoration: underline;
	font-weight: normal;
}

#headerLoginRegister {
	display: block;
	border: 0;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 22px;
	margin: 0 0 0 10px;
	background: url(../images/iconRegister.png) no-repeat left center;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	float: right;
}

#headerLoginRegister:hover {
	text-decoration: underline;
	font-weight: normal;
}

#headerSearch {
	float: right;
	height: 27px;
	margin: 0 15px 0 0;
}

#headerSearch table {
	border-collapse: collapse;
}

#headerSearch table td {
	padding: 0 0 0 3px;
}

#headerSearch label {
	line-height: 27px;
	color: #fff;
	font-size: 11px;
}

#headerSearchQ {
	margin: 0;
	padding:2px;
}

#headerSearchSubmit {
	/*float: right;
	display: block;*/
	padding: 0;
	border: 0;
	background: url(../images/partnerZoneSearchButton.gif) no-repeat top left;
	width: 17px;
	height: 17px;
	font-size: 0;
	cursor: pointer;
	margin: 5px 0 5px 3px;
	color: #fff;
}

#partnerZoneMenuBar ul.left {
	list-style-type: none;
	float: left;
	margin: 0 0 0 15px;
}

#partnerZoneMenuBar ul.left li {
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 27px;
}

#partnerZoneMenuBar ul.left li a {
	color: #fff;
	text-decoration: none;
}

#partnerZoneMenuBar ul.left li a:hover {
	color: #fff;
	text-decoration: underline;
}


#partnerZoneMenuBar ul.right {
	list-style-type: none;
	float: right;
}

#partnerZoneMenuBar ul.right li {
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}

#partnerZoneMenuBar ul.right li a {
	color: #00aeed;
	text-decoration: none;
	background: url(../images/logoutIcon.gif) no-repeat 0 50%;
	padding: 0 0 0 22px;
	line-height: 27px;
	height: 27px;
	display: block;
}

#partnerZoneMenuBar ul.right li a:hover {
	color: #fff;
	text-decoration: underline;
}






/* Columns
-------------------------------------------------------------------------------------- */
/*
531 (9) 260
*/

#leftColumn {
	float: left;
	width: 531px;
	margin: 0 9px 15px 0;
}

#leftColumn .leftColumnBox {
	background: #f6f6f6;
	border-left: 6px solid #65b346;
	margin: 0 0 5px 0;
	padding: 9px 15px 6px 9px;
}

#leftColumn .leftColumnBoxNoGap {
	background: #f6f6f6;
	border-left: 6px solid #65b346;
	margin: 0;
	padding: 9px 15px 0 9px;
}

#leftColumn .leftColumnBox.fullWidth {
	padding: 9px 15px 6px 9px;
}

#leftColumn .leftColumnBox.bg {
	background: url(../images/mainContentBg.jpg) no-repeat top right #f6f6f6;
}

#rightColumn {
	float: left;
	width: 260px;
	margin: 0 0 15px 0;
}

div.forumBreadCrumbs {
	width:500px;
	background:#d5f0c4;
	padding-bottom:4px;
}

div.forumBreadCrumbs h3 {
	font-size: 1.2em;
	line-height:1.6em;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	background:#6fbc42;
	height:16px;
	padding:4px;
	margin:0;
}

div.forumBreadCrumbs p {
	font-size: 1.7em;
	line-height:1.3em;
	color:#5f5b5a;
	margin:6px 4px 0 4px;
}

div.forumBreadCrumbs a {
	color:#57a624;
	text-decoration:none;
}

div.forumBreadCrumbs a:hover {
	text-decoration:underline;
}

div.resultsTableHeading {
	width:500px;
	background:#d5f0c4;
	margin-top:10px;
}

div.resultsTableHeading h3 {
	font-size: 1.2em;
	line-height:4.4em;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	background: #6fbc42;
	height:37px;
	padding:0 0 0 4px;
	margin:0;
}

div.resultsTableHeading h3.Labs {
	background: url(../images/titleBgLabList.jpg) no-repeat 0 0 #6fbc42;
}

div.resultsTableHeading h3.Topics {
	background: url(../images/titleBgTopicList.jpg) no-repeat 0 0 #6fbc42;
}

div.forumNewTopic {
	width:492px;
	background:#4C4948;
	padding:4px;
	border-bottom:#9E9E9E solid 1px;
}

div.forumNewTopic p {
	font-size: 1.2em;
	line-height:1.6em;
	color:#FFF;
	font-weight:bold;
	height:16px;
	margin:0;
}

div.resultsNavWrapper {
	width:500px;
	background:#CECECE;
	margin-bottom:6px;
}


/* Right column
-------------------------------------------------------------------------------------- */

#rhsTopImg {
	margin: 0 0 4px 0;
}

#rhsProfileWrapper {
	position: relative;
	margin: 0 0 5px 0;
}

#rhsProfileWrapper img {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin: 0 5px 0 0;
}

#rhsProfileWrapper h3 {
	position: absolute;
	bottom: 0;
	left: 133px;
	width: 127px;
	color: #888888;
	font-size:1.6em;
	font-weight: normal;
	margin: 0;
	line-height:1.2em;
}

#rhsProfileWrapper h3 span {
	font-size: 1.2em;
}

#rhsNav, #rhsNavPartners {
	list-style-type: none;
	margin: 0 0 10px 0;
	text-align: left;
	width: 260px;
}

#rhsNav li, #rhsNavPartners li {
	margin: 0;
	padding: 0;
	width: 260px;
	height: 51px;
	margin: 0 0 4px 0;
}

#rhsNavPartners li.breakAbove {
	background: url(../images/rhsNavPartnersBreak.gif) no-repeat left top;
	padding: 5px 0 0 0;
}

#rhsNav li a {
	display: block;
	width: 245px;
	height: 51px;
	line-height: 51px;
	padding: 0 0 0 15px;
	color: #fff;
	text-decoration: none;
	background: #253777;
	font-weight:normal;
}

#rhsNavPartners li a {
	display: block;
	width: 245px;
	height: 41px;
	line-height: 1.45em;
	padding: 10px 0 0 15px;
	color: #fff;
	text-decoration: none;
	background: #253777;
	font-weight:normal;
}

#rhsNavPartners li a span {
	font-size: 1.35em;
}

/* Link 1
-------------------------------------------------------------------------------------- */

#rhsNav li a.link1 {
	background: url(../images/btnConf.jpg) no-repeat left top #FFF;
	height:85px;
	text-indent:-9999px;
}

#rhsNav li#event {
	height:85px;
}

#rhsNav li a.link1:hover {
	background-position:0 -85px;
}

#rhsNav li a {
font-size:1.35em;

}

/* Link 2
-------------------------------------------------------------------------------------- */

#rhsNav li a.link2 {
	background: url(../images/sidebarBtnEvents.jpg) no-repeat left top #FFF;
	height:85px;
}

#rhsNav li#googleCalendar {
	height:51px;
}


/* Link 3
-------------------------------------------------------------------------------------- */

#rhsNav li a.link3 {
	background: url(../images/sidebarBtnLinks.jpg) no-repeat left top #FFF;
	height:85px;
}

#rhsNav li#usefulLinks {
	height:51px;
}


/* Link 4
-------------------------------------------------------------------------------------- */

#rhsNav li a.link4 {
	background: url(../images/sidebarBtnContact.jpg) no-repeat left top #FFF;
	height:85px;
}

#rhsNav li#contactUs {
	height:51px;
}

/* Link 5
-------------------------------------------------------------------------------------- */

#rhsNav li a.link5 {
	background: url(../images/sidebarBtnNewsletter.jpg) no-repeat left top #FFF;
	height:85px;
}

#rhsNav li#newsletterSignup {
	height:51px;
}



/*#rhsNav li a.link2 {
	background: url(../images/sidebarBoxBg2.jpg) no-repeat left top #253777;
}

#rhsNav li a.link3 {
	background: url(../images/sidebarBoxBg3.jpg) no-repeat left top #253777;
}*/

#rhsNavPartners li a.logs {
	background: url(../images/rhsNavPartnersLogs.jpg) no-repeat left top #333;
}

#rhsNavPartners li a.labs {
	background: url(../images/rhsNavPartnersLabs.jpg) no-repeat left top #333;
}

#rhsNavPartners li a.lib {
	background: url(../images/rhsNavPartnersLib.jpg) no-repeat left top #333;
}

#rhsNavPartners li a.profile {
	background: url(../images/rhsNavPartnersMyProfile.jpg) no-repeat left top #333;
}

#rhsNavPartners li a.partners {
	background: url(../images/rhsNavPartnersProfiles.jpg) no-repeat left top #333;
}

#rhsNav li a:hover, #rhsNavPartners li a:hover {
	color: #fff;
	text-decoration: underline;
}


#rhsLinksBox {
	margin: 0 0 10px 0;
}

#rhsLinksBox div.top {
	background: url(../images/sidebarLinksBoxTopBg.gif) no-repeat left top #333;
	width: 260px;
	height: 21px;
	margin: 0 0 10px 0;
}

#rhsLinksBox div.btm {
	clear: both;
	background: url(../images/sidebarLinksBoxBtmBg.gif) no-repeat left top #333;
	width: 260px;
	height: 11px;
	margin: 10px 0 0 0;
}

#rhsLinksBox ul {
	list-style-type: none;
	margin: 0;
	text-align: left;
	width: 260px;
}

#rhsLinksBox ul li {
	float: left;
	padding: 0 0 0 15px;
	width: 115px;
	margin: 0 0 4px 0;
}

#rhsLinksBox ul li a {
	font-size: 0.9em;
	padding: 0 0 0 15px;
	margin: 0 0 4px 0;
	color: #000;
	text-decoration: none;
	background: url(../images/linkIconGrey.gif) no-repeat 0 3px;
}

#rhsLinksBox ul li a:hover {
	color: #00aeed;
	text-decoration: none;
	background: url(../images/linkIconBlue.gif) no-repeat 0 3px;
}

#rhsContacts { margin-top:20px; }

#rhsContacts p { font-size:1.1em; }





/* General page content
-------------------------------------------------------------------------------------- */

#breadcrumbs {
	margin-bottom: 1em;
	text-align: left;
	color: #009BEB;
	font-size:1.1em;
}

#breadcrumbs a {
	color: #009BEB;
}

#breadcrumbs a:hover {
	color: #25c3f3;
}



/* Messages
-------------------------------------------------------------------------------------- */

#messageBox {
	background-color:#fff;
	border:1px solid #c00;
	margin-bottom: 1em;
	padding: 1em;
	font-weight: bold;
	color: #c00;
	font-style: normal; 
}

#messageBox ul {
	margin: 0 0 0 1em !important;
}

#messageBox li {
	list-style-image: none !important;
	list-style-type: disc !important;
	margin: 0 0 0.15em 1em !important;
}





/* Popup help tooltip
-------------------------------------------------------------------------------------- */

#fixedTipDiv{
	position: absolute;
	padding: 5px;
	border: 1px solid #02586f;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	color: #333366;
	z-index:100;
}

div.tooltipHelp {
	width: 17px;
	height: 17px;
}

div.tooltipHelp a {
	width: 17px;
	height: 17px;
	display: block;
	background: url(../images/iconHelp.gif) no-repeat 0 -17px;
}

div.tooltipHelp a:hover {
	background: url(../images/iconHelp.gif) no-repeat 0 0;
}







/* Search styles
-------------------------------------------------------------------------------------- */

form.advSearch {
}

form.advSearch label {
	display: block;
	float: left;
	clear: left;
	width: 180px;
	height: 25px;
	line-height: 25px;
}

form.advSearch div.input {
	float: left;
	width: 280px;
	height: 29px;
	line-height: 29px;
	margin-left:10px;
}

form.advSearch div.input input[type=checkbox] {
	margin-top: 7px;
}

form.advSearch div.input select {
	width: 180px;
}

form.advSearch input.buttonSubmit {
	width: 121px;
	padding: 0 0 0 30px;
	background: url(../images/buttonBgSearch.gif) no-repeat 0 -27px #e2e2e2;
}

form.advSearch input.buttonSubmit:hover {
	cursor: pointer;
	background: url(../images/buttonBgSearch.gif) no-repeat 0 0 #e2e2e2;
}

/*
#advSearch {
	border: 1px solid #1e3265;
	margin-bottom: 20px;
	padding: 5px;
	background: #f7f6c4;
}
*/

ul.resultsNav {
	float: left;
	text-align: left;
	margin: 0 0 5px 0;
	list-style-type: none;
	font-size:1em;
	text-transform:uppercase;
}

ul.resultsNav li {
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0 5px;
	color: #5f5b5a;
}

ul.resultsNav li.result {
	color: #5f5b5a;
}

ul.resultsNav li a {
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 3px;
	margin: 0;
	color: #000;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	text-decoration: none;
}

ul.resultsNav li a:hover {
	background: #ddd;
	border: 1px solid #aaa;
	text-decoration: none;
	cursor: pointer;
}



.searchResultTable {
	border-collapse: separate;
	border-spacing: 3px;
}

.searchResultTable tr {
	background: #fff;
}


.searchResultTable tr.row1 {
	background: #ECECEC;
}

.searchResultTable tr.row2 {
	background: #FFF;
}

.searchResultTable th {
	border: 0;
	padding: 5px;
	color: #fff;
	font-size:1.2em;
	font-weight: bold;
	background: #4c4948;
}

.searchResultTable th a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.searchResultTable th a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.searchResultTable td {
	border: 0;
	padding: 5px;
	font-size:1.2em;
}

.searchResultTable td.tableSmall {
	font-size:1em;
	line-height:1.2em;
}


.searchResultTable td a {
	color: #1595D1;
	text-decoration: none;
}

.searchResultTable td a:hover {
	color: #1595D1;
	text-decoration: underline;
}




/*
div.resultsNav {
	text-align: left;
	margin-bottom: 20px;
}

div.resultsNavItem {
	float: left;
	background: #25c3f3;
	color: #fff;
	padding: 5px;
	margin: 0 10px 0 0;
}

div.resultsNavItem a {
	background: #25c3f3;
	color: #fff;
	text-decoration: none;
}

div.resultsNavItem a:hover {
	background: #1e3265;
	color: #fff;
	text-decoration: underline;
}
*/








/* Partner Zone Home
-------------------------------------------------------------------------------------- */

.newsboardItem {
	margin: 0 0 5px 0;
}

.newsboardItem .head h4 {
	float: left;
	background: #333;
	color: white;
	width: 150px;
	margin: 0;
	padding: 5px 10px;
	font-size: 1em;
}

.newsboardItem .head h3 {
	float: left;
	margin: 0;
	padding: 5px 10px;
	font-size: 1em;
	text-transform: uppercase;
}

.newsboardItem .content {
	margin: 0;
	padding: 10px;
	background: white;
}

/*
.newsboardItem a.button {
	color: white;
	width: 73px;
	line-height: 27px;
	height: 27px;
	text-decoration: none;
	float: right;
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	font-size: 0.85em;
}

.newsboardItem a.button:hover {
	text-decoration: underline;
}
*/

.newsboardItem h4 a {
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}

.newsboardItem h4 a:hover {
	text-decoration: underline;
}

.newsboardItem.announcement .head {
	background: #d1ca9d;
}

.newsboardItem.announcement .head h3 {
	color: #746e4c;
}

.newsboardItem.announcement .content h4 a {
	color: #908b70;
}

/*
.newsboardItem.announcement a.button {
	background: url(../images/buttonBg.gif) no-repeat left top #d1ca9d;
}
*/

.newsboardItem.document .head {
	background: #384b90;
}

.newsboardItem.document .head h3 {
	color: white;
}

.newsboardItem.document .content h4 a {
	color: #4063aa;
}

/*
.newsboardItem.document a.button {
	background: url(../images/buttonReadMoreDocs.gif) no-repeat left top #384b90;
}
*/

.newsboardItem.forum .head {
	background: #61ae29;
}

.newsboardItem.forum .head h3 {
	color: white;
}

.newsboardItem.forum .content h4 a {
	color: #61ae29;
}

/*
.newsboardItem.forum a.button {
	background: url(../images/buttonReadMoreDocs.gif) no-repeat left top #384b90;
}
*/











#eventCalendar {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
	margin: 0 0 3px 0;
}

#eventCalendar tr {
	background: #fff;
}

#eventCalendar tr.top {
	background: #999;
}

#eventCalendar td {
	padding: 6px 3px 3px 3px !important;
	text-align: right;
	color: #666;
	font-size: 2em;
	border:solid 2px #CCCCCC;
}

#eventCalendar td:hover {
	background: #eee;
}

#eventCalendar td.blank:hover {
	background: none;
}

#eventCalendar td.today {
	color: #fff;
	background: #333;
}

#eventCalendar tr.top td {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
}

#eventCalendar tr.top td:hover {
	background: #999;
}

#eventCalendar td div.events {
	height: 15px;
}

#eventCalendar td div.events a {
	display: block;
	width: 9px;
	height: 14px;
	margin: 2px 2px 0 0;
	float: left;
}

#eventCalendar td div.events a.event {
	background: url(../images/calendarFlag1.png) no-repeat left top;
}

#eventCalendar td div.events a.announcement {
	background: url(../images/calendarFlag2.png) no-repeat left top;
}

/*
#eventCalendar td span {
	display: block;
	height: 30px;
	padding: 3px;
	color: #900;
}
*/


#eventCalendarControls {
	clear: both;
	margin: 0 0 3px 0;
	float: right;
}

#eventCalendarControls input {
	margin: 0 0 0 3px;
}

#eventCalendarControls input:hover {
	cursor: pointer;
}

#eventCalendarControls select {
	margin: 0 0 0 3px;
}

#selectMonth{
	width: 100px;
}

#selectYear{
	width: 60px;
}

#newEvent {
	vertical-align: bottom;
}

#searchEvents {
	float: right;
	font-size: 1.2em;
	margin:10px 6px 0 0;
}





/* Document Library
-------------------------------------------------------------------------------------- */

.searchResultTable td span.General {
	color: #000;
}

.searchResultTable td span.Draft {
	color: #e16724;
}

.searchResultTable td span.Final {
	color: #57a624;
}

.searchResultTable td span.Approved {
	color: #ccb95a;
}








/* Partner Profiles
-------------------------------------------------------------------------------------- */

.searchResultTable td.profileThumb {
	width: 88px;
	padding: 0;
}

.searchResultTable td.profileThumb img {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.searchResultTable th.profileThumb {
}





/* Site search
-------------------------------------------------------------------------------------- */

div.siteSearchResult {
	margin: 5px 0 0 0;
	padding: 0;
}

div.siteSearchResult.row1 {
	background: #eee;
}

div.siteSearchResult.row2 {
	background: #ddd;
}

div.siteSearchResult h3 {
	font-weight: bold;
	/*color: #003860 !important;*/
	border-bottom: 1px solid #fff;
	padding: 5px;
	margin: 0;
	line-height: 150%;
}

div.siteSearchResult h3 a {
	font-weight: bold;
	/*color: #003860;*/
	text-decoration: underline;
}

div.siteSearchResult h3 a:hover {
	/*color: #600f00;*/
	text-decoration: underline;
}

div.siteSearchResult h3 span {
	font-weight: normal;
}

div.siteSearchResult p {
	border-bottom: 1px solid #fff;
	padding: 5px;
	margin: 0;
}








/* Home content
-------------------------------------------------------------------------------------- */





/* Footer
-------------------------------------------------------------------------------------- */

#footer {
	clear: both;
}

#footerLogosTop {
	width:800px;
	height:78px;
	background:#F5F5F5;
	text-align:center;
}

#footerLogosBtm {
	width:800px;
	height:82px;
	background:#F5F5F5;
	text-align:center;
}

.footerLogo {
	margin: 0 20px 0 20px;
}

#footer p {
	color: #aaa;
	margin-top: 6px;
	font-size: 1em;
}


/* Edit record
-------------------------------------------------------------------------------------- */

table.editForm {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table.editForm td {
	border: 0px;
	padding: 2px;
	margin: 0px;
	color: #000;
}

table.editForm td label {
	color:#555555;
}

table.editForm td.required {
	width:5px;
	text-align:center;
	color:#c00;
}

table.editForm td.submit {
	border: 0px;
	padding: 5px;
	margin: 0px;
	background-color: transparent;
}

table.editForm th {
	border: 1px solid #dcd3e0;
	padding: 2px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	background-color:#f1e9f5;
	margin-top:15px;
}

table.editForm tr.row1 {
	background-color: #F5F5F5;
}

table.editForm tr.row2 {
	background-color: #FFFFFF;
}

table.editForm td.field {
	text-align: left;
	width:99%;
}

table.editForm td.fieldName {
	white-space:nowrap;
	text-align:right;
	font-size:1.1em;
	color:#555555;
}

table.editForm td.fieldNameError {
	white-space:nowrap;
	text-align:right;
	color: #FF0000;
	font-weight: bold;
}

table.editForm td.breakTop {
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}

table.editForm td.breakBottom {
	padding: 10px 0;
}






/* Contact
-------------------------------------------------------------------------------------- */

table.contact {
	width: 100%;
	border: 0;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}

table.contact td {
	border: 0;
	padding: 2px;
}


table.contact td.fieldName p {
	text-align: right;
	margin-bottom: 0;
	padding-right: 5px;
}


table.contact td.required {
	width: 5px;
	text-align: center;
	color: #c00;
}

table.contact td.field {
	text-align: left;
	width:99%;
}

table.contact td.field p {
	margin-bottom: 0;
}

table.contact td.fieldName {
	white-space:nowrap;
	text-align:right;
	color: #000;
}

table.contact td.fieldName label {
	text-align:right;
	margin-bottom: 0;
	color: #000;
}

table.contact td.fieldNameError {
	white-space:nowrap;
	text-align:right;
	color: #c00;
	font-weight: bold;
}

table.contact td.fieldNameError label {
	text-align:right;
	color: #c00;
	font-weight: bold;
	margin-bottom: 0;
}








/* Partner Profiles
-------------------------------------------------------------------------------------- */

#viewProfileImg {
	padding: 3px;
	border: 1px solid #aaa;
	margin: 0 0 5px 5px;
	float: right;
}








/* Events
-------------------------------------------------------------------------------------- */

#attendeeSelectionAids {
	text-align: right;
	margin: 0 0 10px 0;
}






/* Forum
-------------------------------------------------------------------------------------- */

div.forumPost div.titleBar {
	background-color: #818284;
	min-height: 28px;
}

div.forumPost div.titleBar p {
	float: left;
	background: #a2a2a3;
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	font-size: 1.2em;
}

div.forumPost div.titleBar h3 {
	float: left;
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	font-size: 1.2em;
}

div.forumPost div.titleBar h4 {
	float: right;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	margin: 0;
	font-size: 1.2em;
}

div.forumPost div.content {
	clear: both;
	padding: 10px;
	margin: 0 0 5px 0;
	background: #fff;
}

div.forumPost div.content h1 {
	color: #000;
	font-size: 1.0em;
	border: none;
	padding: 0;
}

div.forumPost div.content h2 {
	color: #000;
	font-size: 1.0em;
}

div.forumPost div.content h2.responseTitle {
	color: #65b346;
	font-size: 1.8em;
}

div.forumPost div.content h3 {
	color: #000;
	font-size: 1.0em;
}

div.forumPost div.content h4 {
	color: #000;
	font-size: 1.0em;
}

div.forumPost div.content h5 {
	color: #000;
	font-size: 1.0em;
}

div.forumPost div.content p {
	color: #333;
}

div.forumPost div.links {
	margin: 0 0 20px 0;
	padding: 5px;
	background: #fff;
}

div.forumPost div.links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.forumPost div.links li {
	float: right;
	margin: 0;
	padding: 0;
}

div.forumPost div.links li a {
	display: block;
	background: url(../images/buttonBgForum.gif) no-repeat right top #54962f;
	color: #fff;
	margin: 0 0 0 10px;
	text-decoration: none;
	font-weight: normal;
	padding: 0 15px 0 10px;
	height: 27px;
	line-height: 27px;
}

div.forumPost div.links li a.reply {
	background: url(../images/buttonBgReply.gif) no-repeat left top #54962f;
	width: 118px;
	padding: 0 0 0 25px;
}

div.forumPost div.links li a:hover {
	text-decoration: underline;
}

#forumPostAttachments {
}

div.forumPost #forumPostAttachments {
	padding: 10px;
	margin: 0 0 5px 0;
	background: #fff;
}

#forumPostAttachments div.attachment {
	margin: 0 0 5px 0;
}

#forumPostAttachments div.attachment img {
	float: left;
	margin: 0 10px 10px 0;
}

#forumPostAttachments div.attachment h3 {
	font-weight: normal;
}

#forumPostAttachments div.attachment h3 span {
	font-size: 0.7em;
}

#forumPostAttachments div.attachment h3 a {
	font-weight: normal;
}




#editForumPostTitle {
	margin: 0 0 20px 20px;
}

#editForumPostTitle h2 {
	color: #25c3f3;
	margin: 0 0 2px 0;
	font-size: 1.4em;
}

#editForumPostTitle h3 {
	color: #1e3265;
	margin: 0 0 5px 0;
	font-size: 1.0em;
}











/* Blog
-------------------------------------------------------------------------------------- */

div.blogListItem {
	margin-bottom: 20px;
}

div.blogListItem div.title {
	background: #f5f6f8;
	padding: 10px 10px 10px 20px;
	margin: 0 0 10px 0;
}

div.blogListItem div.title div.numComments {
	float: right;
	background: url(../images/numCommentsBg.gif) top left no-repeat;
	padding: 5px 0 0 0;
	text-align: center;
	width: 41px;
	height: 47px;
	margin: 0 0 0 10px;
	color: #1e3265;
	font-size: 2.0em;
}

div.blogListItem div.title h2 {
	color: #25c3f3;
	margin: 0 0 2px 0;
	font-size: 1.4em;
}

div.blogListItem div.title h2 a {
	color: #25c3f3;
	text-decoration: none;
}

div.blogListItem div.title h2 a:hover {
	color: #1e3265;
	text-decoration: underline;
}

div.blogListItem div.title h3 {
	color: #1e3265;
	margin: 0 0 5px 0;
	font-size: 1.0em;
}

div.blogListItem div.content {
	padding: 0 0 20px 20px;
	border-bottom: 1px solid #1e3265;
}

div.blogListItem div.content h3 {
	color: #000;
	font-size: 1.0em;
}

div.blogListItem p.taster {
	padding: 0;
	margin: 10px 0 20px 0;
}

div.blogListItem div.content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.blogListItem div.content li {
	float: left;
	margin: 0;
	padding: 0;
}

div.blogListItem div.content li a {
	display: block;
	background: #25c3f3;
	color: #fff;
	margin: 0 10px 10px 0;
	padding: 5px;
	text-decoration: none;
}

div.blogListItem div.content li a:hover {
	background: #1e3265;
	color: #fff;
	text-decoration: none;
}







#blogContent {
	margin-bottom: 20px;
}

#blogContent div.title {
	background: #f5f6f8;
	padding: 10px 10px 10px 20px;
	margin: 0 0 10px 0;
}

#blogContent div.title h2 {
	color: #25c3f3;
	margin: 0 0 2px 0;
	font-size: 1.4em;
}

#blogContent div.title h3 {
	color: #1e3265;
	margin: 0 0 5px 0;
	font-size: 1.0em;
}

#blogContent div.content {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #1e3265;
}

#blogContent div.content h1 {
	color: #000;
	font-size: 1.0em;
	border: none;
	padding: 0;
}

#blogContent div.content h2 {
	color: #000;
	font-size: 1.0em;
}

#blogContent div.content h3 {
	color: #000;
	font-size: 1.0em;
}

#blogContent div.content h4 {
	color: #000;
	font-size: 1.0em;
}

#blogContent div.content h5 {
	color: #000;
	font-size: 1.0em;
}

#blogContent div.content p {
	color: #1e3265;
}

#blogContent ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#blogContent li {
	float: left;
	margin: 0;
	padding: 0;
}

#blogContent li a {
	display: block;
	background: #25c3f3;
	color: #fff;
	margin: 0 10px 10px 0;
	padding: 5px;
	text-decoration: none;
}

#blogContent li a:hover {
	background: #1e3265;
	color: #fff;
	text-decoration: none;
}






#blogComments {
	margin-bottom: 60px;
}

div.blogComment {
	clear: both;
	margin-bottom: 30px;
	border-bottom: 1px solid #1e3265;
}

div.blogComment div.user {
	float: left;
	width: 63px;
	overflow: visible;
}

div.blogComment div.user img.avatar {
	margin-bottom: 15px;
}

div.blogComment div.user h5 {
	color: #000;
	margin: 0 0 20px 0;
	font-size: 1.0em;
	font-weight: bold;
	font-style: normal;
}

div.blogComment div.contentWrapper {
	float: left;
	margin: 0 0 20px 0;
}

div.blogComment div.contentWrapper div.speech {
	float: left;
	background: url(../images/commentSpeechBg.gif) top left no-repeat;
	width: 26px;
	height: 56px;
}

div.blogComment div.contentWrapper div.content {
	float: left;
	width: 321px;
	background: #f5f6f8;
	padding: 20px;
	margin: 0 0 10px 0;
}

div.blogComment div.contentWrapper div.content h5 {
	color: #000;
	font-size: 1.0em;
	margin: 0 0 10px 0;
}

div.blogComment div.contentWrapper div.content p {
	color: #1e3265;
}

div.blogComment div.contentWrapper ul {
	clear: both;
	list-style-type: none;
	margin: 0 0 20px 26px;
	padding: 0 0 20px 0;
}

div.blogComment div.contentWrapper li {
	float: left;
	margin: 0;
	padding: 0;
}

div.blogComment div.contentWrapper li a {
	display: block;
	background: #25c3f3;
	color: #fff;
	margin: 0 10px 10px 0;
	padding: 5px;
	text-decoration: none;
}

div.blogComment div.contentWrapper li a:hover {
	background: #1e3265;
	color: #fff;
	text-decoration: none;
}




#blogCommentsEditable {
	margin: 0 0 20px 0;
}

/* Flickr
-------------------------------------------------------------------------------------- */

#flickr_badge_uber_wrapper {text-align:center; width:260px;}
#flickr_badge_wrapper { background: #EAEAEA; padding:0;}
.flickr_badge_image {margin:0 0 4px 0;}
.flickr_badge_image img {border: 0px solid black !important;}
#flickr_badge_source {text-align:left; margin:0;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 !important; margin:0 0 4px 0; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}



/* Sitemap
-------------------------------------------------------------------------------------- */

/*
#sitemapList li {
	border-bottom: 1px solid #ececec;
	padding: 5px 0;
}

#sitemapList li li a {
	color: #2c71aa;
}

#sitemapList li li li {
	border-bottom: none;
	padding: 0;
}

#sitemapList a {
	text-decoration: none;
}

#sitemapList a:hover {
	text-decoration: underline;
}
*/


