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

.ContentPane  {
}

.ContentPane p {
}

.ContentPane li {
}

.ContentPane a {
}

.ContentPane a:hover {
}

.ContentPane img {
	border:none;
}

.containermaster_blue tbody tr td {
	margin: 0;
	padding: 0;
	height: 0;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
a.SelectedTab:link {
text-decoration:none;
color:#64533B;
}

a.SelectedTab:visited  {
text-decoration:none;
color:#64533B;
}

a.SelectedTab:hover    {
text-decoration:none;
color:#177afe;
}

a.SelectedTab:active   {
text-decoration:none;
color:#177afe;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
a.OtherTabs:link {
text-decoration:none;
color:#64533B;
}

a.OtherTabs:visited  {
text-decoration:none;
color:#000;
}

a.OtherTabs:hover    {
text-decoration:none;
color:#177afe;
}

a.OtherTabs:active   {
text-decoration:none;
color:#177afe;
}

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

.SubHead    {
color:#000
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-size:11px;
color:#000
}

/* text style used for most text rendered by modules */
.Normal {
color:#64533B;
}



/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
color:#000;
}

.NormalBold
{
color:#000;
font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-size: 12px;
	font-weight: normal;
	background: #d5bd83;
	padding:0px 10px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link {
text-decoration:none;
color:#000;
}

a.CommandButton:visited  {
text-decoration:none;
color:#000;
}

a.CommandButton:hover    {
text-decoration:none;
color:#000;
}
    
a.CommandButton:active   {
text-decoration:none;
color:#000;
}

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

/* GENERIC */
H1  {
font-size:24px;
}

H2  {
}

H3  {
}

H4  {
}

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

	
#fltleft {
	float:left;}
	
#clrleft {
	clear:left;}
	
#clrright {
	clear:right;}