/*
Theme Name: Simple Surrogacy Blog
Theme URI: http://wordpress.org/
Description: The Simple Surrogacy Blog theme for WordPress.
Author: Simple Surrogacy
Author URI: http://www.simplesurrogacy.com
Version: 1.0
*/

html, body {
	padding: 0;
	min-width: 1000px;
	height: 100%;
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #767676;
	background: #EFF3F6;
}

body {
	padding: 0;
	margin: 0;
}

a {
	color: #767676;
}

#container {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

body > #container { 
	height: auto; 
	min-height: 100%; 
	margin: 0;
	padding: 0;
	position: relative;
}

#headerborder {
	background-image: url(images/headerborder4.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	min-width: 1000px;
	height: 33px;
	margin-top: -33px;
	padding: 0;
	position: relative;
	z-index: 100;
}

#headerimage {
	min-width: 1000px;
	margin: 0px;
	padding: 0;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#headerimage img {
	max-width: 100%;
	padding: 0;
	margin: 0 auto -12px auto;
}

#headerimage ul, ol {
	list-style: none;
}

#headerbottom {
	background-image: url(images/headerbottomshadow.png);
	background-position: center -7px;
	background-repeat: no-repeat;
	height: 25px;	
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

#headerwrapper {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	top: 0;
}

#mainnavwrapper {
	width: 960px;
	height: 100px;
	padding: 0;
	position: absolute;
	clear: both;
	top: 30px;
	left: 50%;
	margin-left: -480px;
	z-index: 10;
}

#logo {
	float: left;
	width: 180px;
	height: 100px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}

#mainnav {
	width: 770px;
	background-image: url(images/mainnavbg.png);
	background-repeat: repeat-x;
	height: 100px;
	float: left;
	position: relative;
	padding: 0;
}

#mainnav .menu-top-navigation-bar-container, .menu-top-navigation-bar-donor-logged-in {
	display: block;
	height: 100px;
	position: relative;
	padding: 0;
	margin: 0;
}

#menu-top-navigation-bar {
	float: left;
	padding: 0;
	width: 100%;
	margin: -30px auto;
	top: 50%;
	position: relative;
}

#menu-top-navigation-bar li.menu-item {
	float: left;
	list-style: none;
	padding: 0 4px 0 0;
	height: 30px;	
	position: relative;
}

#menu-top-navigation-bar .menu-item a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Futura Std, Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 30px;
	display: block;
	position: relative;
}

#menu-top-navigation-bar .menu-item a span.menu-item-center {
	height: 30px;
	display: block;
	float: left;
	position: relative;
	top: 50%;
	padding-top: 6px;
}

#menu-top-navigation-bar .current_page_item a span.menu-item-center {
	color: #0F8ED3;
	background-image: url(images/mainnavactivecenter.png);
	background-repeat: repeat-x;
	height: 30px;
	display: block;
	float: left;
	position: relative;
	top: 50%;
	padding-top: 6px;
}

#menu-top-navigation-bar .menu-item a:hover span.menu-item-center {
	color: #0F8ED3;
	background-image: url(images/mainnavactivecenter.png);
	background-repeat: repeat-x;
	height: 30px;
	display: block;
	float: left;
	position: relative;
	top: 50%;
	padding-top: 6px;
}

#menu-top-navigation-bar .menu-item a span.menu-item-left {
	height: 30px;
	width: 7px;
	display: block;
	float: left;
	position: relative;
	top: 50%;
}

#menu-top-navigation-bar .current_page_item a span.menu-item-left {
	color: #0F8ED3;
	background-image: url(images/mainnavactiveleft.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 7px;
	display: block;
	float: left;
	position: relative;
	top: 50%;
}

#menu-top-navigation-bar .menu-item a:hover span.menu-item-left {
	color: #0F8ED3;
	background-image: url(images/mainnavactiveleft.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 7px;
	display: block;
	float: left;
	position: relative;
	top: 50%;
}

#menu-top-navigation-bar .menu-item a span.menu-item-right {
	height: 30px;
	width: 7px;
	display: block;
	float: left;
	position: relative;
	top: 50%;
}

#menu-top-navigation-bar .current_page_item a span.menu-item-right {
	color: #0F8ED3;
	background-image: url(images/mainnavactiveright.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 7px;
	display: block;
	float: left;
}

