/*********************
    BRAND COLORS
*********************

background gray  #f4f4f5

 768 screen size
	YELLOW:
            FULL color  HEX: #fcc332
            80%  #fecd5d
            60%  #ffd881
            40%  #ffe3a7

	RED:
		FULL color  HEX: #f05b4d
            80%  #f37865
            60%  #f69682
            40%  #fab6a4

	GREEN:
		FULL color  HEX: #a5c54f
            80%  #b7d173
            60%  #757779
            40%  #c1cfa1

	 BLACK:
		FULL color  HEX: #000000
            80%  #4e4f51
            60%  #787777
            40%  #9d9fa2

	CONVERSATIONAL GREEN
		FULL color  HEX: #03ac87
            80%  #33bd9f
            60%  #66ceb7
            40%  #99decf

	APPROCHABLE BLUE
		FULL color  HEX: #6bafcf
            80%  #86bbd7
            60%  #a2c9df
            40%  #bfd8e7

	AUTHORITATIVE BLUE
		FULL color  HEX: #2283ae
            80%  #5394ba
            60%  #79a7c7
            40%  #a1bfd6

	INNOVATIVE GREY
		FULL color  HEX: #345152
            80%  #516567
            60%  #717f81
            40%  #969fa1


*/

body {
	background-color: #f4f4f5;
	margin: 0 !important;
}
h3 {
	margin-top: 0;
}
a:link {
	color: #6bafcf;
    text-decoration:none;
}
.newsItem a:hover {
    color: white;
}
.yellowBackground {
    background-color: #FFB800;
}
.greenBackground {
    background-color: #aecc59;
}
.redBackground {
    background-color: #f05b4d;
}
.backgroundWithOpasity {
    opacity: 0.89;
}
.opacity50 {
	opacity: 0.5;
}
.blueText {
	color: #82bbd4;
}
.redText {
	color: #f05b4d;
}
.userTherapist .backgroundWithOpasity {
    background-color: #f05b4d;
}
.userOrganisation .backgroundWithOpasity {
    background-color: #aecc59;
}
.userPublic .backgroundWithOpasity {
    background-color: #FFB800;
}
.userTherapist .mainPageHr {
	margin-top: 0;
	display: block;
	float: left;
	width: 100%;
	border-top: 1px solid #969fa1;
}
.userOrganisation .mainPageHr {
	display: none;
	border-top: 1px solid #969fa1;
}
.userPublic .mainPageHr {
	margin-bottom: 0;
	border-top: 1px solid #969fa1;
}
#mainBodyWrapper {
    padding:0;
    margin: auto;
    display: table;
    width: 1000px;
    height: 600px;
}
.userTherapist .readMore {
    background-color: #f05b4d;
    opacity: 0.8;
}
.userOrganisation .readMore {
    background-color: #aecc59;
    opacity: 0.8;
}
.userPublic .readMore {
    background-color: #FFB800;
    opacity: 0.8;
}
.readMore {
    display: table-cell;
    height: 35px;
    width: 130px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
}
.readMore a {
    color: white;
    width: 100%;
    display: block;
}
.readMore p {
    padding: 0;
    margin: 0;
    display: inline-block;
    padding-left: 10px;
    padding-right: 1em;
}

.userTherapist .readMore2 {
	color: #f05b4d;
	display: block;
	background: url('../img/siteImages/arrows/colorful-arrows20.png') no-repeat 48% 66%;
	height: 18px;
}
.userOrganisation .readMore2 {
    color: #aecc59;
    display: block;
    background: url('../img/siteImages/arrows/colorful-arrows20.png') no-repeat 48% 32%;
    height: 20px;
}
.userPublic .readMore2 {
    color: #FFB800;
    display: block;
    background: url('../img/siteImages/arrows/colorful-arrows20.png') no-repeat 48% -1%;
    height: 20px;
}
.readMore2:hover {
    background: url('../img/siteImages/arrows/colorful-arrows20.png') no-repeat 48% 104%;
}
/*****************/
/* Login Popup   */
/*****************/
#loginPopup {
	width: 660px;
	background-color: #1a1a1a;
	color: white;
	padding: 20px;
	height: 370px;
	position: absolute;
	display: none;
	z-index: 9999;
}
#loginPopup .error {
	font-weight: bold;
	color: #f05b4d;
}
#loginError #mainBodyWrapper #loginPopup {
	display: block;
}
#loginPopup .closeX {
	float: right;
	cursor: pointer;
}
#loginPopup .topDiv span {
	vertical-align: sub;
	padding-left: 5px;
	font-size: 12px;
}
#loginPopup h3 {
	font-size: 15px;
	border-bottom: 1px solid grey;
	padding-bottom: 10px;
}
#loginPopup .notUKCPMem h3 {
	width: 214px;
}
#loginPopup .logIn h3 {
	width: 159px;
}
#loginPopup .notUKCPMem, #loginPopup .logIn {
	display: inline-block;
	float: left;
}
#loginPopup .notUKCPMem {
	width: 240px;
	height: 240px;
}
#loginPopup .logIn {
	padding-left: 36px;
	width: 369px;
	height: 240px;
}
#loginPopup .logIn input {
	width: 148px;
	height: 40px;
	display: block;
}
#loginPopup label {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 2px;
}
#loginPopup p {
	font-size: 13px;
}
#loginPopup .password, #loginPopup .user {
	width: 160px;
	vertical-align: top;
	display: inline-block;
}
#loginPopup .password a , #loginPopup .user a {
	font-size: 11px;
	padding-top: 5px;
	color: white;
}
#loginPopup .password {
	padding-left: 7px;
}
#loginPopup .signin {
	color: white;
	display: block;
	background: url('../img/siteImages/arrows/colorful-arrows20.png') no-repeat 74% 149%;
	height: 34px;
	width: 89px;
	float: right;
	margin-top: 20px;
}
#loginPopup .join {
	background-color: #f05b4d;
	color: white;
    display: block;
    height: 40px;
	width: 150px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 34px;
}
#loginPopup .join img {
	float: right;
	margin-right: 15px;
}
/*****************/
/* Page Header   */
/*****************/
#pageHeader {
    background-color: white;
    border-bottom: 5px solid #717f81;
}
/*****************/
/* White Nav Bar */
/*****************/
#whiteNavBar  {
    width: 989px;
    display: block;
    padding:0;
    margin: auto;
    margin-top: 1.5em;
    height: 130px;
}
#whiteNavBar .mobileNav {
	display: none;
}
#whiteNavBar img.logo {
    float: left;
	height: 100px;
}
#whiteNavBar div.rightMenues {
    float: left;
    text-align: right;
    width: 77%;
}
.logMeIn {
	margin-right: 5px;
}
#whiteNavBar .topTopMenu li{
	margin-left: 30px;
}
#whiteNavBar .socialMedia li {
	margin-left: 4px;
}
#whiteNavBar .topTopMenu .shareMe,
#whiteNavBar .topTopMenu .findATherapist {
	background: url('../img/siteImages/share.png') no-repeat 2px 2px;
	width: 69px;
	height: 29px;
	padding-top: 7px;
	color: #b2b2b2;
	font-family: insight;
	font-weight: bold;
}
#whiteNavBar .topTopMenu .findATherapist {
	width: auto;
	background: none;
}
#whiteNavBar .topTopMenu .findATherapist a {
	background: url('../img/siteImages/findatherapist.png') no-repeat 2px 50%;
	height: 29px;
	padding: 7px 0 7px 30px;
	color: #b2b2b2;
	font-family: insight;
	font-weight: bold;
}
#whiteNavBar .topTopMenu .shareMe.expand {
	background: none;
	width: 160px;
}
#whiteNavBar .topTopMenu  .logMeIn{

	margin-right: 31px;
	background: url('../img/siteImages/lock.png') no-repeat 0px 4px;
	width: 56px;
	height: 25px;
	padding-top: 7px;
	color: #b2b2b2;
	font-family: insight;
	font-weight: bold;
	margin-left: 17px;
	cursor: pointer;
}
#whiteNavBar .topTopMenu  .logMeOut{
	margin-right: 31px;
	background: url('../img/siteImages/unlockmini.png') no-repeat 0px 4px;
	width: 67px;
	height: 25px;
	padding-top: 7px;
	color: #b2b2b2;
	font-family: insight;
	font-weight: bold;
	cursor: pointer;
}
#whiteNavBar .topTopMenu {
	float: right;

}
#whiteNavBar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#whiteNavBar ul.topMenu {
    display: block;
    float: right;
	margin-top: 20px;
	height: 25px;
}
#whiteNavBar ul.topMenu li{
    margin-left: 14px;
}

