
/* background color for the content part of the pages */
Body
{
	background-color: black;
	margin: 0px;
	color: #ffff00;
	width: 997px;
}

.ControlPanel, .PagingTable
{
	width: 997px;
	background-color: #000000;
	color: #FFFF00;
	border-right: #FFFF00 1px solid;
	border-top: #FFFF00 1px solid;
	border-left: #FFFF00 1px solid;
	border-bottom: #FFFF00 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	font-family:  Arial, Helvetica,Tahoma;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;

}

A.SkinObject:visited
{
	text-decoration: none;

}

A.SkinObject:hover
{
	text-decoration: none;

}

A.SkinObject:active
{
	text-decoration: none;

}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family:  Arial, Tahoma, Helvetica;
	font-size: 20px;
	font-weight: normal;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family:  Arial,Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family:  Arial,Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family:  Arial,Tahoma, Helvetica;
	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, Helvetica,Tahoma;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family:  Arial, Helvetica,Tahoma;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: white;
	color: black;
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 10pt;
	font-weight: normal;
}

.DataGrid_AlternatingItem td a:hover {color: red;}
.DataGrid_AlternatingItem td a:visited {color: blue;}
.DataGrid_AlternatingItem td a:active {color: red;}
.DataGrid_AlternatingItem td a:link {color: black;}

.DataGrid_Item td a:hover {color: red;}
.DataGrid_Item td a:visited {color: blue;}
.DataGrid_Item td a:active {color: red;}
.DataGrid_Item td a:link {color: black;}

.DataGrid_Header td a:hover {color: red;}
.DataGrid_Header td a:visited {color: blue;}
.DataGrid_Header td a:active {color: red;}
.DataGrid_Header td a:link {color: black;}

.DataGrid_Header td {border: 1px solid black}
.DataGrid_AlternatingItem td {border: 1px solid black}
.DataGrid_Item td {border: 1px solid black}

.DataGrid_Container
{	color: black;
	background-color: White;
}
.DataGrid_Footer
{
	color: black;
	background-color: White;
}
.DataGrid_Footer td a:hover {color: red;}
.DataGrid_Footer td a:visited {color: blue;}
.DataGrid_Footer td a:active {color: red;}
.DataGrid_Footer td a:link {color: black;}

.DataGrid_Header
{
	background-color: Transparent;
	color: black;
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: black;
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 10pt;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: #101010;
	color: Blue;
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 10pt;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #FFFF00;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #FFFF00;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #FFFF00;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	color: black;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: #505050;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: #505050;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: #505050;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #505050;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #505050;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #505050;
	border-style: none;
}
.FileManager_SelItem
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #505050;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 11px;
	font-weight: normal;
	background-color: #505050;
}

.FileManagerTreeNodeSelected
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #FFFF00;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #FFFF00;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ffff00;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #FFFF00;
}

/* 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: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* 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, Helvetica,Tahoma;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family:  Arial, Helvetica,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;
	
}

A.CommandButton:visited
{
	text-decoration: underline;
	
}

A.CommandButton:hover
{
	text-decoration: underline;
	
}

A.CommandButton:active
{
	text-decoration: underline;
	
}

/* 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: Verdana, sans-serif;
}


/* GENERIC */
P {padding-top: 0; margin-top: 0;}

H1
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 40px;
	font-weight: normal;
	color: #white;
	line-height: 40px;
	padding: 0;
	margin: 0;
}

H2
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #white;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

H3
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFF00;
}

H4
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFF00;
}

H5, DT
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}

H6
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}

TFOOT, THEAD
{
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 12px;
	color: #FFFF00;
}

TH
{
	vertical-align: baseline;
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}

A:link
{
	text-decoration: none;
	color: #FFFF00;
}

A:visited
{
	text-decoration: none;
	color: #FFFF00;
}

A:hover
{
	text-decoration: underline;
	color: #ffff00;
}

A:active
{
	text-decoration: none;
	color: #FFFF00;
}

SMALL
{
	font-size: 1-pt;
}

BIG
{
	font-size: 14pt;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: disc;
}

