/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
	font-family: Arial !important;
	text-align: left !important;
	overflow-y: scroll;
}

img { 
	-ms-interpolation-mode: bicubic; 
}

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-size: 10pt;
    color: #FFFFFF;
    font-family: Arial;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* style for module titles */
.Head   {
    font-family: Arial;
    font-size: 20px;
    font-weight: normal;
    color: #333333; 
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.NewTitle{
    font-family: Arial;
    font-size:  12px;
    font-weight:    bold;
    color: blue;
}

.DesTitle{
	 font-family: Arial 
     font-style: italic 
	 font-weight: normal	
	 color: black 
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial;
		/*color:red;*/
		color:#444444;
    font-size: 12px;
    font-weight: normal;
}

.Normal2
{
    font-family: Arial;
		/*color:red;*/
		color:#444444;
    font-size: 11px;
    font-weight: normal;
}


/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_EditItem
{
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Pager
{
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */

H1  {
    font-family: Arial;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Arial;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Arial;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Arial;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Arial;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
	font-family:Arial;
	color: #3B85BC;
}

A:visited   {
    text-decoration:none;
		font-family: Arial;
    color:  #3B85BC;
}

A:active    {
    text-decoration:    none;
		font-family: Arial;
    color:3B85BC;
}

A:hover {
    text-decoration:    underline;
		font-family: Arial;
    color:#3B85BC;
}

SMALL   {
    font-size:  10px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


/*
UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
*/

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	/*font-weight: bold; */
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;

}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	float : center;

}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
	border-left:#FFFFFF 0px solid;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	
}

.ModuleTitle_RootMenuArrow {

	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	vertical-align: middle;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	text-align: left;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #fff !important; 
	font-family: Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	border-left: white 0px solid;
	background-color: #066c95;
	vertical-align: middle;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
/*
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
*/
    display: none; 
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.PagingTable {
    height: 33px;
}

.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditOverClassML
{	
	cursor: pointer;	
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}
#cpfooter{
height:0px !important;
margin-top:-5px !important;
}
#dnn_ctr466_UsersOnline_pnlMembership td{
  width:auto !important;
}
#dnn_ctr466_UsersOnline_pnlUsersOnline td{
  width:auto !important;
}
#dnn_ContentPane #cpmain{
	/* padding-left:14px !important; */
	padding-bottom:0px !important;
}

.event_highlight {
	background-color: #EEE;
}

.event_highlight img {
	vertical-align: middle;
}

#footer-box td {
	text-align: center;
}



/* Global News */

.Grey, .da_body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

.list li {
	border-bottom: none !important;
}

#categories {
	margin-top: 3em;
}

.news-menu {
	margin-bottom: 2em;
	padding-left: 12px;
	color: #000;
	line-height: 1.2em;
}

.news-menu ul {
	margin: 0;
}

.listing-title {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #333; 
	margin-bottom: .5em;
}

.listing-summary {
	padding-bottom: .5em; 
	border-bottom: solid 1px #DDD;
}

p.listing-summary-text {
	margin: 0;
	font-size: 12px;
}

.listing-summary-image {
	vertical-align: top;
	padding-right: .8em;
}


.da_body {
	line-height: 1.5em;
}

.news-info {
	color: #646464;
	margin-top: 1em;
}

.news-info-left {
	width: 50%;
	float: left;
}

.news-info-right {
	width: 45%;
	float: right;
	text-align: right;
}

.news-info-right a, .news-info-right a:active, .news-info-right a:visited, .news-info-right a:hover {
	color: #646464;
	text-decoration: none;
}

.news-info-right img {
	vertical-align: middle;
}

.news-text {
	margin-top: 1em;
}

.news-title {
	color: #333;
}

#search_container img {
	vertical-align: top;
}

.news-post td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0;
}

td.news-image {
	width: 115px;
}

.itm-image img {
	border: solid 1px #DDD;
}

#search_container {
	text-align: right;
}

#news-heading {
	font-size: 17px;
	color: #111;
	border-bottom: solid 2px #555;
	margin: 0 0 1em 1px;
}

#news-subheading  {
	width: 100%;
}

#news-dateline {
	font-size: 12px;
	color: #777;
	width: 50%;
	float: left;
	margin-top: 2px;
}

#news-buttons {
	width: 49%;
	float: right;
	text-align: right;
	margin-top: -1px;
}

#news-buttons a, #news-buttons a:active, #news-buttons a:hover {
	font-size: 12px;
	color: #777;
	text-decoration: none;
}

#news-buttons img {
	vertical-align: middle;
}

#buttons {
	margin: 0;
	padding: 0;
}

#buttons li {
	display: inline;
	padding-left: 10px;
}

