﻿.Hidden
{
	display: none;
	visibility: hidden;
}

.InlineHelp
{
	color: Black;
	clear: both;
}

.InlineHelp div.HelpContent,.InlineHelp div.HelpContentLeft 
{
	font-weight: normal;
	font-size: 15px;
	margin: 0em;
	display: none;
	background-color: White;
	color: Black;
	border: solid 2px Black;
	padding: 1em;
	position: absolute;
	width:350px;
	z-index:1000;
}

.InlineHelp:hover div.HelpContent,.InlineHelp:hover div.HelpContentLeft
{
	display: block;
}

.InlineHelp div.HelpContentLeft
{
    right:268px;
}

#siteSettings .InlineHelp div.HelpContentLeft
{
    right:65px;

}

.left
{
	float: left;	
}

.right
{
	float: right;
}

/* File Link Styles */

a.pdf
{
    Background:url(/images/pdf.gif) left 2px no-repeat;
    text-decoration: none;
}

a.pdf span
{
   	Padding-left:20px;
}

a.txt
{	
    Background:url(/images/txt.gif) left 2px no-repeat;
    text-decoration: none;
}

a.txt span
{
   	Padding-left:20px;
}

a.doc
{
    Background:url(/images/doc.gif) left 2px no-repeat;
	text-decoration: none;
}

a.doc span
{
   	Padding-left:20px;
}

a.docx
{
    Background:url(/images/doc.gif) left 2px no-repeat;
	text-decoration: none;
}

a.docx span
{
   	Padding-left:20px;
}

a.ppt
{
    Background:url(/images/ppt.gif) left 2px no-repeat;
	text-decoration: none;
}

a.ppt span
{
   	Padding-left:20px;
}

a.pptx
{
    Background:url(/images/ppt.gif) left 2px no-repeat;
	text-decoration: none;
}

a.pptx span
{
   	Padding-left:20px;
}

a.xls
{
    Background:url(/images/xls.gif) left 2px no-repeat;
	text-decoration: none;
}

a.xls span
{
   	Padding-left:20px;
}

a.xlsx
{
    Background:url(/images/xls.gif) left 2px no-repeat;
	text-decoration: none;
}

a.xlsx span
{
   	Padding-left:20px;
}

a.csv
{
    Background:url(/images/csv.gif) left 2px no-repeat;
	text-decoration: none;
}

a.csv span
{
   	Padding-left:20px;
}

.divFooter
{
   padding-top:1em;
}
/* End link styles */


