/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 */
.ModuleTitle_MenuContainer {

padding: 0px;
margin: 0px;
border: 0px;
}

.ModuleTitle_MenuBar {

padding: 0px;
margin: 0px;
border: 0px;
}

.ModuleTitle_MenuItem {

padding: 0px;
margin: 0px;
border: 0px;
}

.ModuleTitle_MenuIcon {
padding: 0px;
margin: 0px;
border: 0px;
}

.ModuleTitle_SubMenu {
padding: 0px;
margin: 0px;
border: 0px;
}

.ModuleTitle_MenuBreak {
padding: 0px;
margin: 0px;
border: 0px;
}

.ModuleTitle_MenuItemSel {
padding: 0px;
margin: 0px;
border: 0px;
}

.ModuleTitle_MenuArrow {
padding: 0px;
margin: 0px;
border: 0px;
}

.ModuleTitle_RootMenuArrow {

padding: 0px;
margin: 0px;
border: 0px;
}


/* Main Menu */

.MainMenu_MenuContainer {
text-align: left;
color: #FFF;
font-size: 12px;
background: #000033;
padding: 0px;
margin: 0px;
border: 0px;

}

.MainMenu_MenuBar {
color: #FFF;
font-size: 12px;
background: #000033;
font-weight: normal;
padding: 0px;
margin: 0px;
border: 0px;
}

.MainMenu_MenuItem {
color: #FFF;
font-size: 12px;
background: #000033;
font-weight: normal;
padding: 0px;
margin: 0px;
border: 0px;

}

.MainMenu_MenuIcon {
color: #FFF;
font-size: 12px;
background: #000033;
font-weight: normal;
padding: 0px;
margin: 0px;
border: 0px;
display: none;
visibility: hidden;
}

.MainMenu_SubMenu {
color: #FFF;
font-size: 12px;
background: #88B4D0;
font-weight: normal;
padding: 0px;
margin: 0px;
border: 0px;

}

.MainMenu_MenuBreak {
font-size: 12px;
color: #fff;
font-weight: normal;
background: #000033;
padding: 0px;
margin: 0px;
border: 0px;

}

.MainMenu_MenuItemSel {
color: #FFF;
font-size: 12px;
font-weight: bold;
background: #000033;
padding: 0px;
margin: 0px;
border: 0px;

}

.MainMenu_MenuArrow {
display: none;
visibility: hidden;
padding: 0px;
margin: 0px;
border: 0px;
}

.MainMenu_RootMenuArrow {
display: none;
visibility: hidden;
padding: 0px;
margin: 0px;
border: 0px;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/*added menu styles*/
.MainMenu_RootMenuItemBreadcrumb{


}
.MainMenu_RootMenuItem{

}
.MainMenu_RootMenuItemActive{
font-size: 12px;
color: #fff;
font-weight: normal;
background: #000033;
}
.MainMenu_RootMenuItemSelected{

}

.MainMenu_SubMenuItemSelected{


}
.MainMenu_SubMenuItemBreadcrumb
{ 

}
.MainMenu_SubMenuItemActive{


}



/* skin style */
/*
------------------
main html styles
------------------
*/



html { height:100%; }
body { background:#ffffff; margin:0 ; }
p, div, ul, li { font-family:arial,helvetica,verdana; font-size:11px; color:#000000; }
H1{
color: #88B4D0;
font-size: 18px;
}
H2{
color: #88B4D0;
font-size: 14px;
}

H3{
color: #88B4D0;
font-size: 18px;
font-weight: bold;
}

.Inner{
width: 822px;
margin:0px auto;
margin-left: auto ;
margin-right: auto ;

}
.alignLeft{
text-align: left;
}
.alignRight{
text-align: right;
}
.alignCenter{
text-align: center;
}

.NormalTextBox
{
font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333333; padding:2px 2px 2px 2px; margin:2px 2px 2px 2px;
}
.clear
{
clear:both;
height: 1px;

}
.paddRight{
padding-right: 10px;
}
.bump{
padding: 0px 10px;
}

/*nav seperator styles*/
.seperatorBox{
font-size: 12px;
color: #fff;
font-weight: normal;
background: #000033;
}
/* login style*/
.loggy{
text-transform: uppercase;
}
/*
------------------
nav styles
------------------
*/

#navBox{
 background: #000033;
 height: 20px;
 padding: 8px 0px;
 text-align: center;
}
#navBoxInner{
width: 822px;
text-align: right;
color: #FFF;
margin: 0px auto;
margin-left: auto ;
margin-right: auto 
}
#navBox a{
width: 822px;
color: #FFF;
}
/*
------------------
logo area
------------------
*/
#logoBox{
height: 66px;
text-align: center;


}
#logoboxInner{
width: 788px;
padding-top: 12px;
padding-left: 34px;
text-align: left;
margin: 0px auto;
margin-left: auto ;
margin-right: auto 
}
#dateStyle{
width: 200px;
float: right;
color: #666666;
margin-top: -17px;
text-align: right;

}

/*
------------------
header area
------------------
*/
#headerBox{
border-top: 1px solid #D1E2ED;
text-align: center;
padding-top:2px;
}
/*
------------------
breadcrumb area
------------------
*/
#breadBox{
border-bottom: 1px solid #D1E2ED;
text-align: center;
padding: 8px 0px;
font-weight: bold;
}
/*
------------------
main area
------------------
*/
#mainBox{
padding: 2px 0px 10px 0px;
}

.blurbBox{
width: 336px;
background: url(template_images/blurb_bg.jpg) no-repeat;
min-height: 100px;
padding-bottom: 10px;
}

.blurbBox h2{
margin: 0px 0px -10px 28px;
padding: 1px 0px;
color: #000033;
font-weight: bold;
font-size: 11px;
text-transform: uppercase;

}
.blurbBox td{
font-size: 11px;
}

/*
------------------
footer area
------------------
*/
#footerBox{
background: #D1E2ED;
color: #666666;
padding: 8px 0px;
line-height: 18px;
}
#footerBox a{
color: #666;
text-decoration: none;
}
#footerBox a:hover{
color: #666;
text-decoration: none;
}
