/* 1: BASIC ELEMENTS */
/* 1: END */

/* 2. SPECIAL PURPOSE AND TEMPLATE CLASSES */
.CustomFormTable td,
.CustomFormTable th
{
	padding:5px 3px 5px 3px;
	text-align:left;
}

.CustomFormTable td.break
{
	height:20px;
}

.CustomFormTable th
{
	background-color:Transparent;
	font-weight:bold;
	line-height:21px;
	vertical-align:top;
}

.CustomFormTable th div,
.CustomFormTable th span
{
	line-height:13px;
}

.CustomFormTable th.center
{
	text-align:center;
}

.DotNetPager
{
	font-weight:bold;
}
.DotNetPager a
{
	font-weight:normal;
	text-decoration:underline;
}
.DotNetPager td
{
	padding-top:15px;
}

.FormTable1 td.label
{
	font-weight:bold;
}
.FormTable1 div
{
	font-weight:normal;
	text-align:left;
}

.ForumAttachments
{
	border:1px solid #CCCCCC;
	clear:both;
	padding:0px 4px 8px 4px;
}
.ForumAttachments div.ForumAttachmentFile,
.ForumAttachments div.ForumAttachmentImg
{
	margin:8px 4px 0px 4px;
	vertical-align:top;
}
.ForumAttachments div.ForumAttachmentImg,
.ForumAttachments div input
{
	float:left;
}

.ForumTopicScore label,
.ForumTopicScore .ScoreControl
{
	display:block;
	float:left;
}
.ForumTopicScore label
{
	margin:4px 0px 13px 0px;
}
.ForumTopicScore .ScoreControl
{
	margin:2px 0px 13px 0px;
}
.ForumTopicScore .ScoreControl .ScoreControl_reset
{
	margin-left:2px;
}

.MemberControlPanel
{
	float:left;
	width:49.9%;
	height:80px;
}
.MemberControlPanel_Container,
.MemberControlPanel_Container:hover
{
	display:block;
	text-decoration:none;
	padding:8px 8px 10px 8px;
}
.MemberControlPanel_Container:hover
{
	background-color:#eee;
}
.MemberControlPanel_Divider
{
	border-top:dotted 1px #ccc;
	padding-top:16px;
}
.MemberControlPanel_Image
{
	border:0px none;
	display:inline-block;
	margin-right:8px;
}
.MemberControlPanel_Title
{
	font-size:14px;
}
.MemberControlPanel_Description
{
	line-height:14px;
}

.MicroBlog td
{
border-bottom: 1px dashed #dddddd;
}
.MicroBlog td .MicroBlog_FirstPost
{
font-size: 16px;
}

.ordinalPositioner
{
	width:46px;
}

.ordinalPositioner .ordinalPositionerL
{
	float:left;
}
.ordinalPositioner .ordinalPositionerL input
{
	border-width:1px;
	font-size:12px;
	height:22px;
	padding-top:2px;
	text-align:center;
	width:30px;
}

.ordinalPositioner .ordinalPositionerR
{
	float:right;
}
.ordinalPositioner .ordinalPositionerR input
{
	height:10px;
	width:11px;
}

.ScoreControl_bias
{
	color:Gray;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
	vertical-align:top;
	width:30px;
}

.ScoreControl_biasUp { color:Green }
.ScoreControl_biasDn { color:Red }

.SearchItemSynopsis
{
	color:#555555;
	padding:6px 0px 6px 0px;
}
.SearchItemSynopsis .HitHighlight
{
	background-color:#FFFFAA;
	color:#000000;
}

.TabBar
{
	border-bottom:1px solid #dddddd;
}
.TabBar a
{
	display:block;
	font-size:14px;
	text-align:center;
	padding:3px 8px 2px 8px;
}
.TabBar div
{
	float:left;
	margin-right:2px;
}
.TabBar div a
{
	background-color:#eeeeee;
	color:#aaaaaa;
}
.TabBar div a:hover
{
	background-color:#cccccc;
	color:White;
	text-decoration:none;
}
.TabBar div.activeTab
{
	border-bottom:0px none;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-left:1px solid #dddddd;
	margin-bottom:-1px;
}
.TabBar div.activeTab a,
.TabBar div.activeTab a:hover
{
	background-color:#ffffff;
	color:#333333;
	padding-top:2px;
	padding-bottom:3px;
}
.TabBar div.clearBottom
{
	clear:both;
	display:block;
	float:none;
}
/* 2: END */

/* 3. GENERAL CLASSES AND OVERRIDES */
.ComboBox
{
	border:solid 1px #cccccc;
}
.ComboBoxList
{
	background-color:White;
	overflow:auto;
	white-space:nowrap;
}
.ComboBoxList input
{
	margin-bottom:0px;
}

