/* 
================================
Skin styles for DotNetNuke
================================
*/   


.crumb {

	background-color: #e2e2e2;
}



.partnerlogin {
/*	background-image: url(images/PartnerLogin.jpg); */
	width:200px;
        background-color: #C9D5F1;
}



/*Original CSS */


/* left & right blank background */
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: white;
}
.skinmaster {
	height: 100%;
	background-color: white;

	
}
.skinheader {
}

.skingradient {
	background-color: #023C62; 
	height:30px;
}

.Bskin {
	background-color: #003366; 
	height:30px;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.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: 0px;
}
.rightpane {
	width: 175px;
	background-color: #C9D5F1;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}



.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}


.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
/* container heading text */
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: white;
}


/* Speerio layout */ 
/* Skin specific */

.Skinergy_MainLayout
{
   width: 768px;

	border-right: #034EA2 1px solid; 
	border-top: #034EA2 0px solid; 
	border-left: #034EA2 1px solid; 
	border-bottom: #034EA2 0px solid;

	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
 
}

#Skinergy_UserCell
{
   padding-right: 10px;
   padding-left: 10px;
   font-size: 0.6em;
}

#Skinergy_FooterCell
{
	height: 25px;
	border-top-style: solid;
	border-top-width: 1px;
}

.Skinergy_BreadCrumb
{
	font-size: 0.8em;
	font-weight: normal;
}

A.Skinergy_User:link, A.Skinergy_User:active, A.Skinergy_User:visited,  
A.Skinergy_Login:link, A.Skinergy_Login:active, A.Skinergy_Login:visited  
{
    text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
}

A.Skinergy_User:hover, A.Skinergy_Login:hover {
    text-decoration: underline;
}

A.Skinergy_Search:link, A.Skinergy_Search:active, A.Skinergy_Search:visited
{
	font-size: 8pt;
	font-weight: normal;
}

A.Skinergy_Search:hover
{
	text-decoration: underline;
}

#Skinergy_SiteToolsCell
{
    height: 28px;
}

#Skinergy_IconsCell
{
    height: 77px;
    width: 99.9%;
    background-image: url(images/header_07.gif);
    background-repeat: repeat-x;    
}

#Skinergy_LogoCell
{
    height: 108px;
    padding-bottom: 20px; 
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    background-image: url(images/header_06.gif);
    background-position: left bottom;
    background-repeat: repeat-x;    
    overflow: hidden;
}

#Skinergy_MenuCell
{
	width: 99.9%;
    height: 31px;
    padding-left: 5px;
}

.Help
{
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: normal;
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
}



.Partner {
    font-weight: bold;
    font-size: 10pt;
    color: #000066;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.Partner:link {
    text-decoration:    none;
    color:#000066;
}

A.Partner:visited  {
    text-decoration:    none;
    color:#000066;
}

A.Partner:active   {
    text-decoration:    none;
    color:#000066;
}

A.Partner:hover    {
    text-decoration:    none;
    color:orange;
}