#menu-top-navigation-bar .menu-item a:hover span.menu-item-right {
	color: #0F8ED3;
	background-image: url(images/mainnavactiveright.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 7px;
	display: block;
	float: left;
}

#mainnavright {
	background-image: url(images/mainnavright.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 10px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

#contentwrapper {
	padding: 0 10px 0 10px;
	width: 960px;
	padding-bottom: 160px;
	margin: 0 auto;
}

#content {
	margin-left: 295px;
	margin-right: 0;
	background: #FFFFFF;
	padding: 5px 25px 25px 25px;
	display: block;

}

#footer {
	background-image: url(images/footerbg.png);
	height: 120px;
	margin-top: -120px;
	padding: 20px;
	position: relative;
	border-top: 1px solid #bac2c9;
	z-index: 10;
	clear: both;
}

.clear {
	clear: both;
}

/* Center Navigation */

#centernav {
	width: 960px;
	margin: 0 auto 40px auto;
	padding: 0;
	height: 150px;
	position: relative;
}

.centernav {
	background: #FFFFFF;
	float: left;
	width: 286px;
	padding: 10px;
	height: inherit;
	position: relative;
	overflow: hidden;
}

.centernavcontent {
	float: left;
	width: 180px;
	padding: 10px 5px 5px 5px;
	position: relative;
}
.centernavicon {
	float: right;
	width: 90px;
	padding-top: 5px;
	position: relative;
	background: #E9E9E9;
	text-align: center;
	height: 90px;
	margin-bottom: 20px;
}

.centernav-left {
	margin: 0 10px 0 0;
	position: relative;
}

.centernav-center {
	margin: 0 10px 0 11px;
	position: relative;
}

.centernav-right {
	margin: 0 0 0 11px;
	position: relative;
}

.centernavbutton {
	padding: 0 0 10px 5px;
	margin: 0 0 10px 0;
	position: relative;
}

.centernavbutton ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.centernavbutton ul li {
	float: left;
	padding-right: 15px;
}

.centernavbutton a {
	display: block;
	padding: 5px 15px 5px 15px;
	background-image: url(images/button.png);
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	text-shadow: #7d7b7d 1px 1px 0px;
	font-family: Helvetica, Arial, sans-serif;
} 

.centernavbutton a:hover {
	background-image: url(images/buttonhover.png);
}

/* End Center Navigation */

/* Sidebar */

#sidebar {
	position: relative;
	z-index: 100;
	width: 280px;
	padding-bottom: 160px;
	float: left;
}

.sidebarbox {
	background: #FFFFFF;	
	width: 276px;
	padding: 0 0 10px 0;
	margin: 0 0 20px;
	position: relative;
}

.sidebarbox img {
	margin: 10px 0 0 18px;
	padding: 0;
	border: none;
}

.sidebarmenu ul {
	list-style: none;
	padding: 0;
	margin: 18px;
	border-top: 1px dotted #D9D9D9;
}

.sidebarmenu ul li {
	padding: 0;
	border-bottom: 1px dotted #D9D9D9;
}

.sidebarmenu a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #6A6A6A;
	display: block;
	margin: 0;
	padding: 5px 0 5px 0;
}

.sidebarmenu a:hover {
	background: #EFF3F6;
	display: block;
}

.sidebar-section-specific-container {

	overflow: visible;
	width: 295px;
}

.sidebar-section-specific-container ul {
	list-style-type: none;
}

.checked {
	list-style-image: url(images/checkedbox.png);
}

.unchecked {
	list-style-image: url(images/uncheckedbox.png);
}

.arrow {
	list-style-image: url(images/arrow.png);
}

.questionmark {
	list-style-image: url(images/questionmark.png);
}

.sidebar-section-specific-container ul li {
	padding: 5px 0 5px 0;
	background-image: url(images/menuseparator.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sidebar-section-specific-container a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #6A6A6A;
	display: block;
	margin: 0;
	padding: 5px 0 5px 0;
}

.sidebar-section-specific-container a:hover {
	color: red;
	display: block;
}


.sidebar-section-specific-menu-heading {
	overflow: visible;
}

#twitter {
	width: 275px;
}

#twittertop {
	background-image: url(images/twitterheading.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 82px;
	width: 275px;
	padding: 0;
	margin: 0;
}

#twitter_div {
	background-image: url(images/twitterbg.jpg);
	padding: 0 10px 0 20px;
	margin: 0;
}

#twitter_div ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#twitter_div ul li {
	padding: 10px 20px 10px 5px;
}

