/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
HTML {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:10px;
	
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #E0DACC;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #B2D1E0;
	scrollbar-arrow-color: #CC0000;
	}

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

/* background color for the content part of the pages */
body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:10px;
color:#333;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	
} 
P {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	}
.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:11px;
}

.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   {
}

/* 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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
font-size: 15px;
margin-bottom: 8px;
color: #0A3249;

}

H2  {
font-size: 13px;
color: #CC0000;
margin-bottom: 8px;
}

H3  {
font-size: 12px;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}
table.technical{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:10px;
}

TH  {
}

A:link  {
color: #FF0000;
text-decoration: none;
}

A:visited   {
color: #FF0000;
text-decoration: none;
}

A:active    {
color: #FF0000;
text-decoration: none;
}

A:hover {
color: #FF0000;
text-decoration: underline;
}

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

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
color: #FFFFFF;
background: transparent;
font-size: 11px;
font-weight: lighter;
height: 21px;
font-weight: lighter;
}

.MainMenu_MenuBar {
color: #FFFFFF;
background: transparent;
font-size: 11px;
border: 0px;
height: 21px;
font-weight: lighter;
}

.MainMenu_MenuItem {
color: #FFFFFF;
background: transparent;
font-size: 11px;
border: 0px;
height: 21px;
font-weight: lighter;
}

.MainMenu_MenuIcon {
color: #FFFFFF;
background: transparent;
font-size: 11px;
border: 0px;
font-weight: lighter;
}

.MainMenu_SubMenu {
color: #FFFFFF;
background-color: #004D71;
font-size: 11px;
font-weight: lighter;
border: 0px;
}

.MainMenu_MenuBreak {
border: 0px;
}

.MainMenu_MenuItemSel {
color: #FFFFFF;
background-color: #004D71;
height: 21px;
font-size: 11px;
border: 0px;
font-weight: lighter;
}

.MainMenu_MenuArrow {
border: 0px;
}

.MainMenu_RootMenuArrow {
border: 0px;
}
/*new styles*/

.blueBak
{
background-color: #006699;	
}
.liteBluebak
{
background-color: #B4D2E1;
}
.liteliteBluebak
{
	background-color: #DAE9F1;
}
.whiteBak{
background-color: #FFF;
}
.leftShade {
	background-image: url(template_images/shade_left_side.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.rightShade {
	background-image: url(template_images/shade_right_side.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.lowerShade {
	background-image: url(template_images/shade_lower.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.headerBak {
	background-image: url(template_images/header_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.whiteCorner {
	background-image: url(template_images/corner_white.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.blueCorner {
	background-image: url(template_images/corner_blue.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.rightBar {
	background-image: url(template_images/title_right_block.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.secrightBar {
	background-color: #E1EDF4;
	background-image: url(template_images/title_right_block.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.padMe {
	padding: 5px;
	
}
.padMe2{
	padding: 10px 10px 10px 10px;
}
.aa_whitetext {
	color: #FFF;
	}
	
.aa_bluetext {
	color: #006699;
}	
.loggy{
	font-size: 9px;
	color: #666;
}
.header{
	color:#FFF;
	font-weight: bold;
	font-size: 12px;
}
	
	






