/* ================================
    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: #C6EFF7;
 background-attachment: fixed;  
}

/* 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   {
}

/* 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-align: justify;
 font-family: Sans-Serif;
 font-weight: bold;
 font-size: 10pt; 
}

/* 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    {
}

/*For Goodsearch Badge*/
#badgeimage {border:0px;}

#badgewrapper {
	border:0px solid green;
	width:120px;
	font-family:arial,helvetica,verdana;
	/*not sure how, but below line centers div tags*/
	margin:0 auto;
	}

#badge_header {
	border:0px solid green;
	width:120px;
	height:130px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/header-120.png);
	font-family:arial,helvetica,verdana;
	font-size:10px;
	}

* html #badge_header {
	border:0px solid green;
    background: transparent none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.goodsearch.com/_gfx/badges/header-120.png');
	}

#badge_header_links {
	border:0px solid green;
	font-family:arial,helvetica,verdana;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding-top:8px;
	line-height:14px;
	position:relative;
	}

#badge_header_links a,
#badge_header_links a:visited
{
	border:0px solid green;
	font-family:arial,helvetica,verdana;
	font-size:10px;
 	color:#fff;
	text-decoration:underline;
}

#badge_header_tagline {
	border:0px solid green;
	font-family:arial,helvetica,verdana;
	font-size:8px;
	color:#ffff00;
	text-align:center;
	padding-top:3px;
	line-height:10px;
	font-weight:normal;
	}

#badge_content {
	border:0px solid green;
	font-family:arial,helvetica,verdana;
	font-size:10px;
	width:120px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/bg-content-120.png);
	}

#badge_content_text {
	border:0px solid green;
	font-family:arial,helvetica,verdana;
	font-size:10px;
	width:85%;
	margin:0px auto;
	line-height:16px;
	padding-bottom:5px;
	text-align:center;
	color:#333;
	}

#badge_linkblock {
	border:0px solid green;
	font-family:arial,helvetica,verdana;
	font-size:9px;
	width:120px;
	height:70px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/links-120.png);
	border:0px solid blue;
	}

.badge_link {
	border:0px solid green;
	font-family:arial,helvetica,verdana;
	font-size:9px;
	width:85%;
	color:#003366;
	margin:0px auto;
	padding-top:8px;
	position:relative;
	left:3px;
	}

#badge_linkblock a,
#badge_linkblock a:visited
{
	border:0px solid green;
	font-family:arial,helvetica,verdana;
	font-size:9px;
	color:#000000;
	line-height:12px;
	text-decoration:underline;
}

.badge_gobutton {
	border:0px solid green;
	width:16px;
	float:left;
	clear:left;
	}

.badge_golink {
	border:0px solid green;
	margin-left:23px;
	line-height:9px;
	}

#badge_shareblock {
	border:0px solid green;
	font-family:arial,helvetica,verdana;
	font-size:9px;
	width:120px;
	height:34px;
	background-image: url(http://www.goodsearch.com/_gfx/badges/footer-120.png);
	}

* html #badge_shareblock {
	border:0px solid green;
    background: transparent none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.goodsearch.com/_gfx/badges/footer-120.png');
	}

#badge_shareblock_link {
	border:0px solid green;
	font-family:arial,helvetica,verdana;
	font-size:9px;
	width:100%;
	text-align:center;
	padding-top:7px;
	position:relative;
	}

#badge_shareblock_link img {
	border:0px solid green;
	padding-right:5px;
	position:relative;
	top:2px;
	display:inline;
	}

#badge_shareblock_link a,
#badge_shareblock_link a:visited
{
	border:0px solid green;
	font-family:arial,helvetica,verdana;
	font-size:9px;
	color:#fff;
	text-decoration:underline;
}
    
/* GENERIC */
H1  {
}

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 */
.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 {
}






