/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong
{
	font-weight:bold;
}
:focus {
	outline: 0;
}
body {
	line-height: 1.2;
	color: #666;
	background: #fff;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Site Styles */
body
{
	font-family:  Arial, Verdana, Tahoma;
	font-size: 0.8em;
	margin:0;
	padding:0;
}

h1, h2
{
	color:#a7d12f;
	font-weight:bold;
	font-size: 2em;
}

h3
{
	font-size: 1.2em;
	padding-top: 1em;
	font-weight:bold;
}

h4
{
	font-weight:bold;
}

a
{
	color:#333;
}

a:hover
{
	color:#01a5ed;
}

p
{
	line-height:1.2em;
}

textarea
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 1em;
	color: #333;
}

.hr
{
	background:url(../images/hr.gif) no-repeat;
	height:61px;
	clear:both;
}
hr{display:none;}

.FoomTextbox
{
	border: solid 1px #ddd;
	height: 16px;
}

.h2white
{
	padding-top:10px;
	padding-bottom:20px;
	color:#fff;
}

.mandatory, .errormessage
{
	color: #f00;
}
.contentHolder
{
	clear:both;
}
#divLeftSidebar
{
	float:left;
	width:224px;
}
#divLeftSidebarInner
{
	margin:20px;
}
#divMainContent
{
	float:left;
	width: 706px;
	padding:15px 0px 0px 0px;
	min-height: 450px;
}
* html #divMainContent
{
	height: 450px;
}
#divMainContentInner {padding-left:12px;}
*html #divMainContentInner {padding-left:6px;}
.watermark
{
	color:#999;
}

/* General Classes */
.boxContainer
{
	background-color: #DEDEDE;
}

.fadeOut
{
	position:absolute; 
	left:50%;
    top: 300px;
    width: 400px;
    margin-left:-200px;
    height: 40px;
    border: solid 1px #7acb2b;
    text-align: center;
	background-color: #bdf81b;
	padding: 10px;
}

.sidebargraywrapper
{
	padding:15px 0px 0px 15px;
}
.sidebargraywrapper223
{
	padding:15px 0px 0px 0px;
}
.sidebargreenwrapper
{
	padding:15px 0px 15px 0px;
}
.sidebargray, .sidebargrayshort
{
	width: 198px;
	background: url(../images/narrow-gray-box-bg-body.png) no-repeat bottom;
	text-align:center;
	padding-bottom:20px;
}

.sidebargreen
{
	background: url(../images/narrow-green-box-bg-body-223.png) no-repeat bottom;
	width: 223px;
	padding-bottom:20px;
}

.sidebargray h2, .sidebargreen h2, .sidebargrayshort h2
{
	background: url(../images/narrow-gray-box-bg-header.png) no-repeat top;
	color:#fff;
	padding:9px 0px 8px 15px;
	text-align:left;
	margin-bottom:15px;
}

.sidebargreen h2
{
	background: url(../images/narrow-green-box-bg-header-223.png) no-repeat top;
}

.sidebargray223
{
	width: 223px;
	background: url(../images/div-small-gray-body-223.png) no-repeat bottom;
	padding-bottom:20px;
	min-height:330px;
}

.sidebargray223plain
{
	width: 223px;
	background: url(../images/div-small-gray-body-223-plain.png) no-repeat bottom;
	padding-bottom:20px;
}

*html .sidebargray223
{
	height:330px;
}
.sidebargray223 h2, .sidebargray223plain h2
{
	background: url(../images/div-small-gray-header-223.png) no-repeat top;
	color:#fff;
	padding:9px 0px 8px 15px;
	text-align:left;
	margin-bottom:15px;
}

.sidebargray223 ul li
{
	margin-left:10px !important;
}

.sidebargray ul, .sidebargreen ul
{
	margin-left:2px;
}
.sidebargray li
{
	height:110px;
	width:45% !important;
	font-size: 0.8em;
}
.sidebargrayshort li
{
	min-height:40px;
	width:45% !important;
	font-size: 0.8em;
}
*html .sidebargrayshort li
{
	height:40px;
}
.sidebargreen li
{
	
}
.headericon
{
	float:left;	
	padding: 5px 5px 20px 0px;
}
.subheading
{
	font-size:125%;
	font-weight:bold;
}
.firstparagraph
{
	font-size:125%;
}

#h2FoomcardHelp
{
	background:none;
	color:#a7d12f;
	margin:0;
	padding:0;
	text-align:left;
}

a.profilethumblink
{
	border:solid 3px #ccc;
	display:block;
	clear:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px
}

a:hover.profilethumblink
{
	border:solid 3px #01a5ed;
}
/*******************************************/


