/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
BODY
{
	background-image:url("/PacePortal/Portals/_default/Skins/PukeGreen/background.jpg");
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Arial, Verdana, Tahoma;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Arial, Verdana, Tahoma;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  16px;
    font-weight:    bold;
    font-variant:small-caps;
    color: #FFFAF0;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #3f4a13;
}

A:visited   {
    text-decoration:    none;
    color:  #3f4a13;
}

A:active    {
    text-decoration:    none;
    color:  #3f4a13;
}

A:hover {
    text-decoration:    underline;
    color:  #996600;
}

MenuClose {
    text-decoration:    underline;
    color:  #ffffff;
    vertical-align: baseline;
    font-family: Palatino Linotype, Verdana, Tahoma;
    font-size:  12px;
    font-weight:    bold;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* 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: Verdana, Tahoma, Helvetica; 
	font-size: 9pt; 
	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: Verdana, Tahoma, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #3f4a13 1px solid; 
	border-bottom: #3f4a13 1px solid; 
	border-top:#3f4a13 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #fffaf0;
	font-style: normal;
	font-family: Verdana, Tahoma, Helvetica;
	padding-left:5px;
	padding-right:5px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem
{
	font-weight: normal;
	font-size: 8pt;
	text-transform: uppercase;
	cursor: hand;
		color: #3f4a13;
	/*color:Lime;*/
	font-style: normal;
	font-family: Verdana, Tahoma, Helvetica;
	padding-left:5px;
	padding-right:5px;

}
/* */
.MainMenu_MenuIcon
{
	width: 2px;
	cursor: hand;
	height: 18px;
	background-color: #DBD5C9;
	text-align: center;
	
}

.MainMenu_SubMenu
{
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	background-color: #fffaf0;
	padding-right: 5px;
	
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	text-transform: uppercase;
	cursor: hand;
	color: #323a0f;
	font-style: normal;
	font-family: Verdana, Tahoma, Helvetica;
	text-decoration: underline;
}

.MainMenu_MenuArrow
{
	border-right: #323a0f 0px solid;
	border-top: #323a0f 0px solid;
	font-size: 10pt;
	cursor: hand;
	border-bottom: #323a0f 0px solid;
	font-family: webdings;
}

.MainMenu_RootMenuArrow
{
	font-size: 10pt;
	cursor: hand;
	font-family: webdings;
	
}

.UCLogout
{
	border-right: #ffffff thin ridge;
	border-top: #ffffff thin ridge;
	border-left: #ffffff thin ridge;
	border-bottom: #ffffff thin ridge;
}

.SmallText
{
	font-size: 8pt;
	font-family: Arial;
}
.NormalTextbox
{
	
}
.button
{
	background-color: #667740;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana;
	border: 1 outset #3a5021;
	cursor: pointer;
}
.NormalText
{
	font-size: 10pt;
	font-family: Arial;
}

.portalTitle
{
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	font-family: Arial;
}
.portalDescription
{
	font-size: 10pt;
	font-family: Arial;
}

/* Used for providing informational pages */
.information {font-family:Palatino Linotype, Verdana, Tahoma; font-size:12pt; color:#3f4a13; text-align:justify;width:500px;}
.informationSmall {font-family:Palatino Linotype, Verdana, Tahoma; font-size:10pt; color:#3f4a13; text-align:justify;width:500px;}
.informationText {font-family:Palatino Linotype, Verdana, Tahoma; font-size:12pt; color:#3f4a13; width:300px;}
.informationSmallText {font-family:Palatino Linotype, Verdana, Tahoma; font-size:10pt; color:#3f4a13;}

/* Used for the welcome page in members portal */
.welcomeBase {padding: 1px; height: 30%; width: 45%; border: 4px double #3F4A13; background-color: #828760;}
.welcomeTable {padding: 3px; width: 250px; height: 115px; border: 1px solid #3F4A13; background-color: #ffffff;}
.welcomePix {border: 1px solid #996600;}
.welcomeTitle {width: 85%; font-family:arial; font-size: 8pt; font-weight: 700;text-transform:uppercase;color:#996600;text-decoration:none;padding-left:2px;}
.welcomeDesc {width: 85%; font-family:arial; font-size: 8pt; font-weight: 500;vertical-align:top;color:#3F4A13;padding-left:4px;}
.headerTable {padding: 0px; width: 100%; height: 95px; border-bottom: 1px solid #3F4A13; text-align:left;}

/* services Headers */
.servicesText {font-family:Palatino Linotype, Verdana, Tahoma; font-size: 12pt; font-weight: normal;color:#3f4a13;}
.servicesTitle {font-family:Palatino Linotype, Verdana, Tahoma; font-size: 14pt; font-weight: bold;text-transform:uppercase;}
.servicesDesc {font-family:Palatino Linotype, Verdana, Tahoma; font-size: 12pt; font-weight: normal;color:#000000;}


/* selection classes */
.selectionBase {padding: 1px; height: 30%; width: 45%; border: 4px double #3F4A13; background-color: #828760;}
.selectionTable {padding: 3px; width: 250px; height: 45px; border: 1px solid #3F4A13; background-color: #ffffff;}
.selectionTitle {width: 85%; font-family:arial; font-size: 8pt; font-weight: 700;text-transform:uppercase;color:#996600;text-decoration:none;padding-left:2px;}
.selectionDesc {width: 85%; font-family:arial; font-size: 8pt; font-weight: 500;vertical-align:top;color:#3F4A13;padding-left:4px;}

/* Tutorials (flash files) for training */
.tutorialTable {font-family:Palatino Linotype, Verdana, Tahoma; font-size:12pt; color:#3f4a13; text-align:justify;width:95%;padding-left:10px;}

.inBoxBase{ background-color:#fffaf0; border:solid 1px #996600;}
.inBoxTable {padding: 3px; width: 550px; height: 115px; border: 1px solid #3F4A13; background-color: #ffffff;}

/* Report styles */
.reportTinyText {font-size: 8pt;font-family:Palatino Linotype, Verdana, Tahoma;}
.reportSmallText {font-size: 10pt;font-family:Palatino Linotype, Verdana, Tahoma;}
.reportSmallTitle {font-size: 10pt;font-family:Palatino Linotype, Verdana, Tahoma;font-weight:bold;}
.reportBigTitle {font-size: 12pt;font-family:Palatino Linotype, Verdana, Tahoma;font-weight:bold;}

