﻿/* Styles for the Microsites Admin */
.DesignSelected
{
	padding: 3px 3px 3px 3px; 
	background: red;
}
.DesignNotSelected
{
	padding: 3px 3px 3px 3px; 
	background: white;
}
.ArticleTitle
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.4em; 
	COLOR: #003ca0; 
}
.ArticleByLine
{
	FONT-SIZE: 85%; 
	COLOR: #808080; 
}
.NavigationItem
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.0em; 
	COLOR: #003ca0; 
}
.NavigationTitle
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 1.1em; 
	COLOR: #CD6601; 
}
.Toolbar
{
	background-image: url(images/microsites/toolbar_bkgd.jpg);
	height: 21px;
	vertical-align: middle;
	padding-top: 4px;
}
.ToolbarButton, .ToolbarButton:link, .ToolbarButton:visited, .ToolbarButton:hover
{
	height: 21px;
	color: Black;
	text-decoration: none;
	margin: 1px 2px 1px 2px;
	padding: 1px 1px 1px 1px;
}

.ToolbarButtonOver, .ToolbarButtonOver:link, .ToolbarButtonOver:visited, .ToolbarButtonOver:hover
{
	height: 21px;
	border: solid 1px black;
	color: Black;
	text-decoration: none;
	margin: 0px 1px 0px 1px;
	background-color: #FFB25C;
	padding: 2px 1px 2px 1px;
}
.SelectedItem
{
	color: White;
	background-color: Blue;
}

/* Dashboard */
#dashboardtopcontent { clear: both; }
#dashboardrightcontent { float: right; width:19.23em; *width:18.77em; text-align: center;}   
#dashboardleftcontent { float: left; width: 35.38em; *width: 34.53em;}
#dashboardbottomcontent { clear: both; }
#dashboardquickaddcontent { float: left; width:55em; *width:53.67em; }
#dashboardadcontent { float: right; width:13em; *width:12.69em; }
#dashboardadcontent fieldset { border: 1px solid #ccc; padding: .5em; margin: .5em; text-align: center; }

/* Tabs for the site setup wizard */
.TabHeader 
{ 
    BACKGROUND: #6c96c8; 
    border-top: solid 7px #193B7B;
    FONT-FAMILY: arial, sans-serif; 
    FONT-SIZE: 16pt; 
    FONT-WEIGHT: bold;
    color: white;
	text-align: right;
	height:50px; 
	width:718px;
}
.SelectedTab 
{ 
    padding: 3px 0px 7px 0px;
	text-align: center;
}
.NormalTab 
{ 
    BACKGROUND: #193B7B; 
    padding: 3px 0px 4px 0px;
	text-align: center;
    border-bottom: solid 3px #003366;
}
.SelectedTabLink, .SelectedTabLink:visited, .SelectedTabLink:link, .SelectedTabLink:hover
{ 
    FONT-FAMILY: arial, sans-serif; 
    FONT-SIZE: 9pt; 
    FONT-WEIGHT: bold;
    color: black;
    text-decoration: none;
}
.NormalTabLink, .NormalTabLink:visited, .NormalTabLink:link, .NormalTabLink:hover
{ 
    FONT-FAMILY: arial, sans-serif; 
    FONT-SIZE: 9pt; 
    FONT-WEIGHT: bold;
    color: white;
    text-decoration: none;
}
#TabPage
{
	position: relative; width: 720px;
}
.TabNarrowerText
{
	width: 460px;
}

.PDContent 
{ 
    border: solid 1px #E6E6E6; 
    FONT-FAMILY: arial, sans-serif; 
    padding: 10px 10px 10px 10px;
}
.PDContentIcons 
{ 
    BACKGROUND: #E6E6E6; 
    FONT-FAMILY: arial, sans-serif; 
    FONT-SIZE: 9pt; 
    FONT-WEIGHT: bold;
    color: #31669A;
    padding: 2px 0px 0px 0px;
    text-decoration: none;
}

.PDPropertySectionTitle
{
	font-size: 80%;
	color: #FF6600;
	font-weight: bold;
}

.PDTableHeader
{
	font-size: 80%;
	color: white;
	font-weight: bold;
	background-color: #5982AE;
	text-align: center;
}
.PDTableRow
{
	font-size: 80%;
	color: black;
}
.PDTableRowAlt
{
	font-size: 80%;
	color: black;
	background-color: #BDCCDF;
}

/* Fixes issue where yahoo's reset-font-grid.css default settings messes up the rad editor */
table.RadEWrapper {border-collapse:separate;}
.RadEWrapper table,.ob_t2c table, table.ob_t2b {margin-bottom:0em;}

/* Fixes issue where yahoo's reset-font-grid.css messes up the ASP.NET treeview */
.NoTableBottomMargin table {margin-bottom:0em;}
.t
{
	position: inherit;
	top: auto;
	padding-right: auto;
}
