/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* Table and design CSS */

Table.Frame{
	Position: absolute;
	left: 0px;
	width: 770px;
}
Table.ContentFrame{
	height: 100%;
}
Table.Content{
	height: 100%;
	width: 582px;
	bottom: 56px;
	left: 188px;
}
Table.ContentRightSide{
	height: 100%;
	margin-right: 10px;
	width: 166px;
	margin-top: 0px;
	padding: 0px;
	top: 0px;
}
#Content{
	height: 100%;
}
td.ImageFrame{
	width: 188px; 
	padding: 0px;
}
.separator{
	font-size: 8pt;
	color: #555555;
}
.Copyright{
	width: 770px;
	color: #888888;
	font-size: 10px;
}
td.SRMenu{
	Width: 582px;
	height: 33px;
	background-image: url(images/menu.gif);
	padding-top: 15px;
	padding-left: 10px;
}
td.AdminSRMenu{
	Width: 582px;
	height: 33px;
	padding-top: 15px;
	padding-left: 10px;
}
.LeftFrame{
	background-color: #D6D6D6;
	width: 188px;
	height: 100%;

}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}
/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
	width: 188px;
	height: 100%;
	background-color: #D6D6D6;
	padding-left: 8px;
	padding-right: 8px;
}
.map{
	Padding-top: 15px;
}

.ContentPane  { 
	padding: 15px;
	width: 416px;
	height: 100%;
}
.ContentPane_no_rightpane  { 
	padding: 15px;
	height: 100%;
}
.RightPane  { 
	background-image: url(images/RightSide-2.gif);	
	width: 166px;
	height: 100%;
	padding-top:0px;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
   background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	padding-right: 3px;
	padding-left: 3px;
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: transparent;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	color: black;
	background-color: #EF9600; 
	border-left: white 1px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	text-align: center; 
	width: 10; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: white;
	background-color: #E5E7EA;
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #333333; 
	padding-right: 3px;
	padding-left: 3px;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent;
}

.MainMenu_MenuArrow { 
	font-family: none;
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: none;
	font-size: 0pt; 
	cursor: pointer; 
	cursor: hand;
}


