/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/*Custom Module Styles Pathfinder & Quote*/
.QuoteTable{
	background-color: #FF6600;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}  


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FF6600;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  small;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    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: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
P
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  medium;
    font-weight:    bold;
    color: #FF6600;
	line-height:inherit;
}


TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* 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: #003366 ; 
	font-family: Verdana; 
	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: #003366  1px solid; 
	border-bottom: #003366  1px solid; 
	border-top: #003366  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: #003366  1px solid; 
	border-left: #003366  0px solid; 
	border-top: #003366  1px solid;  
	border-right: #003366  0px solid; 
	background-color: #003366 ; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #003366 ; 
	font-family: Verdana; 
	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: #FF6600 1px solid; 
	border-bottom: #FF6600  1px solid; 
	border-top: #FF6600  0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #003366 0px solid; 
	border-left: #003366 0px solid; 
	border-top: #003366 0px solid; 
	border-right: #003366 0px solid;  
	background-color: #003366;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #003366 0px solid; 
	border-bottom: #003366 1px solid; 
	border-top: #003366 1px solid; 
	border-right: #003366 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #003366; 
	border-left: #003366 1px solid; 
	border-bottom: #003366 1px solid; 
	border-top: #003366 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #003366; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#003366', Direction=135, Strength=3) ; 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #003366  1px solid; 
	border-left: #003366  0px solid; 
	border-top: #003366  1px solid;  
	border-right: #003366  0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #FF0000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

}

.MainMenu_MenuArrow {
/*	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #003366 1px solid; 
	border-bottom: #003366  1px solid; 
	border-top: #003366  0px solid;
*/
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#003366;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#ff0000;
}

/* hyperlink style for the roller1 */
A.roller1:link {
    text-decoration: none;
    color:#003366;
    font-family: verdana; 
	font-size: 6pt; 
	font-weight: bold; 
	text-align:center;
}

A.roller1:visited  {
    text-decoration: none;
    color:#003366;
    font-family: verdana; 
	font-size: 6pt; 
	font-weight: bold; 
	text-align:center;
}

A.roller1:active   {
    text-decoration: none;
    color:#eeeeee;
    font-family: verdana; 
	font-size: 6pt; 
	font-weight: bold; 
	text-align:center;
}

A.roller1:hover    {
    text-decoration: none;
    color:#ff3408;
    font-family: verdana; 
	font-size: 6pt; 
	font-weight: bold; 
	text-align:center;
}

/* hyperlink style for the roller2 */
A.roller2:link {
    text-decoration: none;
    color:#003366;
    font-family: verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	text-align:center;
}

A.roller2:visited  {
    text-decoration: none;
    color:#003366;
    font-family: verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	text-align:center;
}

A.roller2:active   {
    text-decoration: none;
    color:#eeeeee;
    font-family: verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	text-align:center;
}

A.roller2:hover    {
    text-decoration: none;
    color:#ff3408;
    font-family: verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	text-align:center;
}

.discrete1 {
    text-decoration: none;
    color:#003366;
    font-family: verdana; 
	font-size: 8pt; 
	font-weight: normal; 
	text-align:center;
}

.textbox_j1 {
	border-right: #000066 1px solid; 
	border-top: #000066 1px solid; 
	margin-top: 2px; 
	font-weight: bold; 
	font-size: 12px; 
	margin-bottom: 2px; 
	border-left: #000066 1px solid; 
	color: #000066; 
	border-bottom: #000066 1px solid; 
	font-family: Arial, sans-serif; 
	background-color: #DCDCDC; text-align: center
}

.button_j1 {
	margin-top: 2px; 
	font-weight: bold; 
	font-size: 12px; 
	margin-bottom: 2px; 
	width: 80px; 
	cursor: hand; 
	color: #ffffff; 
	border-top-style: none; 
	font-family: Arial, sans-serif; 
	border-right-style: none; 
	border-left-style: none; 
	background-color: #ff6500; 
	border-bottom-style: none;
	border-style:outset;
}