#whiteNavBar ul.socialMedia {
	display: none;
    float: left;
	margin-top: -5px;
}
#whiteNavBar .shareMe {
	margin-right: 5px;
	cursor: pointer;
}
#whiteNavBar li {
    vertical-align: bottom;
	margin-left:10px;
	float: left;
}
#whiteNavBar li a {
    color: #1a1a1a;
    height: 100%;
    font-family: insight;
    font-weight: bold;
}
#whiteNavBar li i {
    display: inline-block;
    height: 18px;
    width: 18px;
	margin-right: 4px;
}
#whiteNavBar li i.about {
    background: url('../img/siteImages/about.png') no-repeat 0px 7px;
}
#whiteNavBar li i.join {
    background: url('../img/siteImages/plus.png') no-repeat 0 2px;
}
#whiteNavBar li i.login {
    background: url('../img/siteImages/mem.png') no-repeat 0 4px;
}
#whiteNavBar li i.contact {
    background: url('../img/siteImages/mail.png') no-repeat 0 6px;
}
#whiteNavBar li i.share {
    display: none;
}
#whiteNavBar li i.search {
    display: none;
}


#whiteNavBar div.rightMenues {
    min-width: 380px;
}


/* Search Bar */
#whiteNavBar div.search {
    padding-top: 5px;
    float: right;
    position: relative;
	display: none;
}
#whiteNavBar div.search input {
    background-image: none;
    border: none;
    border-bottom: 1px solid grey;
    padding-bottom: 5px;
    width: 100%;
    font-family: insight;
    font-weight: bold;
}
#whiteNavBar div.search img, #whiteNavBar div.search button {
	position: absolute;
	right: 0;
	top: 5px;
	width: 25px;
	height: 25px;
}
/*****************/
/* Black Nav Bar */
/*****************/
/*CURRENTLY EFFECTIVELY HIDDEN WITH DISPLAY NONE*/
#blackNavBar {
    background-color: #231f20;
	display: none !important;
}
#blackNavBar div {
    display: block;
    padding:0;
    margin: auto;

}
#blackNavBar > div {
    display: none;
    border-bottom: 1px solid #a4a4a4;
    text-align: center;
}
#blackNavBar div a {
    position: relative;
    padding: 13px 0;
    display: inline-block;
    width: 115px;
    color: white;
    vertical-align: middle;
}
#blackNavBar span.arrow {
    display: block;
    width: 100%;
    height: 30px;
    padding:0;
    margin: auto;
    cursor: pointer;
    text-align: center;
	padding-top: 4px;
}
#blackNavBar span img {
    padding-top: 2px;
    height: 25px;
	padding-bottom: 2px;
}
#blackNavBar span img.rotated
{
    -moz-transform:    rotate(180deg);
    -ms-transform:      rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform:         rotate(180deg);
}
/* IE compatibility*/

/* IE8 */
html.ie8 #blackNavBar span img.rotated {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=1.2246063538223773e-16, M21=-1.2246063538223773e-16, M22=-1, SizingMethod='auto expand')";
}
html.ie6 #blackNavBar span img.rotated, html.ie7 #blackNavBar span img.rotated {
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1,M12=1.2246063538223773e-16,M21=-1.2246063538223773e-16,M22=-1,SizingMethod='auto expand');
}

/***************/
/* Page footer */
/***************/

#pageFooter {
    padding: 30px;
    background-color: #231f20;
    display: block;
	margin-top: 20px;
}
#landingPage #pageFooter {
	margin-top: 0;
}
#pageFooter p, #pageFooter a {
    color: #676767;
    text-align: center;
	line-height: 25px;
	font-size: 12px;
}

#pageFooter div {
    width: 600px;
    display: block;
    padding:0;
    margin: auto;
}
#pageFooter img {
    display: inline-block;
    padding:0;
    margin: auto;
	width: 100px;
	height: auto;
	margin-bottom: 10px;
}
#pageFooter .theImg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 250px;
}

/**********************/
/* Main Body Top Bar  */
/*********************/

#mainBodyTopNavBar {logMeOut
					display: table;
					height: 60px;
					width: 100%;
					border-bottom: 1px solid #969fa1;
					margin-bottom: 1em;
}

#mainBodyTopNavBar .userTypeMenu {
    vertical-align: bottom;
    height: 50px;
	display: inline-block;
    margin-top: 5px;
}
#mainBodyTopNavBar a  {
    display: inline-block;
}
#mainBodyTopNavBar a i {
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    margin-left: 10px;
}
#mainBodyTopNavBar a i span {
	display: none;
	position: absolute;
	width: 140px;
	height: 55px;
	top: -65px;
	left: -115px;
	padding: 10px;
	background: red;
	font-family: insight;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
#mainBodyTopNavBar a i:hover span {
	display: block;
}
#mainBodyTopNavBar a i span img {
	position: absolute;
	bottom: -20px;
	right: 0;
}
#mainBodyTopNavBar a i.therapist {
    background: url('../img/siteImages/sectionMenu/sprite-terapist.png') no-repeat;
}
#mainBodyTopNavBar a i.therapist span {
	background: #f05b4d;
}
#mainBodyTopNavBar a i.organisation {
    background: url('../img/siteImages/sectionMenu/sprite-member.png') no-repeat;
}
#mainBodyTopNavBar a i.organisation span {
	background: #a5c54f;
}
#mainBodyTopNavBar a i.general {
    background: url('../img/siteImages/sectionMenu/sprite-info.png') no-repeat;
}
#mainBodyTopNavBar a i.general span {
	background: #fcc332;
}
.userTherapist #mainBodyTopNavBar a i.therapist, #mainBodyTopNavBar a i.therapist.selected {
    background: url('../img/siteImages/sectionMenu/sprite-terapist.png') no-repeat 0 100%;
}
.userOrganisation #mainBodyTopNavBar a i.organisation, #mainBodyTopNavBar a i.organisation.selected {
    background: url('../img/siteImages/sectionMenu/sprite-member.png') no-repeat 0 100%;
}
.userPublic #mainBodyTopNavBar a i.general, #mainBodyTopNavBar a i.general.selected {
    background: url('../img/siteImages/sectionMenu/sprite-info.png') no-repeat 0 100%;
}
#mainBodyTopNavBar a i:hover {
	background-position: 0 100%;
}

/*********/
/* LINKS */
/*********/
.userTherapist #mainBodyTopNavBar .linksMenu a{
    color: #f05b4d;
}
.userOrganisation #mainBodyTopNavBar .linksMenu a {
    color: #aecc59;
}

#mainBodyTopNavBar .linksMenu {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 79%;
	display: inline-block;
	padding: 15px 0;
}
#mainBodyTopNavBar .linksMenu a {
    border-left: 1px solid #717f81;
    padding-left: 7px;
    padding-right: 7px;
}
#mainBodyTopNavBar .linksMenu a:first-child {
    padding-right: 7px;
    border-left: none;
}
#mainBodyTopNavBar .linksMenu a {
    border-left: 1px solid #717f81;
    padding-left: 7px;
    padding-right: 7px;
}


/****************/
/* Landing Page */
/****************/

