/* 
================================
Skin styles for DotNetNuke
================================
*/   

body {
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


A.SkinObject:link{
    text-decoration:    none;
    color:#336699;
}

A.SkinObject:visited{
    text-decoration:    none;
    color:#336699;
}

A.SkinObject:hover{
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:active{
    text-decoration:    none;
    color:#ffffff;
}


A:link {
    text-decoration:    none;
    color:#336699;
}

A:visited  {
    text-decoration:    none;
    color:#336699;
}

A:hover    {
    text-decoration:    none;
    color:#ffffff;
}

A:active   {
    text-decoration:    none;
    color:#ffffff;
}


A.lowercontentpane:link {
    text-decoration:    none;
    color:#336699;
}

A.lowercontentpane:visited  {
    text-decoration:    none;
    color:#336699;
}

A.lowercontentpane:hover    {
    text-decoration:    none;
    color:#ffffff;
}

A.lowercontentpane:active   {
    text-decoration:    none;
    color:#ffffff;
}


.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	
}
.skinmaster {
	height: 100%;
	background-color: #336699; 
	border-right: #000000 4px solid; 
	border-left: #000000 4px solid;  
}
.skinheader {

}

.datetime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}


.whitebold 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

A.whitebold:link {
    text-decoration:    none;
    color:#ffffff;
}

A.whitebold:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.whitebold:hover    {
    text-decoration:    none;
    color:#cccc99;
}

A.whitebold:active   {
    text-decoration:    none;
    color:#cccc99;
}

.graybold 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

A.graybold:link {
    text-decoration:    none;
    color:#666666;
}

A.graybold:visited  {
    text-decoration:    none;
    color:#666666;
}

A.graybold:hover    {
    text-decoration:    none;
    color:#aaaaaa;
}

A.graybold:active   {
    text-decoration:    none;
    color:#aaaaaa;
}

.skingradient {
	background-color: #336699; 
	padding-left: 25px;
}
.skingradient2 {
	background-color: #cccc99; 
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.interiortoppane {
	width: 100%;
	height: 26px;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pageheader1 {
	width: 230px;
	height: 26px;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.pageheader2 {
	width: 570px;
	height: 26px;
	background-color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
}

.toppane {
	width: 100%;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentarea {
	background-color: #ffffff;
}
.leftpane {
	width: 68px;
	background-color: #336699;
}
.leftcontentpane {	
	width: 215px;
	background-color: #cccc99;
	padding-right: 10px;

}
.contentpane {	
	width: 599px;
	background-color: #cccc99;
}
.contentpane2 {	
	width: 670px;
	background-color: #cccc99;
}

.lowerleftpane {
	width: 93px;
	height: 99px;
	background-image: url(lowerleftbk.gif);
}
.lowercontentpane {	
	width: 661px;
	background-color: #333333;
}
.lowerrightpane {
	width: 138px;
	background-color: #333333;
}




.bottompane {
	width: 100%;
	background-color: #336699;
}



/* SolPart Menu */

.MainMenu_MenuContainer {
	padding-top: 0px;
	padding-right: 0px;
}
 
.MainMenu_MenuBar {
	background-color: #336699;
} 

.MainMenu_MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #336699;
	padding-right:5px;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}

.MainMenu_MenuIcon {
	background-color: #336699;
}

.MainMenu_MenuItemSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #336699;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}

.MainMenu_MenuBreak2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #336699;
}

.MainMenu_SubMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #336699;
}

.MainMenu_MenuArrow {
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}

.MainMenu_MenuRootArrow {
}

.MainMenu_Separator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #336699;
}

.MainMenu_RootItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #336699;
}

.MainMenu_RootItemActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc99;
	font-weight: bold;
	background-color: #336699;
	padding-right:5px;
}

.MainMenu_SubMenuItemActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc99;
	font-weight: bold;
	background-color: #336699;
}

.MainMenu_RootMenuItemSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc99;
	font-weight: bold;
	background-color: #336699;
	padding-right:5px;
}

.MainMenu_SubMenuItemSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccc99;
	font-weight: bold;
	background-color: #336699
	border: 1px red sold;
}

