/* 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;
}
/* 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('http://www.pmalink.org/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:#AF2900;
	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:5px 0px 20px 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, 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_Style1 .ContentPanelText,
.ContentPanel_Style2,
.ContentPanel_Style2 .ContentPanelText,
.ContentPanel_Style3,
.ContentPanel_Style3 .ContentPanelText,
.ContentPanel_Style4,
.ContentPanel_Style4 .ContentPanelText,
.ContentPanel_Style5,
.ContentPanel_Style5 .ContentPanelText
{
	background-color:#A6B4C1;
	color:Black;
	vertical-align:top;
}
.ContentPanel_Style1 .ContentPanelHead,
.ContentPanel_Style2 .ContentPanelHead,
.ContentPanel_Style3 .ContentPanelHead,
.ContentPanel_Style4 .ContentPanelHead,
.ContentPanel_Style5 .ContentPanelHead
{
	background-color:#3E6389;
}
.ContentPanel_Style1 a,
.ContentPanel_Style2 a,
.ContentPanel_Style3 a,
.ContentPanel_Style4 a,
.ContentPanel_Style5 a
{
	color:Black;
}

.ContentPanelHead
{
	color:White;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	padding:0px 15px 0px 15px;
}
.ContentPanelHead .MoreLink
{
	float:right;
	font-weight:normal;
	font-size:11px;
}
.ContentPanelHead .MoreLink a
{
	color:White;
}

.ContentPanelText
{
	font-size:11px;
	padding:15px 15px 5px 15px;
}
.ContentPanelText p
{
	margin:0px;
	padding-bottom:10px;
}

.ContentPanelVscroll li
{
	font-size:11px;
	padding:0px 15px 10px 15px;
}

.datagrid1 td
{
	font-size:11px;
	padding:0px;
	border-bottom:solid 1px White;
	height:28px;
}

.datagrid1 tr.header td
{
	padding:5px;
	font-weight:bold;
	color:White;
	background-color:#3E6389;
	border-top:solid 1px White;
	border-bottom:solid 1px White;
}
.datagrid1 tr.header a
{
	text-decoration:underline;
	color:White;
}
.datagrid1 tr.header a:hover
{
	text-decoration:underline;
	color:White;
}

.datagrid1 tr.item td
{
	padding:5px;
	background-color:#F0F0F0;
}

.datagrid1 tr.altitem td
{
	padding:5px;
	background-color:#E0E0E0;
}

.datagrid1 tr.delitem td 
{
	padding:5px;
	background-color:#FF8888;
	border-bottom:solid 1px White;
}

.FormTable1 textarea
{
	width:100%;
}

.FormTable1 th
{
	background-color:#C9D9E9;
	color:#597592;
	height:28px;
	padding:0px 3px 0px 6px;
	text-align:left;
}

.FormTable1 td
{
	padding:5px 3px 5px 3px;
	text-align:left;
	
}

.LatestNewsItemDate
{
	display:block;
	font-weight:bold;
}

.MediaEditTable td
{
	border-bottom:dashed 1px #cccccc;
}
.MediaEditTable tr.selected td
{
	background-color:#ffffcc;
}

.NewestMemberItemLink
{
	display:block;
	font-weight:bold;
}

.PhotoMatte
{
	text-align:center;
}
.PhotoMatte img
{
	border:solid 1px Black;
}

/* Begin Public Menu Style */
.RadMenu_YMPublic .link
{
	font-size:11px;
	text-decoration:none;
}
.RadMenu_YMPublic .link:hover,
.RadMenu_YMPublic .focused,
.RadMenu_YMPublic .expanded
{
	text-decoration:none;
}

/*	Main Menu */
.RadMenu_YMPublic .rootGroup .item
{
	width:170px;
}
.RadMenu_YMPublic .rootGroup .link
{
	border-top-style:solid;
	border-top-width:1px;
	margin-left:7px;
	padding:4px 0px 4px 6px;
}

/*	Fly-out Menu */
.RadMenu_YMPublic .group
{
}
.RadMenu_YMPublic .group .item
{
	/*width:120px;*/
}
.RadMenu_YMPublic .group .link
{
	border:none 0px;
	font-weight:normal;
	margin-left:0px;
	padding:1px 3px 2px 3px;
	text-align:left;
}

.RadMenu_YMPublic .expandLeft,
.RadMenu_YMPublic .expandRight
{
	margin-right:3px;
}