#landingPage #mainBodyWrapper a {
    padding:0;
    margin: 0;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width: 33%;
    height: 100%;

}
#landingPage #mainBodyWrapper img {
    margin: 0 auto;
	vertical-align: middle;
	text-align: left;

}
#landingPage #mainBodyWrapper p {
    color: white;
    font-weight: bold;
}

/****************/
/* Main Pages   */
/****************/
#topLeftStory, #topRightStory {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #969fa1;
	height: 392px;
}
#topLeftStory {
    position: relative;
    width: 660px;
    color: white;
    vertical-align:top;
    float: left;
    overflow: hidden;
}
#topLeftStory p {
    float: left;
    margin-top: 7%;
    font-size: 25px;
    display: inline-block;
    padding-left: 10px;
}

#topLeftStory img {
    position: absolute;
}
#topLeftStory i {
    display: inline-block;
    float: right;
    margin-top: 7%;
    height: 42px;
    width: 25px;
    margin-right: 1em;
    background: url('../img/siteImages/arrows/colorful-arrows.png') no-repeat 0 100%;
}
#topRightStory {
    float: left;
    width: 313px;
    margin-left: 20px;
}
#topRightStory .text {
    display: block;
    height: 370px;
    margin-bottom: 17px;
    overflow: hidden;
}
#topRightStory h2 {
    padding: 0;
    margin: 0;
	font-size: 16px;
    padding-bottom: 0.5em;
	margin-bottom: 20px;
}
#therapistPage {
    background-color: #f4f4f5;
}
#therapistPage #topLeftStory > div {
    height: 371px;
}
#therapistPage #topLeftStory > div > div {
    position: relative;
    top: 43%;
    width: 50%;
    height: 90px;
    font-family: insight;
    font-weight: bold;
}
#therapistPage #topLeftStory > div > div > p {
	padding-left: 20px;
	margin-top: 8%;
}
#therapistPage .userPublic .fatImg img {
	margin-top: 38px;
	margin-left: 20px;
	height: 375px;
	margin-bottom: 0;
}

#therapistPage .oneColumn {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	width: 320px;
}
#therapistPage .oneColumn #hireARoomMap {
	margin-left: 0;
	margin-top: 15px;
}
/****************/
/* NEWS FEED   */
/****************/

#newsFeed {
    width: 320px;
    color: white;
    float: left;
    overflow: auto;
}
#newsFeed h3 {
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
}
#newsFeed h3 a {
    color: #1a1a1a;
    font-size: 16px;
    display: block;
}
#newsFeed .imageWrapper {
    position: relative;
    padding-top: 1em;
}
#newsFeed .imageWrapper div {
    position: absolute;
    bottom: 0;
    max-height: 50%;
    padding: 10px;
    min-height: 25%;
    width: 100%;
}
#newsFeed .imageWrapper a {
    height: 100%;
    overflow: hidden;
    color: white;
    display: block;
}

/****************/
/* OTHER NEWS   */
/****************/
#otherNews {
    width: 320px;
    float: left;
    overflow: auto;
    color: white;
    margin-left: 20px;
    vertical-align: top;
    margin-bottom: 20px;
}
#otherNews .newsCointainer{
    background-color: #1a1a1a;
    margin-top: 18px;
	height: 375px;
	width: 320px;
	overflow: hidden;
}
#otherNews h4 {
    padding: 0;
    margin: 0;
	font-size: 16px;
}
#otherNews h4 a {
    color: #1a1a1a;
    font-size: 16px;
}
#otherNews h4 a.white {
	color: transparent;
}
#otherNews .newsItem {
    padding: 10px;
    height: 125px;
}
#otherNews .newsItem p {
    display: block;
    height: 72px;
    overflow: hidden;
	height: 83px;
	margin: 0;
}

#otherNews .newsItem div {
    display: inline-block;
    vertical-align: top;
    width: 185px;
    padding-left: 10px;
}
#otherNews .newsItem > div {
    border-bottom: 1px solid gray;
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
}
#otherNews .newsItem div a {
    font-weight: bold;
}

/***************/
/* Publication */
/***************/

#featuredPublications {
    width: 320px;
    height: 200px;
    display: inline-block;
    margin-bottom: 1em;
    vertical-align: top;
    margin-left: 14px;
}
#featuredPublications h6 {
    font-weight: bold;
    font-size: 17px;
    margin: 5px 0 20px 0;
}
#featuredPublications .publication {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 7px;
}
#featuredPublications .publication i.img {
    display: inline-block;
    height: 60px;
    width: 70px;
    background: url('../img/siteImages/arrows/1box.png') no-repeat 10px 0;

}
#featuredPublications h6 + div.publication div {
    border-bottom: 1px solid #33bd9f;
}
#featuredPublications .publication > div {
    display: inline-block;
    padding-left: 0px;
	margin-left: 10px;
    height: 100%;
    vertical-align: top;
    width: 235px;
}
#featuredPublications .publication a {
    display: block;
    color: #33bd9f;

}
#featuredPublications .publication h5 {
    padding: 0;
    margin: 0;
    display: block;
    vertical-align: top;
    padding: 5px 0;

}
#featuredPublications .publication p {
    display: block;
    overflow: hidden;
	margin: 0 0 10px 0;
	font-size: 12px;
}
/***********/
/* Twitter */
/***********/
#twitter {
    width: 320px;
	float: left;
	clear: both;
    vertical-align: top;
	height: 180px;
	background-color: #dcddde;
	margin-top: 20px;
}
.userTherapist #twitter {
	margin-top: 0;
}
#twitter .topTwitterBar {
	background-color: #1a1a1a;
	color: white;
}
#twitter img {
	margin-top: 5px;
	float: right;
	position: relative;
	top: -40px;
	margin-right: 0.5em;
}
div.topTwitterBar > p {
	font-size: 16px;
	height: 34px;
	padding-left: 1em;
	padding-top: 5px;
}
#twitter .middleContent {
	padding-left: 14px;
	padding-right: 14px;
}
.userTherapist #twitter .twitterLink {
	color: #f05b4d;
}
.userOrganisation #twitter .twitterLink {
	color: #aecc59;
}

/*****************/
/* hireARoomMap */
/***************/
#hireARoomMap {
    width: 320px;
    height: 200px;
    margin-left: 20px;
	float: left;
}
/******************/
/* Events & News */
/****************/
#eventsAndNews #mainBodyWrapper > h2 {
	color: #82bbd4;
	font-size: 16px;
}
#eventsAndNews .oposite {
	display: none;
}
#eventsAndNews #mainBodyWrapper h3 {
	font-size: 16px;
	color: #717f81;
	margin-bottom: -11px;
}
#eventsAndNews {
	font-family: 'Helvetica Neue';
}
#eventsAndNews #newsColumn {
	margin-right: 36px;
}
#eventsAndNews #newsColumn ,#eventsAndNews #eventsColumn {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
#eventsAndNews #newsColumn div + div ,#eventsAndNews #eventsColumn div + div {
	width: 150px;
	display: inline-block;
	padding-left: 10px;
}
#eventsAndNews #newsColumn div + div p ,#eventsAndNews #eventsColumn div + div p {
	height: 137px;
	margin-bottom: 23px;
	overflow: hidden;
}
#eventsAndNews .readMore2 {
    width: 170px;
	display: inline-block;
	color:#82bbd4;
}
#eventsAndNews  h3 a {
    color: #1a1a1a;
    font-size: 19px;
    display: block;
}
#eventsAndNews  .imageWrapper {
    position: relative;
	display: inline-block;
	vertical-align: top;
}
#eventsAndNews  .imageWrapper div {
    position: absolute;
    bottom: 0;
    max-height: 50%;
    padding: 10px;
    min-height: 34%;
    width: 320px;
}
#eventsAndNews  .imageWrapper a {
    height: 100%;
    overflow: hidden;
    color: white;
    display: block;
}
#eventsAndNews .backgroundWithOpasity {
	background-color: #82bbd4;

}
#eventsAndNews .readMore2 {
	background: url('../img/siteImages/arrows/blue-arrow.png') no-repeat 48% 65%;
}

