/* ================================
    MENU
   ================================
*/ 

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #605F5F; 
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana,  Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #605F5F; 
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/* ================================
    SKIN
   ================================
*/   

.Container_Store_Main
{
	
}

.Container_Store_Header_Left
{
	width:8px;
	height:25px;
	background-image:url(Containers/BGS/Images/StoreModule_Header_Left.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.Container_Store_Header_Right
{
	width:8px;
	height:25px;
	background-image:url(Containers/BGS/Images/StoreModule_Header_Right.gif);	
	background-position:left center;
	background-repeat:no-repeat;
}

.Container_Store_Header_Back
{
	height:25px;
	background-image:url(Containers/BGS/Images/StoreModule_Header_Back.gif);
	background-repeat:repeat-x;
}

.Container_Store_Title
{
	font-family:Verdana;
	font-size:11px;
	color:White;
	font-weight:Normal;
}

.Container_Store_Content
{
	border-left:solid 1px #6ca0cd;
	border-right:solid 1px #6ca0cd;
	border-top:solid 0px #6ca0cd;
	border-bottom:solid 1px #6ca0cd;
	padding:5px 10px 0px 10px;
	
}

.Container_BlankOutline
{
	border:solid 1px #0d69b2;
}

.Container_BlankOutline_Title
{
	font-family:Verdana;
	font-size:11px;
	color:#262626;
	font-weight:bold;
}

.Container_BlankOutline_Info
{
	padding-right:15px;	
}

.Container_Main
{
	/*border:solid 1px black;*/
	padding:5px 10px 0px 10px;
}

.Container_Title
{
	font-family:Verdana;
	font-size:20px;
	color:#262626;
}

.Container_Info
{
	padding-left:15px;
	padding-right:15px;
}

.Skin_Store_LeftPane
{
	padding:20px 1px 0px 10px;
}

.Skin_BackFadeLeft
{
	width:9px;
	background-image:url(Skins/BGS/Images/SideGrad_Left.jpg);
}

.Skin_BackFadeRight
{
	width:9px;
	background-image:url(Skins/BGS/Images/SideGrad_Right.jpg);
}

.Skin_MainTable
{
	height:100%;
}

.Skin_MainTable_Sub
{
	background-color:White;
	height:100%;
}

.Skin_Header
{
	height:176px;
	background-image:url(Skins/BGS/Images/Header.gif);
}

.Skin_Header_Top
{
	height:11px;
	background-image:url(Skins/BGS/Images/Header_Top.jpg);
}

.Skin_Header_Menu
{
	height:27px;
	background-image:url(Skins/BGS/Images/Header_Menu.jpg);
}

.Skin_Header_Bottom
{
	height:175px;
	background-image:url(Skins/BGS/Images/Header_Bottom.jpg);
}

.Skin_HR
{
	text-align:center;
	height:7px;
	margin-left:5px;
	margin-right:5px;
	background-position:center;
	background-image:url(Skins/BGS/Images/HR_Back.jpg);
	background-repeat:repeat-x;
}

.Skin_Copyright
{
	font-family:Verdana;
	font-size:10px;
	color:#605F5F;
	padding-right:5px;
}

a.Skin_Copyright:link, a.Skin_Copyright:active, a.Skin_Copyright:visited, a.Skin_Copyright:hover
{
	font-family:Verdana;
	font-size:10px;
	color:#605F5F;
	padding-right:5px;
}

.Skin_MainMenu 
{
	font-family:Verdana;
	font-size:12px;
	color:White;
	text-decoration:none;
}

.Skin_MainMenu_Item
{
	font-family:Verdana;
	font-size:12px;
	color:White;
	text-decoration:none;	
}

a.Skin_MainMenu_Item
{
	font-family:Verdana;
	font-size:11px;
	color:White;
	text-decoration:none;	
}

a.Skin_MainMenu_Item:link, a.Skin_MainMenu_Item:active, a.Skin_MainMenu_Item:visited, a.Skin_MainMenu_Item:hover
{
	font-family:Verdana;
	font-size:11px;
	color:White;
	text-decoration:none;	
}



/* ================================
    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
{
	background-color:#EDEDED;
}

.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    
{
	font-family:Verdana;
	font-size:11px;
	font-weight:Bold;
	color:Black;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
	font-family:Verdana;
	font-size:14px;
	font-weight:Bold;
	color:Black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family:Verdana;
	font-size:11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	font-family:Verdana;
	font-size:11px;
	color:Red;
	font-weight:normal;
}

.NormalBold
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

.NormalButton
{
	font-family:Verdana;
	font-size:11px;
	width:100px;
}

.NormalButtonLong
{
	font-family:Verdana;
	font-size:11px;
	width:150px;
}

/* 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 {
}

.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 {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