.RadMenu_YMPublic .first .link
{
	border-top:none 0px !important;
}
/* End Public Menu Style */

.RestrictedAccessText
{
	font-size:11px;
	text-align:left;
}
.RestrictedAccessText a
{
	font-weight:bold;
}

.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:#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:#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;
}

.specialcontent
{
	background-color:#f0f0f0;
}

.tiny
{
	font-size:10px;
}

.underline
{
	border-bottom:dashed 1px #cccccc;
}

.white
{
	color:White;
}
/* 3: END */

/* 4. COMMON DOCUMENT OBJECTS */
#CenterColumn
{
	vertical-align:top;
	width:606px;
}

#Copyright
{
	font-size:11px;
	padding-top:20px;
	text-align:center;
}
#Copyright a
{
	color:#90A1B1;
}

#FeaturedMembers
{
	font-size:11px;
	margin-bottom:16px;
}

#FeaturedMembers .ContentPanelText
{
	padding-bottom:15px;
	padding-top:4px;
}

#FeaturedMembers img
{
	/*border:1px solid Black;*/
	margin:2px 4px 0px 0px;
}
#FeaturedMembers a
{
	clear:both;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:8px 0px 6px 0px;
}

#Head
{
}

#LeftRail1
{
	padding-right:0px;
	vertical-align:top;
}

#LeftRail2
{
	width:170px;
}

#LeftRailContentArea
{
}

#LoginForm
{
	font-weight:bold;
}

#LoginFormOrProfileNav {}
#LoginFormOrProfileNav a
{
	font-weight:bold;
}

#PageBody
{
	background-color:#002950;
	color:White;
}

#PageContainer
{
	width:975px;
}

#PrintPage img
{
	margin:5px 4px 0px 0px;
}

#QuickSearch
{
	background-color:#D8D6D7;
	color:#424041;
	padding:0px 4px 7px 4px;
}

#QuickSearchHead
{
	font-size:14px;
	padding:7px 0px 3px 0px;
}

#QuickSearchForm
{
	margin:0px 1px 0px 1px;
}
#QuickSearchForm input
{
	color:#989697;
	margin:3px 0px 3px 0px;
	width:160px;
}

#QuickSearchSubmit
{
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
}

#RightRail1
{
	padding-left:0px;
	vertical-align:top;
}

#RightRail2
{
	width:198px;
}

#RightRailContentArea
{
}

/*#Surveys
{
	margin:30px 20px 0px 20px;
}
#Surveys a,
#Surveys td
{
	color:White;
}
#Surveys table
{
	width:144px
}*/

#Toolbar
{
	color:#90A1B1;
	float:right;
	font-size:11px;
	line-height:26px;
	text-align:right;
	vertical-align:bottom;
}
#Toolbar a
{
	color:#90A1B1;
}

/* 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 */
#Foot
{
	/*border-top:solid 17px #5E81A6;*/
}

#LoginFormOrProfileNav
{
}
/* 4: END */

/* 5. PAGE-SPECIFIC DOCUMENT OBJECTS */
#SpContent
{
	background-color:White;
	height:440px;
	width:100%;
}

#SpContent_Container
{
	padding:16px 16px 16px 16px;
	vertical-align:top;
}

#SpMain {}

