/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
   
skin.css /Portals/_Default

*/

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    background-color: #D2C1DD; /*#FFFFFF;*/
}

.BannerBg {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
   background-color: #D2C1DD; /*#D3D3D3;*/
}

.BannerHeadBg {
    background-color: #D2C1DD /*#E0DAE5; */
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  36px;
    font-weight: bold;
    color: purple; /*#D2C1DD;*/

}
.HeadOne  {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  16px;
    font-weight: normal;
    color: purple;
}
/* background color for the content part of the pages */
Body
{
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  12px;
    background-color: #E0DAE5; /*white;*/
}

/* background/border colors for the selected tab */
.TabBg {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  11pt;
    background-color: #D2C1DD;
}

.LeftPane  
{
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
   font-size:  11pt;
    background-color: #E0DAE5; /* *#ffffcc  white;*/
}

.ContentPane  
{
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
   font-size:  11pt;
    background-color: #E0DAE5; /*#ffffcc  white;*/
}

.RightPane  
{
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
   font-size:  11pt;
    background-color: #E0DAE5; /* #ffffcc  white;*/
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    color: white;
    font-family:  Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size: 10pt;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    font-family: Trebuchet MS;/*Tahoma, Arial, Helvetica;*/
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
	font-family: Trebuchet MS;/*Tahoma, Arial, Helvetica;*/
    text-decoration:    none;
    color:white; /*#eeeeee;*/
}

A.SelectedTab:active   {
	font-family: Trebuchet MS;/*Tahoma, Arial, Helvetica;*/
    text-decoration:    none;
    color:purple; /*#eeeeee;*/
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #A38BBB; /*#cccccc;*/
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Gills Sans MT; /*Trebuchet MS; 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: white; /*#eeeeee;*/
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: purple; /*#eeeeee;*/
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#A38BBB; /*#cccccc;*/
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  13px;
    font-weight:    bold;
/*    background-color: #D2C1DD;*/
    color: blue; /*#003366;*/
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
/*    background-color: #D2C1DD;*/
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size: 11pt;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
/*    background-color: #D2C1DD;*/
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size: 11pt;
    font-weight: normal;
}

.NormalRed
{
/*    background-color: #D2C1DD; /*lightgrey*/
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size: 11pt;
    font-weight: bold;
    color: red;
}

.NormalBold
{
/*    background-color: #D2C1DD; */
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size: 11pt;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    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;
    color: blue
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #A38BBB;
}
    
/* GENERIC */
H1  {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  18px;
    font-weight: bold;
    color: purple;
}

H2  {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  16px;
    font-weight: normal;
    color: purple;
}

H3  {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  14px;
    font-weight: bold;
    color: purple;
}

H4  {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  12px;
    font-weight:    normal;
    color: purple;
}

H5, DT  {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  11px;
    font-weight:    bold;
    color: purple;
}

H6  {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  11px;
    font-weight:    bold;
    color: purple;
}

TFOOT, THEAD    {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  12px;
    color: white; /*#D2C1DD;*/
}

TH  {
    vertical-align: baseline;
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    font-size:  12px;
    font-weight:    bold;
    color: white; /*#D2C1DD;*/
}

A:link  {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    text-decoration:    none;
    color:  blue;
}

A:visited   {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    text-decoration:    none;
    color:  blue;
}

A:active    {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    text-decoration:    none;
    color:  blue;
}

A:hover {
    font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8pt;
}

BIG {
    font-size:  14pt;
}

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: #A38BBB; /*dimgrey;*/
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	color: #D2C1DD;
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: hand;
	height:16;
	background-color: Transparent; 
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #D2C1DD;
	font-family: Gills Sans MT; /*Trebuchet MS; 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 {
	color: #D2C1DD;
	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; 
	color: #A38BBB;
	cursor: hand; 
	background-color: #D2C1DD /*#FFFFFF; */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=5) ; /*'DimGray'*/
	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: hand; 
	color: #A38BBB; /*black;*/
	font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	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: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #D2C1DD;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color: White; 
	font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #D2C1DD 0px solid; /*#333333; */
	border-bottom: #D2C1DD 1px solid; /*#333333; */
	border-top: #D2C1DD 1px solid; /*#333333; */
	border-right: #D2C1DD 0px solid; /*#333333; */
}

.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #D2C1DD;/*#333333; */
	border-left: #D2C1DD 1px solid; /*#333333; */
	border-bottom: #D2C1DD 1px solid; /*#333333; */
	border-top: #D2C1DD 1px solid;  /*#333333; */
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #D2C1DD;/*#333333; */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=5) ; /*'DimGray'*/
	border-bottom: #D2C1DD 0px solid; /*#404040*/
	border-left: #D2C1DD 0px solid; /*#FF8080*/
	border-top: #D2C1DD 0px solid; /*#FF8080*/
	border-right: #D2C1DD 0px solid; /*#404040*/
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #D2C1DD;
	cursor: hand; 
	color: #A38BBB;
    	font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-right: #D2C1DD 1px solid; /*#333333*/ 
	border-bottom: #D2C1DD 1px solid; /*#333333*/ 
	border-top: #D2C1DD 0px solid; /*#333333*/
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
}
/* guest book */
.GuestBookComment 
{
/*	background-color: #D2C1DD; */
	text-align:center;
    	font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
	font-size:  11pt;
	font-weight:bold;
	color:Black;
}
.GuestBookCommentLine 
{
	background-color: #D2C1DD; 
        font-size:  11pt;
	font-weight:normal;
	color:Black;
    	font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
}
.GuestBookCreateRow 
{
/*	background-color: #D2C1DD; */
	text-align:right;
    	font-family: Gills Sans MT; /*Trebuchet MS; Tahoma, Arial, Helvetica;*/
        font-size:  11pt;
	font-weight:normal;
	color:Black;
	font-style:italic;
}