/************/
/* Events  */
/**********/

#eventsPage .sideBar ul, #omPageList .sideBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #717f81;
}
#eventsPage .sideBar ul li, #omPageList .sideBar ul li{
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #717f81;
}
#eventsPage .sideBar ul li a, #omPageList .sideBar ul li a {
	color: #4e4f51;
	font-family: "Helvetica Neue";
}
#eventsPage .sideBar, #omPageList .sideBar {
	background-color: #b9d6e9;
	padding: 10px;
	width: 320px;
	display: inline-block;
	vertical-align: top;
}
#eventsPage h3, #omPageList .sideBar h3 {
	color: white;
	font-size: 16px;
	margin: 0;
	padding-bottom: 18px;
	padding-top: 10px;
	border-bottom: 1px solid white;
}
#eventsPage .middle, #omPageList .middle {
	width: 661px;
	display: inline-block;
	padding-right: 20px;
}
#eventsPage .imageWrapper p {
	display: inline-block;
	width: 147px;
	padding-left: 4px;
	vertical-align: bottom;
}
#eventsPage .imageWrapper p.date {
	width: 260px;
}
#eventsPage .imageWrapper > p {
	margin: 0;
	padding-top: 10px;
	padding-left: 0px;
}
#eventsPage .imageWrapper p.caption {
	width: 100%;
	font-size: 80%;
	padding: 5px 0 10px 0;
}
#eventsPage .imageWrapper h2 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 14px;
	color: #82bbd4;
}
#eventsPage .imageWrapper img {
	border: 1px solid #B1B2B3;
}
#eventsPage .article p {
	margin: 0 0 15px;
}
#eventsPage .article  {
	margin-bottom: 4em;
}
#eventsPage .article h3 {
	color: #82bbd4;
	border: none;
}
#eventsPage .imageWrapper {
	padding-top: 10px;
	margin-bottom: 15px;
	border-top: 1px solid #717f81;
}
#eventsPage #mainBodyWrapper > h2, #eventsPage #mainBodyWrapper > h2 a {
	color: #82bbd4;
	font-size: 16px;
}


/***************/
/* userPanel  */
/*************/
#userPanel .mesurements {
	margin-top: 10px;
	width: 150px;
}
#userPanel .memberDetails ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-top: 33px;
}
#userPanel .memberDetails ul li {
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: 10px;
	background: url('../img/siteImages/arrows/blue-arrow.png') no-repeat 100% 23%;
	width: 128px
}
#userPanel .memberDetails ul li img {
	margin-right: 10px;
}
#userPanel .profilePictureWrapper a {
	margin-top: 5px;
	display: block;
	width: 149px;
}
#userPanel .profilePictureWrapper {
	display: inline-block;
}
#userPanel .profilePictureWrapper #uploadBox, #userPanel .profilePictureWrapper img {
	position: relative;
	width: 149px;
	height: 160px;
	display: block;
}
#userPanel .profilePictureWrapper #fileupload {
	position: absolute;
	top: 0;
	width: 149px;
	height: 160px;
	opacity: 0;
}
#userPanel .profilePictureWrapper h3, #userPanel .profileDescription h3  {
	font-size: 16px;
}
#userPanel .memberDetails h1 {
	font-size: 27px;
	color: #82bbd4;
}
#userPanel .memberDetails h2 {
	font-size: 16px;
	color: #82bbd4;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 17px;
	margin-bottom: 10px;
	border-bottom: 1px solid #717f81;
}
#userPanel .memberDetails {
	width:317px;
	display: inline-block;
	vertical-align: top;
}
#userPanel .profileDescription textarea {
	width: 317px;
	border: 3px solid #82bbd4;
	height: 300px;
}
#userPanel .profileDescription  {
	border-top: 1px solid #717f81;
	margin-top: 25px;
}
#userPanel .userDetailsMenu a {
	color: white;
	font-weight: bold;
	background-color: #c6c6c6;
	width: 150px;
	height: 57px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-top: 7px;
	margin-right: 10px;
	font-family: insight;
}
#userPanel .userDetailsMenu a.selected {
	background-color: #68aacc;
}
#userPanel .userDetailsMenu {
	display: inline-block;
	vertical-align: top;
	margin-top: 114px;

}
#userPanel .ukcpOnly {
	border-top: 1px solid #717f81;
	width: 315px;
	display: inline-block;
	margin-top: 23px;
}
#userPanel .ukcpOnly label, #userPanel .personalDetails label {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #69696c;
	padding: 0;
	margin: 0;
	margin-top: 11px;
}
#userPanel .middle2, #userPanel .personalDetails {
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
}
#userPanel .ukcpOnly input {
	width: 200px;
	display: block;
	background-color: #e0edf4;
	border-style: initial;
	border: 1px solid #69696c;
	height: 30px;
}
input[name=fees] {
	width: 230px;
	display: inline-block;
}
#userPanel .ukcpOnly h3, #userPanel .profilePictureWrapper h3, #userPanel .profileDescription h3, #userPanel .personalDetails h3,#userPanel .profiling h3 {
	color: #69696c;
	font-family: "Helvetica Neue";
}
#userPanel .ukcpOnly h3, #userPanel .personalDetails h3, #userPanel .profiling h3 {
	margin-bottom: 24px;
}
.clear {
	clear: both;
}
#userPanel .personalDetails {
	margin-top: 23px;
	border-top: 1px solid #717f81;
	vertical-align: top;
	width: 315px;
	margin-left: 12px;
}
#userPanel .personalDetails input {
	width: 315px;
	height: 30px;
}
#userPanel input[name=gender] {
	width: 40px;
	height: 40px;
	font-weight: bold;
	text-align: center;
	border: 4px solid #68aacc;
}
.spinner {
	display: none;
	margin-top: 3em;
	float: right;
}
/**********
*  popup **
***********/
#popup {
	background-color: #e0edf4;
	height: 350px;
	overflow-x: hidden;
	width: 317px;
	display: none;
}
#popup h3 {
	padding-left: 1em;
	font-size: 16px;
	display: inline-block;
	width: 278px;
}
#popup img {
	display: inline-block;
	vertical-align: super;
	cursor: pointer;
}
#popup ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#popup ul li {
	padding-left: 1em;
	cursor: pointer;
}
#popup ul li.selected {
	background: #68aacc;
	color: white;
}
#popup.twitter, #popup.facebook, #popup.googlePlus, #popup.skype, #popup.linkedin {
	height: 100px;
}
#popup.twitter input, #popup.facebook input, #popup.googlePlus input, #popup.skype input, #popup.linkedin input {
	margin-left: 1em;
}
#userPanel .profiling {
	width: 660px;
	float: right;
	border-top: 1px solid #717f81;
	margin-top: 3em;
	padding-top: 1em;
	margin-bottom: 100px;
}
#userPanel .profiling .selectBoxs  {
	width: 359px;
}
#userPanel .squareBox  {
	width: 294px;
}
#userPanel .profiling .selectBoxs span {
	width: 150px;
	height: 40px;
	background: url('../img/siteImages/buttonsArrow.png') no-repeat;
	display: inline-block;
}
#userPanel  .squareBox span {
	display: inline-block;
	border: 1px solid #c6c6c6;
	padding: 10px;
	font-weight: bold;
	margin-right: 6px;
	vertical-align: top;
}
#userPanel .squareBox span.selected {
	border: 4px solid #68aacc;
	padding: 8px;
}
#userPanel .squareBox p {
	width: 204px;
	padding-left: 10px;
	display: inline-block;
}
#userPanel .ukcpOnly .squareBox {
	margin-top: 20px;
}
#userPanel .profiling p {
	width: 204px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}
#userPanel .block {
	display: inline-block;
	vertical-align: top;
}
#userPanel .profiling .selectBoxs div {
	height: 40px;
	margin-bottom: 1em
}
#userPanel #popup {
	display: none;
}
#userPanel .profiling label[for=fees],#userPanel .profiling label[for=concession] {
	padding-top: 20px;
	width: 120px;
}
#userPanel .submitBtn {
	margin-top: 3em;
	display: block;
	float: right;
}
#userPanel .error {
	background-color: #E69A9A;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	background-color: #E69A9A;
}

