/* ================================
    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-color: white;
    font-family: Arial, Helvetica;
}

TD
{
	font-size:x-small;
}


/* 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: 9pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
	background:#3E2F85;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link 
{
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  
{
    text-decoration:    none;
    color:white;
}

A.SelectedTab:active   
{
    text-decoration:    none;
    color:white;
}

A.SelectedTab:hover    
{
    text-decoration:    underline;
    color:white;
}

/* text style for the unselected tabs */
.OtherTabs 
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    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;
}

.RequiredParamSign
{
	color:#EE4444;
	/*font-family:tahoma;*/
	font-size:7pt;
}

.BreadCrumbsText, A.BreadCrumbsText:link, A.BreadCrumbsText:visited, A.BreadCrumbsText:active, A.BreadCrumbsText:hover
{
	color:#3E2F85;
	font-family: Arial, Helvetica;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	background-color:White;
}


/* GENERAL */
/* style for module titles */
.Head   
{
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    bold;
    color: #E5F7FF;
}

.ModuleTitleHead
{
	color:#E5F7FF;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
}


.ModuleEditLink, A.ModuleEditLink:link, A.ModuleEditLink:active, A.ModuleEditLink:visited, A.ModuleEditLink:hover
{
	color:white;
	background-color:#39398C;
	font-family:arial;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:10px;
	/*border:1px solid #39398C;*/
	padding-right:12px;
	text-decoration:none;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #3E2F85;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #3E2F85;
}

.FormLabel, .ColumnLabel
{
    font-family: Arial, Helvetica;
	font-size: x-small;
    font-weight:    bold;
    color: #3E2F85;
}

.ValidationError
{
    font-family: Arial, Helvetica;
	font-size: x-small;
    color: #DD0000;
	background: #FFE5E5;
	padding: 3px;
	text-align: left;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica;
    font-size: x-small;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: x-small;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: x-small;
    font-weight: bold

}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #3E2F85;

}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #3E2F85;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #3E2F85;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #3E2F85;
}
    
/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #3E2F85;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #3E2F85;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #3E2F85;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #3E2F85;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #3E2F85;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    color: #3E2F85;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    underline;
    color:  #3E2F85;
}

A:visited   {
    text-decoration:    underline;
    color:  #3E2F85;
}

A:active    {
    text-decoration:    underline;
    color:  #3E2F85;
}

A:hover {
    text-decoration:    underline;
    color:  #3E9AD1;
}

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-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	
}

.ModuleTitle_MenuBar 
{
}

.ModuleTitle_MenuItem 
{
}

.ModuleTitle_MenuIcon 
{
}

.ModuleTitle_SubMenu 
{
}

.ModuleTitle_MenuBreak 
{
}

.ModuleTitle_MenuItemSel 
{
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer 
{
	background:#3E2F85;
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
	
}

.MainMenu_MenuBar 
{
	background-color:#3E2F85;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}

.MainMenu_MenuItem 
{
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.MainMenu_MenuIcon 
{
	background-color:#3E2F85;
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
}

.MainMenu_SubMenu 
{
	z-index: 1000; 
	background-color:#3E2F85; 
	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 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 0px;
}

.MainMenu_MenuItemSel 
{

}

.MainMenu_MenuArrow 
{
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
}

.MainMenu_RootMenuArrow {
}

/*-------------------------------------------------------------------------
WeLodge styles
*-------------------------------------------------------------------------*/
.wlTitle
{
	color:White;	
}

.wlpButton
{
	color:White;
	background:#3EAAE1;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	border:none;
	cursor:hand;
	text-decoration:none;
}

A.wlpButton:link, A.wlpButton:active, A.wlpButton:visited, A.wlpButton:hover
{
	color:White;
	background:#3EAAE1;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	border:none;
	cursor:hand;
	text-decoration:none;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
}

.wlpButton2
{
	color:White;
	background:#3EAAE1;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	border:none;
	cursor:hand;
	text-decoration:none;
	margin-left:2;
	margin-right:2;
}

A.wlpButton2:link, A.wlpButton2:active, A.wlpButton2:visited, A.wlpButton2:hover
{
	color:White;
	background:#3EAAE1;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	border:none;
	cursor:hand;
	text-decoration:none;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
}

.FormLabelSmall
{
	font-family: Arial, Helvetica;
    font-size:  9px;
    font-weight: normal;
    color: #3E2F85;
}

.errormessage
{
	color:#DD0000;
	font-weight: bold;
	padding: 10px; 
	background: #FFE5E5;
}

.UnReadDocRow    
{
    background-color:#E8E8FF;
}

.DeletedDocRow    
{
    background-color:#FFE8E8;
}

.NotAssignedProtNumber
{
    background-color:#F8F8F3;
}

.InstrExecRow
{
    background-color:#D5FFD5;
}

.ReadDocRow
{
    background-color:#D5FFD5;
}


.InstrToBeExec
{
	background-color: #fde0b4;
}

.InstrExecuted
{
    background-color:#D5FFD5;
}

.InstrExpired
{
	background-color: #fde0b4;
	color : Red;
}

.WFNodeStart
{
	background-color:#F8F8F3;
}

.WFNodeStop
{
	background-color:#F8F8F3;
}

.WFStopped
{
	background-color: #D3D3D3;
}

.WFPaused
{
	background-color:#FFE8E8;
}

.WFRunning
{
	background-color:#D5FFD5;
}

.WFFinished
{
	background-color:#99A5FF;
}

.WFNodeExecEvenPass /* Used for highlight even passes in node execution log */
{
	background-color:#F8F8F3;
}

.WFNodeNewPassBorder
{
	border-top : double;
}

.GwInboundDocStateNew
{
	background-color:Yellow;
}

.GwInboundDocStateProtocollated
{
	background-color:Green;
	color : White;
}

.GwInboundDocStateException
{
	background-color:Red;
	color:White;
}
.PagerItem
{
	/*background-color: #b5dbf7;*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#EFF7FF, EndColorStr=#B5DBF7);
	text-align: center;
}
.PagerSelectedItem
{
	background-color: #39AAE7;
	text-align: center;
}
.PagerFooter
{
	font-size: 4pt;
	background-color: #39AAE7;
}
.PagerItem A.PagerItem
{
	color: black;
}
.PagerSelectedItem A.PagerItem
{
	font-weight: bolder;
	color: white;
	background-color: #39aae7;
}
A.DayOrderItem, A.DayOrderItem:link, A.DayOrderItem:visited, A.DayOrderItem:active, A.DayOrderItem:hover
{
	color: black;
}
A.DayOrderSelectedItem, A.DayOrderSelectedItem:link, A.DayOrderSelectedItem:visited, A.DayOrderSelectedItem:active, A.DayOrderSelectedItem:hover
{
	color: white;
	background-color: #39AAE7;
}
.DayOrderSelectedItem
{
	background-color: #39AAE7;
}
.DayOrderItem A.DayOrderItem
{
	color: black;
}
.DayOrderSelectedItem A.DayOrderItem, .DayOrderSelectedItem A.DayOrderItem:link, .DayOrderSelectedItem A.DayOrderItem:visited, .DayOrderSelectedItem A.DayOrderItem:active, .DayOrderSelectedItem A.DayOrderItem:hover
{
	color: white;
	background-color: #39aae7;
}
