/* ================================
    CSS STYLES FOR DotNetNuke
    DXDNN - Onyx Skin
   ================================
*/     


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
.img { 
border: 0px; 
} 

/* background color for the content part of the pages */
Body
{
	
	background-color:#FBF9D9;
	top: 0px;
	margin-top: 10px;
	font-family: georgia;
	font-size: 11px;
	font-weight: normal; 
	font-style: normal;
	letter-spacing: .4px;
	color:#000000;
	margin-left: auto;
	margin-right:auto;
}

#__dnn_body{background:#fff;}

/* background/border colors for the selected tab */
.TabBg {
}

.ControlPanel {
background-color: #ffffff;
}
.HeaderPane {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.logofooter {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.messagepane {
	padding-top:17px;
	padding-right:20px;
	
	vertical-align:middle;
	text-align:left;
}
.videopane {

	vertical-align:middle;
	text-align:center;
}
.BannerPane{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.MainHeader{
	background-image:url(/Portals/0/logo.gif);
	background-repeat:no-repeat;
	height:100px;
	padding-left:150px;
	vertical-align:bottom;
	padding-top:10px;
	padding-bottom:5px
}



.TopPane {
background-color:464646 ;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.LeftAdPane {
	width: 165px;
	background-color:464646 ;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.logopane {
	padding-left: 20px;
	padding-right: 10px;
	padding-top:70px;
	padding-bottom: 20px;
}



.FileManager_StatusBar {
background-color: #333;
margin: 10px 10px 10px 10px;
font-size: 12px;
}

.FileManager_AltItem { 
color: #fff;
background-color: #333;
}
.FileManagerTreeNode {
font-size: 14px;
color: #333;
background-color: transparent;
}

.FileManager_Item { 
color: #fff;
background-color: #333;
}
.FileManager_FileList {
	background-color: #333;
	overflow: auto;
}
	
.FileManager_Explorer {
	background-color: #000;
	height: 50%;


}

.FileManager_StatusBar 
{
color: black;
}


.LeftPane {
background-color:464646 ;
	width: 33%;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.ContentPane {;
	width: 350px ;
	padding-left:20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.HeaderPane {;
	width: 350px ;
	padding-left:20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.RightPane {
background-color:464646 ;
	width: 33%;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.BottomPane {
background-color:464646 ;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.BottomPane2 {
	width: 100%;
	background-color:464646 ;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.B1AdPane{
	width: 25%;
	background-color:464646 ;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}

.B2AdPane{
	width: 25%;
	background-color:464646 ;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.B3AdPane{
background-color:464646 ;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}
.B4AdPane{
	width: 25%;
	background-color:464646 ;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}

/* text style for the selected tab */
.SelectedTab {
	Color: black;
}

.image {
border:0px; border-thickness: 1px; border-color: #00000; border-style: solid;
}
.footer {
color:white;
}

a:link .image {border:0px; border-thickness: 0px; border-color: #FF9900; border-style: solid;}
a:hover .image {border:0px; border-thickness: 0px; border-color: #FF9900; border-style: solid;}
a:active .image {border:0px; border-thickness: 0px; border-color: #FF9900; border-style: solid;}

a:link.footer {color:white; text-decoration:underline}
a:hover.footer {color:666666; text-decoration:underline}
a:visited.footer {color:white; text-decoration:underline}


/* hyperlink style for the selected tab */
a:link.SelectedTab {
	Color: #333333;
border: 0px solid #000000;
}

a:visited.SelectedTab  {
	Color: #333333;
border: 0px solid #000000;
}

a:active.SelectedTab   {
Color = #fffc00;
border: 0px solid #000000;
}

a:hover.SelectedTab    {
	Color: #333333;
border: 0px solid #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
	Color: #999999;
border: 0px solid #000000;
}
    
/* hyperlink style for the unselected tabs - such as login and registrations buttons*/
a:link.OtherTabs {
	Color: #cc0000;
	font-family: georgia;
	font-size: 10px;
	font-weight: normal; 
border: 0px solid #000000;
}

a:visited.OtherTabs  {
	Color: #cc0000;
	font-family: georgia;
	font-size: 10px;
	font-weight: normal;
border: 0px solid #000000;
}

a:active.OtherTabs   {
	Color: #000000;
	font-size: 10px;
border: 0px solid #000000;
}

a:hover.OtherTabs    {
	Color: #000000;
	font-family: georgia;
	font-size: 10px;
	font-weight: normal; 
border: 0px solid #000000;
}



a:link.eventcal {
	Color:#fff100;
	font-family: georgia;
	font-size: 10px;
	font-weight: bold; 
border: 0px solid #000000;

}

a:visited.eventcal  {
	Color: #fff100;
	font-family: georgia;
	font-size: 10px;
	font-weight: normal;
border: 0px solid #000000;

font-weight: bold;
}

a:active.eventcal  {
	Color: #00b0d8;
	font-size: 10px;
border: 0px solid #000000;

font-weight: bold;
}

a:hover.eventcal   {
	Color: #ffffff;
	font-family: georgia;
	font-size: 10px;
	font-weight: normal; 
border: 0px solid #000000;

font-weight: bold;
}

/* GENERAL */
/* style for module titles */
.Head   {
}


/* text style used for most text rendered by modules */
.Normal
{

	font-family: georgia;
	font-size: 11px;
	font-weight: normal; 
	font-style: normal;
	letter-spacing: .4px;
	color:#000000;
}
p,div
{

	font-family: georgia;
	font-size: 11px;
	font-weight: normal; 
	font-style: normal;
	letter-spacing: .5px;
	color:#000000;
}

.CopyRight
{

	color:#ffffff;
	font-family: georgia;
	font-size: 12px;
	font-weight: normal; 
	font-style: normal;
}

.user {
	font-family: georgia;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	vertical-align: middle;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

/* style of item titles on edit and admin pages */
.SubHead    {
font-family: georgia, arial;
font-size: 12px;
font-weight: normal;
color: 000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: georgia, tahoma, arial;
font-size: 12px; 
background-color: #;

}

.DataGrid_Item {
font-family: georgia, tahoma, arial;
color: #fffc00;
font-size: 12px;
}
.DataGrid_AlternatingItem{
font-family: georgia, tahoma, arial;
color: #333;
font-size: 12px;
}
.NormalRed
{
}

.NormalBold
{
	Color = #666;
	font-size: 11px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	Color:  #000000;
	font-size: 12px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
	Color = #596C8E;
font-size: 12px;
border: 0px solid #000000;
}

a:visited.CommandButton  {
	Color = #596C8E;
font-size: 12px;
border: 0px solid #000000;
}

a:active.CommandButton   {
	Color = #596C8E;
font-size: 12px;
border: 0px solid #000000;
}

a:hover.CommandButton    {
	Color = #fffc00;
border: 0px solid #000000;
}
    
/* GENERIC */
H1  {
font-family: georgia;
	font-size: 19px;
	font-weight: bold; 
color:#ffffff;
}

H2  {
font-family: georgia;
	font-size: 16px;
	font-weight: bold; 
color:#33c2df;

}

H3  {
font-family: georgia;
	font-size: 12px;
	font-weight: bold; 
color:#ffffff;
}

H4  {
font-family: georgia;
	font-size: 12px;
	font-weight: bold; 
color:#f15a40;
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}
.img { 
border: 0px; 
} 

TH,TD,DIV{	font-size:11px;	color:#151515;}

A:link  {
border: 0px solid #000000;
Color: #666666;
font-size: 10px;
font-weight:bold;
}

A:visited   {
border: 0px solid #000000;
Color: #cc0000;
font-size: 10px;
font-weight:bold;

}

A:active    {
Color:#666666;
font-size: 10px; 
border: 0px solid #000000;
font-weight:bold;
}

A:hover {
Color: #cc0000;
font-size: 10px;
border: 0px solid #000000;
font-weight:bold;
}

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 {
Color = #fffc00;
}
.top-back {
	background-image: ;
	background-repeat: repeat-x;
}
.table-border {
	
	
	align: center;

}

#SearchContainer input{
	MARGIN:0px; 
	padding:0px;
	BORDER-left:1px solid #696969;
	BORDER-top:1px solid #696969;
	BORDER-bottom:1px solid #696969;
	font-size:11px;color:#000000; 
	background:#666666; 
	WIDTH:120px;HEIGHT:19px; margin-right:-5px;
}

.ModuleTitle_MenuItem {
border-left: 0px solid #FFFFFF; 
	border-bottom: 0px solid #FFFFFF; 
	border-top: 0px solid #FFFFFF; 
	border-right: 0px solid #FFFFFF;
	height: 26px;
	cursor: pointer; 
	cursor: hand; 
	color: #cccccc; 
	font-family: georgia; 
	font-size: 10pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent

}

.ModuleTitle_MenuIcon {
background-color: transparent; 
	border-left: #FFFFFF px solid; 
	border-bottom: #FFFFFF px solid; 
	border-top: #FFFFFF px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: ; 
	width: 15; 
	height: 26px;

}

.ModuleTitle_SubMenu {
background-color: #666666; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=1); 
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	background-color: #cccccc;
	cursor: pointer;
	cursor: hand;
	color: #333333;
	font-family: georgia;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	height: 26px;
	vertical-align: 0%;
}

.ModuleTitle_MenuArrow {
border-right: 1px solid #0000ff; 
	border-bottom: 1px solid #0000ff; 
	border-top: 0px solid #0000ff;
	font-family: Webdings;
	color: #666666;
}

.ModuleTitle_RootMenuArrow {
font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #666666; 
	font-weight: normal; 
	font-style: normal;

}

/* Main Menu */
/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { border:0; margin:0; padding:0; background:transparent;  }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { border:0; margin:0; padding:0; cursor: pointer; cursor: hand; background:transparent; }

/*-- submenu container          --*/ .MainMenu_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 2px 10px 1px 0; padding: 10px 0 10px 0; background-color:#33c2df; font-weight:normal; filter:none; text-transform:none; }
/*-- sub menu items             --*/ .MainMenu_MenuItem { border:0; margin:0; font-family: georgia;  color:#CC0000; font-size: 10px; padding: 0px 35px 0px 16px; height: 20px; font-weight:bold;   }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel { border:0; margin:0; font-family: georgia; color: #CC0000; font-size: 10px; cursor: pointer; cursor: hand; padding: 0px 35px 0px 16px; height: 20px; background:#ffffff; font-weight:bold;  }
/*-- menuitems idle             --*/ .MainMenu_Idle { border:0; margin:0; color: #2795d0; background: transparent; font-size: 10px; font-weight:normal; text-transform:none; }
/*-- sub menu items selected    --*/ .MainMenu_Selected { border:0; margin:0; color: #ffe4b8; font-weight:normal; background: #4f9cef; text-transform:none; }
/*-- sub menu items active      --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { border:0; margin:0; color: #000000; font-weight:bold; font-size: 10px;   }

/*-- root menu items            --*/ .MainMenu_RootMenuItem { background:transparent; text-align:center; border:0; margin:0; padding:0; font-weight:bold; color: #CC0000; font-size: 11px;   }
/*-- root menu items over       --*/ .MainMenu_RootSelected { font-size: 11px; border:0; margin:0; padding:0; color: #CC0000;  background:transparent; background-image:url(menu_bg_hi.gif); background-repeat:repeat-x; font-weight:bold; text-align:center; }
/*-- root menu items sub active --*/ .MainMenu_RootActiveSub, .MainMenu_RootBreadcrumbActive { font-size: 11px; border:0; margin:0; padding:0; color:#000000; background:transparent; background-image:url(menu_bg_hi.gif); background-repeat:repeat-x; font-weight:bold; text-align:center;  }
/*-- root menu items active     --*/ .MainMenu_RootActive { font-size: 11px; border:0; margin:0; padding:0; color:#CC0000;  background:transparent; background-image:url(menu_bg_hi.gif); background-repeat:repeat-x; font-weight:bold; text-align:center; }

/*-- root menu items            --*/ .MainMenu_RootMenuItem TD { padding:0 4px 0 4px; white-space:pre }
/*-- root menu items over       --*/ .MainMenu_RootSelected TD { padding:0 4px 0 4px; white-space:pre }
/*-- root menu items sub active --*/ .MainMenu_RootActiveSub, .MainMenu_RootBreadcrumbActive TD { padding:0 4px 0 4px; }
/*-- root menu items active     --*/ .MainMenu_RootActive TD { padding:0 4px 0 4px; }

/*-- not needed                 --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenuSeperator  { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; padding:0; background:transparent; }

.menu-back {
	background:#00b0d8;
	background-repeat: repeat-x;
	Height="30px";
	text-align: center;
}
.footerback {
	
	background-repeat: repeat-x;
	background-position: top;
}




