/************************************************************************/
/* GLOBAL STYLES                                                        */

* {
	margin: 0;
	border: 0;
	padding: 0;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em; /* 10px */
	color: #333;
}
body {
	background-color: #000;
}
br {
	clear: both;
}
h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: -1px;
	padding-bottom: 6px;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
}
a:link, a:visited, a:hover, a:active {
	color: #e30120;
	text-decoration: underline;
}
ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 14px;
}	
ul li {
	padding: 0 0 4px 10px;
	background: url(/Resources/images/bulRedArrow.gif) no-repeat 0 3px;
}
ul li.selected {
	background: url(/Resources/images/bulGreyArrow.gif) no-repeat 0 3px;
}
ul li.selected a:link, ul li.selected a:visited, ul li.selected a:hover {
color: #bb011a;
}

ul ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 30px;
}	
ul ul li {
	padding: 0 0 4px 0;
	background: none;
}

.clearer {
	line-height: 0.1em;
	height: 0.1em;
	clear: both;
	overflow: hidden;
}
.highlight {
	color: #cb001b;
}
.callout {
}
.calloutTop {
	background-image: url(/Resources/images/bgCalloutTop.gif);
	height: 16px;
	background-repeat: no-repeat;
}
.calloutMain {
	background-image: url(/Resources/images/bgCallout.gif);
	padding: 0 29px 0 13px;
	background-repeat: repeat-y;
}
.calloutBottom {
	background-image: url(/Resources/images/bgCalloutBottom.gif);
	height: 21px;
	background-repeat: no-repeat;
}
.callout ul a:link, .callout ul a:visited, .callout ul a:active {
	color: #333;
	text-decoration: none;
}
.callout ul a:hover {
	color: #333;
	text-decoration: underline;
}
.callout h2 {
	padding-left: 2px;
	padding-bottom: 6px;
}
.callout h3 {
	padding-bottom: 3px;
	padding-left: 8px;
}
#main .callout p {
	padding-right: 0px;
	padding-left: 6px;
	padding-bottom: 6px;
}
.indent {
	margin-left: 6px;
}
.indentGroup {
	margin-left: 146px;
}
.hr1 {
	border-top: 1px solid #e0e0e0;
	padding-bottom: 4px;
	margin-top: 8px;
}
.left {
	float: left;
	width: auto;
	text-align: left;
}
.right {
	float: right;
	width: auto;
	text-align: right;
}
.redBlock {
	border: 1px solid #DBB8B8;
	background-color: #FBE1E1;
	padding: 2px 5px;
}
.msgError, .msgConfirm, .msgAlert {
	padding: 2px 5px;
	margin: 10px 0;
	font-size: 10px;
	font-weight: bold;
}
.msgError ul, .msgConfirm ul, .msgAlert ul {
	margin-bottom: 0;
}
.msgError {
	border: 1px solid #DBB8B8;
	background-color: #FFCCCC;
	color: #CC0000;
}
.msgError a:link, .msgError a:active, .msgError a:visited, .msgError a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.msgConfirm {
	border: 1px solid #B8DBB8;
	background-color: #CCFFCC;
	color: #006600;
}
.msgConfirm a:link, .msgConfirm a:active, .msgConfirm a:visited, .msgConfirm a:hover {
	color: #00CC00;
	text-decoration: underline;
}
.msgAlert {
	border: 1px solid #DBB8B8;
	background-color: #FFFFCC;
	color: #996600;
}
.msgAlert a:link, .msgAlert a:active, .msgAlert a:visited, .msgAlert a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* GLOBAL STYLES                                                        */
/************************************************************************/


/************************************************************************/
/* FORM STYLES                                                          */

