/* ================================
CSS STYLES FOR DotNetNuke
================================
*/   BODY {background-color: #FFFFFF;// background-color: #003B81;background-image: url('images/bk.gif');margin-top: 0px;margin-left: 0px;margin-right: 0px;margin-bottom: 0px;padding-top: 0px;padding-left: 0px;padding-right: 0px;padding-bottom: 0px;
}.table {margin-top: 10px;background-color: #FFFFFF;
}.table2 {margin-top: 5px;margin-left: 5px;margin-right: 5px;margin-bottom: 5px;border-top: 2px #003577 solid;border-right: 2px #003577 solid;border-bottom: 2px #003577 solid;border-left: 2px #003577 solid;
}TD {font-family: 'Century Schoolbook', 'Bookman Old Style', 'Times New Roman', Georgia, serif;font-size: 12px;
}P {line-height: 160%;
}.gutter {background-image: url('images/bk-gutter.gif');width: 30px;
}.nav {background-image: url('images/bk-nav.gif');background-color: #013B81;height: 29px;text-align: right;padding-right: 40px;font-weight: bold;font-family: 12px, Helvetica;font-size: 12px;
}A:link {color: #013B81;
}A:hover {color: #0072FF;
}A:visited {color: #032E62;
}A:link.left, A:visited.left {color: #BBBFE2;text-decoration: none;
}A:hover.left, A:link.lefton, A:visited.lefton {text-decoration: none;color: #E8A614;
}A:hover.lefton {text-decoration: none;color: #FFFFFF;
}H1 {font-weight: bold;color: #003B81;background-image: url('images/bk-h1.gif');height: 71px;text-indent: 60px;padding-top: 22px;font-family: 24px, Helvetica;font-size: 24px;margin-top: 0px;margin-left: 0px;margin-right: 0px;margin-bottom: 0px;
}H2 {font-weight: bold;color: #003B81;background-image: url('images/bk-h2.gif');height: 46px;padding-top: 12px;font-family: 18px, Helvetica;font-size: 18px;margin-top: 0px;margin-left: 0px;margin-right: 0px;margin-bottom: 0px;
}.h2 {margin-top: 5px;margin-bottom: 2px;font-size: 14px;color: #003B81;font-weight: bold;
}.h3 {font-size: 16px;color: #003B81;margin-top: 0px;margin-left: 0px;margin-right: 0px;margin-bottom: 0px;
}.h4 {font-size: 14px;color: #003B81;font-weight: bold;
}UL {margin-top: 5px;margin-bottom: 10px;
}LI {padding-bottom: 2px;list-style-image: url(images/bul.gif);
}.notop {margin-top: 0px;
}.ftr {color: #BBBFE2;text-align: right;padding-bottom: 10px;font-family: 11px, Helvetica;font-size: 11px;
}.sm {font-family: 11px, Helvetica;font-size: 11px;
}.pic {border-top: 1px #BBBFE2 solid;border-right: 1px #BBBFE2 solid;border-bottom: 1px #BBBFE2 solid;border-left: 1px #BBBFE2 solid;
}.caption {color: #003B81;text-align: right;font-family: 11px, Helvetica;font-size: 11px;
}.btn {background-color: #E8A614;color: #003B81;font-weight: bold;font-family: 11px, Helvetica;font-size: 11px;border-top: 1px #003B81 solid;border-right: 1px #003B81 solid;border-bottom: 1px #003B81 solid;border-left: 1px #003B81 solid;
}.input {width: 100%;background-color: #F9E9C4;font-family: 11px, Helvetica;font-size: 11px;border-top: 1px #003B81 solid;border-right: 1px #003B81 solid;border-bottom: 1px #003B81 solid;border-left: 1px #003B81 solid;
}.input2 {width: 50px;background-color: #F9E9C4;font-family: 11px, Helvetica;font-size: 11px;border-top: 1px #003B81 solid;border-right: 1px #003B81 solid;border-bottom: 1px #003B81 solid;border-left: 1px #003B81 solid;
}#news {text-align: center;padding-right: 10px;padding-left: 10px;font-family: Arial, helvetica;
}.bnr0 {height: 84px;width: 499px;background-image: url('images/bnr.jpg');padding-top: 20px;padding-left: 50px;padding-right: 50px;font-size: 14px;
}.bnr {height: 75px;width: 229px;background-color: #E8A614;padding-top: 5px;padding-bottom: 5px;font-size: 12px;
}.bnr1 {font-size: 14px;font-weight: bold;color: #000099;
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body
{
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane  { 
}
.ContentPane  { 
}
.RightPane  { 
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited  {
}
A.SelectedTab:active   {
}
A.SelectedTab:hover    {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited  {
}
A.OtherTabs:active   {
}
A.OtherTabs:hover    {
}
/* GENERAL */
/* style for module titles */
.Head   { line-height:30px; 
}
/* style of item titles on edit and admin pages */
.SubHead    {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal
{
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}
A.CommandButton:visited  {
}
A.CommandButton:active   {
}
A.CommandButton:hover    {
}
/* GENERIC */
H1  {line-height:30px;
}
H2  {
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
}
A:visited   {
}
A:active    {
}
A:hover {
}
SMALL   {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI   {
}
UL LI LI    {
}
UL LI LI LI {
}
OL LI   {
}
OL OL LI    {
}
OL OL OL LI {
}
HR {
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
}
/* Menu-Styles */
/* Module Title Menu */
.RedTitle {line-height:30px;
}
.newstitle {line-height:25px;
}
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}