#SpNavBar
{
	color:#C7DFF5;
	background-color:#5E81A6;
	font-size:11px;
	height:30px;
	line-height:24px;
	padding:2px 2px 2px 2px;
}
#SpNavBar a
{
	color:#C7DFF5;
	display:block;
	float:left;
	padding:2px 10px 0px 10px;
}
#SpNavBar a:hover
{
	background-color:#A0BAD4;
	color:#3E6389;
	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
{
	width:100%;
}

#SpTitleBar
{
	background-color:#3E6389;
	color:White;
	font-size:18px;
	height:50px;
	padding:0px 8px 0px 8px;
}

#SpTopNav
{
	color:#90A1B1;
	float:right;
	font-size:11px;
	line-height:26px;
	text-align:right;
	vertical-align:bottom;
}
#SpTopNav a
{
	color:#90A1B1;
}

/* 5. END */

 /* 1: BASIC ELEMENTS */

a {	color:#012C3F;}
a:hover {color:#BDA066; text-decoration:underline;}

/* 1: END */

/* 2. SPECIAL PURPOSE AND TEMPLATE CLASSES */

/*  Profile/ Sign-In Area*/ 
.ContentPanel_Style1,
.ContentPanel_Style1 .ContentPanelText {  background:#CFE046 url('http://www.pmalink.org/graphics/sign_in_bottom_bg.gif') no-repeat bottom; color:#000; margin-bottom:10px;}
.ContentPanel_Style1 .ContentPanelHead { background:#CFE046 url('http://www.pmalink.org/graphics/sign_in_bg.gif') no-repeat; color:#000; padding-top:0;  font-size:14px; font-weight:bold;}
.ContentPanel_Style1 a { color:#666; text-decoration:none; }
.ContentPanel_Style1 a:hover { color:#666; text-decoration:underline;}

/* Calendar or Latest News*/ 
.ContentPanel_Style2,
.ContentPanel_Style2 .ContentPanelText { background:#fff url('http://www.pmalink.org/graphics/blue_bottom_bg.gif') no-repeat bottom; color:#000;}
.ContentPanel_Style2 .ContentPanelHead { background:#69AFE2 url('http://www.pmalink.org/graphics/blue_bg.gif') no-repeat; color:#000; padding-top:0;  font-size:14px; font-weight:bold;}
.ContentPanel_Style2 a { color:#666; text-decoration:none; }
.ContentPanel_Style2 a:hover { color:#666; text-decoration:underline;} 

.ContentPanel_Style2 .morelink a {color:#000; font-size:9px;}
.ContentPanel_Style2 .morelink a:hover {color:#000; text-decoration:underline;}


/* Events */
.ContentPanel_Style3,
.ContentPanel_Style3 .ContentPanelText { background:#fff url('http://www.pmalink.org/graphics/blue_bottom_bg.gif') no-repeat bottom; color:#000;}
.ContentPanel_Style3 .ContentPanelHead { background:#69AFE2 url('http://www.pmalink.org/graphics/blue_bg.gif') no-repeat; color:#000; padding-top:0; font-size:14px; font-weight:bold;}
.ContentPanel_Style3 a { color:#666; text-decoration:none; }
.ContentPanel_Style3 a:hover { color:#666; text-decoration:underline;} 

.ContentPanel_Style3 .morelink a {color:#000; font-size:9px;}
.ContentPanel_Style3 .morelink a:hover {color:#000; text-decoration:underline;}

/* Surveys */
.ContentPanel_Style4,
.ContentPanel_Style4 .ContentPanelText { background:#fff; color:#000;}
.ContentPanel_Style4 .ContentPanelHead { background:#CFE046; color:#000; padding-top:0; font-size:14px; font-weight:bold;}
.ContentPanel_Style4 a { color:#666; text-decoration:none; }
.ContentPanel_Style4 a:hover { color:#666; text-decoration:underline;}  


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* Feature Members or Stratic Partners */
.ContentPanel_Style5,
.ContentPanel_Style5 .ContentPanelText { background:#fff; color:#666;}
.ContentPanel_Style5 .ContentPanelHead { background:#CFE046; color:#000; padding-top:0; font-size:14px; font-weight:bold;}
.ContentPanel_Style5 a { color:#000; text-decoration:none; }
.ContentPanel_Style5 a:hover { color:#000; text-decoration:underline;} 

#FeaturedMembers img {padding-right:7px;}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* Links/ Headers for: Career Postings, My Groups, Pages */
.datagrid1 tr.header td { 
	background:#fff;
	border-bottom:1px solid #e2e4ed;
	color:#012C3F; 
	font-size:10px; 
	font-weight:bold;
	text-transform:uppercase;
	height:30px;}
	
.datagrid1 tr.header a { color:#fff; text-decoration:none; text-transform:uppercase; font-size:9px; padding:7px 4px 7px 4px;}
.datagrid1 tr.header a:hover {
	text-decoration:underline;
	text-transform:uppercase;
	font-size:9px;
	padding:7px 4px 7px 4px;
	color:#74654F;
	background:#fff;}

/* Use Member Featuers bkg for this area: BKG color under the following member pages: 
My Groups, Preferences, Under formtable Headers, My Career Postings,  */
.datagrid1 tr.item td { background-color:#eeeeee;}

/* Use Calendar bkg for this area: Preferences other bkg color block with-in content*/
.datagrid1 tr.altitem td {	background-color:#fff; }

/* Edit My Profile, Blog */
.FormTable1 th {
	background:#fff;
	border-bottom:1px solid #e5e5e5;
	color:#666;
	font-size:10px; 
	font-weight:bold;
	text-transform:uppercase;}

/* Header Blocks for the following pages: My Personal Page, Message Center, */
.ViewTable1 th { 
	background:#fff;
	border-bottom:1px solid #e5e5e5;
	color:#666;
	font-size:10px; 
	font-weight:bold;
	text-transform:uppercase;}

.ViewTable1 th a{ color:#012C3F; font-size:9px; text-decoration:underline;} 
.ViewTable1 th a:hover{ color:#012C3F; font-size:9px; text-decoration:none;} 

/* 3. GENERAL CLASSES AND OVERRIDES */

.ViewTable1 h2{color:#012C3F;}

.formbutton {
	background-color:#062C43;
	color:#fff;
	padding:0 5px 0 5px;}

.main {background-color:#eeeeee;}
.calloutbox {background-color:#eeeeee; border:0 none;}
.small {color:#74654F;}

/* Visit a group homepage area */
#classyears .main {background:#eeeeee; border:1px soild #666; }
#classyears .bigyear {background:#eeeeee; }


#FeatureSlides {margin-top:15px}
/* 3: END */

/* 4. COMMON DOCUMENT OBJECTS */

#Copyright {height:10px; vertical-align:top;}
#Copyright a {color:#002C3F;}
#Copyright a:hover {color:#002C3F; text-decoration:underline;}

#FeaturedMembers { /*color:#95BCE0; */ margin-top:1px; }

#FeaturedMembers img {/* border:solid 1px Black; */}
#FeaturedMembers a {/* color:White; */}

#LatestNews { margin-bottom:1px;}


#LeftRail1{	
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	vertical-align:top; 
	border-right:0px solid #fff;}

#LeftRail2 {width:186px;}

#LeftRailContentArea{}

/*#RightRail1 { border-left:2px solid #fff; padding-right:0; vertical-align:top; }
#RightRail2 { width:198px; padding:0 0 0 0; margin:0 0 0 0;}*/

#RightRail1{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	vertical-align:top;
	border-left:0px solid #fff;}

#RightRail2 { width:198px; }

#RightRailContentArea{}

#LoginFormOrProfileNav {margin-bottom:0; line-height:1.5em;}
/* #LoginFormOrProfileNav {margin-bottom:0; margin-top:0;} */

#PageBody {background:#fff url('http://www.pmalink.org/graphics/bkg-patt-main.gif') repeat-x;}

body, input, select, textarea, td, th {      
      font-family: arial,Helvetica,sans-serif; 
      color:#666;
      font-size:12px;
	  margin:0px;
	  }

#PageContainer { margin:0px auto; background-color:#ffffff; width:990px; margin-top:21px; padding:0px;}

#CenterColumn{width:606px; background:#fff url('http://www.pmalink.org/graphics/center_bg.gif') repeat-x;} 

/* Quick Search Area */
#QuickSearch {background:#CFE046; margin-bottom:0px; padding-bottom:0px; }
#QuickSearchHead {color:#000; font-size:9px; }
#QuickSearchSubmit {color:#7E7F60;}
#QuickSearchForm {}
#QuickSearchForm input { color:#7E7F60;}

#Surveys {}

#UpcomingEvents { margin-bottom:1px; }

/* Begin Public Menu Style
	Main Menu */
#RadMenu1 {display:none;}
#radmenu {display:none;}
.radmenu {display:none;}
#LeftRailNav{display:none;}
	
.RadMenu_YMPublic .rootGroup .item { background-color:#F8F5F0; height:30px; display:none;}

.RadMenu_YMPublic .rootGroup .link{
	color:#958247; 
	padding:7px 0 5px 4px; 
	font-family:arial,Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:10px;
	text-transform: uppercase;
	border-top: 0px; 
	border-bottom: solid 1px #E1DAC9;
	display:none;
	}
	
.RadMenu_YMPublic .rootGroup .link:hover,
.RadMenu_YMPublic .rootGroup .focused,
.RadMenu_YMPublic .rootGroup .expanded {
	background-color:#F8F5F0;  
	color:#74654F;
	display:none;}

/*	Fly-out Menu */
.RadMenu_YMPublic .group{	background-color:#AC9F77; height:30px;
display:none;}

.RadMenu_YMPublic .group .link{
	padding:7px 10px 5px 15px; 
	font-family:arial,Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:10px;
	color:#958247; 
	text-transform: uppercase;
	border-top:none;
	display:none;}

.RadMenu_YMPublic .group .link:hover,
.RadMenu_YMPublic .group .focused,
.RadMenu_YMPublic .group .expanded { background-color:#F8F5F0; color:#74654F;
display:none;}
	
/* End Public Menu Style */




/*#Surveys a,
#Surveys td
{
	color:White;
}*/
/* 4: END */

/* 5. PAGE-SPECIFIC DOCUMENT OBJECTS */
#HpWelcome { background:#fff;}
#HpWelcome h2 {color:#012C3F; background:#fff url('http://www.pmalink.org/graphics/hp_title_bg.gif') no-repeat; width:564px; height:35px; padding:8 0 0 10; display:none;}

/* Center of the pages top Header*/
#SpTitleBar {font-size:18px; padding-left:15px; font-weight:bold; background:#fff url('http://www.pmalink.org/graphics/sp_title_bg.gif') no-repeat; color:#000;}

/* Center of the pages "under Header" - navigation for members */
#SpNavBar { background-color:#fff; color:#002C3F; }
#SpNavBar a { color:#002C3F; font-size:10px; font-weight:bold; text-transform: uppercase; padding: 0 2px 0 6px;}
#SpNavBar a:hover { background-color:#fff; color:#000; text-decoration:underline; }

/* Center of the pages "under SPNav" - Navigation for admins */
.AdminMenu {background-color:#990000; color:#fff;}

/* #SpMain { margin-left:2px;}

#SpTopNav { color:#011628;}
#SpTopNav a { color:#fff;} */

#toolbar {padding-right:5px;  margin:0; color:#DDDAD1;}
#toolbar a {color:#012C3F; padding:0px 5px 0 5px; height:30px;}
#toolbar a:hover {color:#012C3F; text-decoration:underline; padding:0px 5px 0 5px; height:30px;}

#Toolbar_bg{ background:#fff url('http://www.pmalink.org/graphics/bkg-patt-toolbar.gif') no-repeat; height:30px; overflow:hidden;}
/* 5. END */


/* CLIENT-DEFINED STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
#content-holder {
	width: 565px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
#content-holder .two-columns {
	width: 265px;
	float: left;
	margin-right: 0px;
	margin-left: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content-holder .clearboth {
	clear: both;
}



.eventmenu {
	margin-bottom: 10px;
	text-align: center;
	padding-top: 3px;
	background-color: #6CAEE0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-bottom: 3px;
	color: #0C2334;
	font-weight: bold;
}

.eventbody h1 {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #002C3F;
}

.eventbody .nopad {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.eventbody h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 15px;
}
.eventbody h3 {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 0px;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px;
}

.eventbody p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.eventbody ul {
	margin-top: 5px;
	margin-bottom: 2px;
}


.eventbody .header {
	background-color: #CCCCCC;
}
.eventbody .highlights {
	background-color: #BBE3FF;
}
.eventbody .highlights-session {

	background-color: #D0FCB4;
}
.eventbody .joinnow a:link{
	color: #FFFFFF;
	background-color: #CC6600;
	padding: 2px;
	text-decoration: none;
	font-size: 10px;
}
#left-menu {
	width: 186px;
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/bg-left-menu.jpg);
	background-repeat: no-repeat;
	height: 496px;
	margin-bottom: 20px;
}

.left-pod {
	width: 186px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.left-pod .left-pod-top {
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/bg-pod-left-top.jpg);
	background-repeat: no-repeat;
	color: #000000;
	height: 28px;
}
.left-pod .left-pod-top .header {
	font-size: 13px;
	padding-top: 5px;
	padding-left: 5px;
	color: #002C3F;
	font-weight: bold;
}

.left-pod .left-pod-content {
	padding: 5px;
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/bg-pod-left-mid.jpg);
	background-repeat: repeat-y;
}
.left-pod .left-pod-bottom {
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/bg-pod-left-bottom.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
.left-pod .left-pod-content h1 {
	font-size: 13px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 3px;
	color: #333333;
	display: block;
}
.left-pod .left-pod-content .description {
	display: block;
	font-size: 9px;
	line-height: 12px;
	width: 85px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 85px;
}
.left-pod .left-pod-content .image {
	display: block;
	padding: 5px;
	float: left;
}

.right-pod {
	width: 198px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.social {
	width: 198px;
	margin-bottom: 15px;
}
.social img {
	margin-right: 4px;
	margin-left: 9px;
}


.right-pod .right-pod-top {
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/bg-pod-right-top.jpg);
	background-repeat: no-repeat;
	color: #000000;
	height: 28px;
}
.right-pod .right-pod-top .header {
	font-size: 13px;
	padding-top: 5px;
	padding-left: 5px;
	color: #002C3F;
	font-weight: bold;
}

.right-pod .right-pod-content {
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/bg-pod-right-mid.jpg);
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.right-pod .right-pod-bottom {
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/bg-pod-right-bottom.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
.right-pod .right-pod-content h1 {
	font-size: 12px;
	color: #002C3F;
	line-height: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: normal;
}
.right-pod .right-pod-content p {
	padding-top: 0px;
	font-size: 10px;
	line-height: 13px;
	padding-bottom: 2px;
	margin-top: -1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #666666;
}
.right-pod .right-pod-content a:link {
	color: #EF8B3D;
	font-weight: bold;
}


.center-pod {
	width: 563px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.center-pod .center-pod-top {
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/bg-pod-center-top.gif);
	background-repeat: no-repeat;
	color: #000000;
	height: 11px;
}

.center-pod .center-pod-content {
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/bg-pod-center-top.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-top: 0px;
	background-color: #6BAEDF;
}
.center-pod .center-pod-content p {
	color: #002C3F;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 14px;
	font-size: 11px;
}

.center-pod .center-pod-bottom {
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/bg-pod-center-bottom.gif);
	background-repeat: no-repeat;
	height: 11px;
}
.center-pod .center-pod-content h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.center-pod .center-pod-content .welcome {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}





#footer {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#footer #footer-menu {
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/bg-footer-menu.jpg);
	background-repeat: no-repeat;
	height: 34px;
	text-align: center;
}
#footer #footer-credits {
	text-align: center;
	font-size: 10px;
	color: #999999;
}
#LoginForm .small {
	width: 165px;
	height: 19px;
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/form-login-input.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#LoginForm p {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
}
#content-holder .two-columns h1, #content-holder .one-column h1 {

	font-size: 14px;
	line-height: 19px;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #002C3F;
}
#content-holder .one-column {
	margin: 5px;
}

/* Navigation*/
/*Footer*/
#nav-footer {
	display: block;
	height: 26px;
	width: 453px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
}
#nav-footer li {
	display: block;
	float: left;
}
#nav-footer li a {
	display: block;
	background-image: url(http://www.pmalink.org/resource/resmgr/Images/menu-footer.jpg);
	background-repeat: no-repeat;
	height: 26px;
	text-indent: -9000px;
}

.nav-footer-home a:link, .nav-footer-home a:visited {
	background-position: 0px 0px;
	width: 61px;
}
.nav-footer-about a:link, .nav-footer-about a:visited {
	background-position: -61px 0px;
	width: 61px;
}
.nav-footer-events a:link, .nav-footer-events a:visited {
	background-position: -122px 0px;
	width: 66px;
}

.nav-footer-enewsletter a:link, .nav-footer-enewsletter a:visited {
	background-position: -188px 0px;
	width: 106px;
}

.nav-footer-jobbank a:link, .nav-footer-jobbank a:visited {
	background-position: -294px 0px;
	width: 85px;
}

.nav-footer-contact a:link, .nav-footer-contact a:visited {
	background-position: -379px 0px;
	width: 74px;
}

#left-menu #left-nav {
	margin-left: 5px;
}
.eventbody ol {

	margin-top: 5px;
	margin-bottom: 2px;
}
td #SpTitleBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #002C3F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
}
.eventbody .image-left {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.eventbody .image-right {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}#content-holder a:link, #content-holder a:visited {
	color: #0C2334;
}

#search-section .search-form-table {
	width: 500px;
	border: 0px;
}
#search-section .search-form-table td {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.search-form-table select {
	width: 250px;
}
.search-form-table input {
	width: 250px;
}
.search-form-table .formbutton {
	width: 75px;
}
.search-form-table .headerform {
	font-weight: bold;
	text-align: right;
}
.eventbody .h1small-link {
	font-size: 12px;
	font-weight: normal;
}