#twitterbottom {
	background-image: url(images/twitterbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	width: 275px;;
	margin: 0;
	padding: 0;
	
}

/* Footer */

#footer .left {
	float: left;
	padding-left: 20px;
	position: absolute;
	bottom: 40px;
}
#footer .right {
	float: right;
	padding-right: 20px;
}

#footer .right img {
	float: right;
}

#google_translate_element {
	float: right;
}

#footer a {
	text-decoration: none;
	color: #767676;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	padding: 0 0 20px 0;
	margin: 0;
}

#footer ul li {
	list-style-type: none;
	float: left;
	border-left:1px solid #767676;
	padding: 0 3px 0 3px;
}

#footer ul li:first-child {
	border-left: 0;
}

/* Typography */

h1 {
	color: #0F8CCF;
	font-weight: bold;
	font-size: 20px;
	background-image: url(images/h1bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 12px;
	overflow: hidden;
}

h1 a {
	text-decoration: none;
	color: #0F8CCF;
}

.entry h1 {
	background-image: url(images/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	font-weight: bold;
	color: #e94a91;
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 8px;
}

h2 {
	background-image: url(images/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	font-weight: bold;
	color: #e94a91;
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 8px;
}

h3 {
	width: 100%;
	display: block;
	font-size: 14px;
	color: #e94a91;
}

h3 a {
	font-size: 14px;
	color: #e94a91;
	display: block;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}


#content ul {
	list-style: square;
	
}

#content li {
	margin-bottom: 1em;
}

/* Login Box */

.login-dialog .tabs {
  position: relative;   
  min-height: 200px; /* This part sucks */
  height: 250px;
  clear: both;
  margin: 25px 0;
}
.login-dialog .tab {
  float: left;
}
.login-dialog .tab label {
  background: #eee; 
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px;
  margin-right: 2px; 
  margin-bottom: 0;
  position: relative;
  left: 1px; 
}
.login-dialog .tab [type=radio] {
  display: none;   
}
.login-dialog .content {
  position: absolute;
  top: 24px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
}
.login-dialog [type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
  font-weight: bold;
}
.login-dialog [type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

.login-dialog td {
	font-size: 14px;
	font-weight: bold;
}

.login-dialogs .login-submit {
	background-image: url(images/button.png);
	padding: 5px 15px 5px 15px;
	color: #FFFFFF;
	font-size: 14px;
	text-shadow: #7d7b7d 1px 1px 0px;
	font-family: Helvetica, Arial, sans-serif;	
}

.login-dialog a {
	color: #767676;
	font-weight: normal;
	font-size: 12px;
}

.login-dialog .form {
	margin: 0 auto;
	width: 300px;
}

/* End Login Box */

/* Forms */

input[type="text"],
input[type="password"],
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; /* ie8 only */
	box-sizing: border-box;
}

textarea,
input[type=text],
input[type=password],
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	background: #fff;
	border-style: solid;
	border-width: 1px;
	padding: 2px 3px;
	border-color: #ccc;
}

textarea {
	line-height: inherit;
}

input,
select {
	line-height: 15px;
}

input,
select {
	outline: 0;
}

textarea,
input,
select {
	margin: 1px;
	padding: 3px;
}

form input[type=submit], form input[type=button] {
	background-image: url(images/button.png);
	padding: 0 15px 0 15px;
	height: 2em;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #7d7b7d 1px 1px 0px;
	font-family: Helvetica, Arial, sans-serif;	
	border : none;
}

form input[type=submit]:hover, form input[type=button]:hover {
	background-image: url(images/buttonhover.png);
	cursor: pointer;
}