#news-body {
	clear: both;
	margin-top: 2.5em;
}

.news-section {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	clear: both;
	margin-top: 1.5em;
}

.news-resources, .news-resources ul {
	padding-left: 30px;
	margin-top: 4px;
	margin-bottom: 0;
	list-style-type: disc;
}

.news-resources li {
	font-size: 12px;
	line-height: 16px;
}

.news-more {
	font-size: 12px;
	padding-left: 1em;
	margin-top: 3px;
	clear: both;
}

.news-more img {
	vertical-align: middle;
}

.archive-2012 {
	display: none !important;
}

/* Resources / videos */

.related-resource-graphic {
	margin-top: .5em;
	margin-bottom: .5em;
}

.related-videos {
	list-style-type: none;
	padding: 0;
}

.list-wrapper {
	list-style-type: none;
	padding: 0;
}

.list-wrapper li {
	margin-bottom: 1em;
}

[ng\:cloak], [ng-cloak], .ng-cloak{
	display:none !important
}

/* ItM source logo */

img.source-logo {
	float: left; 
	width: 100px; 
	height: 100px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	border: solid 1px #DDD;
}



/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{
	outline:0;
	-moz-box-shadow: 0 0 15px 7px #777;
	-webkit-box-shadow: 0 0 15px 7px #777;
	box-shadow: 0 0 15px 7px #777;
}

    #cboxBottomCenter{height:34px; background-color: #E6E5E5}
    #cboxContent{
		background:#fff; 
		overflow:visible;
	}
	
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
		
        #cboxLoadedContent{
			padding: 1em;
			margin-bottom:7px;
			font-family: Arial, sans-serif;
			text-align: left !important;
		}
		
		#cboxLoadedContent h3 {
			margin: 0 0 7px 0;
			font-size: 20px;
			font-weight: bold;
			color: #111;
		}
		
        #cboxLoadingOverlay{background-color: #FFF;}
        #cboxLoadingGraphic{background:url(/colorbox/images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-27px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-27px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-31px; background:url(/colorbox/images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:4px; background-position: -51px -27px;}
        #cboxPrevious:hover{background-position:-51px -2px;}
        #cboxNext{left:31px; background-position:-77px -27px;}
        #cboxNext:hover{background-position:-77px -2px;}
        #cboxClose{right:4px; background-position:-100px -27px;}
        #cboxClose:hover{background-position:-100px -2px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-127px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -27px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-127px 0px;}



/* Home Rotators */

.Rotator_Default td {
	text-align: center;
}

#sponsorsRotator {
	width: 258px;
	height: 130px;
}

#sponsorsRotator img {
	margin-top: 10px;
}


/* Tables */

.row-odd td {
	background-color: #f5f5f5;
}

.row-even td {
	background-color: #FFF;
}

table.SDTable {
	width: 100%;
	border-spacing: 1;
}

.SDTable td {
	padding: 1px;
}

.SDTable img {
	vertical-align: middle;
}

table.tbl-with-row-spacing td {
	padding-bottom: 1.5em;
}

/* Building statuses */

.status-COM {
	background-color: #6ca0d6 !important;
}

.status-UCT {
	background-color: #60ccb5 !important;
}

.status-UC {
	background-color: #D8F547 !important;
}

.status-OH {
	background-color: #FF7A7A !important;
}

.status-NC {
	background-color: #8a719a !important;
}

.status-PRO {
	background-color: #A1885D !important;
}

.status-DEM {
	background-color: #E0E0E0 !important;
}

.status-VIS {
	background-color: #F5DBAE !important;
}

/* SD Styles */

.hidden {
	display: none;
}

.title-strong {
	font-size: 20px;
	font-weight: bold;
	color: #111;
}

.title-medium {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: .5em;
}

.title-mid {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: .7em 0 .5em 0;
	clear: both;
}

.title-section {
	font-size: 14px;
	color: #333;
	margin-bottom: 1em;
}

.title-small{
	font-size: 12px;
	color: #333;
	margin-bottom: 1em;
}

#cptitle {
	margin-left: 0 !important;
}

.list-horz {
	margin: 0;
	padding: 0;
}

.list-horz  li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.chapterList {
	list-style-type: none;
	font-size: 12px;
	padding-left: 0;
}

.chapterList ul {
	list-style-type: none;
	padding-left: 1em;
}

ul.csv { list-style: none; margin: 0; padding: 0; display: inline; }
ul.csv li { display: inline; }
ul.csv li:after { content: ","; }
ul.csv li:last-child:after { content: ""; }

.muted {
	color: #777;
}

