/* 
================================
Skin styles for DotNetNuke
================================
*/   

.Skin2 {
	background-image:url("/Portals/3/Skins/Shiatsu/Background.jpg");
	background-repeat:no-repeat;
}




/* text style used for most text rendered by modules */
.Normal /*, BODY, LI, UL, OL, TFOOT, THEAD */
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height: 20px;
}

/*TABLE, TBODY, TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 22px; 
}*/

.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	border-color: #808080;
}

ul {
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	}

ul li {
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	list-style-image:url("/Portals/4/Skins/Gloor/dot.gif");
	}

li li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style-image:url("/Portals/4/Skins/Gloor/dot.gif");
	}

p {
	margin: 8px 0px 8px 0px;
	}

/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  44px;
	line-height: 60px;
	color: #80736D; 
}

H2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  17px;
    font-weight:    bold;
	color: #80736D; 
}

H3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
	color: #006A9D; 
}

H4  {
    font-size:  10pt;
    font-weight:    bold;
	color: #006A9D; 
}

H5, DT  {
    font-size:  9pt;
    font-weight:    bold;
}

H6  {
    font-size:  9pt;
    font-style:italic 
}

TH  {
    vertical-align: baseline;
    font-size:  12px;
    font-weight:    bold;
}


A:link  {
    color:  #0033c0;
}

A:visited   {
    color:  #0033c0;
}

A:active    {
    color:  #0033c0;
}

A:hover {
    color:  #ff0000;
}

/* GENERAL */
/* style for module titles */
.Head   
{
	color: #00adef; /* orange */
}

.SkinObject {
    font-weight:  normal;
    font-size: 9px;
    color: #808080;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    underline;
    color: #808080;
}

A.SkinObject:visited  {
    text-decoration:    underline;
    color: #808080;
}

A.SkinObject:active   {
    text-decoration:    underline;
    color: #808080;
}

A.SkinObject:hover    {
    text-decoration:   underline;
    color:#000000;
}


/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 11px;
	font-weight: Bold;
	color: #000000;
}

.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-seriff;
    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: Verdana, Arial, Helvetica, sans-seriff;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}


.breadcrumb {
/*	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); */
	border-bottom: #7994CB 1px solid;
}

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.contentpane {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.StandardButton     {
    background: #80736D none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

/* Main Menu */
.TopMenu_MenuContainer {
	background-color: transparent; 
	background-image: url(menubg/blue/menubar_000099_2x30.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	border-top: solid 0px #003;
	border-bottom: solid 0px #003;
}
.TopMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16;
	background-color: Transparent;

	color: #588028; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	padding-left: 5;
}

.TopMenu_MenuItem, .TopMenu_MenuItem TD {
	cursor: hand; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
}
.TopMenu_MenuItemSel, .TopMenu_MenuItemSel TD {
	cursor: hand; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
	color: red; 
}
.TopMenu_MenuItemBreadcrumb
{
	color: #333333;
}
.TopMenu_Separator {
	color: #588028; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: normal; 
	font-style: normal; 
}
.TopMenu_SubMenu {
	padding: 1;
	background: #000000;
}
.TopMenu_SubMenu TD {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #C9C4C0; 

	font-weight: normal; 
	font-style: normal; 

	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border: 0;
	height: 20;
}
.TopMenu_SubMenuItemSel { /* does nothing */ }
.TopMenu_SubMenuItemBreadcrumb {
	color: #333333;
}
.TopMenu_MenuArrow {
	width: 0;
}
.TopMenu_MenuBreak {
	border: 0;
	background-color: transparent; 
}
.TopMenu_MenuIcon {
	Width: 0;
}

