/* background color for the content part of the pages */
Body{ background-color: white; }

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.ControlPanelHandler{
	position: absolute;
	top: 1;
	left: 3;
	border: 1px dashed gray;
	margin: 2 2 2 2;
	color: White;
	z-index: 99;
	padding: 1 1 1 1;
}

.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; }

/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:  bold;
    color: #666666;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    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: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    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: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalRedWait
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    text-decoration: blink;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* 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;
}
.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: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, 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: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* 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: 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: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton, .CommandButtonDisabled{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.CommandButtonDisabled
{
    color: silver;
}
    
/* 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;
}

/* button style for standard HTML buttons */
.StandardButton {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	width: 80px;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

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: Gray;
    height:1pt;
    text-align:left
}

.HeadBg { background-color: #CCCCCC; }
.TabBg { background-color: black; }

.SRItem{
	color: black;
	text-decoration:none;
	border-bottom: 1px dashed red;
}

.SearchResult{
	color: black;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px dashed red;
}

.PagingTable{
	height: 33px;
}

.LabelEditOverClass{	
	cursor:pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass{
	border: solid 0px red;
	background-color: Transparent;
}
div.sortable {
	clear: both;
	position: relative;
}
ul.sortable li {
	position: relative;
}
ul.boxy{
	width: 100%;
	height:100%;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
ul.boxy li {
	cursor:move;
	margin-bottom: 0px;
	padding: 0px 0px;
	border: 0px none transparent;
}
ul.boxier, div.boxier {
	list-style-type: none;
	padding: 4px 4px 0 4px;
	margin: 0px;
	width: 10em;
	font-size: 15px;
	font-family: "Courier New", Courier, monospace;
	font-variant: small-caps;
}
ul.boxier li {
	cursor:move;
	margin-bottom: 4px;
	padding: 2px 2px;
	border: 1px solid #c00;
	background-color: #eee;
}
div.SNDragDrop{
	clear: both;
	padding: 0px 0px 0 0px;
	margin: 0px;
	width: 100%;
	background: transparent;
}
ul.SNDragDrop{
	clear: both;
	list-style-type: none;
	padding: 0px 0px 0 0px;
	margin: 0px;
	width: 100%;
	background: transparent;
}
ul.SNDragDrop li{
	clear: both;
	width: 100%;
	cursor:move;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px transparent;
	background: transparent;
}
.SNDragDropHandle{
	padding: 0px 0px 0px 0px;
	cursor: move;
	margin: 0px 0px 0px 0px;
}
.DDHandler{
	position: relative;
	cursor: move;
}
.ddmodule{
	background: transparent;
}
.CustomFieldDD{
	clear: both;
	background-color: Transparent;
	height: 15px;
}
td.Header{
	border-bottom: 1px dashed black;
}

/* .: Module Menu Actions :. */
.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:16; background-color: Transparent; }
.ModuleTitle_MenuItem { cursor:pointer; color: black; font-family: Tahoma, Arial, 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; 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; background-color: #FFFFFF; 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; color: black; font-family: Tahoma, Arial, Helvetica; font-size: 9pt; font-weight: bold; font-style: normal; background-color: #C1D2EE; }
.ModuleTitle_MenuArrow { font-family: webdings; font-size: 10pt; cursor:pointer; 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; }

/* .: sharpNet Main Menu :. */
.MainMenu_MenuBar { background-color:#5A6B7D; border:1px #8394AC solid; cursor:default; }
.MainMenu_MenuItem, .MainMenu_MenuItemExpanded { background-color:#5A6B7D; color:white; font-family:tahoma; font-size:11px; border:1px #5A6B7D solid; cursor:default; }
.MainMenu_MenuItemActive, .MainMenu_MenuItemExpanded { background-color:#C2C5C8; background-image: url(Skins/Common/Images/top_item_bg.gif); font-size:11px; border:1px #DFE2E5 solid; cursor:default; color:#621000; }
.MainMenu_MenuItemSel, .MainMenu_MenuItemExpanded {  background-color:#C2C5C8; background-image: url(Skins/Common/Images/top_item_bg.gif);  color:white; font-family:tahoma; font-size:11px; border:1px #DFE2E5 solid; cursor:default; }
.MainMenu_Disabled{}
.MainMenu_MenuSubItem { border: 1px solid #F5F5F5; color:black; font-family:tahoma; font-size:11px; cursor:default; }
.MainMenu_MenuSubItemSel { background-color:#E4F1F7; background-image: url(Skins/Common/Images/item_bg.gif); color:#00025C; border: 1px solid #AADAED; font-family:tahoma; font-size:11px; cursor:default; }
.MainMenu_MenuSubItemActive { font-size:11px; cursor:pointer; color: #621000; }
.MainMenu_MenuSubItemExpanded{ background-color:#E4F1F7; background-image: url(Skins/Common/Images/item_bg.gif); color:#00025C; border: 1px solid #AADAED; font-family:tahoma; font-size:11px; cursor:default; }
.MainMenu_SubMenu { background-color:#F5F5F5; border:1px #4E5358 solid; border-style:solid; cursor:default; }
.MainMenu_MenuBreak { width:100%; height:2px; }
.MainMenu_ScrollItem{ background-color:#FBFBFB; font-family:verdana; font-size:11px; border:solid 1px #FBFBFB; cursor:default; text-align:center; }
.MainMenu_ScrollItemH{ background-color:silver; color:black; font-family:verdana; font-size:11px; border:solid 1px gray; cursor:default; text-align:center; }
.MainMenu_ScrollItemA{ background-color: darkgray; color:black; font-family:verdana; font-size:11px; border:solid 1px gray; cursor:default; text-align:center; }

/* .: sharpNet Calendar Control :. */
.Calendar{ border-style:solid;  border-width:1px; border-color:Black; border-collapse:collapse; background-color:#FFFFFF; cursor:default; }
.Calendar_Day{ font-size: 10px; width:25px; cursor:pointer; text-align:center; border-width:1px; border-color:#F6F6F6; border-style:solid;}
.Calendar_DayHover{ font-size: 10px; width:25px; cursor:pointer; text-align:center; text-decoration:underline; border-width:1px; border-color:#F6F6F6; border-style:solid;}
.Calendar_DayHeader{ font-size: 11px; width:25px; text-align:center; border-width:1px; border-color:white; border-style:solid; font-weight:bold; background-color:#FFFFFF;}
.Calendar_OtherMonthDay{ color:#999999; }
.Calendar_SelectedDay{ width:25px; background-color:#FBE694; color:#000000; border-width:1px; border-color:#BB5503; border-style:solid; font-weight:bold; }
.Calendar_Month{ font-size: 12px; background-color:#F6F6F6; margin-left:5px; margin-right:5px; margin-bottom:5px; margin-top:0px; }
.Calendar_NextPrev{ cursor:pointer; height:25px; vertical-align:middle; padding:0px 5px 0px 5px; }
.Calendar_Title{ font-size: 11px; font-weight:bold; background-color:#D7D7E5; }
.Calendar_Header{ background-color:#757495; color:white; font-size:10pt; font-weight:bold; font-family:Verdana; text-align:left; padding:4px; vertical-align:middle; height:22px; }
.Calendar_Footer{ background-color:#757495; background-position:0px 1px; color:white; font-size:10pt; font-weight:bold; font-family:Verdana; text-align:right; padding-top:4px; padding-right:3px; padding-bottom:0px; height:23px; }
.Calendar_Footer TD{ color:white; font-size:10pt; font-weight:bold; font-family:Verdana; }

/* .: sharpNet Common TabStrip :. */
.TabStrip_TopGroup{ z-index:99; position:relative; }
.TabStrip_DefaultTab{ color:black; background-image: url(Images/TabStrip/tab_bg.gif); font-family:MS Sans Serif, Verdana; font-size:10px; cursor:default;}
.TabStrip_DefaultTabHover{ color:black; background-image: url(Images/TabStrip/hover_tab_bg.gif); font-family:MS Sans Serif, Verdana; font-size:10px; cursor:default; }
.TabStrip_SelectedTab{ color:black; background-image: url(Images/TabStrip/selected_tab_bg.gif);font-family:MS Sans Serif, Verdana; font-size:10px; cursor:default; }
.TabStrip_Page{ background-color:White; border: 1px solid #919B9C; position:relative; top:-2px; z-index:98; }

/* .: sharpNet Common TreeView Control :. */
.TreeView_Tree{ background-color:White; padding-top:0px; padding-left:1px; cursor:default; }
.TreeView_TreeNode{ font-family: tahoma; font-size: 11px; padding-top:2px; padding-bottom:1px; padding-left: 3px; padding-right: 3px; }
.TreeView_NodeDisabled{ font-family: tahoma; font-size: 11px; padding-top:2px;padding-bottom:1px;padding-left: 3px; padding-right: 3px; color:gray; cursor:default;}
.TreeView_HoverTreeNode { font-family: tahoma; font-size: 11px; text-decoration:underline; padding-top:2px;padding-bottom:1px; padding-left: 3px; padding-right: 3px; cursor: default; }
.TreeView_SelectedTreeNode, .TreeView_MultipleSelectedTreeNode{ font-family: tahoma; font-size: 11px; background-color: gray; color:white; padding-top:2px; padding-bottom:1px; padding-left: 3px; padding-right: 3px; cursor: default; }
.TreeView_NodeEdit{ border:1px gray solid; font-family: tahoma; font-size: 11px; }


.ContextMenu_MenuGroup { background-image:url(Images/group_background.gif); background-color:white; border:solid 1px #7E7E81; cursor:default; }
.ContextMenu_MenuItem { color:black; font-family:tahoma; font-size:11px; margin:1px; cursor:default; }
.ContextMenu_MenuItemHover { background-color:#FFEEC2; color:black; font-family:tahoma; font-size:11px; border:solid 1px #4B4B6F; cursor:default; }
.ContextMenu_MenuBreak { background-image:url(Images/break_bg.gif); width:100%; height:1px; }
