/* ================================
    Default styles for iSwift
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.ControlPanel, .PagingTable {
    border:1px solid #999999; width: 100%;
    height: 64px;
    background-color: #FFFFFF;
     
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #0000FF;
	font-family: Arial, Verdana, Tahoma, Helvetica;
    text-decoration: none
}

a:link.SkinObject {
    text-decoration:    none;
    color:#0000FF;
}

a:visited.SkinObject  {
    text-decoration:    none;
    color:#0000FF;
}

a:active.SkinObject   {
    text-decoration:    none;
    color:#0000FF;
}

a:hover.SkinObject    {
    text-decoration:    none;
    color:#0000FF;
}

/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:  Arial;
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

a:link.TreeMenu_Node, a:link.TreeMenu_NodeSelected {
    text-decoration:    none;
    color: #0000FF;
}

a:visited.TreeMenu_Node, a:visited.TreeMenu_NodeSelected  {
    text-decoration:    none;
    color: #0000FF;
}

a:active.TreeMenu_Node, a:active.TreeMenu_NodeSelected   {
    text-decoration:    none;
    color: #0000FF;
}

a:hover.TreeMenu_Node, a:hover.TreeMenu_NodeSelected    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border:1px solid #999999; height:400px
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF0000;
    border-bottom: 1px solid #696969;
    height: 25px
}

.FileManager_Pager
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #C0C0C0;
    
}

.FileManagerTreeNode 
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

a:link.FileManagerTreeNode, a:link.FileManagerTreeNodeSelected {
    text-decoration:    none;
    color: #0000FF;
}

a:visited.FileManagerTreeNode, a:visited.FileManagerTreeNodeSelected  {
    text-decoration:    none;
    color: #0000FF;
}

a:active.FileManagerTreeNode, a:active.FileManagerTreeNodeSelected   {
    text-decoration:    none;
    color: #0000FF;
}

a:hover.FileManagerTreeNode, a:hover.FileManagerTreeNodeSelected    {
    text-decoration:    underline;
    color: #0000FF;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: 1px solid #000000;
	background: #CCCCCC;
	height: 25px;
	text-align: right
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding:5px; font-size: 9pt;
	border-left: 1px solid #000000;
	width: 180px;
	background-color: #CCCCCC;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
    font-family: Arial, Verdana, Tahoma, Helvetica;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
    font-family: Arial, Verdana, Tahoma, Helvetica;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Arial, Verdana, Tahoma, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
    text-decoration:    underline;
    color: #0000FF;
}

a:visited.CommandButton  {
    text-decoration:    underline;
    color: #0000FF;
}

a:active.CommandButton   {
    text-decoration:    underline;
    color: #0000FF;
}

a:hover.CommandButton    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
    font-family: Arial, Verdana, Tahoma, Helvetica;
}

    
/* GENERIC */
H1  {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  20px;
    font-weight: bold;
    color: #FF0000;
}

H2  {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  20px;
    font-weight: bold;
    color: #FF0000;
}

H3  {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #FF0000;
}

H4  {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #FF0000;
}

H5, DT  {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #FF0000;
}

H6  {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #FF0000;
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, Tahoma, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #0000FF;
}

A:visited   {
    text-decoration:    none;
    color:  #0000FF;
}

A:active    {
    text-decoration:    none;
    color:  #0000FF;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

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
}

/* 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: Arial, 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: #FFFFFF; 
    font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #FF0000
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	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: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
    font-family: Arial, 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;
}
.MainMenu_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;
}
.MainMenu_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;
}
.MainMenu_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;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
    font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #FF0000
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Arial, Verdana, Tahoma, Helvetica;
    text-decoration: none;
}

a:link.SelectedTab {
    text-decoration:    none;
    color:white;
}

a:visited.SelectedTab  {
    text-decoration:    none;
    color:#eeeeee;
}

a:active.SelectedTab   {
    text-decoration:    none;
    color:#eeeeee;
}

a:hover.SelectedTab    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Arial, Verdana, Tahoma, Helvetica;
    text-decoration: none;
}
    
a:link.OtherTabs {
    text-decoration:    none;
    color:white;
}

a:visited.OtherTabs  {
    text-decoration:    none;
    color:#eeeeee;
}

a:active.OtherTabs   {
    text-decoration:    none;
    color:#eeeeee;
}

a:hover.OtherTabs    {
    text-decoration:    none;
    color:#cccccc;
}
.PagingTable {
    height: 33px;
}

/*For the side menu*/

.MenuHdr
{ 
  font-family: Arial;
  font-size: 10pt;
  /*padding-left: 10px;*/
  font-weight: bold;
  /*padding-bottom: 2px; 
  padding-top: 2px;*/
  cursor: default;
  color:#0000FF;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  font-family: Arial, Verdana, Tahoma, Helvetica;
  font-size: 8pt;
  padding-left: 20px;
  font-weight: normal;
  padding-bottom: 2px;
  padding-top: 2px;
  color:#0000FF;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Visited, .MenuItemMouseOver 
  A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Visited, 
.MenuHdr A:Link 
{
  font-family: Arial, Verdana, Tahoma, Helvetica;
  text-decoration: none; color: #0000FF; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer; 
}

.MenuItemMouseOver, .MenuHdr A:Hover,.MenuItem A:Hover,.MenuItemMouseOver A:Hover
{
  color: #FFFFFF;
  font-family: Arial, Verdana, Tahoma, Helvetica;
  background-color: #FF0000 !important; 
}