.PageFooterFloatClear
{
	clear:both;
}
/* Footer */
#divFooter
{
	padding-top: 60px;
	clear:both;
	background-image:url(../images/footerBG.gif);
	background-repeat:no-repeat;
	height:70px;
	font-weight:bold;
}

#divFooterLeft
{
	width:200px;
	float: left;
	margin-left:40px;
	color: #fff;
}

#divFooterRight
{
	float:right;
	padding-right:60px;
}

#divFooterRight a
{
	margin-right:20px;
	color:#fff;
	text-decoration:none;
}
/* End Footer */

/* Modal Popups */
.Modal
{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-image:url(../images/semitransparentbg.gif);
	z-index:4999 !important;
}

.AbusePopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
}
.modalBackground
{
	height:100%;
	width:100%;
	background-image:url(../images/semitransparentbg.gif);
	z-index:4999 !important;
}

*html .modalBackground /* fixes layout bug in IE6 which off centres the popup */
{
	width:300px;
}

.modalPopup 
{
	text-align:left;
	background-color:#fff;
	border: solid 5px #a7d12f;
	padding:0px 10px;
	width:270px;
	z-index: 100000 !important;
}

.modalPopupGhost, .modalPopupSC
{
	text-align:left;
	border: solid 5px #a7d12f;
	padding:10px 10px 0px 160px;
	width:300px;
	background: #fff url(../images/ghost_large.png) no-repeat 5px 15px;
}
.modalPopupSC
{
	background: #fff url(../images/what-is-sc-bg.png) no-repeat 5px 15px;
}
.modalPopupGhost p, .modalPopupSC p
{
	padding: 10px 0px;
}
.popupnarrow
{
	width:220px;
}

.popupRemoveSC
{
	width:330px;
}

.modalPopup p
{
	margin:30px 0px 10px;
}

.modalPopup textarea
{
	margin:0px 0px 30px;
	width:198px;
	height: 80px;
	border: solid 1px #626262;
}
.WhatAsAGhostLink
{
	color:#01a5ed;
}

.CenterVertically
{
    vertical-align:middle;
}
/* This is a a fix for a Firefox bug which prevents the flashing cursor appearing
in the textbox in a modal popup */
.TextBoxWrapper
{
	overflow:scroll-y;
	width:202px;
}
/* sets the width of the search box in Firefox */
.modalPopup .RadComboBox_Default2006 .rcbInputCell input
{
	width:198px; 
	border: 0;
	width:190px
}
.GroupSelectorInputWrapper
{
	border: solid 1px #626262;
	width:198px;
}

/***** Search Results *****/
#ctl00_ctl00_cphParent_cphMain_ResultsGrid, #ctl00_ctl00_cphParent_cphMain_ResultsGrid td
{
	border:0;
}

#ctl00_ctl00_cphParent_cphMain_ResultsGrid
{
	width:677px;
}

#divSearchResultsHeader
{
	background-image: url(../Images/search-results-top.gif);
	background-repeat:no-repeat;
	height:10px;
}
.SelectedSearchItem
{
	background-color:#a7d12f;
}

.SearchItemRow
{
	background-color:#ddd;
}

td.SearchSelect 
{
	vertical-align:middle;
}

.SearchItemRowAlt
{
	background-color:#ebebeb;
}

div.ProfileResultsPhoto
{
	float:left;
	width:90px;
	text-align:center;
}
.ProfileResultsDetailsList
{
	list-style-type:circle;
	list-style-position:inside;
	float:left;
}
*html .claimvirtualprofilegrid
{
	margin-top:-5px;
}
ul.ProfileResultsDetailsList li
{
	width:450px;
}

#divSearchResultsFooter
{
	background-image: url(../Images/search-results-bottom.gif);
	background-repeat:no-repeat;
	height:50px;
}
#divSearchResultsFooterInner
{
	padding-left:360px;
	padding-top:15px;
}

#divSearchResultsFooterRadioButtons
{
	float:left;	
	padding-top:10px;
	margin-right:30px
}
/* Latest Members */
.resultslistwrapper
{
	margin:15px 0px;
	overflow:auto;
	background-image:url(../images/div-search-results-top.gif);
	background-repeat:no-repeat;
	width:700px;
	padding-top:10px;
	clear:both;
}


