/* ================================
    CSS STYLES FOR DotNetNuke - DownUnder - by Nina Meiers - dotnetnuke@xd.com.au
   ================================*/   /* BEGIN Custom Styles by Nina Meiers */   

 body
{
	margin-top: 0px;
	height: 99%;
	background-color: #313769;
}
 
.MainBodyBG {
	width: 755px;
	height: 100%;
	background-repeat: no-repeat;
	background-color: #991B1E;
 }

.ViewFarmHeader
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 20px;
	background-color: #313769;
	color: white;
}

.ViewFarmDescription
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 25px;
	font-weight: bold;
	text-align:center;
	color: #FAE006;
}

.ViewFarmSummary
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight:bold;
	color: white;
}

.ViewFarmImages
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 20px;
	background-color: #313769;
	color: white;
}

.FarmsTable
{
	border-right: #313769 1px solid;
	border-top: #313769 1px solid;
	font-weight: normal;
	font-size: 15px;
	border-left: #313769 1px solid;
	color: #fae006;
	border-bottom: #313769 1px solid;
	font-family: Arial, Tahoma, Verdana;
	background-color: #991B1E;
}
 
.Montage {
	background-image: url(/Portals/12/Skins/farms4sale_skin/MainMontage.jpg);
	width: 765px;
	height: 160px;
	background-repeat: no-repeat;
	margin-top: 0px;
}

.ContactFooter
{
	behavior: url(info@farms4sale.co.za);
	background-image: url(/Portals/12/Skins/farms4sale_skin/contact.gif);
	width: 765px;
	background-repeat: no-repeat;
	height: 64px;
}

.Footer {
 height: 27px;
}

.FooterContainer {
background-color: transparent;
height: 25px; 
border-left: #EAEaEa 0px solid;
border-right: #EAEaEa 0px solid;
border-top: black 0px solid;
border-bottom: #EAEaEa 0px solid;
padding-left: 10px;

}

.Small {
font-size: 11pt;
color: white;
font-family:  Tahoma, Verdana;
text-decoration: none;
}

A:link {
    font-family:  Arial, Tahoma, Verdana;
    font-size: 15px;
    font-weight: normal;
/*    color: #FAE006; */
    color: white;
}

/* hyperlink style for the Custom Small tab */
A.Small:link {
    text-decoration:    none;
    color: #ffffff;
}

A.Small:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.Small:active   {
    text-decoration:    none;
    color:#eaeaea;
}

A.Small:hover    {
    text-decoration: underline;
    color: #eaeaea;
}

.MainContentBG {
padding: 0px;
background-color: transparent;
}

.ContentPane  { 
background-repeat: repeat-x;
background-color: transparent;
width: 100%;
padding-left: 0px;
padding-right: 0px;
padding-top: 6px;
}

.RightPane  { 
width: 150px;
margin: 0px;
padding-left: 4px;
padding-right: 6px;
padding-top: 6px;
}

.MiniPane{
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
}

.MiniPane01{
padding-left: 14px;
padding-right: 4px;
padding-top: 2px;
}

/* END CUSTOM CSS STYLES - Nina Meiers */

/* BEGIN DEFAULT CSS STYLES - DotNetNuke */

/* text style for the selected tab */

HR {
	color: #702E0B;
	height: 1px;
}

.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    line-height: 0em;
    color: #B6B9D3;
    font-family:  Tahoma, Verdana;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #702E0B;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#C3C3C3;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#702E0B;
}

A.SelectedTab:hover    {
    text-decoration: underline;
    color: #C3C3C3;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10.5pt;
    color: #702E0B;
    font-family:  Tahoma, Verdana;
    text-decoration: none;
	 vertical-align: middle;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#C3C3C3;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#702E0B;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#702E0B;
}

/* GENERAL style for module titles */
.Head   {
    font-family:  Tahoma, Verdana;
    font-size:  16px;
    font-weight:  bold;
    color: #702E0B;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:  Tahoma, Verdana;
    font-size:  15px;
    font-weight:    bold;
    color: white;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:  Tahoma, Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #702E0B;
}

.LoginTab {
	font-family:  Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
}

/* hyperlink style for the selected tab */
A.LoginTab:link {
    text-decoration:    none;
    color: #eaeaea;
}

A.LoginTab:visited  {
    text-decoration:    none;
    color:#eaeaea;
}

A.LoginTab:active   {
    text-decoration:    none;
    color:#E1ECFC;
}

A.LoginTab:hover    {
    text-decoration: underline;
    color: #FFFFFF;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family:  Arial, Tahoma, Verdana;
    font-size: 15px;
    font-weight: normal;
    color: #FAE006;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:  Tahoma, Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family:  Tahoma, Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #702E0B;
}

.NormalBold
{
    font-family:  Tahoma, Verdana;
    font-size: 15px;
    font-weight: bold;
    color: white;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:  Tahoma, Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #313769;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #313769;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #313769;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #313769;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #313769;
}

/* GENERIC */

H1  {
    font-family:  Tahoma, Verdana;
    font-size:  16px;
    font-weight: bold;
    color: #702E0B;
}

H2  {
    font-family:  Tahoma, Verdana;
    font-size:  14px;
    font-weight: bolder;
    color: Red;
}