/*************************/
/* User Public Profile  */
/***********************/

#userPublicProfile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#userPublicProfile .social li a {
	display: block;
	height: 27px;
	width: 27px;
}
#userPublicProfile .social li {
	display: inline-block;
}
#userPublicProfile .social li .facebook {
	background: url('../img/siteImages/yellowSocialMedia/facebook.png') no-repeat;
}
#userPublicProfile .social li .google {
	background: url('../img/siteImages/yellowSocialMedia/google.png') no-repeat;
}
#userPublicProfile .social li .linkedin {
	background: url('../img/siteImages/yellowSocialMedia/linkedin.png') no-repeat;
}
#userPublicProfile .social li .skype {
	background: url('../img/siteImages/yellowSocialMedia/skype.png') no-repeat;
}
#userPublicProfile .social li .twitter {
	background: url('../img/siteImages/yellowSocialMedia/twitter.png') no-repeat;
}
#userPublicProfile .userData {
	display: inline-block;
	padding-left: 20px;
	min-width: 320px;
	vertical-align: top;

}

#userPublicProfile #mainBodyWrapper .img {
	vertical-align: top;
	display: inline-block;
	height: 100%;
}
#userPublicProfile #mainBodyWrapper .img img {
	border: 1px solid #B1B2B3;
}
#userPublicProfile #mainBodyWrapper .userData h3, #userPublicProfile #mainBodyWrapper .contact p, #userPublicProfile #mainBodyWrapper .contact h4, #userPublicProfile #mainBodyWrapper .contact h5, #userPublicProfile #mainBodyWrapper .userData p , #userPublicProfile #mainBodyWrapper .pStatement h3 {
	font-size: 16px;
	font-family: 'Helvetica Neue';
	margin-top: 0;
}
#userPublicProfile #mainBodyWrapper .contact h4{
	font-size: 14px;
}
#userPublicProfile #mainBodyWrapper .contact span {
	font-weight: bold;
	font-family: 'Helvetica Neue';
}
#userPublicProfile .contact p {
	color: #59595c;
}
#userPublicProfile .contact h4 {
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
}
#userPublicProfile #mainBodyWrapper .userData span {
	color: #59595c;
	font-size: 15px;
}
#userPublicProfile #mainBodyWrapper .contact h5 {
	padding-top: 10px;
	color: #59595c;
	margin-bottom: 2px;
	margin-bottom: 10px;
}
#userPublicProfile #mainBodyWrapper .pStatement {
	display: inline-block;
	width: 320px;

}
#userPublicProfile #mainBodyWrapper .contact {
	display: inline-block;
	width: 320px;
	margin-left: 40px;
	font-family: 'Helvetica Neue';
}
#userPublicProfile .return {
	display: block;
	background-color: #FFB800;
	color: white;
	width: 150px;
	height: 33px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 6px;
}
#userPublicProfile .return img {
	margin-top: -2px;
	float: right;
}

/*********************/
/* Find A Therapist  */
/*********************/

#fat .searchBar {
	width: 340px;
	height: 70px;
	background-color: #FFB800;
	padding: 17px;

}
#fat .searchBar input {
	border: none;
	width: 240px;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.48);
	height: 39px;
	color: white;
	font-size: 20px;
}
#fat .searchBar input:focus {
	outline-width: 0px;
}
#fat .searchBar img {
	margin-top: -13px;
	margin-left: 10px;
}
#fat .searchBarWrapper {
	width: 340px;
	height: 121px;
	position: absolute;
}
#fat h3.infowindow {
	font-size: 13px !important;
	color: white !important;
	padding: 0;
	margin: 0;
}
#fat a.infowindow {
	font-size: 13px;
	background: url('../img/siteImages/arrows/fat-littlearrow.png') no-repeat 100%;
	width: 80px;
	display: block;
	color: white;
	font-weight: normal;
}
#fat p.infowindow {
	color: white;
	margin: 0 0 2px;
}
#fat div.infowindow {
	padding: 10px;
}
#fat .top-right {
	width: 320px;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}
#fat .top-right > h3 {
	font-size: 15px;
	padding-bottom: 10px;
}
#fat .top-right p {
	font-size: 13px;
	height: 200px;
	overflow: hidden;
}
#fat .top-right a.yellow {
	background-color: #FFB800;
	display: block;
	width: 150px;
	height: 40px;
	color: white;
	padding-left: 8px;
	padding-right: 11px;
	padding-top: 10px;
	margin-top: 5px;
}
#fat .top-right a.yellow img {
	margin-top: 2px;
	float: right;
	height: 17px;
}
#fat .mapWrapper {
	display: inline-block;
}
#fat .mapWrapper h3 {
	font-size: 15px;
	color: #82bbd4;
	margin-bottom: 2px;
}
#fat .mapWrapper img {
	margin-left: 3px;
}

#fat .resultselection span {
	display: inline-block;
	background-color: #FFB800;
	color: white;
	width: 40px;
	cursor: pointer;
	height: 40px;
	font-size: 13px;
	text-align: center;
	padding-top: 14px;
	margin-left: 10px;

}
#fat .fowardArrow {
	margin-left: 10px;
}
#fat .resultselection img {
	display: inline-block;
}
#fat .results .person {
	display: inline-block;
	margin-left: 10px;
	width: 320px;
	height: 120px;
}
#fat .results .person h3 {
	font-size: 13px;
	color: #5a5a5d;
}
#fat .results .person p {
	font-size: 13px;
	color: #5a5a5d;
	width: 187px;
}
#fat .results .person .viewProfile {
	font-size: 15px;
	color: #FFB800;
}
#fat .resultselection {
	text-align: center;
	margin-bottom: 40px;
}
#fat .resultsDiv > h3 {
	font-size: 15px;
	border-bottom: 1px solid #E9E9E4;
	padding-bottom: 15px;
}
#fat .resultsDiv {
	display: none;
}
#fat .results .person .personData a {
	color: #FFB800;
	display: block;
	width: 97px;
	height: 30px;
	padding-top: 5px;
	background: url('../img/siteImages/arrows/yellow-arrow.png') no-repeat 100%;
}
#fat .results .person .personData {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
#fat .results .person img {
	display: inline-block;
	vertical-align: top;
}
#fat .results {
	width: 1000px;
	height: 300px;
}
#fat .byName {
	cursor: pointer;
}
#fat .whiteBox {
	background-color: white;
	display: none;
	width: 660px;
	height: 380px;
	opacity: 0.9;
	position: absolute;
}
#fat .options {
	width: 198px;
	height: 117px;
	display: block;
	position: absolute;
}
#fat .options div {
	background-color: #6bafcf;
	height: 35px;
	margin-bottom: 6px;
	color: white;
	padding: 7px;
	cursor: pointer;
}
#fat .searchNow {
	cursor: pointer;
}
#fat .options div img {
	float: right;
	padding-top: 3px;
}
#fat a.unstyle {
	background-color: transparent;
	display: inline-block;
	width: auto;
	height: auto;
	color: #6bafcf;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-top: 0;
}
input[name=searchFor]::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
input[name=searchFor]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
}
input[name=searchFor]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:   white;
}
input[name=searchFor]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}

