* { padding: 0; margin: 0; }

body {
  background-color: #2E5282;
  color: #000000;
}
body, td {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.5em;
}
.center {
	text-align: center;
}
.content { 
  margin: 0 auto;
  width: 1000px;
  padding: 0.5em 1.5em 0.5em 1.5em;
}
.menu-bar {
  background: #5E86AB;
  color: #000000;
	padding:0.5em 2em;
}
.menu-bar-content {
	margin:0pt auto;
	width:1000px;
	color: #CCCCCC !important;
}
.menu-bar-content a:hover, .menu-bar-content a:active {
  color:#000000 !important;
  background: #9FBFD6 !important;
  text-decoration: none;
}
.menu-bar-content a {
  color: #ffffff !important;
  text-decoration: none;
	padding:0pt 0.5em !important;
}
.info-bar 
{
  background: #fff6bf;
  color: #000000;
  border: 0.2em solid #ffd324;
}
.yellow-bar {
  background: #fff6bf;
  color: #000000;
  border-top: 0.2em solid #ffd324;
  border-bottom: 0.2em solid #ffd324;
}
.green-bar {
  background-color: #CCFFCC;
  color: #000000;
  border-top: 0.2em solid #99FF99;
  border-bottom: 0.2em solid #99FF99;
}
.right-column {
  text-align:left;
  float:right;
  width: 48%;
}
.left-column {
  text-align:right;
  float:left;
  width: 48%;
}
.admin-link a, .admin-link a:hover, .admin-link a:active {
	color: #2E5282 !important;
	background-color: #2E5282 !important;
}
#header {
	height: 3em;
	padding: 1em 2em 1em 2em;
}
#content {
  background-color: #9FBFD6;
  color: #000000;
}
#footer {
  color: #999999;
}
#footer a:hover, #footer a:active {
  color:#000000;
  background: #9FBFD6;
  text-decoration: none;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#menu a:hover, #menu a:active {
  color:#000000;
  background: #9FBFD6;
  text-decoration: none;
}
#menu a {
  color: #ffffff;
  text-decoration: none;
}
#menu {
  margin-top: 10px;
  text-align:right;
  float:right;
  width: 80%;
}
a:link, a:visited {
color:#000000;
padding:0.1em;
}
a:hover, a:active {
background-color:#2E5282;
color:#FFFFFF;
text-decoration: none;
}
.Menu {
  padding: 5 0 0 10;
}
.ContainerTitle {
  font-size: 14pt;
  font-weight: bold;
}
.Title {
  font-size: 11pt;
  font-weight: bold;
}.Pad {
margin:1em 1em 0pt;
}
.PadRight {
margin-right:1em;
}
.PadLeft {
margin-left:1em;
}
.PadTop {
margin-top:1em;
}
.PadBottom {
margin-bottom:1em;
}
.grid {
border-collapse:collapse;
table-layout:fixed;
}
.grid * td {
empty-cells:show;
overflow:hidden;
white-space:nowrap;
width:100%;
}

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   


.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER: #000000 1px solid;
}

.SkinObject {
}

/* style for module titles */
.Head   {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled, .Normal td
{
    color: #000000;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-size: 12px;
    font-weight: normal;
  background-color: #dcdcdc; 
}

/* styles used in the FileManager */
.FileManager
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  height:400px;
}
.FileManager_ToolBar
{
  border-bottom: black 1px solid;
  height:25px;
}
.FileManager_Explorer
{
  height:100%;
  border: dimgray 1px solid;
  background-color: White;
  margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
  height:100%;
  border: dimgray 1px solid;
  background-color: White;
  margin: 2px 2px 2px 2px;
  overflow: auto;
}

.FileManager_MessageBox 
{
  text-align: center;
  vertical-align: middle;
  background-color: White;
  padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
  margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-size: 11px;
    font-weight: normal;
  background-color: #dcdcdc; 
}

/* styles used in the Wizard Framework */
.Wizard
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  height:400px;
  width:650px;
}
.WizardButton
{
  border-right: dimgray 1px solid;
  padding-right: 2px;
  border-top: dimgray 1px solid;
  padding-left: 2px;
  padding-bottom: 2px;
  border-left: dimgray 1px solid;
  padding-top: 2px;
  border-bottom: dimgray 1px solid;
  background-color: gainsboro;
}
.WizardHeader
{
  background: #ffffcc;
  border-bottom: black 1px solid;
  height:40px;
}
.WizardFooter
{
  border-top: black 1px solid;
  background: #ccffcc;
  height: 25px;
  text-align: right;
}
.WizardBody
{
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  height: 325px;
}
.WizardHelp
{
  padding-right: 5px;
  padding-left: 5px;
  font-size: 9pt;
  padding-bottom: 5px;
  border-left: black 1px solid;
  width: 180px;
  padding-top: 5px;
  background-color: #ccffff;
}
.WizardHelpText
{
  overflow: auto;
  font-size: 8pt;
  width: 180px;
  color: black;
  height: 300px;
}
.WizardText
{
  font-size: 9pt;
  color: black;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-size: 11px;
    font-weight: normal;
}

