/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
BODY
{
  font-family: Georgia, Times, serif;
  font-size: 12pt;
  text-align: left;
}
TD
{
  font-family: Georgia, Times, serif;
  font-size: 12pt;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

.ContentPane  { 
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

.RightPane  { 
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

/* text style for the selected tab */
.SelectedTab {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

A.SelectedTab:visited  {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

A.SelectedTab:active   {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

A.SelectedTab:hover    {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

/* text style for the unselected tabs */
.OtherTabs {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

A.OtherTabs:visited  {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

A.OtherTabs:active   {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

A.OtherTabs:hover    {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
  text-align: left;
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}

.NormalRed
{
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

.NormalBold
{
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}

A.CommandButton:visited  {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}

A.CommandButton:active   {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}

A.CommandButton:hover    {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

A:visited   {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

A:active    {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

A:hover {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}


UL LI   {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

UL LI LI    {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

UL LI LI LI {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

OL LI   {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

OL OL LI    {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

OL OL OL LI {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}
OL UL LI   {
  font-family: Georgia, Times, serif;
  font-size: 13pt;
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}

.ModuleTitle_MenuBar {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}

.ModuleTitle_MenuItem {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
  font-family: Georgia, Times, serif;
  font-size: 11pt;
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* [USER][LOGIN] */
.Top_Link
{
	font-weight: normal;
	font-size: 12pt;
	font-family: Georgia, Times,serif;
}
A.Top_Link:link
{
	color: #666666;
	text-decoration: none;
}
A.Top_Link:visited
{
	color: #666666;
	text-decoration: none;
}
A.Top_Link:active
{
	color: #666666;
	text-decoration: none;
}
A.Top_Link:hover
{
	color: #333333;
	text-decoration: underline;
}
.Search
{
	border-right: #a6a6a6 1px solid;
	padding-right: 5px;
	border-top: #f5f5f5 1px solid;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11pt;
	border-left: #f5f5f5 1px solid;
	padding-top: 1px;
	border-bottom: #a6a6a6 1px solid;
	font-family: Georgia, Times,serif;
	background-color: #ededed;
}
A.Search:link
{
	color: #737373;
	text-decoration: none;
}
A.Search:visited
{
	color: #737373;
	text-decoration: none;
}
A.Search:active
{
	color: #737373;
	text-decoration: none;
}
A.Search:hover
{
	color: #737373;
	background-color: #f5f5f5;
	text-decoration: none;
}
.Search_Admin
{
	font-weight: normal;
	font-size: 12pt;
	font-family: Georgia, Times,serif;
}
A.Search_Admin:link
{
	color: #333333;
	text-decoration: none;
}
A.Search_Admin:visited
{
	color: #333333;
	text-decoration: none;
}
A.Search_Admin:active
{
	color: #333333;
	text-decoration: none;
}
A.Search_Admin:hover
{
	color: #000000;
	text-decoration: underline;
}
.Breadcrumb_Link
{
	font-weight: normal;
	font-size: 11pt;
	color: #666666;
	font-family: Georgia, Times,serif;
}
A.Breadcrumb_Link:link
{
	color: #666666;
	text-decoration: none;
}
A.Breadcrumb_Link:visited
{
	color: #666666;
	text-decoration: none;
}
A.Breadcrumb_Link:active
{
	color: #666666;
	text-decoration: none;
}
A.Breadcrumb_Link:hover
{
	color: #333333;
	text-decoration: underline;
}
.Current_Date
{
	font-weight: normal;
	font-size: 11pt;
	color: #666666;
	font-family: Georgia, Times,serif;
}
/* [LINKS] */
.Content_Link
{
	font-weight: normal;
	font-size: 11pt;
	color: #333333;
	font-family: Georgia, Times,serif;
	display: none;
	visibility: hidden;
}
A.Content_Link:link
{
	color: #333333;
	text-decoration: none;
}
A.Content_Link:visited
{
	color: #333333;
	text-decoration: none;
}
A.Content_Link:active
{
	color: #333333;
	text-decoration: none;
}
A.Content_Link:hover
{
	color: #000000;
	text-decoration: underline;
}
.Copyright
{
	font-weight: normal;
	font-size: 11pt;
	color: #333333;
	font-family: Georgia, Times,serif;
}
/* [TERMS][PRIVACY][HELP] */
.Bottom_Link
{
	font-weight: normal;
	font-size: 11pt;
	font-family: Georgia, Times,serif;
}
A.Bottom_Link:link
{
	color: #333333;
	text-decoration: none;
}
A.Bottom_Link:visited
{
	color: #333333;
	text-decoration: none;
}
A.Bottom_Link:active
{
	color: #333333;
	text-decoration: none;
}
A.Bottom_Link:hover
{
	color: #000000;
	text-decoration: underline;
}
.Bottom_Link_Admin
{
	font-weight: normal;
	font-size: 11pt;
	font-family: Georgia, Times,serif;
}
A.Bottom_Link_Admin:link
{
	color: #333333;
	text-decoration: underline;
}
A.Bottom_Link_Admin:visited
{
	color: #333333;
	text-decoration: underline;
}
A.Bottom_Link_Admin:active
{
	color: #333333;
	text-decoration: underline;
}
A.Bottom_Link_Admin:hover
{
	color: #000000;
	text-decoration: underline;
}
.sloganpane
{
	background-color: transparent;
}
.imagepane
{
	height: 0%;
	background-color: transparent;
}
.toppane
{
	width: 100%;
	padding-top: 4px;
	height: 0%;
	background-color: transparent;
}
.leftpane
{
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	height: 100%;
	background-color: transparent;
}
.leftpane2
{
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	height: 100%;
	background-color: transparent;
}
.leftpane_interior
{
	padding-right: 4px;
	padding-top: 4px;
	height: 100%;
	background-color: transparent;
}
.contentpane
{
	padding-right: 4px;
	width: 100%;
	padding-top: 4px;
	height: 100%;
	background-color: transparent;
}
.rightpane
{
	padding-top: 4px;
	height: 100%;
	background-color: transparent;
}
.bottompane
{
	width: 100%;
	padding-top: 4px;
	height: 100%;
	background-color: transparent;
}
.bottompane2
{
	width: 100%;
	padding-top: 4px;
	height: 0%;
	background-color: transparent;
}
/* [SOLPATRMENU] */
.MainMenu_MenuBar
{
	background-color: transparent;
	text-align: center;
                font-family: Georgia, Times, serif;
	font-size: 12pt;
}
.MainMenu_MenuItem
{
	font-weight: normal;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 24px;
	border-bottom-style: none;
                font-family: Georgia, Times, serif;
	font-size: 12pt;
}
.MainMenu_MenuItemSel
{
	font-weight: normal;
	color: #000000;
	height: 24px;
	background-color: transparent;
                font-family: Georgia, Times, serif;
	font-size: 12pt;
}
.MainMenu_MenuIcon
{
	display: none;
	background-color: #f2f2f2;
}
.MainMenu_MenuArrow
{
	border-right: #f2f2f2 1px solid;
	border-top: #f2f2f2 1px solid;
	width: 7px;
	border-bottom: #f2f2f2 1px solid;
	background-color: transparent;
}
.MainMenu_MenuBreak
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 0px;
	background-color: transparent;
	border-bottom-style: none;
}
.MainMenu_SubMenu
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	margin-top: 1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#f2f2f2' , Direction=135, Strength=1);
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #f2f2f2;
                font-family: Georgia, Times, serif;
	font-size: 12pt;
}
.MainMenu_SubMenuItemSel
{
	font-size: 12pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: #fee694;
	border-bottom-style: none;
                font-family: Georgia, Times, serif;
}
.MainMenu_RootMenuArrow
{
}
.MainMenu_MenuContainer_Vert
{
	font-size: 0px;
	width: 100%;
	background-color: transparent;
}
.MainMenu_MenuItem_Vert {
                font-family: Georgia, Times, serif;
	font-size: 12pt;
}

MainMenu_MenuItemSel_Vert {
                font-family: Georgia, Times, serif;
	font-size: 12pt;
}

.MainMenu_MenuContainer_Admin
{
	background-color: transparent;
}
.MainMenu_MenuIcon_Admin
{
	border-top: #f2f2f2 1px solid;
	border-left: #f2f2f2 1px solid;
	width: 0px;
	border-bottom: #f2f2f2 1px solid;
	background-color: #f2f2f2;
}
.MainMenu_MenuBreak_Admin
{
	height: 28px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #999999;
	border-bottom-style: none;
}
.MainMenu_RootMenuItem_Admin
{
	font-weight: normal;
	color: #345473;
	height: 28px;
	background-color: #a5c1da;
                font-family: Georgia, Times, serif;
	font-size: 12pt;
}
.MainMenu_RootMenuItemSel_Admin
{
	font-weight: normal;
	font-size: 12pt;
	color: #345473;
	font-family: Georgia, Times,serif;
	height: 28px;
	background-color: #CFDBE6;
                font-family: Georgia, Times, serif;
	font-size: 12pt;
}


.MainMenu_RootMenuItemActive_Admin
{
	font-weight: normal;
	color: #996600;
	height: 28px;
	background-color: #fee694;
                font-family: Georgia, Times, serif;
	font-size: 12pt;
}
.MainMenu_RootMenuItem
{
	font-weight: normal;
	font-size: 12pt;
	color: #345473;
	font-family: Georgia, Times,serif;
	height: 28px;
	background-color: #a5c1da;
}
.MainMenu_RootMenuItemSel
{
	font-weight: normal;
	font-size: 12pt;
	color: #345473;
	font-family: Georgia, Times,serif;
	height: 28px;
	background-color: #CFDBE6;
}
.MainMenu_RootMenuItemActive
{
	font-weight: normal;
	font-size: 12pt;
	color: #996600;
	font-family: Georgia, Times,serif;
	height: 28px;
	background-color: #fee694;
}

.LabelEditOverClass
{
	text-decoration: none;
}
/* BANNER */
#Main_Table
{
	width: 780px;
	height: 100%;
}
#Main_Table_Full
{
	width: 100%;
	height: 100%;
}
#Banner_Bg
{
	background-position: left top;
	background-image: url('../DotNetNuke/Skins/Skin%20Pack%20V001_All%20Colors/sv001_lightsteelbluelemon/LightSteelBlue-Lemon-Skin/media/banner.gif');
	width: 100%;
	background-repeat: no-repeat;
	height: 100px;
}
#Banner_Bg_Vert
{
	background-position: left top;
	background-image: url('../DotNetNuke/Skins/Skin%20Pack%20V001_All%20Colors/sv001_lightsteelbluelemon/LightSteelBlue-Lemon-Skin/media/banner.gif');
	width: 100%;
	background-repeat: no-repeat;
	height: 75px;
}
#Logo_Td
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	width: 190px;
	padding-top: 5px;
	height: 100%;
	text-align: left;
}
#TopLink_Td
{
	padding-bottom: 2px;
	vertical-align: bottom;
	height: 100%;
	text-align: right;
}
#CurrentDate_Td
{
	padding-right: 10px;
	padding-left: 10px;
	height: 21px;
}
#Language_Td
{
	vertical-align: top;
	padding-top: 2px;
	height: 21px;
}
#Menu_Td
{
	vertical-align: top;
	height: 23px;
	text-align: left;
}
#Menu_Table
{
	width: 100%;
	text-align: center;
}
#Menu_Td_Vert
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	vertical-align: top;
	padding-top: 3px;
}
#Menu_Table_Vert
{
}
#Bread_Td
{
	height: 17px;
}
#LeftSpacer_Td
{
	width: 208px;
	line-height: 16px;
	height: 17px;
}
#LeftSpacer_Td_Full
{
	width: 211px;
	line-height: 16px;
	height: 17px;
}
#LeftSpacer_Td_Interior
{
	width: 2px;
	line-height: 16px;
	height: 17px;
}
#Breadcrumb_Td
{
	padding-right: 20px;
	background-position: left bottom;
	padding-left: 10px;
	background-image: url('../DotNetNuke/Skins/Skin%20Pack%20V001_All%20Colors/sv001_lightsteelbluelemon/LightSteelBlue-Lemon-Skin/media/bread_img.gif');
	padding-bottom: 0px;
	vertical-align: bottom;
	line-height: 16px;
	background-repeat: no-repeat;
	height: 17px;
}
#Left_Td
{
	border-right: #a6a6a6 1px solid;
	border-top: #a6a6a6 1px solid;
	border-left: #a6a6a6 1px solid;
	width: 200px;
	border-bottom: #a6a6a6 1px solid;
	height: 100%;
	background-color: #ededed;
}
#Left_Td_Vert
{
	width: 200px;
	height: 100%;
}
#Search_Td
{
	padding-right: 5px;
	padding-left: 5px;
	width: 200px;
	border-bottom: #a6a6a6 1px solid;
	height: 28px;
	background-color: #dedede;
}
#Search_Td_Vert
{
	border-right: #a6a6a6 1px solid;
	padding-right: 5px;
	border-top: #a6a6a6 1px solid;
	padding-left: 5px;
	border-left: #a6a6a6 1px solid;
	width: 200px;
	border-bottom: #a6a6a6 1px solid;
	height: 28px;
	background-color: #dedede;
}
#Content_Td
{
	padding-left: 6px;
	height: 100%;
}
#Content_Td_Interior
{
	height: 100%;
}
#Content_Table
{
	border-top: #999999 1px solid;
	width: 100%;
	height: 100%;
}
#Links_Td
{
	border-top: #999999 1px solid;
	width: 100%;
	height: 42px;
}
#BottomLinks_Td
{
	vertical-align: bottom;
	width: 100%;
	height: 21px;
}
#Bottom_Td
{
	height: 10px;
}
#Main_Table_Admin
{
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	width: 780px;
	height: 100%;
}
#Main_Table_Full_Admin
{
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	width: 100%;
	height: 100%;
}
#Banner_Bg_Admin
{
	width: 100%;
	height: 70px;
}
#Menu_Td_Admin
{
	border-top: #999999 1px solid;
	vertical-align: bottom;
	border-bottom: #999999 1px solid;
	height: 28px;
	text-align: left;
}
#BottomLinks_Td_Admin
{
	border-top: #999999 1px solid;
	vertical-align: bottom;
	width: 100%;
	height: 21px;
}

menuitem {
                font-family: Georgia, Times, serif;
	font-size: 12pt;
}