fieldset {
	padding-top: 6px;
}
legend {
	color: #c00;
	font-size: 11px;
	font-weight: bold;
}
form {
}
form .required {
	color: #c00;
}
form .group {
	float: left;
	width: auto;
	margin: 0 0 3px 0;
}
form .labelCol {
	width: 120px;
	text-align: right;
}
form label {
	float: left;
	width: auto;
	margin: 1px 0 6px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
form .labelSeparator {
	color: #c00;
	padding-right: 3px;
}
form input, form select, form textarea {
	float: left;
	/*width: auto;*/
	margin: 0 3px 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #828281;
	background-color: #F2F2F2;
}
form input.captioned, form select.captioned, form textarea.captioned {
	margin-bottom: 0;
}
form select option {
	padding: 1px 2px; 
}
form input.text, form input.textTiny, form input.textSmall, form input.textLong, form input.textLonger {
	height: 15px; 
}
form input.text, form input.textTiny, form input.textSmall, form input.textLong, form input.textLonger,
form textarea.text, form textarea.textTiny, form textarea.textSmall, form textarea.textLong, form textarea.textLonger {
	width: 110px;
	padding: 1px 2px 0 2px;
}
form input.textTiny, form textarea.textTiny {
	width: 35px;
}
form input.textSmall, form textarea.textSmall {
	width: 60px;
}
form input.textLong, form textarea.textLong {
	width: 200px;
}
form input.textLonger, form textarea.textLonger {
	width: 175px;
}
form input.button, form input.image, form input.buttonGray, form input.buttonRed {
	color: #fff;
	border: 0;
	background-color: #666;
	cursor: pointer;
	margin-top: 2px;
}
form input.image {
	background: url(none);
	border-style: none;
	margin-bottom: 6px;
	text-align: right;
}
form input.buttonGray, form input.buttonRed {
	font-weight: bold;
	padding-left: 10px;
	background-repeat: no-repeat;
	text-transform: uppercase;
}
form input.buttonGray {
	background-image: url(/Resources/images/btnGray.gif);
	margin-top: 2px;
	padding: 0 0 3px 0;
	font-size: 9px;
	width: 45px;
	height: 17px;
}
form input.buttonRed {
	background-image: url(/Resources/images/btnRed.gif);
}
form label.caption {
	font-size: 10px;
	text-align: left;
	float: none;
	display: block;
	width: auto;
}
form .caption2 {
	font-size: 10px;
	text-align: left;
	float: none;
	display: inline;
	width: auto;
	padding: 0 0 2px 0;
}
form input.radio, form input.checkbox {
	border: 0;
	background-color: transparent;
	margin-left:20px;
	margin-top:2px;
	
}
form input.inline, form select.inline, form textarea.inline {
	float: none;
	vertical-align: text-top;
}

/* FORM STYLES                                                          */
/************************************************************************/


/************************************************************************/
/* LAYOUT ELEMENTS                                                      */

#pageCnt {
	margin: 19px auto 0 auto;
	width: 759px;
}
#page {
	border: 1px solid #fff;
	background-color: #fff;
}
#header {
	padding-left: 20px;
	padding-bottom: 23px;
	height: 155px;
	background-image: url(/Resources/images/bgHeaderBanner01.jpg); /* can be overridden in-page */
	background-repeat: no-repeat;
}
#logo {
	padding-top: 29px;
}
#mainCnt {
	padding-left: 20px;
	padding-bottom: 16px;
}
#main {
}
#main p {
	padding-right: 24px;
	padding-bottom: 8px;
}
#colACnt {
	float: left;
	width: 502px;
}
#colA {
	padding-right: 24px;
	padding-left: 8px;
}
#colA h1 {
	font-size: 1.1em;
}
#colA .content {
	padding-left: 8px;
}
#colBCnt {
	float: left;
	width: 234px;
}
#colB {
}
#colB .content {
	padding-left: 8px;
}
#memberLinks {
	height: 30px;
	padding-top: 6px;
}
#footer {
	padding-left: 20px;
	font-size: 0.9em;
	padding-top: 7px;
	background-image: url(/Resources/images/bgFooter.gif);
	background-repeat: repeat-x;
	background-color: #c4c0bc;
	padding-bottom: 7px;
}
#footer ul {
	list-style: none;
	padding-bottom: 4px;
	margin-left: 0px;
}
#footer ul li {
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	border-left: 1px solid #000;
	background-image: url(none);
}
#footer ul li.first {
	display: inline;
	padding-right: 4px;
	padding-left: 0;
	border-left: none;
}
#footer p {
	clear: both;
}
#footer ul a:link, #footer ul a:visited, #footer ul a:active {
	color: #000;
	text-decoration: none;
}
#footer ul a:hover {
	color: #000;
	text-decoration: underline;
}
#footer ul a.highlight:link, #footer ul a.highlight:visited, #footer ul a.highlight:active {
	color: #e30120;
	text-decoration: none;
}
#footer ul a.highlight:hover {
	color: #e30120;
	text-decoration: underline;
}
#footer p a:link, #footer p a:visited, #footer p a:active {
	color: #333;
	text-decoration: none;
}
#footer p a:hover {
	color: #333;
	text-decoration: underline;
}
#subFooter {
	padding-left: 20px;
	color: #fff;
	font-size: 0.9em;
	font-style: italic;
	padding-top: 14px;
	padding-bottom: 24px;
}

/* LAYOUT ELEMENTS                                                      */
/************************************************************************/


/************************************************************************/
/* HOME PAGE-SPECIFIC                                                   */

#home #header {
	height: 285px;
	background-image: url(/Resources/images/bgHomeBanner01.jpg); /* can be overidden in-page */
}
#home #colACnt {
	width: 450px;
}
#home #colBCnt {
	width: 287px;
}
#home #colB {
	padding-left: 19px;
	border-left: 1px solid #ccc;
}
#home #colA p {
	float: left;
	width: 200px;
}
#home #colA #memberLoginMini {
	float: right;
	width: 185px;
}
#home #colA #memberLoginMini fieldset {
	padding-top: 0;
}
#home #colA #memberLoginMini input.text {
	width: 100px;
}

/* HOME PAGE-SPECIFIC                                                   */
/************************************************************************/