/**************/
/* Registra  */
/************/
#registra .sanctionDesc {
	margin-top: 20px;
}
#registra .sanctionDesc p, #registra .sanctionDesc  img{
	display: inline-block;
	vertical-align: top;
}
#registra .sanctionDesc p {
	width: 90%;
	margin-left: 10px;
}
#registra .alphabet , #registra .topleft {
	width: 610px;
	height: 242px;
	display: inline-block;
	vertical-align: top;
}
#registra .alphabet span {
	display: inline-block;
	background-color: #428bca;
	color: white;
	width: 40px;
	height: 40px;
	font-size: 13px;
	text-align: center;
	padding-top: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;

}
#registra .alphabet span:hover {
	background-color: #bfd8e7;
}
#registra div.tr1 > span {
	width: 150px;
	border-bottom: 1px solid #969fa1;
	margin-top: 28px;
	height: 28px;
	display: inline-block;
	margin-bottom: 20px;
}
#registra .tr1 > span + span {
	width: 150px;
	border-bottom: 1px solid #969fa1;
	margin-left: 10px;
}
#registra .tr1 > span + span + span {
	width: 320px;
	border-bottom: 1px solid #969fa1;
	margin-left: 10px;
}
#registra .tr > span {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}
#registra .tr > span + span {
	width: 150px;
	margin-left: 10px;
	display: inline-block;
}
#registra .tr > span + span + span {
	width: 320px;
	margin-left: 10px;
	display: inline-block;
}
#registra .middle .about {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	width: 320px;
}
#registra .middle .about h3 {
	margin-bottom: 32px;
}
#registra .middle .tr {
	margin-top: 10px;
}
#registra .topleft h3, #registra .about h3 {
	font-size: 15px;
}
#registra .topleft h3 {
	color: #2283ae;
	margin-bottom: 40px;
}
#registra .noMarginLeftFull {
	margin-left: 0 !important;
}
#registra .backArrow, #registra .fowardArrow{
	display: none;
}
#registra .searchBox {
	margin-bottom: 30px;
}
#registra .topleft .searchBox  img {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 5px;
	padding-top: 17px;
	margin-left: -4px;
}
#registra .searchBox input[name=registerSearchNameT]{
	border: none;
	border-bottom: 1px solid #D8D8D8;
	width: 390px;
	height: 44px;
	outline: none;
	background-color: #f4f4f5;
}
/*******************************/
/* Resources and Publications */
/*****************************/
#rp .rightColumn .menu div {
	background-color: #6bafcf;
	display: inline-block;
	opacity: 0.4;
}
#rp .rightColumn .menu a {
	color: white;
	width: 149px;
	height: 40px;
	display: inline-block;
	background: url('../img/siteImages/arrows/fat-littlearrow.png') no-repeat 93%;
	padding-top: 10px;
	padding-left: 10px;
}
#rp .rightColumn .menu div.selected {
	opacity: 1;
}
#rp .rightColumn .policiesBox h3 {
	font-size: 13px;
	font-weight: bold;
	color: #59595c;
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 33px;
	padding-left: 60px;
	padding-top: 16px;
	background: url('../img/siteImages/Publications_Icon_Generic_Page.png') no-repeat;
	height: 76px;
}
#rp .rightColumn .booksBox h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #59595c;
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#rp .policiesBox .links a, #rp .booksBox .links a {
	color: #bcbec0;
}
#rp .policiesBox p, #rp .booksBox p {
	color: #76b7d5;
}
#rp .booksBox p {
	overflow: hidden;
	max-height: 123px;
}
#rp .policiesBox, #rp .booksBox {
	height: 270px;
	width: 318px;
	display: inline-block;
	vertical-align: top;

}
#rp .booksBox {
	margin-top: 40px;
	vertical-align: top;
}
#rp .booksBox > div {
	width: 148px;
	vertical-align: top;
	margin-left: 10px;
}
#rp .booksBox > div,#rp .booksBox img {
	display: inline-block;
}
#rp .booksBox img {
	border: 1px solid #BDBDBD;
}
#rp .policiesBox:nth-child(even), #rp .booksBox:nth-child(even) {
	margin-left: 17px;
}
#rp .rightColumn {
	margin-left: 19px;
	width: 660px;
	height: 750px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
#rp .rightColumn .content {
	height: 650px;
}
#rp .sideText{
	width: 317px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
#rp .pageList {
	list-style: none;

}
#rp .pageList li {
	margin: 0;
	padding: 0;
	margin-left: 5px;
	display: inline-block;
}
#rp .pageList li a {
	font-size: 13px;
	padding-top: 14px;
	background-color: #6bafcf;
	color: white;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
}

#rp .pageList li.control a {
	background-color: transparent;
	color: #6bafcf;
}
#rp .pageList li a.active {
	opacity: 0.4;
}
#rp .fowardArrow {
	margin-left: 10px;
}
#rp .resultselection img {
	display: inline-block;
}


.FPR {
	margin-top: 20px;
	width: 320px;
	height: 180px;
	display: inline-block;
	margin-left: 20px;
}
.userTherapist .FPR {
	margin-top: 0;
}
.FPR h3 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	margin-bottom: 33px;
	font-weight: bold;
}
.FPR .pub h3 a ,.FPR .pub h3{
	color: #77cbb1;
	margin-bottom: 0;
	font-weight: normal;
}
.userOrganisation .pub h3 a {
	color: #b0bdbd;
}
.userPublic .pub h3 a {
	color: #268dba;
}
.FPR .pub {
	background: url('../img/siteImages/Publications_Icon_Therapist_Page.png') no-repeat;
	height: 60px;
}
.userPublic .FPR .pub {
	background: url('../img/siteImages/Publications_Icon_Generic_Page.png') no-repeat;
}
.userOrganisation .FPR .pub {
	background: url('../img/siteImages/Publications_Icon_OMs_Page.png') no-repeat;
}
.FPR .pub div {
	margin-left: 64px;
	overflow: hidden;
	height: 60px;
	border-bottom: 1px solid #77cbb1;
}
.FPR .pub.second div {
	border-bottom: none;
	margin-top: 11px;
}
.FPR .pub div p {
	height: 37px;
	overflow: hidden;
}
.userPublic .FPR .pub div {
	border-bottom: 1px solid #268dba;
}
.userOrganisation .pub div {
	border-bottom: 1px solid #b0bdbd;
}

select[name=os0] {
	margin-left: 20px;
}
#paypalS {
	display: block;
	margin-top: 20px;
}
#cookieBar {
	background-color: #231f20;
	color: white;
	margin-top: 20px;
}
#cookieBar  div {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 10px 50px 10px 10px;
}
#cookieBar img {
	display: inline-block !important;
	vertical-align: super !important;
	height: 20px !important;
	width: 20px !important;
}
#cookieBar  div > img {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}
#cookieBar a {
	display: inline-block !important;
	width: 40px !important;
}
#landingPage #cookieBar {
	margin-top: 0;
}
#cookieBar + #pageFooter {
	margin-top: 1px;
}
#fat .findBy {
	width: 340px;
	position: absolute;
	margin-top: 6px;

}
#fat .findBy ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#fat .findBy ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	background-color: #FFB800;
	padding-left: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	color: white;
	height: 40px;
	padding-top: 10px;
}
#fat .findBy ul li:first-of-type {
	padding-left: 20px;
}

#fat .findBy ul li.selected {
	background-color: #FFD466;
}
.sisea-search-form {
	float: right;
}
.sisea-search-form input[name=search] {
	border: none;
	border-bottom: 1px solid #D8D8D8;
	width: 120px;
	height: 28px;
	outline: none;
}
.sisea-search-form .theSubmit {
	border: none;
	background: url('../img/siteImages/Search_Icon_G.png') no-repeat 1px;
	color: transparent;
	width: 20px;
	height: 28px;
	border-bottom: 1px solid #D8D8D8;
	margin-left: -4px;
}

.sideMenuBarContainer {
	width: 320px;
	display: inline-block;
	vertical-align: top;
}
.sideMenuBarContainer #hireARoomMap {
	margin-left: 0;
	margin-top: 20px;
}
.sideMenuBarContainer #otherNews {
	margin-left: 0;
	margin-top: 20px;
}
.sideMenuBarContainer #otherNews .newsItem div a {
	font-weight: bold;
	width: 170px;
	display: block;

}
.sideMenuBarContainer .fatImg {
	margin-top: 20px;
	display: block;
}