UL LI LI
{
	list-style-type: square;
}

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;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	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;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
	border-top: black 0px solid;
	border-right: black 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #111111;
	border-left: #111111 0px solid;
	border-bottom: #111111 0px solid;
	border-top: #111111 0px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #000000;
	border-bottom: #000000 0px solid;
	border-left: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #111111 1px solid;
	border-left: #111111 0px solid;
	border-top: #111111 1px solid;
	border-right: #111111 0px solid;
	background-color: #0;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: blue;
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #0;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #0 0px solid;
	border-bottom: #0 0px solid;
	border-top: #0 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: yellow;
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: yellow 0px solid;
	border-bottom: yellow 1px solid;
	border-top: yellow 1px solid;
	border-right: yellow 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #101010;
	border-left: #101010 1px solid;
	border-bottom: #101010 1px solid;
	border-top: #101010 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #000000;
	border-bottom: #000000 0px solid;
	border-left: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #101010 1px solid;
	border-left: #101010 0px solid;
	border-top: #101010 1px solid;
	border-right: #101010 0px solid;
	background-color: #101010;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: yellow;
	font-family:  Arial, Helvetica,Tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-top: #000000 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}


/* styles for LANGUAGE skinobject */
div.language-object
{
	white-space: nowrap;
	overflow: visible;
	vertical-align: middle;
	margin: 0px; 
	line-height: 0.5;
}

div.language-object span.Language
{
	display: inline;
	float: left; 
	margin: 0 2px;
	text-align: center;
	vertical-align: middle;
}

div.language-object span.Language img
{
	border: 2px solid transparent;
}

div.language-object span.Language.selected img
{
	border-color: #333;
}


/* style to apply if the content should be hidden */
.Hidden
{
    display: none;
}

.dashboardPanel 
{
	margin-left: 120px;
	padding: 0 10px 10px 10px;
	
}

.dashboardPanel table td
{
	padding: 2px 4px;
}

.dashboardPanel table th
{
	padding: 2px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #9FB1BC;
}

.dashboardTableAlt 
{
	background-color: #eee;
}

.dashboardGrid
{
	margin: 10px;
}

.paneOutline
{
	border: 1px #CCCCCC dotted;
}
.containerAdminBorder
{
	border: 2px red solid;
}

#UserProfile {
	border: 1px silver solid;
	padding: 10px;
	margin-bottom: 10px;
	width: 500px;
}
#UserProfile .ProfileName {	
	font-weight:bold;
	color: #cb2027;
	margin-bottom: 5px;
}
#UserProfile .ProfilePhoto {
    background-image: url('../../images/no_avatar.gif');	
	float: left;
}
#UserProfile .ProfileAddress {
	margin: 0 0 10px 130px;
}
#UserProfile .ProfileContact {
	margin: 0 0 10px 130px;
	color: gray;
	font-size: 0.9em;
}
#UserProfile .ProfileBio {
	clear: both;
	margin: 10px 0px 10px 0;
	padding: 10px;
	border: 1px #eee solid;	
	background-color: #f5f9fc;	
}

/*---------------- Taxonomy ------------------------*/

/* Horizontal taxonomy styles */
.horizontal ul.categories,.horizontal ul.tags{list-style:none;padding:0;margin:0;text-indent:25px;line-height:28px;}
.horizontal ul.categories{background:url(../../images/category.gif) no-repeat left;}
.horizontal ul.tags{background:url(../../images/tag.gif) no-repeat left;}
.horizontal ul.categories li,.horizontal ul.tags li{display:inline;margin:0;}
.horizontal ul.tags li.add-tags{margin-left: 20px;}
.horizontal ul.tags li.add-tags img{vertical-align:middle;}

/* Vertical taxonomy styles */
.vertical ul.categories,.vertical ul.tags{list-style:none;padding-top:0;padding-left:0;margin-top:0;margin-bottom:0; azimuth}
.vertical ul.categories li,.vertical ul.tags li{margin:0;line-height:20px;}
.vertical ul.categories li{list-style-image:url(../../images/category.gif); list-style-position:inside;}
.vertical ul.tags li{list-style-image:url(../../images/tag.gif); list-style-position:inside; }
.vertical ul.tags li.add-tags{list-style-image:none;}
.vertical ul.tags li.add-tags img{vertical-align:middle;}