H3  {
    font-family:  Tahoma, Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family:  Tahoma, Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family:  Tahoma, Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family:  Tahoma, Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family:  Tahoma, Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family:  Tahoma, Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* This sets the default container settings on the actual Solpart Menu */
.MainMenu_MenuContainer {
	 background-color: black;
	 height: 25px; 
	 border-left: black 1px solid;
	 border-right: black 1px solid;
	 border-top: black 1px solid;
	 border-bottom: black 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: white 1px solid; 
	border-left: white 1px solid; 
	border-top: white 1px solid;  
	border-right: white 1px solid; 
	background-color: transparent; 
	color: #333333;
	font-family:  Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold; 
	font-style: normal;
}

/* This uses 2.1.2 Solpart Menu Options with the patch applied after 26-06-04. */
.ActiveRootTab TD{
background-color: transparent;
line-height: 20px;
/* width: 120px; */
color: #000000;
font-family:  Tahoma, Verdana;
font-size: 11px;
font-weight: bold; 
height: 20px; 
}

/* This is for the the text/button on the top level */
.RootTab TD{
/*width: 120px;*/
font-family:  Tahoma, Verdana;
font-size: 11px;
font-weight: bold; 
color: #404040;
background: #FAFAFA;
height: 20px; 
}

.SelectedRootTab TD{
/*width: 120px; */
color: #eaeaea;
font-family:  Tahoma, Verdana;
font-size: 11px;
font-weight: bold; 
border-left: #ffffff 0px solid;
border-top: #ffffff 0px solid;
background-color: transparent;
height: 20px; 
}

.BreadcrumbRootTab TD{
/*width: 120px;*/
font-family:  Tahoma, Verdana;
font-size: 11px;
font-weight: bold; 
color: #404040;
background-color: transparent;
height: 20px; 
}

.ActiveSubTab {
background-color: #E1ECFC;
color: #404040;
border-top: 0px solid;
font-family:  Tahoma, Verdana;
font-size: 11px;
font-weight: bold; 
height: 20px; 
}

.SubTab {
background-color: white;
color: #000000;
font-family:  Tahoma, Verdana;
font-size: 11px;
font-weight: bold; 
}

.SelectedSubTab {
background-color: #C3C3C3;
color: #000000;
font-family:  Tahoma, Verdana;
font-size: 11px;
font-weight: bold; 
}

.BreadcrumbSubTab {
background-color: #000000;
color: #ffffff;
font-family:  Tahoma, Verdana;
font-size: 11px;
font-weight: bold; 
height: 20px;
border-left: transparent 0px solid; 
border-bottom: #ffffff 0px solid;
border-top: #ffffff 0px solid; 
border-right: transparent 0px solid; 
}

/* End 2.1.2 Extra Menu Features */
.MainMenu_MenuBar 
{
	cursor: pointer; 
	cursor: hand; 
	height:20;
}

/* This area is good to start initially to start with when deciding on how menu works*/
.MainMenu_MenuItem {
/*    color: #990000;  */
    color: black;  
	font-family: Arial, MS Tahoma, Verdana;
	font-size: 17px;
	font-weight: bold; 
	padding-right: 10px;
	border-left: black .5px solid; 
	border-right: black .5px solid; 
	border-bottom: black .5px solid;
  	border-top: black .5px solid; 
	font-style: normal; 
/*	background: #FAE006; */
	background: white; 
	height: 21px; 	
}

.MainMenu_RootMenuArrow {
	font-family: ARIAL; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent; 
    padding-left: 0px;
    padding-right: 5px;
	width: 0px; 
	height: 20px;
	display: none;
}

/* this is the colour in the dropdown menu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #990000;
	font-family:  Tahoma, Verdana;
	font-size: 17px;
	font-weight:normal;
	font-style: normal; 
	color: #990000;
	height: 21px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='silver', Direction=135, Strength=0) ;
	border-left: black 1px solid; 
	border-right: black 1px solid; 
	border-bottom: black 1px solid;
  	border-top: black 1px solid; 
	margin-top: 0px; 
	margin-left: 0px;
}

.MainMenu_MenuItemSel {
	font-family: Arial,  Tahoma, Verdana;
	font-size: 17px;
	font-weight: bold; 
	font-style: normal; 
	padding-right: 10px;
	color: white;
	height: 21px;
	/* width: 120px;*/
	background-color: black;
	border-left: black .5px solid; 
	border-right: black .5px solid; 
	border-bottom: black .5px solid;
  	border-top: black .5px solid; 
}

.MainMenu_MenuBreak {
	border-bottom: WHITE 0px solid; 
	border-left: WHITE 0px solid; 
	border-top: WHITE 0px solid;  
	border-right: WHITE 0px solid; 
	background-color: red; 
	height: 1px;
}

.MainMenu_MenuArrow {
 border-right: #ffffff 0px solid; 
 border-bottom: #ffffff 0px solid; 
 border-top: #ffffff 0px solid; 
 border-left: #ffffff 0px solid; 
 display: none;
}

.MySeparator {
	font-family: Tahoma, Verdana, Trebuchet MS;
	font-size: 7px; 
	font-weight: bold; 
	font-style: normal; 
	color: #754B35; 
	padding-right: 5px;
	padding-left: 5px;
	cursor: pointer; 
	cursor: hand;
	background-color: transparent;
}