#omPageList .middle ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#omPage .middle .address span {
	display: block;
}
#omPage .middle span.name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
#omPage .middle .content {
	margin-bottom: 20px;
}
#omPageList .middle .subdv h3 {
	font-size: 15px;

}
.sanction {
	margin-left: 5px;
}

#omPage .middle .goBack,#omPageList .middle .goBack {
	background-color: #b9d6e9;
	padding: 10px;
	color: white;
	margin-top: 37px;
	height: 40px;
	width: 140px;
	display: block;
}
#omPage .middle .goBack img, #omPageList .middle .goBack img{
	float: right;
}

.hireRoomForm label, .eventSubmition label {
	width: 200px;
}
.howtohire {
	width: 320px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	height: 180px;
	margin-top: 20px;
}

/*********************/
/*** Main Event *****/
/*******************/

#EventsMainPage .eventsMiddleWrapper {
	width: 660px;
	display: inline-block;
}
#EventsMainPage .eventsMiddleWrapper h2 {
	font-size: 13px;
	color: #277CA9;
	font-family: 'Helvetica Neue';
}
#EventsMainPage .featuredEvent {
	width: 660px;
	height: 371px;
}
#EventsMainPage .featuredEvent .mainImg {
	width: 660px;
	height: 371px;
	float: left;
}

#EventsMainPage .featuredEvent .blue {
	padding: 20px;
	background-color: #277CA9;
	opacity: 0.8;
	width: 330px;
	height: 371px;
}
#EventsMainPage .featuredEvent .blue h3 {
	font-size: 18px;
	width: 300px;
	color:  white;
}
#EventsMainPage .featuredEvent .blue .top {
	position: absolute;
}
#EventsMainPage .featuredEvent .blue .top span {
	color: white;
	margin-left: 10px;
}
#EventsMainPage .featuredEvent .blue .btm {
	color: white;
	margin-top: 35px;
	width: 300px;
}
#EventsMainPage .featuredEvent .blue .btm p {
	height: 158px;
	overflow: hidden;
}
#EventsMainPage .featuredEvent .blue .top .geo ,#EventsMainPage .middleEvents .event .content .geo{
	margin-left: 3px;
	margin-right: 5px;
}
#EventsMainPage .featuredEvent .blue .btm a {
	width: 88px;
	display: block;
	color: white;
	float: right;
	margin-top: 3px;
}
#EventsMainPage .middleEvents {
	width: 660px;
	margin-top: 20px;
}
#EventsMainPage .middleEvents .event {
	width: 660px;
	height: 180px;
}
#EventsMainPage .middleEvents .event .mainImg , #EventsMainPage .middleEvents .event .content {
	float: left;
	height: 180px;
}
#EventsMainPage .middleEvents .event .content {
	width: 320px;
	margin-left: 20px;
	vertical-align: top;
}
#EventsMainPage .middleEvents .event .content h3 {
	font-size: 13px;
	margin-top: 0;
	color: #666666;
}
#EventsMainPage .middleEvents .theHr {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
#EventsMainPage .middleEvents .event .content span {
	color: #666666;
	margin-left: 10px;
}
#EventsMainPage .middleEvents .event .content a {
	width: 88px;
	display: block;
	float: right;
	margin-top: 3px;
	color: #277CA9;
	font-weight: bold;
	font-family: 'Helvetica Neue';
}
#EventsMainPage .middleEvents .event .content p {
	overflow: hidden;
	height: 64px;
	margin-top: 10px;
	color: #666666;
}
#EventsMainPage .more {
	color: white;
	background-color: #277CA9;
	height: 40px;
	width: 172px;
	float: right;
	display: block;
	padding: 8px;
	padding-top: 10px;
}
#EventsMainPage .more img {
	float: right;
}

#EventsMainPage #externalEvents {
	width: 320px;
	display: inline-block;
	margin-left: 16px;
	vertical-align: top;
}
#EventsMainPage #externalEvents h2 {
	font-size: 13px;
	color: #666666;
	font-family: 'Helvetica Neue';
}
#EventsMainPage #externalEvents .wrapper {
	background-color: black;
	width: 320px;
	padding: 20px;
}
#EventsMainPage #externalEvents .wrapper .event {
	height: 296px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(238, 238, 238, 0.43);
}
#EventsMainPage #externalEvents .event .mainImg {
	display: block;
}
#EventsMainPage #externalEvents .event .content {
	height: 95px;
}
#EventsMainPage #externalEvents .event .content h3 {
	font-size: 13px;
	margin-top: 0;
	color: white;
	margin-top: 10px;
}
#EventsMainPage #externalEvents .event .content p {
	font-size: 13px;
	margin-top: 0;
	color: white;
	width: 280px;
	overflow: hidden;
	height: 39px;
}
#multipleEventsPage #mainBodyWrapper .eventsMiddleWrapper .middleEvents .article {
	width: 491px;
	max-height: 222px;
	display: inline-block;
	margin-top: 20px;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
	vertical-align: top;
}
#multipleEventsPage #mainBodyWrapper .eventsMiddleWrapper .middleEvents .article:nth-child(even) {
	margin-left: 10px;
}
#multipleEventsPage #mainBodyWrapper .eventsMiddleWrapper .middleEvents .article .imageWrapper {
	width: 320px;
	height: 180px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
#multipleEventsPage #mainBodyWrapper .eventsMiddleWrapper .middleEvents .article .imageWrapper div {
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 50%;
	height: 100%;
	background-color: #277CA9;
}
#multipleEventsPage #mainBodyWrapper .eventsMiddleWrapper .middleEvents .article .imageWrapper a {
	color: white;
}
#multipleEventsPage #mainBodyWrapper .eventsMiddleWrapper .middleEvents .article .imageWrapper a.readMore2 {
	position: absolute;
	bottom: 9px;
	width: 100px;
	left: 55px;
	height: 27px;
	background: url('../img/siteImages/arrows/white-arrow.png') no-repeat 90%;
	padding-top: 3px;
}
#multipleEventsPage #mainBodyWrapper .eventsMiddleWrapper .middleEvents .introtext {
	max-height: 180px;
	width: 150px;
	overflow: hidden;
	display: inline-block;
	margin-left: 10px;
}
#multipleEventsPage #mainBodyWrapper .eventsMiddleWrapper  h2 {
	color: #277CA9;
	font-size: 16px;
}


/**********************/
/**** NEWS OVERVIEW ***/
/**********************/