.container:after {
  content: '';
  display: table;
  clear: both;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10 {
	float: left;
}

.span1 {
	width: 10%;
}

.span2 {
	width: 20%;
}

.span3 {
	width: 30%;
}

.span4 {
	width: 40%;
}

.span5 {
	width: 50%;
}

.span6 {
	width: 60%;
}

.span7 {
	width: 70%;
}

.span8 {
	width: 80%;
}

.span9 {
	width: 90%;
}

.span10 {
	width: 100%;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}



.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333 !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}



/* Data Tables */

table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid #DCDCDC;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid #DCDCDC;
	font-weight: bold;
}

table.dataTable td {
	padding: 3px 10px;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #f5f5f5; }
table.dataTable tr.even { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #DCDCDC; }
table.dataTable tr.odd td.sorting_2 { background-color: #DCDCDC; }
table.dataTable tr.odd td.sorting_3 { background-color: #DCDCDC; }
table.dataTable tr.even td.sorting_1 { background-color: #f0f0f0; }
table.dataTable tr.even td.sorting_2 { background-color: #f0f0f0; }
table.dataTable tr.even td.sorting_3 { background-color: #f0f0f0; }

.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}

.dataTables_length {
	float: left;
}

.dataTables_filter {
	float: right;
	text-align: right;
	width: 49%;
	display: none;
}

.dataTables_leftFilter {
	float: left;
	width: 49%;
	margin-bottom: 1em;
}

.dataTables_info {
	clear: both;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url('/images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('/images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('/images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('/images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('/images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('/images/forward_disabled.png') no-repeat top right; }

.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #99B3FF;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.sorting { background: url('/images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('/images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('/images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('/images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('/images/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}

.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.table-col-left {
	float: left;
	width: 74px;
}

.table-col-right {
	float: right;
}



/* Tooltips */

#powerTip {
	cursor: default;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 6px;
	color: #fff;
	display: none;
	padding: 10px;
	position: absolute;
	z-index: 2147483647;
	font-family: Arial, sans-serif;
	font-size: 12px;
	max-width: 300px;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #333;
	border-right: 10px solid rgba(0, 0, 0, 0.8);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #333;
	border-left: 10px solid rgba(0, 0, 0, 0.8);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

/* Org members list */
.boldField {
	font-weight: bold;
}

/* members rotator */

#sponsorsRotator img {
	box-shadow: 0em 0em 0em #000;
}

/* Building image tooltips */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
	padding: 0;
}

/* Tabs */

.etabs > li > a:hover,
.etabs > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
  -moz-border-radius: 4px 4px 0 0; 
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.etabs { margin: 0 0 1em 0; padding: 0; border-bottom: solid 1px #ddd; }
.tab { display: inline-block; zoom:1; *display:inline; position: relative; top: 1px; font-weight: bold }
.tab a { font-size: 12px; line-height: 1.5em; display: block; padding: 3px 12px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab .active { background: #fff !important; padding-top: 3px; padding-bottom: 3px; border: solid 1px #ddd; border-bottom: solid 1px #fff; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
.tab .active a { color: #444; text-decoration: none }

.tab-container .panel-container { 
	background: #fff; 
	padding-top: 10px;
	padding-top: 14px\9;
}

.tab-loading {
	float: right;
	display: none;
}

/* Thumbnails */

.SDRow {
	clear: both;
	overflow: hidden;
}

.thumbnail {
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

.thumbnail img {
	width: 100%;
	height: auto;
	margin-bottom: .5em;
}

.award-recipient {
	width: 125px;
}

.award-recipient:nth-child(4n+1), .award-category:nth-child(5n+1) {
	clear: both;
}

.award-category {
	width: 100px;
	margin-right: 10px;
}

/* Map */

.repsDisplayBox {
	position: absolute;
	background-color: #fff;
	padding: 1em;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	line-height: 1.2em;
}

.repsDisplayBox .title {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.link-office a {
	color: #DA2328;
}

/* people gallery */

.person-container {
	width: 130px;
	float: left;
	height: 240px;
	margin-right: 1em;
	text-align: center;
}

.staff-container {
	width: 130px;
	float: left;
	height: 220px;
	margin-right: 1em;
	text-align: center;
}

.person-picture {
	margin-bottom: .5em;
}

.person-name {
	font-size: 12px;
}

.person-description {
	font-size: 11px;
}

.role-present {
	font-weight: bold;
}

.role-previous, .role-previous-visible {
	font-weight: normal;
}

/* conference gallery */

.conference-container {
    width: 130px;
    float: left;
    height: 240px;
    margin-right: 1em;
    text-align: center;
}

/* grid of items */

.grid-item-container {
	width: 135px;
	float: left;
	height: 200px;
	margin-right: 10px;
	text-align: center;
}

/* labels */

.label {
	display: inline;
	padding: .2em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label-highlight {
	background-color: #0074BE;
}