/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* text style for the selected tab */
BODY {
	background-image:url(bodybg.jpg);
	background-color:#333366;
}
HR {
	width:450px; 
	text-align:right;
}
.SelectedTab {
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.Copyright {
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.LeftPane {
    width:229px;
    text-align:left;
	background-image:url(images/leftbg.jpg);
}
.InsideLeftPane {
    width:220px;
    text-align:left;
	margin-right: 2px;
}
.ContentPane {
	height: 99%;
	width: 100%;
	vertical-align:text-top;
	padding:4px;
}
.InsideContentPane {
	height: 475px;
	width: 100%;
	vertical-align:text-top;
}
.ImageHeaderPane
{
	background-image: url(/Portals/_default/Skins/LibertySquare/titlebg.gif);
	background-repeat: repeat-x;
	top: -8px;
	position:relative;
}
.TopImageHeaderPane
{
	background-image: url(/Portals/_default/Skins/LibertySquare/toptitlebg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color:white;
	margin-top:10px;
}
.Logo {
	border: 3px solid white;
}
.MainTable {
	border: 3px solid white;
	background-color:white;
	width: 100%;
}
.Spacer {
	height:4px;
}
.DataGridItem TD {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.SkinObject {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
A.SkinObject:link
{
	color: white;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}	
A.SkinObject:visited
{
	color: white;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}	
A.SkinObject:active
{
	color: white;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}	
A.SkinObject:hover
{
	color: white;
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}	
.Links {
	color:#000099;
	line-height: 1.5em;
}
A.Links:link
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 105%;
	text-decoration: underline;
}	
A.Links:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 105%;
	text-decoration: underline;
}	
A.Links:active
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 105%;
	text-decoration: underline;
}	
A.Links:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 105%;
	text-decoration: underline;
}	
A:link
{
	color:#333366;
	text-decoration: underline;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
}	
A:visited
{
	color:#333366;
	text-decoration: underline;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
}	
A:active
{
	color:#333366;
	text-decoration: underline;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
}	
A:hover
{
	color:#FF0000;
	text-decoration: underline;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
}	
/* GENERAL */
/* style for module titles */
.Head   {
    font-size: 13.5pt;
    font-weight: bold;
    font-family:Georgia, "Times New Roman", Times, serif;
    color: #333366;
}
.TitleBlue   {
    font-size: 145%;
    font-weight: bold;
    font-family:Georgia, "Times New Roman", Times, serif;
    color: #333366;
}
.TitleRed   {
    font-size: 145%;
    font-weight: bold;
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#993333;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    font-weight: bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
	line-height: 1.35em;
	color: #333;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    font-weight: normal;
	color:#333333;
}

.NormalRed
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
	line-height: 1.35em;
	font-weight:bold;
    color: #993333
}
.NormalBlue
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
	line-height: 1.35em;
	font-weight:bold;
    color: #333366
}

.NormalBold
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
	line-height: 1.35em;
	color: #333;
	font-weight:bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
	color: white
}
.Note {
	font-size: smaller;
	font-style: italic;
}
.FCKLinkGalleryContainer {
    background-color: White;
}
/* Menu-Styles */
/* 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: "Times New Roman", Times, serif;
	font-size: 12pt; 
	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;
}

.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:  "Times New Roman", Times, serif; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	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: #993333;
	height:32px;
	border: 3px solid white;
}

MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuItemActive {
	text-align:center;
	font-size: 12pt; 
	font-weight: bolder; 
	height: 25px;
	background-color: #CCCCCC; 
}
.MainMenu_RootMenuItemBreadcrumb {
	color: #000000; 
	text-align:center;
	font-size: 12pt; 
	font-weight: bolder; 
	height: 25px;
	background-color: #CCCCCC; 
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #003C74 1px solid; 
	border-top: #003C74 0px solid; 
	border-right: #000000 0px solid;
}
.MainMenu_RootMenuItem {
	text-align:center;
	font-size: 12pt; 
	font-weight: bold; 
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #003C74; 
	border-left: #003C74 1px solid; 
	border-bottom: #003C74 0px solid; 
	border-top: #003C74 0px solid; 
	width: 0; 
	height: 25px;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #003C74; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #993333 0px solid; 
	border-left: #003C74 0px solid; 
	border-top: #993333 0px solid;  
	border-right: #003C74 0px solid; 
	background-color: #993333; 
	height: 1px;
}
.MainMenu_MenuItemBreadcrumb {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_RootMenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	height: 25px;
	text-align:center;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 1px solid; 
	border-bottom: #003C74 0px solid; 
	border-top: #003C74 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