/************************************************************************/
/* ELEMENT/ID-SPECIFIC                                                  */

#adoptSurvey .labelCol {
	width: 170px;
}
#registerAwo .labelCol, #updateAwo .labelCol {
	width: 130px;
}

/* Sales Force forms */
#salesForceInfo form .labelCol {
	width: 150px;
}

/* ELEMENT/ID-SPECIFIC                                                  */
/************************************************************************/


/************************************************************************/
/* ADMIN-SPECIFIC                                                       */

#memberLoginMini .labelCol {
	width: 70px;
}
#changePassword .labelCol {
	width: 180px;
}

/* Result list styles */
/* For IE6, may need to add a clearing element as the first element
   inside the resultList-classed element to enable the headerRow to
   display background color and border properly. */
.resultList {
	margin-top: 3px;
}
.resultList .headerRow, .resultList .footerRow {
	border: 1px solid #DBB8B8;
	background-color: #FBE1E1;
	padding: 2px 5px;
	font-style: italic;
	font-size: 10px;
}
.resultList .rowFirst {
	padding: 5px 0;
	font-size: 10px;
}
.resultList .row {
	padding: 5px 0;
	background-image: url(/Resources/images/hrDot.gif);
	background-repeat: repeat-x;
	font-size: 10px;
}

/* Result grid styles */
.resultGrid .headerRow, .resultGrid .footerRow {
	font-weight: bold;
	color: #C94C4B;
	font-size: 10px;
}
.resultGrid .row {
	background-image: url(/Resources/images/hrDot.gif);
	background-repeat: repeat-x;
	font-size: 10px;
}
.resultGrid .disabled {
	color: #999999;
	font-style: italic;
}
.resultGrid .col {
	display: block;
	float: left;
	width: auto;
	padding: 7px 0 4px 0;
	line-height: 1.2em;
}
.resultGrid .col .clearer {
	display: block;
}
.resultGrid .colSeparator { /* this style is for non-CSS displays */
	display: none;
}

#registerAwo #primaryInfo {
	display: none;
	padding: 10px 0 10px 4px;
}

#manageUsersRoles .gridInfo h3 {
	color: #666;
}
#manageUsersRoles .gridInfo .left {
	width: 235px;
}
#manageUsersRoles .gridInfo .right {
	width: auto;
}

#managePrograms .gridInfo .left {
	width: auto;
}
#managePrograms .gridInfo .right {
	width: auto;
}

/* list configurations */
#searchResultsList .left {
	width: 270px;
}
#searchResultsList .right {
	width: 62px;
}
#searchResultsList .headerRow .left, #searchResultsList .footerRow .left {
	width: 60%;
}
#searchResultsList .headerRow .right, #searchResultsList .footerRow .right {
	width: 40%;
}
#searchResultsList .headerRow .right img, #searchResultsList .footerRow .right img {
	margin-bottom: -1px;
}

/* grid configurations */
/* total width should add up to 431px, but use 428px as the max to
   give IE a few extra pixels so the grid displays correctly */
#manageUsersRolesGrid .colUsers {
	width: 160px;
	text-align: left;
}
#manageUsersRolesGrid .colGeneral {
	width: 75px;
	text-align: center;
}
#manageUsersRolesGrid .colPrimaryAdmin {
	width: 75px;
	text-align: center;
}
#manageUsersRolesGrid .colOrgLeader {
	width: 75px;
	text-align: center;
}
#manageUsersRolesGrid .colActions {
	width: 68px;
	text-align: right;
	padding: 0;
}

#manageProgramsGrid {
	margin-top: 8px;
}
#manageProgramsGrid .headerRow {
	color: #c00;
}
#manageProgramsGrid .colProgram {
	width: 200px;
	text-align: left;
}
#manageProgramsGrid .colAdmin {
	width: 180px;
	text-align: left;
}
#manageProgramsGrid .colAdmin select {
	width: 120px;
}
#manageProgramsGrid .row .colAdmin {
	padding-top: 5px;
}
#manageProgramsGrid .colActions {
	width: 55px;
	text-align: right;
}

/* ADMIN-SPECIFIC                                                       */
/************************************************************************/
.grey {
	color: #6f7172;
}

#interest .interestquestions {
width: 464px;
clear: both;
}

#interest .interestquestions .colA {
width: 50px;
float: left;
text-align: center;
margin-top:5px;
}
#interest .interestquestions .colB {
width: 414px;
float: right;
margin-top:5px;
}
.marginLeft {
margin: 0 5px 10px 95px;
border: 0;
background-color: transparent;
}
.buffer
{
	width: 120px;
	height: 30px;
	float: left;
}

/* Used on ImInterested.aspx */
#interest label {
    float: left;
    width: 215px;
    text-align: right;
    padding-right: 10px;
}

#interest input.textInput {
    width: 180px;
}

#interest textarea {
    width: 180px;
}

#interest br {
    clear: both;
}

#interest #submitForm {
    margin-left: 170px;
}