/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%; 
	width: 100%;
	background-color: #f3f5fa;
	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; 
}

.Siteheader, .Siteheader TD {
    font-weight: bold;
    font-size: 16pt;
    color: #ffffff;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

.Sitefooter, .Sitefooter TD {
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

.skinheader {
}

.SubHead    {
    font-family: Arial, Tahoma, Helvetica;
    font-size:  15px;
    font-weight:    normal;
    text-decoration: none;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    /*font-family: Verdana, Arial, Helvetica, Tahoma;*/
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: bold
}

.NormalItalic
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-style: italic
}

/* text style used for error messages */
.NormalRed
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.VersionHeader {
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  15px;
    font-weight:    normal;
    text-decoration: none;
    color: #000000;
    padding-left:20px;
    margin:0px;
    background: url("http://www.healthroundtable.org/Portals/0/Icons/icon_tabs_16px.gif") no-repeat left top

}

.VersionBugfix {
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  12px;
    font-weight:    normal;
    text-decoration: none;
    color: #000000;
    padding-left:20px;
    margin:0px;
    background: url("http://www.healthroundtable.org/Portals/0/Icons/icon_viewstats_16px.gif") no-repeat left top
}

.VersionNewFeature {
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size:  12px;
    font-weight:    normal;
    text-decoration: none;
    color: #000000;
    padding-left:20px;
    margin:0px;
    background: url("http://www.healthroundtable.org/Portals/0/Icons/icon_hostsettings_16px.gif") no-repeat left top
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, Tahoma;
    font-size: 12px;
    font-weight: normal;
}

A:link  {
    text-decoration:    underline;
    color:  #003366;
}

A:visited   {
    text-decoration:    underline;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

A:active    {
    text-decoration:    underline;
    color:  #003366;
}

.SkinObject {
    font-weight: normal;
    font-size: 9pt;
    color: #ffffff;
    font-family: Arial, Helvetica, Tahoma;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color: #ffffff;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #ffffff;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #ffffff;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color: #ffffff;
}

.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.sidemenu {
	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: 250px;
	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;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.Head {
    font-family: Arial, Helvetica, Tahoma;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}