.ComboBoxListItem
{
	font-size:11px;
	height:20px;
	line-height:20px;
}

div.ContributedContent
{
	overflow:auto;
	overflow-x:auto;
	overflow-y:visible;
	width:564px;
}

input.disabled
{
	background-color:#dddddd;
}

ul.fixedpad
{
	margin:5px 5px 0px 5px;
	padding-left:15px;
}

.FacebookProfilePhoto
{
	margin:2px 0px 2px 0px;
}

.ForumAttached
{
	font-size:11px;
	padding:0px 0px 0px 0px;
	font-style:italic;
	font-weight:bold;
	
}

.ForumBody
{
	border-top:dashed 1px #ccc;
	padding:10px 0px 20px 0px;
}
.ForumQuote
{
	border:1px solid #666;
	padding:5px 5px 5px 5px
}

.ForumSignature
{
	font-size:11px;
	padding:8px 0px 8px 0px;
	font-style:italic;
	
}

.ForumSubject
{
	font-size:11px;
	padding:0px 0px 10px 0px;
	
}

.HitHighlight
{
	background-color:Yellow;
	color:Black;
}

.lineitem td
{
	border-bottom:dashed 1px #ccc;
	padding:8px 0px 8px 0px;
}

.RTE_ResMgrLink
{
	background:#D0D4DD;
	padding:4px;
	text-align:right;
}

.ScrollBox
{
	overflow:auto;
}

