
#YourBrowserNotSupportedMessage
{
	color: Red;
}

#errorPageInvalidFileNameSpan
{
	font-weight: bold;
}
#errorPageLogIdSpan
{
	font-weight: bold;
}

.LiteralHelpText 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .85em; 
	font-weight: bold; 
	padding-bottom: 0em; 
	padding-top: 0em; 
	margin-top: 0em; 
	margin-bottom: 0.5em; 
	color: #848684;	
}


.SiteContentSummaryTOCViewOL1
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.SiteContentSummaryTOCViewOL1 ol
{
	margin-left: 0;
	padding-left: 2em;
	list-style-type: none;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width: 1px;
}

.SiteContentSummaryTOCViewA1
{
	font-size: 1.1em;
	font-weight: 700;
}

/*
* Each primary nav entry (same entries in Top Navigation Bar)
* will be wrapped in a DT element.
*/
.SiteContentSummaryMenuViewDT
{
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

/*
* Hyperlink, wrapped in the DT element, that represents a 
* primary navigation menu item.  These entries also appear
* in the Top Navigation Menu.
*/
.SiteContentSummaryMenuViewPrimaryA
{
	font-size: 1.1em;
	font-weight: 700;
}

/*
* All secondary menu entries will consiste of 
* a DD element which wraps a UL element that 
* contains all secondary menu entries.
*/
.SiteContentSummaryMenuViewDD
{
	margin-top: 0.5em;
	margin-right: 0;
	margin-left: 1.5em;
}

.SiteContentSummaryMenuViewUL
{
	margin: 0; 
	list-style-type: none;
}

/*
* Each secondary menu entry is a hyperlink
* inside of a LI element.
*/
.SiteContentSummaryMenuViewUL li
{		
	display: inline;
	margin-top: 0.5em;
	text-align: left;
}

.SiteClientSummarySelectedModeText
{
	font-weight: bold;
}

/****************************************************************************
* RebarHyperlink 
*
* Styles leveraged by the RebarHyperlink control under a variety of
* conditions.
*
* NOTE: Basic settings for all A elements are in the 0100_BasicSettings.css
*       file.  Those setting are also an influece on RebarHyperlink and
*       Microsoft Hyperlink controls.
*****************************************************************************/ 

/*---------------------------------------------------------------------------
* Settings used when the hyperlink opens the link into a new 
* browser window.  Happens if you use the Target=blank property
* setting.
*----------------------------------------------------------------------------*/

/* 
* The control can optionally inject extra text that reads something like
* (opens new window).  This text will be wrapped in a span tag with the
* following style name.  
*/
.opensNewWindowSpan
{
	/* 
	* For this implementation we want the text to look like the 
	* rest of the hyperlink - so no special settings.
	*/
}

/* 
* The control can optionally display an image following the text that
* visually indicates the link opens a new window.  When done the image
* will have the following style name.
*/
.opensNewWindowImage
{
	vertical-align: text-bottom;
	margin-left: .2em;
}

/*---------------------------------------------------------------------------
* Image Then Text:  Settings for when the control is displaying an image 
*                   followed by text.
*----------------------------------------------------------------------------*/
.hyperlinkImageThenText,
.hyperlinkImageThenText:link,
.hyperlinkImageThenText:visited
{
}

/* Settings for the image itself */
.hyperlinkImageThenText img
{
	vertical-align: text-bottom;
	/* Put some space between the image and the text that follows it */
	margin-right: .2em;
	/* We don't want the image itself to be underlined */
	text-decoration: none;
}

/*---------------------------------------------------------------------------
* Text Then Image:  Settings for when the control is displaying text followed
*                   by an image.
*----------------------------------------------------------------------------*/
.hyperlinkTextThenImage
{
}

/* Settings for the image itself */
.hyperlinkTextThenImage img
{
	vertical-align: text-bottom;
	margin-left: .2em;
}

/*---------------------------------------------------------------------------
* Text Over Image:  Settings for when the control is displaying text 
*                   on top of the image.
*----------------------------------------------------------------------------*/
.hyperlinkTextOverImage
{
}

.hyperlinkTextOverImage img
{
	/* Makes the image wrap under the text*/
	float: left;
}

/*---------------------------------------------------------------------------
* Image Over Text:  Settings for when the control is displaying an Image 
*                   on top of the text.
*----------------------------------------------------------------------------*/
.hyperlinkImageOverText
{
	/* Makes the text wrap under the image*/
	float: left;
}
.hyperlinkImageOverText img
{
}

/****************************************************************************
* RebarHyperlinkFileDownload 
*
* Control that creates hyperlinks tht lets the user download files.
*****************************************************************************/ 

/* 
* Text that displays next to the link and contains attributes about the file
* such as size, version, date, etc.
*/
span.hyperlinkFileDownloadAttributes
{
	color: #777;
}