.resultslist
{
	background-image:url(../images/div-search-results-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#dedede;
	width:700px;
	overflow:auto;
	min-height:50px;
}
*html .resultslist
{
	height:50px;
	overflow:visible;
}

.resultslistwrapperhalfpage
{
	margin:15px 0px;
	overflow:auto;
	background-image:url(../images/div-group-members-half-top.gif);
	background-repeat:no-repeat;
	width:435px;
	padding-top:10px;
	clear:both;
}


.resultslisthalfpage
{
	background-image:url(../images/div-group-members-half-bot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#dedede;
	width:435px;
	overflow:auto;
	min-height:50px;
}

.ulResultsList
{
	margin-left:13px;
}
.liResultsList
{
	float:left;
	width:122px;
	text-align:center;
	margin:5px;
	font-size:0.8em;
	height:120px;
}

.liResultsListHalfPage
{
	float:left;
	width:93px;
	text-align:center;
	margin:4px;
	font-size:0.8em;
	height:120px;
}

.liResultsList img
{
	border: solid 3px #fff !important;
}
/* latest Groups List */

#ulLatestMOs
{
	
}
#divMOWrapper
{
	
}


#h3MissedOps
{
	font-size:1em;
	color:#666;
	padding:0px 0px 15px;
	margin:0;
}
.LatestMoItem, .LatestMoItemAlt
{
	padding:5px 0px;
	margin-bottom:10px;
	clear:left;
}
.LatestMoItem a, .LatestMoItemAlt a
{
	background:url(../images/double-blue-arrow-bullet.png) no-repeat 0px 3px;
	padding-left:20px;
	color:#01a5ed;
	display:block;
	padding-bottom:5px
}
.MOListWrapper
{
	padding:0px 10px;
}
.divAddNewMO
{
	text-align:center;
}
.divWhatIsMO
{
	text-align:center;
	padding-bottom:15px;
	background: url(../images/help.png) no-repeat 10px 3px;
	padding:6px 0px 0px 20px;
	height:30px;
	margin-top:15px;
}
.divWhatIsMO a, .pWhatIsMO a
{
	color:#01a5ed;
}
.pWhatIsMO
{
	background: url(../images/help.png) no-repeat 0px 3px;
	padding:0px 0px 0px 30px;
	margin-top:6px;
	width:120px;
}

#h5CreateMO
{
	font-weight:bold;
	padding-bottom: 15px;
}
.ulCreateMO li
{
	padding-bottom: 15px;
}
.MoTextbox 
{
	width: 200px; 
	border:solid 1px #626262;
}
.ulCreateMO div.RadComboBox_Default2006 table .rcbInputCell, 
.ulCreateMO div.RadComboBox_Default2006 table .rcbArrowCell 
{
	height: 20px;
	line-height: 11px; 
	border:solid 1px #626262;
	padding:0px;
	margin-left:1px;
	
}

.ulCreateMO div.RadComboBox_Default2006 table .rcbInputCell input 
{
	height:20px;  
	border:0;
	font-size:11px; 
	padding:0px;
	width:200px;
}

.groupselector div.RadComboBox_Default2006 table .rcbInputCell input 
{
	height:18px;  
	border:0;
	font-size:11px; 
	padding:0px;
	width:160px;
}
/*
.blankMOli
{
	background-color:#ddd;
}
*/
/* Sidebar boxes*/
.SidebarTop
{
	margin-top:15px;
	background-image:url(../images/sidebar-box-top.gif);
	background-repeat:no-repeat;
	padding:13px 15px;
	background-color:#ddd;
}

.SidebarBottom
{
	background-image:url(../images/sidebar-box-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:40px;
	width:215px;
}

.SidebarInner
{
	padding:0px 0px 0px 15px;
	background-color:#ddd;
	width:200px;
}
.OkButton
{
	float:left;
	margin: 15px 4px 0px 0px;
}
*html .OkButton
{
	float:left;
	margin:15px 0px 0px 0px;
}


/* Sidebar Postit Boxes */
.PostitBox
{
	background: url(../images/postit-body.png) no-repeat bottom;
	margin-top:15px;
}

.PostitBox h2
{
	background: url(../images/postit-header.png) no-repeat top;
	padding:10px 15px;
	color:#000;
	font-size:1.4em;
}

.PostitBox224
{
	background: url(../images/postit224-body.png) no-repeat bottom;
	margin-top:15px;
	padding-bottom:15px;
}

.PostitBox224 h2
{
	background: url(../images/postit224-header.png) no-repeat top;
	padding:10px 15px;
	color:#000;
	font-size:1.4em;
}

.PostitBox h3
{
	padding:0px 15px;
	font-size:1.1em;
	color:#000;
}

.PostitBox p, .PostitBox224 p
{
	padding:0px 15px 20px;
	color:#000;
	line-height:1.5em;
}

.PostitBox ul li
{
	padding:0px 15px 15px;
	color:#000;
}