.invoice {
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
.invoice th {
	background-color: #cccccc;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
.invoice td {
	border-left: 1px #000000 solid;
}
.invoice td.lined {
	border-top: 1px #000000 solid;
}
/* 3: END */

/* 4. COMMON DOCUMENT OBJECTS */
#ContextualHelp
{
	margin:9px 0px 0px 9px;
}

#FormErrors ul
{
	margin:5px;
	padding-left:15px;
}


#SearchDialogBody
{
	white-space:nowrap;
}

#SearchDialogForm_bst
{
	height:21px;
	width:190px;
}

#SearchDialogForm_btnSubmit
{
	height:21px;
	margin-left:5px;
	width:60px;
}

#SpNavBarSub div.bd
{
	padding-left:0px;
	padding-right:0px;
}
#SpNavBarSub div.bd a,
#SpNavBarSub div.bd a:hover,
#SpNavBarSub div.bd label
{
	background-color:transparent;
	background-image:none;
	clear:both;
	color:#545465;
	display:block;
	line-height:22px;
	padding:0px 10px 0px 10px;
	text-decoration:none;
}
#SpNavBarSub div.bd a {}
#SpNavBarSub div.bd a:hover
{
	background-color:#797986;
	color:White;
}
#SpNavBarSub div.bd a img
{
	margin:2px 5px 2px 0px;
}
#SpNavBarSub div.bd #MoreMenuCustomPages
{
	border-top:1px dashed #797986;
	margin-top:10px;
	padding-top:8px;
}
#SpNavBarSub div.bd #MoreMenuCustomPages a
{
	overflow:hidden;
	padding-bottom:1px;
	padding-top:2px;
	white-space:nowrap;
}

#TopAlertBar
{
	background:#FAEB86;
	border-bottom:solid 1px #915131;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#TopAlertBar a
{
	color:#CC0000;
	text-decoration:none;
}
#TopAlertBar a:hover
{
	color:#CC0000;
	text-decoration:underline;
}

#TopAlertBarText
{
	color:Black;
	height:20px;
	font-size:11px;
	line-height:20px;
	text-align:center;
	overflow:hidden;
	padding:0px 6px 0px 6px;
}

#TopToolBar
{
	background:#E9E9E9 url('/global_graphics/TopToolBar_bg.gif') repeat-x;
	border-bottom:1px solid #4c6175;
	width:100%;
	position:absolute;
	left:0;
}
#TopToolBar a
{
	border-right:1px solid #cdd1d6;
	color:Black;
	padding:6px 6px 7px 6px;
	text-decoration:none;
	white-space:nowrap;
}
#TopToolBar a:hover
{
	background-color:#F2F6F9;
	color:Black;
}

#TopToolBar label
{
	padding:6px 8px 7px 0px;
	border-right:1px solid #cdd1d6;
}

#TopToolBarText
{
	color:#6b849d;
	height:24px;
	font-size:11px;
	line-height:23px;
	overflow:hidden;
	padding:0px 6px 0px 6px;
	text-align:left;
}
/* 4: END */

/* 5. PAGE-SPECIFIC DOCUMENT OBJECTS */
#CustomPageBody
{
	overflow:auto;
	overflow-x:auto;
	overflow-y:visible;
	width:574px;
}

#MediaGallery
{
	width:100%;
}

#MediaGallery td
{
	border:solid 2px #eeeeee;
	background-color:#eeeeee;
	height:100px;
	text-align:left;
	vertical-align:top;
	width:33%;
}
#MediaGallery td.placeholder
{
	background-color:Transparent;
}
#MediaGallery td.selected
{
	border-color:Red;
}

#MediaGallery td a.slideshow
{
	display:block;
	float:right;
}

#MediaGallery td div.photo
{
	margin:8px;
}

#MediaGallery td div.selectPhoto
{
	float:right;
}

#PageBase_RaiseAlert
{
	text-align:left;
}

#PhotoCaption
{
	font-style:italic;
	text-align:left;
}

#PhotoMain
{
	overflow:hidden;
	width:552px;
}

#PhotoMatte
{
	background:#eeeeee;
	padding:10px;
}

#PhotoNav
{
	background:#eeeeee;
	padding:5px 0px 5px 0px;
	width:110px;
}
#PhotoNav div
{
	margin:0px 5px 0px 5px;
}
#PhotoNav #PhotoNext
{
	line-height:18px;
	margin-top:5px;
	text-align:right;
}
#PhotoNav #PhotoPrev
{
	line-height:18px;
	margin-bottom:5px;
	text-align:left;
}
#PhotoNav .NoPhoto
{
	border:solid 1px #cccccc;
	color:#aaaaaa;
	padding:18px 0px 17px 0px;
	text-align:center;
}
/* 5: END */

/*	Begin Calendar Popup Styles */

.Style1_cpContainer
	{
	position:absolute;
	visibility:hidden;
	background-color:#f5f5f5;
	layer-background-color:#f5f5f5;
	}
.Style1_cpYearNavigation,
.Style1_cpMonthNavigation
	{
	background-color:#DDDDDD;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#444444;
	font-weight:normal;
	}
.Style1_cpDayColumnHeader,
.Style1_cpYearNavigation,
.Style1_cpMonthNavigation,
.Style1_cpCurrentMonthDate,
.Style1_cpCurrentMonthDateDisabled,
.Style1_cpOtherMonthDate,
.Style1_cpOtherMonthDateDisabled,
.Style1_cpCurrentDate,
.Style1_cpCurrentDateDisabled,
.Style1_cpTodayText,
.Style1_cpTodayTextDisabled,
.Style1_cpText
	{
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	}
TD.Style1_cpDayColumnHeader
	{
	text-align:right;
	border:solid thin #CCCCCC;
	border-width:0 0 1 0;
	}
.Style1_cpCurrentMonthDate,
.Style1_cpOtherMonthDate,
.Style1_cpCurrentDate
	{
	text-align:right;
	text-decoration:none;
	}
.Style1_cpCurrentMonthDateDisabled,
.Style1_cpOtherMonthDateDisabled,
.Style1_cpCurrentDateDisabled
	{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
	}
.Style1_cpCurrentMonthDate A
.Style1_cpCurrentMonthDate A:active,
.Style1_cpCurrentMonthDate A:hover,
.Style1_cpCurrentMonthDate A:link,
.Style1_cpCurrentMonthDate A:visited
	{
	color:#000000;
	font-weight:normal;
	}
.Style1_cpCurrentDate
	{
	color:#000000;
	font-weight:bold;
	}
.Style1_cpOtherMonthDate A,
.Style1_cpOtherMonthDate A:active,
.Style1_cpOtherMonthDate A:hover,
.Style1_cpOtherMonthDate A:link,
.Style1_cpOtherMonthDate A:visited
	{
	color:#999999;
	}
TD.Style1_cpCurrentDate
	{
	background-color:White;
	border:solid 1px #444444;
	}
TD.Style1_cpCurrentDate A
TD.Style1_cpCurrentDate A:active,
TD.Style1_cpCurrentDate A:hover,
TD.Style1_cpCurrentDate A:link,
TD.Style1_cpCurrentDate A:visited
	{
		color:#000000;
	}
TD.Style1_cpCurrentDateDisabled
	{
	border-width:1;
	border:solid thin #FFAAAA;
	}
TD.Style1_cpTodayText,
TD.Style1_cpTodayTextDisabled
	{
	border:solid thin #CCCCCC;
	border-width:1 0 0 0;
	}
A.Style1_cpTodayText,
SPAN.Style1_cpTodayTextDisabled
	{
	height:20px;
	}
A.Style1_cpTodayText,
A:active.Style1_cpTodayText,
A:hover.Style1_cpTodayText,
A:link.Style1_cpTodayText,
A:visited.Style1_cpTodayText
	{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
	text-transform:uppercase;
	}
SPAN.Style1_cpTodayTextDisabled
	{
	color:#D0D0D0;
	}
.Style1_cpBorder
	{
	}
			
/*	End Calendar Popup Styles */


/* 1: BASIC ELEMENTS */
a
{
	color:#165486;
	text-decoration:none;
}
a img
{
	border:none 0px Transparent;
}
a:hover
{
	text-decoration:underline;
}
a.redalert,
a.redalert:hover
{
	color:#cc0000;
	text-decoration:underline;
}

body
{
	margin:20px 0px 46px 0px;
}
body, input, select, textarea, td, th, optgroup, option
{
	color:Black;
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

form
{
	margin:0px 0px 0px 0px;
}

h1, h2, h3, p
{
	margin:0px 0px 10px 0px;
}

h1
{
	font-size:15px;
	font-weight:bold;
}

h2,
.subhead
{
	font-size:15px;
	font-weight:bold;
}

h3
{
	font-size:13px;
	font-weight:bold;
}

input, select, textarea
{
	border-color:#dddddd;
	border-width:1px;
	font-weight:normal;
}
input, textarea
{
	padding-left:2px;
	padding-right:2px;
}

sup
{
	font-family:verdana,ms serif,serif;
	line-height:0px;
	font-size:10px;
	font-weight:normal;
}

/* 1: END */

/* 2. SPECIAL PURPOSE AND TEMPLATE CLASSES */
.GroupAdminMenu optgroup
{
	color:#990000;
}

.GroupAdminMenu option
{
	color:Black;
}

.AdminMenu
{
	background-color:#990000;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:2px 7px 2px 7px;
}
.AdminMenu a
{
	color:#ffffcc;
}	

.ContentPanel_Style1,
.ContentPanel_Style2,
.ContentPanel_Style3
{
	vertical-align:top;
}

.ContentPanel_Style1
{
	background-color:#BCCDDB;
}
.ContentPanel_Style1 .ContentPanelHead
{
	background-color:#BCCDDB;
	color:#4A6E8D;
}
.ContentPanel_Style1 .ContentPanelText
{
	color:#354858;
}
.ContentPanel_Style1 a
{
	/*color:Black;*/
}

.ContentPanel_Style2
{
	background-color:#698CAA;
}
.ContentPanel_Style2 .ContentPanelHead
{
	background-color:#698CAA;
	color:White;
}
.ContentPanel_Style2 .ContentPanelText
{
	color:#354858;
}
.ContentPanel_Style2 a
{
	color:#B8D1E6;
}

.ContentPanel_Style3
{
	background-color:#DEE8F1;
}
.ContentPanel_Style3 .ContentPanelHead
{
	background-color:#DEE8F1;
	color:#698CAA;
}
.ContentPanel_Style3 .ContentPanelText
{
	color:#41586B;
}
.ContentPanel_Style3 a
{
	/*color:Black;*/
}

.ContentPanelHead
{
	background-color:#41586B;
	color:White;
	font-size:15px;
	line-height:16px;
	padding:8px 8px 0px 8px;
}
.ContentPanelHead .MoreLink
{
	float:right;
	font-weight:normal;
	font-size:11px;
}
.ContentPanelHead .MoreLink a
{
	color:White;
	text-decoration:underline;
}

.ContentPanelText
{
	font-size:11px;
	margin:15px 15px 5px 15px;
}
.ContentPanelText p
{
	margin:0px;
	padding-bottom:10px;
}

.ContentPanelVscroll li
{
	font-size:11px;
	padding:0px 0px 10px 0px;
}

.datagrid1 td
{
	font-size:11px;
	padding:0px;
	border-bottom:solid 1px White;
	height:28px;
}

.datagrid1 tr.header td
{
	background-color:#41586B;
	/*border-top:solid 1px White;
	border-bottom:solid 1px White;*/
	color:White;
	font-weight:bold;
	padding:5px;
}
.datagrid1 tr.header a
{
	color:White;
	text-decoration:underline;
}
.datagrid1 tr.header a:hover
{
	/*color:White;
	text-decoration:underline;*/
}

.datagrid1 tr.item td
{
	background-color:#DEE8F1;
	padding:5px;
}

.datagrid1 tr.altitem td
{
	background-color:#BCCDDB;
	padding:5px;
}

.datagrid1 tr.edititem td 
{
	background-color:#FFFFCC;
	/*border-bottom:solid 1px White;*/
	padding:5px;
}

.datagrid1 tr.delitem td 
{
	background-color:#FF8888;
	/*border-bottom:solid 1px White;*/
	padding:5px;
}

.FormTable1 textarea
{
	width:100%;
}

.FormTable1 th
{
	background-color:#41586B;
	color:#ffffff;
	height:28px;
	padding:0px 3px 0px 6px;
	text-align:left;
}
.FormTable1 th a
{
	color:#ffffff;
}

.FormTable1 td
{
	padding:5px 3px 5px 3px;
	text-align:left;
}

.LatestNewsItemDate
{
	display:block;
	font-weight:bold;
}

.NewestMemberItemLink
{
	display:block;
	font-weight:bold;
}

.PhotoMatte
{
	text-align:center;
}
.PhotoMatte img
{
	border:solid 1px Black;
}

.ViewTable1 th
{
	background-color:#41586B;
	color:#ffffff;
}
.ViewTable1 th a
{
	color:#ffffff;
}

/* Begin Public Menu Style */
.RadMenu_YMPublic .link
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.RadMenu_YMPublic .link:hover,
.RadMenu_YMPublic .focused,
.RadMenu_YMPublic .expanded
{
	text-decoration:none;
}

/*	Main Menu */
.RadMenu_YMPublic .rootGroup .item
{
	background-color:Black;
}
.RadMenu_YMPublic .rootGroup .link
{
	color:White;
	padding:4px 8px 3px 8px;
}
.RadMenu_YMPublic .rootGroup .link:hover,
.RadMenu_YMPublic .rootGroup .focused,
.RadMenu_YMPublic .rootGroup .expanded
{
	background-color:#004FA0;
	color:White;
}

/*	Fly-out Menu */
.RadMenu_YMPublic .group
{}
.RadMenu_YMPublic .group .item
{
/*	width:170px;*/
}
.RadMenu_YMPublic .group .link
{
/*	background:#f7f7f7;
	color:Black; */
	border:none 0px;
	font-size:11px;
	font-weight:normal;
	margin-left:0px;
	padding:1px 8px 2px 8px;
	text-align:left;
}
.RadMenu_YMPublic .group .link:hover,
.RadMenu_YMPublic .group .focused,
.RadMenu_YMPublic .group .expanded
{
/*	background:Black;
	color:White; */
}

.RadMenu_YMPublic .expandLeft,
.RadMenu_YMPublic .expandRight
{}

.RadMenu_YMPublic .first .link
{}
/* End Public Menu Style */

.RestrictedAccessText
{
	font-size:11px;
	text-align:left;
}
.RestrictedAccessText a
{
	font-weight:bold;
}

.SessionNav
{
	float:right;
	font-size:11px;
	line-height:26px;
	padding-right:5px;
}

.UpcomingEvents_1,
.UpcomingEvents_2
{
	font-size:11px;
	font-weight:bold;
}
.UpcomingEvents_1 a,
.UpcomingEvents_2 a,
.UpcomingEvents_1 .nolink,
.UpcomingEvents_2 .nolink
{
	display:block;
	font-weight:normal;
}

.ViewTable1 textarea
{
	width:100%;
}

.ViewTable1 th
{
	background-color:#C9D9E9;
	color:#597592;
	height:28px;
	padding:0px 3px 0px 6px;
	text-align:left;
}
.ViewTable1 th form
{
	font-weight:normal;
	padding:1px 0px 0px 0px;
}

.ViewTable1 td
{
	padding:5px 3px 5px 3px;
	text-align:left;
	
}

.ViewTable1 tr.noVpad td
{
	padding-bottom:0px;
	padding-top:0px
}

/* 2: END */

/* 3. GENERAL CLASSES AND OVERRIDES */
.big
{
	font-size:14px;
}

.bigger
{
	font-size:16px;
}

.biggest
{
	font-size:17px;
}

.break,
.bigbreak,
.minibreak
{
	clear:both;
}
.break
{
	height:15px;
}
.bigbreak
{
	height:23px;
}
.minibreak
{
	height:8px;
}

.calloutbox
{
	background-color:#f5f5f5;
	border:dashed 1px #ccc;
	padding:10px;
}

.deemphasize
{
	color:#555555;
}

.formbutton
{
	background-color:#12416E;
	color:White;
	font-size:11px;
	height:19px;
	padding:0px 1px 2px 1px;
	vertical-align:bottom;
	width:auto;
}

.infobox
{
	color:Black;
	background-color:#ffffcc;
	border:dashed 1px #FFDE00;
	padding:10px;
}

.noborder
{
	border:none 0px transparent;
}

.normal
{
	font-size:12px;
	font-weight:normal;
}

.redalert
{
	color:#cc0000;
}

.small
{
	font-size:11px;
}

.spacer_1h
{
	font-size:0px;
	height:1px;
	line-height:0px;
}

.spacer_15h
{
	font-size:0px;
	height:15px;
	line-height:0px;
}

.spacer_1v
{
	width:1px;
}

.specialcontent
{
	background-color:#f0f0f0;
}

.tiny
{
	font-size:10px;
}

.underline
{
	border-bottom:dashed 1px #cccccc;
}

.white
{
	color:White;
}
/* 3: END */

/* 4. COMMON DOCUMENT OBJECTS */
#Creative180x80
{
	height:80px;
	width:180px;
}

#FeaturedMembers
{
	font-size:11px;
}
#FeaturedMembers img
{
	border:solid 1px Black;
	margin:2px 12px 0px 0px;
}
#FeaturedMembers a
{
	clear:both;
	display:block;
	font-size:15px;
	font-weight:normal;
	padding:13px 0px 6px 0px;
}

#Foot
{
	background-color:Black;
	font-size:11px;
	padding:2px 0px 2px 0px;
	text-align:center;
}
#Foot,
#Foot a
{
	color:White;
}
#Foot a:hover
{
	text-decoration:underline;
}

#Head
{
	height:88px;
}

#LeftColumn
{
	vertical-align:top;
	width:606px;
}

#LoginForm
{
	font-weight:bold;
}

#LoginFormOrProfileNav
{}
#LoginFormOrProfileNav a
{
	font-weight:bold;
}

#MainMenu
{
	background:Black;
}

#ProfileNavGroupList
{
	margin-left:8px;
}
#ProfileNavGroupList a
{
	font-weight:normal;
}

#PageBody
{
	background-color:#41586B;
	color:White;
}

#PageContainer
{
	background-color:White;
	margin:0px auto;
	width:830px;
}

#PrintPage img
{
	margin:5px 4px 0px 0px;
}

#RightRail
{
	/*background-color:#B9D1E6;*/
	vertical-align:top;
	width:223px;
}

#QuickSearch
{
	background-color:#DEE8F1;
	color:#698CAA;
	height:80px;
	padding:0px 8px 0px 8px;
}

#QuickSearchHead
{
	font-size:15px;
	padding:5px 0px 1px 0px;
}

#QuickSearchForm
{
	height:53px;
}
#QuickSearchForm input
{
	color:#989697;
	margin:3px 0px 3px 0px;
	width:154px;
}

#QuickSearchSubmit
{
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
}

/* 4: END */

/* 1: BASIC ELEMENTS */
/* 1: END */

/* 2. SPECIAL PURPOSE AND TEMPLATE CLASSES */
/* 2: END */

/* 3. GENERAL CLASSES AND OVERRIDES */
/* 3: END */

/* 4. COMMON DOCUMENT OBJECTS */
#FeaturedMembers
{
	margin:0px 8px 0px 8px;
}

#LatestNews
{
	margin-bottom:1px;
}

#Surveys
{
	margin:20px 20px 0px 20px;
}

#UpcomingEvents
{
	margin-bottom:1px;
}
/* 4: END */

/* 5. PAGE-SPECIFIC DOCUMENT OBJECTS */
#SpContent
{
	background-color:White;
	height:600px;
	width:790px;
}

#SpContent_Container
{
	padding:16px;
	vertical-align:top;
}

#SpNavBar
{
	color:#354858;
	background-color:#7F96AA;
	font-size:11px;
	height:30px;
	line-height:24px;
	padding:2px 2px 2px 2px;
}
#SpNavBar a
{
	color:#354858;
	display:block;
	float:left;
	padding:2px 10px 0px 10px;
}
#SpNavBar a:hover
{
	background-color:#BCCDDB;
	color:#354858;
	text-decoration:none;
}
#SpNavBar form
{
	float:left;
	padding:1px 6px 0px 6px;
}
#SpNavBar form select
{
	font-size:11px;
}
#SpNavBar img
{
	margin:3px 3px 4px 0px;
}

#SpPopup_Container
{
	background-color:White;
	height:100%;
	text-align:center;
	vertical-align:top;
}

#SpSubHead
{
	height:80px;
	width:830px;
}

#SpTitleBar
{
	background-color:#59738A;
	color:White;
	font-size:18px;
	height:50px;
	width:830px;
	padding:0px 8px 0px 8px;
}

#SpTopNav
{
	background-color:#41586B;
}
#SpTopNav,
#SpTopNav a
{
	color:White;
}
#SpTopNav a:hover
{
	text-decoration:underline;
}

/* 5. END */

/* 1: BASIC ELEMENTS */
a {color:#295596; text-decoration:none;}
a:hover {color:#295596; text-decoration:underline;}

/* 1: END */

/* 2. SPECIAL PURPOSE AND TEMPLATE CLASSES */
.ContentPanel_Style1
{ background-color:#c8b799; color:#584011; }
	
.ContentPanel_Style1 .ContentPanelHead { 
	background-color:#c8b799; 
	color:#584011; 
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:25px; 
	text-transform:uppercase; 
	}
.ContentPanel_Style1 .ContentPanelText { background-color:#c8b799; color:#584011; text-decoration:none;  }
.ContentPanel_Style1 a {color:#584011; text-decoration:none; font-size:11px; }
.ContentPanel_Style1 a:hover {color:#584011; text-decoration:underline; }

#LoginFormOrProfileNav {line-height:1.5em;}

.ContentPanel_Style2 {	background-color:#c8b799; border-left:1px solid #c8b799;}
.ContentPanel_Style2 .ContentPanelHead {
	background-color:#c8b799; 
	color:#584011; 
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
	height:25px; 
	text-transform:uppercase; 
	}
.ContentPanel_Style2 .ContentPanelText { color:#000;}
.ContentPanel_Style2 a { color:#584011; text-decoration:none;}
.ContentPanel_Style2 a:hover { color:#584011; text-decoration:underline; }

.ContentPanel_Style2 .ContentPanelHead .MoreLink a { color:#584011; text-decoration:none; font-size:9px;}
.ContentPanel_Style2 .ContentPanelHead .MoreLink a:hover { color:#584011; text-decoration:underline; }

/* MO 01-07 Templates ::: Latest News ?  */
.ContentPanel_Style3 { background-color:#a48755; }
.ContentPanel_Style3 .ContentPanelHead {
	background-color:#a48755; /*border-bottom:1px solid #fff;*/ 
	color:#584011; 
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:25px; 
	text-transform:uppercase; 
	}
.ContentPanel_Style3 .ContentPanelText { color:#000; font-size:11px; font-weight:bold;}
.ContentPanel_Style3 a { color:#fff; font-weight:normal; text-decoration:underline;}
.ContentPanel_Style3 a:hover { color:#fff; font-weight:normal; text-decoration:underline;}

.ContentPanel_Style3 .ContentPanelHead .MoreLink a { color:#fff; text-decoration:none;font-size:9px; }
.ContentPanel_Style3 .ContentPanelHead .MoreLink a:hover { color:#fff; text-decoration:underline; }

#FeaturedMembers {border-top:2px solid #a48755; background-color:#fff; color:#000;}

#FeaturedMembers a { color:#584011; text-decoration:none; }
#FeaturedMembers a:hover { color:#584011; text-decoration:underline; }

#FeaturedMembers img { border:1px solid #000;}

.datagrid1 tr.header td { background-color:#c8b799; color:#584011; }

.datagrid1 tr.header a { color:#584011; text-decoration:underline; }
.datagrid1 tr.header a:hover { color:#584011; text-decoration:none; }

.datagrid1 tr.item td { background-color:#fff; color:#000; }
.datagrid1 tr.altitem td { background-color:#ddd2c0; color:#584011; }

.FormTable1 th { background-color:#c8b799; color:#584011; }
.FormTable1 td {color:#000;}	
.FormTable1 th a { color:#584011; text-decoration:underline;}
.FormTable1 th a:hover { color:#584011; text-decoration:underline;}

.HpModule_Head { /*background: url('/graphics/module_bg.gif');
	background-repeat:repeat-x;*/
	background-color:#ddd2c0;
	color:White;
	font-size:11px; 
	text-transform:uppercase; 
	color:#000; 
	}

.HpModule_More,
.HpModule_More a {color:#584011; text-decoration:underline;}
.HpModule_More a:hover {color:#584011; text-decoration:none;}

.HpModule_Text { color:#000;}

.HpModule_Text a {color:#584011;}
.HpModule_Text a:hover {color:#584011; text-decoration:underline;}


.ViewTable1 td {color:#000;}
.ViewTable1 th{ background-color:#c8b799; color:#584011;}
	
.ViewTable1 th a {color:#584011; text-decoration:underline; }
.ViewTable1 th a:hover {color:#584011; text-decoration:none;}

/* 2: END */

/* 3. GENERAL CLASSES AND OVERRIDES */
.calloutbox { background-color:#eee; border:dashed 1px #000;}

.formbutton
{   background-color:#000;
	color:White;
	padding-left:15px; padding-right:15px;}

/* Contact page --- box*/
.specialContent { background-color:#eee2cf;}

/* Border around photo on personal page */
.PhotoMatte img{ border:1px solid #000; padding:10px;}
/* 3: END */

/* 4. COMMON DOCUMENT OBJECTS */
#Foot { background-color:#ddd2c0; /*background:url('/graphics/footer.gif');*/ height:20px; padding-left:25px;}
#Foot,#Foot a {	color:#295596; text-decoration:none; text-align:left;}
#Foot a:hover {	color:#295596; text-decoration:underline; text-align:left;}


/* CUSTOM HEADER........................................................................................... */
#Head { /*float:left;*/ background-color:#855f1c; width:830px; height:74px; padding:0; margin:0; overflow:hidden;}
/*........................................................................................... */

#MainMenu {
	/*border-bottom:1px dotted #eee; 
	border-top:1px dotted #eee;*/ 
	background-color:#000;   
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	height:25px;
	}

#PageBody {background:#ddd2c0 url('http://www.marketingcommunities.org/graphics/bkg-patt-main.gif') repeat-x top;}

body, input, select, textarea, td, th {      
      font-family: Arial,Helvetica,Verdana,sans-serif; 
      color:#000; 
      font-size:12px;
	  /*line-height:1.25em;*/}


#QuickSearchHead {font-size:10px; text-transform:uppercase; color:#584011;}
#QuickSearch {background-color:#ddd2c0; color:#584011;}
#QuickSearchForm input { color:#000;} 
#QuickSearchSubmit { color:#584011; }

/* Begin Public Menu Style
	Main Menu */

 
.RadMenu_YMPublic .rootGroup .item { /*border-bottom:1px dotted #eee; border-top:1px dotted #eee;*/ padding:3px 5px 3px 5px; /*background:url('/graphics/bkg-patt-mainMenu.gif') repeat-x;*/}
.RadMenu_YMPublic .rootGroup .link { color:#fff; border-bottom:3px solid transparent; padding:0;}

.RadMenu_YMPublic .rootGroup .link:hover,
.RadMenu_YMPublic .rootGroup .focused,
.RadMenu_YMPublic .rootGroup .expanded {background-color:#000000; color:#fff; border-bottom:3px solid transparent;}

/*	Fly-out Menu */
.RadMenu_YMPublic .group
{}
.RadMenu_YMPublic .group .link { background-color:#000; color:#fff;  padding:3px 5px 3px 5px; border-bottom:1px dotted #eee; width:150px;}
	
.RadMenu_YMPublic .group .link:hover,
.RadMenu_YMPublic .group .focused,
.RadMenu_YMPublic .group .expanded { background-color:#666666; padding:3px 5px 3px 5px; color:#fff; border-bottom:1px dotted #eee;  width:150px;}

/* End Public Menu Style */

#LeftColumn {border-left:1px solid #fff;}

#RightRail {background-color:#fff; color:#000;}

 

/* 4: END */

/* 5. PAGE-SPECIFIC DOCUMENT OBJECTS */
#Hp_HSpacer { background-color:#fff;}

#HpFeature { background-color:#000000; border-right:1px solid #fff; }

#HpFeatureNav{	border-top:solid 1px #fff;}
#HpFeatureNav,
#HpFeatureNav a { color:#fff; text-transform:uppercase; font-size:10px;}
#HpFeatureNav a:hover {color:#666; text-transform:uppercase; text-decoration:underline;} 

#HpModule_Head1,SpSubHead
#HpModule_Head2 {
	/*background: url('/graphics/module_bg.gif');
	background-repeat:repeat-x;*/
	background-color:#ddd2c0;
	color:#000;
	border-right:solid 1px White;}

#HpModule_Text1,
#HpModule_Text2 { border-right:1px solid #c8b799;}

#HpWelcome { background-color:#fff;}

#HpWelcome_Title { background-color:#a48755; color:#fff; font-weight:bold;}
#HpWelcome_Text { background-color:#fff; color:#000; border-top:solid 1px #fff; border-left:1px solid #fff; border-bottom:1px solid #fff;}

#SpContent_Container { color:#000; /*border-left:1px solid #eae6ff;*/}
#SpContent_Container h2 { color:#0472c1; }
.infobox{ border:dashed 1px #51acee; background-color:#f8f5e5;}


#SpNavBar {	color:#fff; background-color:#fff; }
#SpNavBar a {color:#584011; text-decoration:none;}
#SpNavBar a:hover{ color:#584011; background-color:#fff; text-decoration:underline;}

#SpTitleBar {/*padding-bottom:61px;*/ color:#fff; /*height:142px;*/ height:80px; width:830px; background-color:#a48755; /*background:#a48755 url('/graphics/DMAnc606-61.gif') no-repeat bottom left;*/ }

#SpTopNav {background-color:#855f1c; padding:0;}

#SpTopNav,
#SpTopNav a {color:#fff; text-decoration:none;}
#SpTopNav a:hover {	color:#fff; text-decoration:underline;}

/* 5. END */