.heading {
	background-image: url(images/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	color: #e94a91;
	padding: 0;
	border: none;
	text-align: left;
}

.registrationForm {
	width: 100%;
}

.registrationForm .tdLeft, .tdRight {
	padding: 5px 0 5px 0;
}

.registrationForm .tdLeft {
	padding-right: 5px;
	vertical-align: top;
}


.registrationForm .heading {
	background-image: url(images/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	color: #e94a91;
	padding: 0;
	border: none;
}

.registrationForm td {
	border-bottom: 1px solid #D9D9D9;
	padding: 5px 0 5px 0;
}

.registrationForm table {
	margin: 0;
	padding: 0;
	width: 100%;
}

.registrationForm textarea {
	width: 100%;
}

.registrationForm input[type=text], .registrationForm input[type=password] {
	width: 100%;
}

.registrationForm .moreinfo { width: 100%; margin-top: -13px; }
.registrationForm .moreinfo td { border: none; padding: 3px 0 3px 3px; margin:0;}
.registrationForm .moreinfo td.floor { color: #D9D9D9; width: 1em; }
.registrationForm .moreinfo td input[type=text] { width: 12em; }
.registrationForm .moreinfo td.label { width: 8em; white-space: nowrap; text-align: left;}
.registrationForm .moreinfo td.details { width: 100%; }

.missing {
	color: #b50007;
	font-weight: bold;
}


.requiredField { color: #ff4a2f; }

.applicationTable { border-collapse: collapse; margin-bottom: 10px; width:100%; border-left: none; border-right: none; }
.applicationTable td { border-bottom: thin solid #D9D9D9; padding: 10px; vertical-align: top; border-left: none; border-right: none; border-collapse: collapse; }
.applicationTable .tdBorderTop {
	border-top: thin solid #D9D9D9;
}

.applicationTable .heading {
	background-image: url(images/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	color: #e94a91;
	padding: 0;
	border: none;
}
.applicationTable .applicationSeparator { border-bottom: none; height: 10px; padding:0; margin:0; }
.applicationTable input { margin: 0; }
.applicationTable select { margin: 0; }
.applicationTable textarea { width: 99%; margin-top: 3px; }
.applicationTable .moreinfo { width: 100%; margin-top: -13px; }
.applicationTable .moreinfo td { border: none; padding: 3px 0 3px 3px; margin:0;}
.applicationTable .moreinfo td.floor { color: #D9D9D9; width: 1em; }
.applicationTable .moreinfo td.score input[type=text] { width: 4em; }
.applicationTable .moreinfo td.label { width: 8em; white-space: nowrap; text-align: left;}
.applicationTable .moreinfo td.details { width: 100%; }

.answer { padding-left: 5px; font-weight: bold }

#applicationTable { border-collapse: collapse; margin-bottom: 10px; width:100%; border-left: none; border-right: none; }
#applicationTable td { border-bottom: thin solid #D9D9D9; padding: 10px; vertical-align: top; border-left: none; border-right: none; border-collapse: collapse; }
#applicationTable .tdBorderTop {
	border-top: thin solid #D9D9D9;
}

#applicationTable .heading {
	background-image: url(images/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	color: #e94a91;
	padding: 0;
	border: none;
}
#applicationTable { width: 100%; border-collapse: collapse; border: none }
#applicationTable .applicationSeparator { border-bottom: none; height: 10px; padding:0; margin:0; }
#applicationTable input { margin: 0; }
#applicationTable select { margin: 0; }
#applicationTable textarea { width: 99%; margin-top: 3px; }
#applicationTable .moreinfo { width: 100%; margin-top: 0px; }
#applicationTable .moreinfo td { border: none; padding: 3px 0 3px 3px; margin:0;}
#applicationTable .moreinfo td.floor { color: #D9D9D9; width: 1em; }
#applicationTable .moreinfo td.score input[type=text] { width: 4em; }
#applicationTable .moreinfo td.label { width: 8em; white-space: nowrap; text-align: left; margin-top: 0px;}
#applicationTable .moreinfo td.details { width: 100%; }


#schools_attended_table input[text] { width: 150px; }
#schools_attended_table td { padding: 0; margin: 0; }
#schools_attended_table, #live_birth_details_table, #c_section_details_table, #miscarriage_details_table, #abortion_details_table, #still_birth_details_table, #previous_donations_details_table, .previous_donation_details_table { width: 100%; margin:0; padding: 0; border-collapse: collapse; }
#schools_attended_table td, #live_birth_details_table td, #c_section_details_table td, #miscarriage_details_table td, #abortion_details_table td, #still_birth_details_table td,  #previous_donations_details_table td, .previous_donation_details_table.td { padding: 10px; }
#schools_attended_table .heading, #live_birth_details_table .heading, #c_section_details_table .heading, #miscarriage_details_table .heading, #abortion_details_table .heading, #still_birth_details_table .heading,  #previous_donations_detail_table .heading, .previous_donations_details_table .heading { border: none; }

#ethnic_heritage { width: 100%; border-collapse: collapse; margin:0; border: 0; }
#ethnic_heritage td { padding: 10px; border: none; vertical-align: middle; }
//#ethnic_heritage .borderTop {border-top: thin solid #daebfb;}
//#ethnic_heritage .borderBottom {border-bottom: thin solid #daebfb;}
//#ethnic_heritage .borderLeft {border-left: thin solid #daebfb;}
//#ethnic_heritage .borderRight {border-right: thin solid #daebfb;}

#previous_donations_details_table .headingBorderTop { border-top: thin solid #8da3b7; }
#previous_donations_details_table .headingBorderLeft { border-left: thin solid #8da3b7; }
#previous_donations_details_table .headingBorderRight { border-right: thin solid #8da3b7; }

.familyProfileTable { border-collapse: collapse; margin: 0; width:100%; border-left: none; border-right: none;}
.familyProfileTable td { border-top: thin solid #D9D9D9; border-bottom: thin solid #D9D9D9; padding: 10px; }
.familyProfileTable input { margin:0; }
.familyProfileTable select { margin:0; }
.familyProfileTable th {
	background-image: url(images/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	color: #e94a91;
	padding: 0;
	border: none;
	text-align: left;
}
#siblingsTable { width: 100%; margin:0; padding:0; border-collapse: collapse; border: none; }
#siblingsTable .familyProfileTable td { margin: 0; padding: 10px; border-bottom: thin solid #D9D9D9; border-left: none; border-right: none; border-top: none; }


#conditionsTable { border-collapse: collapse; margin-bottom: 10px; padding:0; width:100%; }
#conditionsTable td {  padding: 10px; vertical-align: middle; border-bottom: thin solid #D9D9D9; padding: 10px; border-left: none; border-right: none; border-collapse: collapse;}
#conditionsTable .heading {
	background-image: url(images/h2bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	color: #e94a91;
	padding: 0;
	border: none;
}
#conditionsTable .category { padding: 10px 10px 10px 0px; }
#conditionsTable .checkboxes { text-align: center; }
#conditionsTable textarea { width: 99%; margin-top: 3px; }
#conditionsTable input { margin: 0; }
#conditionsTable select { margin: 0; }

/* End Forms */

/* FAQ */

.faq-title a {
	font-style: normal;
}

/* End FAQ */

/* Begin Response Messages */

.response-msg {
	padding:6px 10px 10px 45px;
	font-size:0.96em;
	margin:25px 0 10px 0;
}

.response-msg ul {
	margin: 5px 0 -10px 15px;
	padding: 0;
}

.response-msg ul li {
	margin: 0;
	padding: 0;
	line-height: 100%;
	list-style-image: none;
	list-style: square;
}

.response-msg span {
	display:block;
	font-weight:bold;
	padding:0 0 4px;
}

.error {
	background:#f9e5e6 url('images/icons/error.png') 10px 5px no-repeat;
	color:#b50007;
	border:#e8aaad solid 1px;
}


.notice  {
	background:#f9f9e5 url('images/icons/notice.png') 10px 5px no-repeat;
	color:#828400;
	border:#e8e3aa solid 1px;
}

.inf {
	background:#e5ecf9 url('images/icons/info.png') 10px 5px no-repeat;
	color:#0055b5;
	border:#aac6e8 solid 1px;
}

.success {
	background:#e9f9e5 url('images/icons/success.png') 10px 5px no-repeat;
	color:#1c8400;
	border:#b4e8aa solid 1px;
}

.other-box {
	margin:15px 0;
}

.cont {
	border-top:#fff solid 1px;
	padding:8px;
	line-height:1.4em;
}

.other-box h3 {
	font-size:1.2em;
	font-weight:bold;
}

.gray-box {
	background:#eaeaea;
	border:#c0c0c0 solid 1px;
}

.yellow-box {
	background:#fff6bf;
	border:#fdd845 solid 1px;	
}

/* End Response Messages */

/* Begin Intended Parents */

#selectedDonors { margin: 0 auto; width: 150px; text-align: center; }
#submitSelections { text-align: center; padding: 10px; }
*.selectionbox { 
	height: 150px; 
	width: 150px; 
	border: dashed 3px #8da3b7; 
	margin-bottom: 0px; 
	text-align: center; 
	vertical-align: middle; 
	font-weight: bold; 
	display: block; 
	position: relative; 
	padding: 0; 
	background-image: url(images/dragbg.jpg); 
	background-repeat: none; }
*.selectionboxselected { border: none; }
*.dropzone img { margin: 0; padding: 0 }
*.selectedDonorHeading { background: #c3e8f6; padding: 5px; font-weight: bold; border: thin solid #8da3b7; }
.nav-tabs-wrapper {
	border-bottom: 1px solid #ccc; 
	padding-bottom: 0;
	margin-bottom: 0; 
	width: 100%;
	height: 28px; 
	overflow: hidden;
}
.nav-tabs {
	float:left;
	margin-left:0;
	padding: 0;
	margin-bottom: -5px;
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
}

.nav-tab {
	border-style:solid;
	border-color:#dfdfdf #dfdfdf #fff;
	border-width:1px 1px 0;
	color:#aaa;
	text-shadow:#fff 0 1px 0;
	font-size:12px;
	line-height:16px;
	display:inline-block;
	padding:4px 12px 6px;
	text-decoration:none;
	margin:0 6px -1px 0;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	font-size:11px;
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
}

.nav-tab-active {
	border-width:1px;
	color:#464646;
}

.nav-tab:hover,.nav-tab-active { 
	border-color:#ccc #ccc #fff 
}

.profile td { white-space: normal; }

.donorDetails td { width: 50%; vertical-align: middle; height: 1.5em; }

/* End Intended Parents */

/* Begin Pagination */

.tablenav .tablenav-pages a,
.tablenav-pages span.current {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}

.tablenav .displaying-num {
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
}

.tablenav-pages a {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: bold;
	margin-right: 1px;
	padding: 0 2px;
}
.tablenav-pages .current-page {
	text-align: center;
}
.tablenav-pages .next-page {
	margin-left: 2px;
}

.tablenav a.button-secondary {
	display: block;
	margin: 3px 8px 0 0;
}

.tablenav {
	clear: both;
	height: 30px;
	margin: 6px 0 4px;
	vertical-align: middle;
}

.tablenav.themes {
	max-width: 98%;
}

.tablenav .tablenav-pages {
	float: right;
	display: block;
	cursor: default;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.tablenav .no-pages,
.tablenav .one-page .pagination-links {
	display: none;
}

.tablenav .tablenav-pages a,
.tablenav-pages span.current  {
	text-decoration: none;
	padding: 3px 6px;
}

.tablenav .tablenav-pages a.disabled:hover ,
.tablenav .tablenav-pages a.disabled:active {
	cursor: default;
}

.tablenav .displaying-num {
	margin-right: 10px;
	font-size: 12px;
	font-style: italic;
}

.tablenav .actions {
	padding: 2px 8px 0 0;
}

.tablenav .delete {
	margin-right: 20px;
}

.tablenav {
	height: auto;
}

.tablenav {
	margin-top: 7px;
}


/* Colors */

.tablenav .dots {
	border-color: transparent;
}

.tablenav .next,
.tablenav .prev {
	border-color: transparent;
	color: #21759b;
}

.tablenav .next:hover,
.tablenav .prev:hover {
	border-color: transparent;
	color: #d54e21;
}

.tablenav  {
	color: #777;
}

.tablenav .tablenav-pages {
	color: #555;
}

.tablenav .tablenav-pages a {
	border-color: #e3e3e3;
	background: #eee url('images/menu-bits.gif') repeat-x scroll left -379px;
}

.tablenav .tablenav-pages a:hover,
.tablenav .tablenav-pages a:focus {
	color: #d54e21;
}

.tablenav .tablenav-pages a.disabled,
.tablenav .tablenav-pages a.disabled:hover,
.tablenav .tablenav-pages a.disabled:focus {
	color: #aaa;
}

.tablenav .tablenav-pages .current {
	background: #dfdfdf;
	border-color: #d3d3d3;
}



/* End Pagination */

/* Latest News */
.latestnewsitem {
	clear: both;
	width: 240px;
	min-height: 50px;
	overflow: hidden;	
	font-size: 10px;
	margin: 0 auto;
}

.latestnewsitem a {
	display: block;
	width: 100%;
	min-height: 50px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #D9D9D9;
	border-top: 1px dotted #D9D9D9;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.latestnewsitem .wp-post-image {
	padding-left: 5px;
	padding-right: 5px;
}

.latestnewsitem img { 
	float: left;	
	margin-right: 10px;
	margin-top: 0;

}

.wp-post-image { float: left; padding-right: 14px; padding-left: 13px; padding-bottom: 50px; }
.default-news-image { float: left; padding-bottom: 50px; }
/* End Latest News */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
