body, body div, body p, body th, body td, body li, body dd, li a {
  font-size: x-small;      
  /* false value for WinIE4/5 */
  voice-family: "\"}\"";   
  /* trick WinIE4/5 into thinking rule is over */
  voice-family: inherit;   
  /* recover from trick */
  font-size: small
  /* intended value for better browsers */
  }

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd, html>body a {
  font-size: small
  /* be nice to Opera */
  }

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: arial, helvetica, sans-serif;
  }
html>body #base {
  height: auto;
  }

#base {
  position: relative;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
  }
#header {
  position: relative;
  right: 0px;
  height: 103px;
  }
#main:after {
  content: "."; 
  display: block; 
  height: 0px;
  font-size: 1pt; 
  clear: both; 
  visibility: hidden;
  }

.LeftPane {
  float: left;
  width: 250px;
  clear: all;
  padding: 0px;
  margin: 0px;
  margin-bottom: 2em;
  }
.middle {
  padding: 0px;
  margin: 0px;
  }
.ContentPane {
  padding: 0px;
  padding-bottom: 3em;
  border: none;
  margin: 0px;
  }
.RightPane {
  float: right;
  width: 250px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 2em;
  }

#footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2em;
  clear: both;
  }

#logo {
  display: inline;
  }

.ahem {
  display: none;
  }

p {
  margin: 0px;
  padding: 0px;
  }
table {
  padding: 0px;
  border: none;
  margin: 0px;
  }

#tab_admin_panel {
  background-color: #DDDDDD;
  }




/*  Standard DotNetNuke CSS STYLES  */

/* background color for the header at the top of the page  */
.HeadBg {
  }

/* background/border colors for the selected tab */
.TabBg {
  background-color: black;
  }

/* text style for the selected tab */
.SelectedTab {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  text-decoration: none;
  }

/* hyperlink style for the selected tab */
A.SelectedTab:link {
  text-decoration: none;
  color:white;
  }

A.SelectedTab:visited {
  text-decoration: none;
  color:#eeeeee;
  }

A.SelectedTab:active {
  text-decoration: none;
  color:#eeeeee;
  }

A.SelectedTab:hover {
  text-decoration: none;
  color:#cccccc;
  }

/* text style for the unselected tabs */
.OtherTabs {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  text-decoration: none;
  }

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
  text-decoration: none;
  color:white;
  }

A.OtherTabs:visited {
  text-decoration: none;
  color:#eeeeee;
  }

A.OtherTabs:active {
  text-decoration: none;
  color:#eeeeee;
  }

A.OtherTabs:hover {
  text-decoration: none;
  color:#cccccc;
  }

/* GENERAL */
/* style for module titles */
.Head {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333333;
  }

/* style of item titles on edit and admin pages */
.SubHead {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #003366;
  }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black;
  }

/* text style used for most text rendered by modules */
.Normal {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  }

.NormalRed {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ff0000
  }

.NormalBold {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold
  }

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  }

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
  text-decoration: underline;
  color: #003366;
  }

A.CommandButton:visited {
  text-decoration: underline;
  color: #003366;
  }

A.CommandButton:active {
  text-decoration: underline;
  color: #003366;
  }

A.CommandButton:hover {
  text-decoration: underline;
  color: #ff0000;
  }

/* GENERIC */
h1, h2, h3, h4, h5, h6, dt, tfoot, thead {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  }

h1 {
  }
h2 {
  }
h3 {
  }
h4 {
  }
h5, DT {
  }
h6 {
  }

TH {
  vertical-align: baseline;
  font-weight: bold;
  color: #003366;
  }

A:link {
  }

A:visited {
  }

A:active {
  }

A:hover {
  }

SMALL {
  font-size: small;
  }
BIG {
  font-size: x-large;
  }
BLOCKQUOTE, PRE {
  font-family: Lucida Console, monospace;
  }

UL LI {
  list-style-type: square;
  }

UL LI LI {
  list-style-type: disc;
  }

UL LI LI LI {
  list-style-type: circle;
  }

OL LI {
  list-style-type: decimal;
  }

OL OL LI {
  list-style-type: lower-alpha;
  }

OL OL OL LI {
  list-style-type: lower-roman;
  }

HR {
  color: dimgrey;
  height:1pt;
  text-align:left
  }

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
  }

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16;
	background-color: Transparent;
  }

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
  }

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
  }

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
  }

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
  }

.ModuleTitle_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
  }

.ModuleTitle_MenuArrow {
	font-family: webdings;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
  }

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	cursor: pointer;
	cursor: hand;
  }

/* Main Menu */
.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background-color: #333333;
  }

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 16;
  }

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #333333 0px solid;
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
	border-right: #333333 0px solid;
  }

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
	text-align: center;
	width: 15;
	height: 21;
  }

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
  }

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 1px solid;
	border-right: #404040 0px solid;
	background-color: White;
	height: 1px;
  }

.MainMenu_MenuItemSel {
	background-color: #CCCCCC;
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
  }

.MainMenu_MenuArrow {
	font-family: webdings;
	cursor: pointer;
	cursor: hand;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-top: #333333 0px solid;
  }

.MainMenu_RootMenuArrow {
	font-family: webdings;
	cursor: pointer;
	cursor: hand;
  }

.layout td {
  padding: 0px;
  margin: 0px;
  }
.edit td {
  padding: 2px;
  margin: 2px;
  }
.preview {
  text-align: left;
  width: 600px;
  border: 1px solid #CCCCCC;
  padding: 8px;
  }
.CommandButton {
  margin: 0pt 2em 0pt 2em;
  }