/* button style for standard HTML buttons */
.StandardButton
{
  padding-right: 5px;
  padding-left: 5px;
  font-weight: normal;
  font-size: 11px;
  background: #ccc;
  color: #000000;
}

    
/* GENERIC */
h1 {
font-size:xx-large;
margin-bottom:0pt;
margin-top:0pt;
line-height: 1.5em;
}
h2 {
font-size:x-large;
margin-bottom:0pt;
margin-top:0pt;
line-height: 1.5em;
}
h3 {
font-size:large;
font-weight:bold;
margin-bottom:0pt;
margin-top:0pt;
line-height: 1.5em;
}
h4 {
font-size:large;
margin-bottom:0pt;
margin-top:0pt;
line-height: 1.5em;
}
h5 {
font-size:small;
font-weight:bold;
margin-bottom:0pt;
margin-top:0pt;
line-height: 1.5em;
}
h6 {
font-size:small;
margin-bottom:0pt;
margin-top:0pt;
line-height: 1.5em;
}
em {
background-color:#FFFF66;
font-style:normal;
}
blockquote {
}
br {
}
button {
}
div {
}
form {
}
hr {
border-color:#CCCCCC;
border-style:solid none none;
border-width:1px medium medium;
}
fieldset {
border-color:#CCCCCC;
border-style:solid none none;
border-width:1px medium medium;
}
legend {
color:#000000;
font-size:small;
font-weight:bold;
padding:0pt 0.5em;
}
label .inline {
float:left;
padding:0pt 1em;
text-align:right;
width:6em;
}
img {
border-style:none;
border-width:0pt;
}
input {
}
label {
}
li {
list-style-position:outside;
list-style-type:none;
}
ul {
margin:0pt 0pt 0pt 2em;
}
ul li {
list-style-position:outside;
list-style-type:disc;
}
ol {
margin:0pt 0pt 0pt 3em;
}
ol li {
list-style-type:decimal;
}
select {
}
optgroup {
}
option {
}
p {
}
pre {
}
span {
}
sub {
}
sup {
}
table {
}
table table {
}
tr {
}
th {
}
td {
}
textarea {
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL LI LI    {
    list-style-type:    circle;
}

UL LI LI LI {
    list-style-type:    square;
}

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
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
  BORDER: 0
}
.ModuleTitle_MenuBar {
  CURSOR: hand;
  HEIGHT: 16px;
  BACKGROUND-COLOR: transparent
}
.ModuleTitle_MenuItem {
  BORDER-RIGHT: 0;
  BORDER-TOP: white 1px solid;
  FONT-WEIGHT: bold;
  FONT-SIZE: 9pt;
  BORDER-LEFT: 0;
  CURSOR: hand;
  COLOR: black;
  BORDER-BOTTOM: white 1px solid;
  FONT-STYLE: normal;
  BACKGROUND-COLOR: transparent
}
.ModuleTitle_MenuIcon {
  BORDER-TOP: #eeeeee 1px solid;
  BORDER-LEFT: #eeeeee 1px solid;
  BORDER-BOTTOM: #eeeeee 1px solid; 
  WIDTH: 15px;
  CURSOR: hand;
  HEIGHT: 21px;
  BACKGROUND-COLOR: #eeeeee;
  TEXT-ALIGN: center
}
.ModuleTitle_SubMenu {
  BORDER: 0;
  Z-INDEX: 1000;
  FILTER: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
  CURSOR: hand;
  BACKGROUND-COLOR: #ffffff
}
.ModuleTitle_MenuBreak {
  BORDER-RIGHT: 0;
  BORDER-TOP: #eeeeee 1px solid;
  BORDER-LEFT: 0;
  BORDER-BOTTOM: #eeeeee 1px solid;
  HEIGHT: 1px;
  BACKGROUND-COLOR: #eeeeee
}
.ModuleTitle_MenuItemSel {
  FONT-WEIGHT: bold;
  FONT-SIZE: 9pt;
  CURSOR: hand;
  COLOR: black;
  FONT-STYLE: normal;
  BACKGROUND-COLOR: #c1d2ee
}
.ModuleTitle_MenuArrow {
  BORDER-RIGHT: #ffffff 1px solid;
  BORDER-TOP: 0;
  FONT-SIZE: 10pt;
  CURSOR: hand;
  BORDER-BOTTOM: #ffffff 1px solid;
  FONT-FAMILY: webdings
}
.ModuleTitle_RootMenuArrow {
  FONT-SIZE: 10pt;
  CURSOR: hand;
  FONT-FAMILY: webdings
}

/* Main Menu */

.MainMenu_MenuContainer
{
  border: 0;
  text-align: right;
}
.MainMenu_MenuBar td {
  font-size: medium;
  color:#ffffff;
}
.MainMenu_MenuBar td:hover {
  font-size: medium;
	background-color:#9FBFD6;
	color:#000000;
}
.MainMenu_MenuBar
{
  font-size: small;
  cursor: pointer;
  cursor: hand;
  height: 20px;
}
.MainMenu_MenuItem, .MainMenu_Seperator
{
  font-size: small;
  border-right: 0;
  border-left: 0;
  cursor: pointer;
  cursor: hand;
  color: #ffffff;
}
.MainMenu_MenuIcon
{
  width: 15px;
  cursor: pointer;
  cursor: hand;
  height: 21px;
  text-align: center;
}
.MainMenu_SubMenu
{
  font-size: small;
  border: 0;
  z-index: 1000;
  cursor: pointer;
  cursor: hand;
  background-color: #2E5282;
}
.MainMenu_MenuBreak
{
  border-right: 0;
  border-left: 0;
  height: 1px;
}
.MainMenu_MenuItemSel td {
  font-size: medium;
	background-color:#9FBFD6;
	color:#000000;
}
.MainMenu_MenuItemSel
{
  font-size: small;
  cursor: pointer;
  cursor: hand;
  color: #000000;
  background-color: #9FBFD6;
}
.MainMenu_MenuArrow
{
  border-top: 0;
  font-size: 14pt;
  cursor: pointer;
  cursor: hand;
  font-family: webdings;
}
.MainMenu_RootMenuArrow
{
  font-size: medium;
  cursor: pointer;
  cursor: hand;
  font-family: webdings;
}
