/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/*/  New in v. 3.x */

body {	background-color: #003300;}
.pagemaster {
/* Defines the overall page */
	width: 100%;
	height: 100%;	
	background-color: #003300;
}
.skinmaster {
/* Define the major information content frame */
	height: 100%;
	background-color: #ffffea;
	border: #c0c0c0 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-color: #003300;
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #ffffcc;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}



/* text style for the selected tab */
.SelectedTab {
    font-size: 8pt;
    color: #ccffcc;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 8pt;
    color: #ffffd8;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
    color: #ffffd8;
}

a:visited.OtherTabs  {
    color: #ffffd8;
}

a:active.OtherTabs   {
    color: #336600;
}

a:hover.OtherTabs    {
    color: #ccffcc;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12pt;
    font-weight:    bold;
    color: #003300;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11pt;
    font-weight:    bold;
    color: #006600
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10pt;
    font-weight:    bold;
    color: #003300;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    color: #003300;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12pt;
    font-weight: bold;
    color: #003300;
}

H2  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12pt;
    font-weight: normal;
    color: #003300;
}

H3  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11pt;
    font-weight: normal;
    color: #003300;
}

H4  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10pt;
    font-weight:    bold;
    color: #003300;
}

H5, DT  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9pt;
    font-weight:    bold;
    color: #003300;
}

H6  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  8pt;
    font-weight:    bold;
    color: #003300;
}

TFOOT, THEAD    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  8pt;
    color: #003300;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  8pt;
    font-weight:    bold;
    color: #003300;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #333333 0px solid; 
	border-left: #333333 0px solid; 
	border-top: #333333 0px solid; 
	border-right: #333333 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffd8; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #003300 0px solid; 
	border-bottom: #003300 1px solid; 
	border-top: #003300 1px solid; 
	border-right: #003300 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #aaffaa;
	border-left: #003300 0px solid;
	border-bottom: #003300 0px solid;
	border-top: #003300 0px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #003300 ; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 1px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #aaffaa 0px solid; 
	border-left: #aaffaa 0px solid; 
	border-top: #aaffaa 0px solid;  
	border-right: #aaffaa 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #ccffcc;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;
	background-color: #003300;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
	width: 15px;
	height: 21px;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: 0px solid #223322; 
	border-left: 0px solid #003300; 
	border-top: 0px solid #003300; 
	border-right: 0px solid #223322;  
	background-color: #003300;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffc8;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	border-right: 0px solid #000000; 
	border-left: 0px solid #000000; 
	border-bottom: 0px solid #000000; 
	border-top: 0px solid #000000; 
	margin-right: 0px;
	background-image: url('GreenButtonCenter.gif');
	height: 25px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #003300; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15px; 
	height: 25px;
	background-image: url('GreenButtonCenter.gif');
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #003300; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: 0px solid #003300; 
	border-left: 0px solid #003300; 
	border-top: 0px solid #003300; 
	border-right: 0px solid #003300;
	height: 25px;
	background-image: url('GreenButtonCenter.gif');
}

.MainMenu_MenuBreak {
	border-bottom: #003300 1px solid; 
	border-left: #003300 0px solid; 
	border-top: #003300 1px solid;  
	border-right: #003300 0px solid; 
	background-color: #ccffcc; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #aaffaa; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
	background-image: url('GreenButtonCenter.gif');
	height: 25px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	background-image: url('GreenButtonCenter.gif');
	height: 25px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Skin Specific */
.ybotiLink	{
    font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	background-color: #ccffcc;
	margin-left: 10;
	margin-right: 10;
	margin-top: 1;
	margin-bottom: 2;
	border: solid;
	border-width: 1px;
	border-color: #003300;
	width: 75;
	text-align: center;
}

.linksClass	{
    font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #ffffcc;
	font-size: 8pt;
}

a:link.linksClass	{
	color: #ffffcc;
}

a:visited.linksClass	{
	color: #ffffcc;
}

a:hover.linksClass	{
	color: #ffffcc;
}
.SkinObject {
	color: #aaffaa;
	font-family: Verdana, Tahoma, Arial, Helvetica;

}
a.SkinObject ,a:link.SkinObject,a:visited.SkinObject,a:active.SkinObject {
	color: #aaffaa;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
}
a:hover.SkinObject {
	color: #ff8;
}
#breadCrumb {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
#loginButtons	{
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}
