/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
background-color: #7E9BAE;
}

/* background color for the content part of the pages */
Body
{
background-color: #FFFFFF;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
background-color: #07598D;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 8.5pt;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
  color: white;
  text-decoration: none;
}

A.SelectedTab:visited  {
  color: white;
  text-decoration: none;
}

A.SelectedTab:active   {
 color: silver;
  text-decoration: none;
}

A.SelectedTab:hover    {
  color: silver;
  text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 8.5pt;
  font-weight: bold;
  color: silver;
  text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
  color: silver;
  text-decoration: none;
}

A.OtherTabs:visited  {
  color: silver;
  text-decoration: none;
}

A.OtherTabs:active   {
  color: gray;
  text-decoration: none;
}

A.OtherTabs:hover    {
  color: gray;
  text-decoration: none;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	/*color: #AAAAAA;*/
	color: #E17100;
}

/* style of item titles on edit and admin pages */
.SubHead    {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #2E5068;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #2E5068;
}

/* text style used for most text rendered by modules */
.Normal
{
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  color: #536E7F;
}

.Contentpane .Normal   {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #4c6371;
}

.Contentpanehome .Normal   {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #4c6371;
}

/* 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: 11px;
  font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
  color: #003366;
  text-decoration: underline;
}

A.CommandButton:visited  {
  color: #003366;
  text-decoration: underline;
}

A.CommandButton:active   {
  color: #003366;
  text-decoration: underline;
}

A.CommandButton:hover    {
  color: #ff0000;
  text-decoration: underline;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #536E7F;
  display: inline;
}

H2  {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 20px;
  font-weight: normal;
  color: #666644; 
}

H3  {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #003366;
}

H4  {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #003366;
}

H5, DT  {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #003366;
}

H6  {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #003366;
}

TFOOT, THEAD   { 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
  color: #003366;
}

TH  { 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #003366;
}
.imageclass {
	padding: none;
	border: 0px;
}

A:link  { 
  color: #003366;
  text-decoration: underline;
}

A:visited   { 
  color: #003366;
  text-decoration: underline;
}

A:active   { 
  color: #003366;
  text-decoration: underline;
}

A:hover  { 
  color: #ff0000;
  text-decoration: underline;
}

SMALL   { 
  font-size: 8px;
}

BIG  { 
  font-size: 14px;
}

BLOCKQUOTE, PRE  { 
  font-family: Lucida Console, monospace;
}

UL LI   { 
}

UL LI LI   { 
}

UL LI LI LI  { 
}

OL LI   { 
}

OL OL LI   { 
}

OL OL OL LI  { 
}

HR  { 
  color: #87CEEB;
  text-align: left;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
  background-color: #eeeeee;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: bold;
  color: #003366;
}

.SiteTitle   { 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}
A.SiteTitle:link  { 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

A.SiteTitle:visited  { 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

A.SiteTitle:active   { 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

A.SiteTitle:hover   { 
  font-family: Tahoma, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.MSStijl .ModuleTitle { 
  background-color: #6699CC; 
}