#newsOverview #mainBodyWrapper .center > h1{
	color: #82bbd4;
	font-size: 16px;
	margin-bottom: 20px;
}
#newsOverview #mainBodyWrapper .center p {
	color: #666;
}
#newsOverview #mainBodyWrapper .center .stories .story {
	float: left;
	width: 320px;
	height: 330px;
}
#newsOverview #mainBodyWrapper .center .stories .story.even{
	margin-left: 20px;
}
#newsOverview #mainBodyWrapper .center .stories .story .imageWrapper {
	width: 320px;
	height: 180px;
	position: relative;
}
#newsOverview #mainBodyWrapper .mainStory .story .imageWrapper {
	width: 660px;
	height: 372px;
	position: relative;
}
#newsOverview #mainBodyWrapper .stories .story .backgroundWithOpasity, #newsOverview #mainBodyWrapper .mainStory .story .backgroundWithOpasity {
	position: absolute;
	bottom: 0;
	max-height: 50%;
	padding: 10px;
	min-height: 17%;
	width: 320px;
	color: white;
	background-color: #82bbd4;
}
#newsOverview #mainBodyWrapper .mainStory .story .backgroundWithOpasity {
	width: 660px;
}
#newsOverview #mainBodyWrapper .mainStory .story div.text {
	margin-top: 10px;
}
#newsOverview #mainBodyWrapper .center .stories .story div.text {
	height: 140px;
	margin-top: 10px;
}
#newsOverview #mainBodyWrapper .center .stories .story .text a,#newsOverview #mainBodyWrapper .mainStory .story .text a  {
	background: url('../img/siteImages/arrows/blue-arrow.png') no-repeat 48% 65%;
	display: block;
	width: 150px;
}
#newsOverview #mainBodyWrapper .center {
	width: 660px;
	float: left;
}
#newsOverview #mainBodyWrapper .stories .story p.text {
	height: 77px;
	overflow: hidden;
}
#newsOverview #mainBodyWrapper .pageList {
	list-style: none;
}
#newsOverview #mainBodyWrapper .pageList li a {
	font-size: 13px;
	padding-top: 14px;
	background-color: #6bafcf;
	color: white;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
}
#newsOverview #mainBodyWrapper .pageList li a.selected {
	font-size: 13px;
	padding-top: 14px;
	background-color: #6bafcf;
	color: white;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
}
#newsOverview #mainBodyWrapper .pageList li.control a {
	background-color: transparent;
	color: #6bafcf;
}
#newsOverview #mainBodyWrapper .pageList li {
	margin: 0;
	padding: 0;
	margin-left: 5px;
	display: inline-block;
}
#newsOverview #mainBodyWrapper .paging {
	height: 40px;
	margin-left: 192px;
	float: left;
}
#newsOverview #mainBodyWrapper .theHr {
	width: 660px;
	float: left;
	border-top: 1px solid #666;
	margin-bottom: 26px;
}
#newsOverview #mainBodyWrapper .sideMenuBarContainer {
	float: left;
	margin-left: 20px;
	margin-top: 57px;
	background-color: #E6E6E6;
	padding: 20px;
}
#newsOverview #mainBodyWrapper .sideMenuBarContainer .box .content h3 {
	margin-top: 20px;
}
#newsOverview #mainBodyWrapper .sideMenuBarContainer .box .content h3, #newsOverview #mainBodyWrapper .sideMenuBarContainer .box .content p {
	font-size: 13px;
	color: #666;
}
#registra .middle.dev {
	width: 100%;
	max-width: 660px;
	display: inline-block;
	vertical-align: top;
}
#registra .middle.dev .top .searchBox {
	height: 187px;
	margin-bottom: 10px;
}

#registra .middle.dev .top .searchBox h1 {
	color: #2283ae;
	font-size: 15px;
	margin-bottom: 20px;
}
#registra .middle.dev .top .searchBox .magni {
	background-color: #429bc2;
	border-bottom: 1px solid #D8D8D8;
	padding: 10px;
	margin-left: -4px;
	cursor: pointer;
	height: 43px;
	vertical-align: top;
	display: inline-block;
}
#registra .middle.dev .top .searchBox input {
	border: none;
	background-color: #f7f7f7;
	height: 43px;
	width: 94%;
	border-bottom: 1px solid #D8D8D8;
	padding-left: 10px;
}
#registra .middle.dev .top .searchBox input:focus {
	outline: none;
}
#registra .middle.dev .top .searchBox .filter {
	float: left;
	margin-top: 10px;
	width: 161px;
	text-align: center;
	padding-top: 5px;
	background-color: #3c89b1;
	color: white;
	height: 30px;
	cursor: pointer;
	display: none;
}
#registra .middle.dev .top .searchBox .filter img {
	margin-top: -1px;
	margin-right: 10px;
	margin-left: -13px;
}
#registra .middle.dev .top .searchBox .options {
	float: right;
	margin-top: 10px;
	cursor: pointer;
}
#registra .middle.dev .top .searchBox .options span, #registra .middle.dev .top .searchBox .options {
	color: #9fc0da;
	font-family: 'Helvetica Neue';
	margin-right: 5px;
}
#registra .middle.dev .top .searchBox .options span.selected {
	color: #429bc2;
}
#registra .middle.dev .top .searchBox input::-webkit-input-placeholder { /* WebKit browsers */
    font-family: Helvetica;
	font-size: 16px;
	padding-left: 10px;
}
#registra .middle.dev .top .searchBox input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: Helvetica;
	font-size: 16px;
	padding-left: 10px;
}
#registra .middle.dev .top .searchBox input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: Helvetica;
	font-size: 16px;
	padding-left: 10px;
}
#registra .middle.dev .top .searchBox input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family: Helvetica;
	font-size: 16px;
	padding-left:  10px;
}
#registra #sideBar {
	max-width: 307px;
	display: inline-block;
	vertical-align: top;
	margin-left: 17px;
}
#registra .middle #sideBar {
	margin-left: 0;
	max-width: 660px;
}
#registra .person {
	display: inline-block;
	width: 320px;
	height: 156px;
	background-color: #f4f4f5;
	padding: 17px;
	margin-bottom: 17px;
}
#registra .person:nth-child(even) {
	margin-left: 19px;
}
#registra .person:nth-child(1) {
	margin-left: 0;
}
#registra .results .person h3 {
	font-size: 13px;
	font-family: 'Helvetica Neue';
	color: #5a5a5d;
}
#registra .results .person p {
	font-size: 13px;
	color: #5a5a5d;
	width: 148px;
}
#registra .results .person .viewProfile {
	font-size: 15px;
	color: #FFB800;
}
#registra .person > img {
	float: left;
}
#registra .person .personData {
	float: left;
	width: 148px;
	margin-left: 17px;
}
#registra.supervisor  {
	background-color: white;
}
#registra #popup {
	height: 420px;
	width: 660px;	
	background-color: #3c89b1;
	overflow-x: initial;
}
#registra #popup ul {
	margin-top: 10px;
}
#registra #popup img.close {
	position: absolute;
	top: -11px;
	right: -11px;
	opacity: 1;
}
#registra #popup button.confirm{
	width: 190px;
	height: 34px;
	background-color: #bed8e5;
	border: 0;
	color: #3c89b1;
	font-size: 15px;
	font-family: Helvetica Neue;
	float: right;
	margin-right: 27px;
	margin-top: 20px;
}
#registra #popup li {
	height: 30px;
	margin-bottom: 6px;
}
#registra .middle.dev .top .searchBox .acro span {
	background-color: #bdbdbe;
	color: white ;
	height: 30px;
	font-size: 13px;
	font-family: Helvetica Neue;
	display: inline-block;
	padding-top: 6px;
	padding-left: 11px;
	padding-right: 11px;
	margin-left: 11px;
}
#registra .middle.dev .top .searchBox .acro span:first-of-type {
	margin-left: 0;
}
#registra .middle.dev .top .searchBox .acro span img {
	margin-left: 11px;
}
#registra .middle.dev .top .searchBox .acro {
	clear: both;
	padding-top: 10px;
}

#registra #popup li span {
	vertical-align: top;
	margin-left: 10px;
}
#registra #popup h3{
	width: 97%;
	margin: 17px 10px 0px 10px;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
	padding-left: 0;
}
#registra #popup ul li,#registra #popup h3 {
	color: white;
}
#registra .results h1 {
	font-family: Helvetica Neue;
	font-size: 16px;
	color: #429bc2;
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
}
#registra .results .person {
	margin-left: 15px;
}
#registra .results .person:nth-child(odd) {
	margin-left: 0;
}

.problems
{
	width:100%; 
	text-align:center;
}
.problems .problem-box
{
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #a2c14a;
	color: #FFF;
	margin: 40px auto 0 auto;
	text-align:left;

}
.problems .problem-box a {
	color: #fff5d9;

}
.input_save_email_for_reply {
	margin-bottom: 20px !important;
	height: 30px !important;
	border: none !important;
	float: left !important;
	width: 70% !important;
	padding: 0 10px !important;
}
.input_save_email_for_reply_button {
	margin-bottom: 20px !important;
	color: #fbcb3d !important;
	background: #2f4849 !important;
	font-size: 12px !important;
	height: 30px !important;
	border: none !important;
	clear: none !important;
	width: 25% !important;
}
.input_save_email_for_reply_button + p,
.input_save_email_for_reply_button + p + p {
	clear: both;
}
.input_save_email_for_reply_success {
	color: #fffbbf;
	display: none;
	opacity: 0;
}
