/* ================================
    CSS STYLES FOR DotNetNuke NukedSkins 101 by Nina Meiers - xd.com.au
   ================================
*/   

/* GENERAL */
.Body {
	background-color:#ff0000;
	margin: -10px 0px 0px 0px;
}

/* style for module titles */
.HeadBG  
{
/*  font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #730A04;
	width: 800px;
*/
}

.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight: normal;
}
.SubHead   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight: normal;
/*    color:#408B74;
    color: #797F81; */
	color:#000000;

}
.SubHeadWhite
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight: normal;
    color:#000000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
/*    color: #797F81; */
	color:#000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
/*    color: #797F81; */
	color:#000000;
}

.LeftPane 
{
	background-color: #366B8F;
}

.ContentPane {
	background-color: #366B8F;
}

.RightPane {
	background-color: #366B8F;
}


.BreadCrumbContainer
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
/*    color: #408B74; */
    color: #ffffff;
	background-color: transparent;
	vertical-align:middle;
}
A.BreadCrumbContainer:link, A.BreadCrumbContainer:hover, A.BreadCrumbContainer:active, A.BreadCrumbContainer:visited
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
/*    color: #408B74; */
    color: #ffffff;
    text-decoration:none;
}
A.BreadCrumbContainer:hover
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
/*    color: #408B74; */
    color: #ffffff;
    text-decoration:underline;
}
.UserContainer
{
	font-size: 11px;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	vertical-align:middle;
}
A.UserContainer:link, A.UserContainer:active, A.UserContainer:visited
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration:none;
}
A.UserContainer:hover
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration:underline;
}
	
/* text style for the selected tab */
.SelectedTab {
    font-size: 11px;
    color: #730A04;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #730A04;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #730A04;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #730A04;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: #730A04;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:#730A04;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    underline;
    color:#730A04;
}

A.OtherTabs:visited  {
    text-decoration:    underline;
    color:#730A04;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:#730A04;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#730A04;
}

/* Main Menu */

.MainMenu_MenuContainer 
{
	table-layout: auto;
	background-color: transparent;
	text-align: center;
	padding-left:5px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;

}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #408B74; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #EAEDEE 0px solid; 
	border-bottom: #EAEDEE 0px solid; 
	border-top: #EAEDEE 0px solid; 
	border-right: #EAEDEE 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EAEDEE;
	border-left: #EAEDEE 0px solid; 
	border-right: #EAEDEE 0px solid; 
	border-bottom: #EAEDEE 0px solid; 
	border-top: #EAEDEE 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #EAEDEE; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #EAEDEE 0px solid; 
	border-left: #EAEDEE 0px solid; 
	border-top: #EAEDEE 0px solid; 
	border-right: #EAEDEE 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #EAEDEE 0px solid; 
	border-left: #EAEDEE 0px solid; 
	border-top: #EAEDEE 0px solid;  
	border-right: #EAEDEE 0px solid; 
	background-color: #EAEDEE; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #408B74; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt;
	color: black; 
	cursor: pointer; 
	cursor: hand; 	border-right: #EAEDEE 0px solid; 
	border-bottom: #EAEDEE 0px solid; 
	border-top: #EAEDEE 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: black;
}
.skin-border-container
{
    HEIGHT:100%;
    WIDTH:699px;
    /*margin-top: 10px;*/
}
.skin-border-top-left
{    
    PADDING:1px;
    BACKGROUND-IMAGE:url(TLcorner.gif);
    BACKGROUND-REPEAT: no-repeat;
}
.skin-border-top-tile
{    
    PADDING:1px;
    WIDTH:100%;
    BACKGROUND-IMAGE:url(topborder.gif);
    BACKGROUND-REPEAT-X: repeat;
}
.skin-border-top-right
{    
    PADDING:1px;
    BACKGROUND-IMAGE:url(TRcorner.gif);
    BACKGROUND-REPEAT: no-repeat;
}
.skin-border-right-tile
{    
    HEIGHT:100%;
    PADDING:2px;
    BACKGROUND-IMAGE:url(rightborder.gif);
    BACKGROUND-REPEAT-Y: repeat;
}
.skin-border-bottom-right
{    
    PADDING:3px;
    BACKGROUND-IMAGE:url(brcorner.gif);
    BACKGROUND-REPEAT: no-repeat;
}
.skin-border-bottom-tile
{    
    PADDING:1px;
    WIDTH:100%;
    BACKGROUND-IMAGE:url(botborder.gif);
    BACKGROUND-REPEAT-X: repeat;
}
.skin-border-bottom-left
{    
    PADDING:1px;
    BACKGROUND-IMAGE:url(blcorner.gif);
    BACKGROUND-REPEAT: no-repeat;
}
.skin-border-left-tile
{    
    HEIGHT:100%;
    PADDING:1px;
    BACKGROUND-IMAGE:url(leftborder.gif);
    BACKGROUND-REPEAT-Y: repeat;
}
.skin-header
{    
    BACKGROUND-IMAGE:url(menubg3.gif);
    BACKGROUND-REPEAT-X: repeat;
}
.hdrMenuBG
{
	/*background-image:url(Skin2Headertest_06.gif);*/
}

.LinksContainer 
{
	background-color: #366B8F;
/*	color: #408B74; */
	color: #ffffff;
	vertical-align:middle;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 

}
A.LinksContainer:link, A.LinksContainer:active, A.LinksContainer:visited
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
/*	color: #408B74; */
	color: #ffffff;
    text-decoration:none;
}
A.LinksContainer:hover
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
/*	color: #408B74; */
	color: #ffffff;
    text-decoration:underline;
}




.footerdiv
{
	width:699px;
	background-color:#EAEDEE;
	margin-top:1px;
	margin-bottom:1px;
}

.FooterCss
{
/*  color: #779C9A; */
	color:#000000;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 

}
A.FooterCss:link, A.FooterCss:active, A.FooterCss:visited
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
/*  color: #779C9A; */
	color:#000000;
    text-decoration:none;
}
A.FooterCss:hover
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
/*  color: #779C9A; */
	color:#000000;
    text-decoration:underline;
}

.roundcont {
	width: 699px;
	background-color: #EAEDEE;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
}

.roundcont p {
	margin: 0 0px;
}

.roundtop { 
	background: url(mnutrcorner.gif) no-repeat top right; 
	width:100%;
}

.roundbottom {
	background: url(mnubrcorner.gif) no-repeat top right; 
	width:100%;
}

img.corner {
   width: 4px;
   height: 4px;
   border: none;
   display: block !important;
}
.mnuLoc 
{
	padding-left:3px;
	vertical-align:middle;
}
#LoginDiv
{
	position:relative;
	top:37px;
	z-index:10000;
	padding-right:18px;
	padding-left:18px;
}
#BreadCrumbDiv
{
	position:relative;
	top:30px;
	z-index:10000;
}
#flashObj
{
	z-index:2;
}




