/* this style sheet contains the MTG custom styles that complement Melb Uni custom styles*/

/* This controls the color and behaviour of links within the content of the page */
A:link
{
 color: #03c;
 text-decoration: none;
}

A:visited
{
 color: #03c;
 text-decoration: none;
}

A:hover
{
	color: #c00;
	background-color: #FFFF99;
	text-decoration: underline;
}

A:active
{
 color: #600;
}
/* This controls the color and behaviour of formatting cells */
.tb_topcell
{
 padding: 0;
 margin: 0;
 background-color: #2E05A5;
}
 .tb_bottomcell
{
	padding: 0 10px;
	margin: 0;
	background-color: #FF9900;
 }
 .menubar
{
 width: 150px;
 padding: 0 0 0 0;
}
 /* This controls the color and behaviour of Headings and text */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.title3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.title4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}

.content_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000A0;
	text-align: left;






}
.content_title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-align: left;
	border: none;


}
.mainright_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-align: centre;
	border: none;


}
.mainright_content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
}	
.content_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: text-top;
	border: none;



}
.content_body_centre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: centre;
	background-position: center;
	border: none;




}
.content_body_highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: centre;
	color: #000099;
}

.caption
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0 5 5 0;
	color: #666666;
}

.li_list
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0 0 12px;
}
/* ----------------------------------------------------------------------------- */
/* styles for the vertical divider line (table cell) */
.divider1
{
	background: #fff;
	background-image: url(/menu/images/divider_bg.gif);
	background-repeat: repeat-y;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;






}
.divider2
{
	background: #fff;
	background-image: url(/menu/images/divider_bg.gif);
	background-repeat: repeat-x;
	border-right-style: dashed;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;



}
.sidemenu_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000A0;
	background-color: #999999;
	text-align: center;
}
/* this section controls table format - based on Melb Uni styles */
table.grey { 
  background: #999;
  font: 12px/16px verdana, arial, helvetica, sans-serif;
  color:#333; 
} 
table.grey th { 
  background: #eee;
  font-weight: bold;
} 
table.grey td { 
  background: #fff; 
  vertical-align: top;
  text-align: left;
}
table.grey td.subheader { 
  background: #eee;
  font-weight: bold;
}
table.grey caption {
  display: none;
}
/* this section controls footer text and footer banner display */
.footer
{
	width: 100%;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.footer a
{
	color: #03c;
 text-decoration: none;
}

.footer a:visited
{
 color: #606;
 text-decoration: none;
}

.footer a:hover
{
	color: #0099FF;
	background-color: #FFFFFF;
 }
 
.footer_btext 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000A0;
	text-align: left;
}

.footer_btext a
{
	color: #0000A0;
 text-decoration: none;
}

.footer_btext a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
}
.footer_btext_r
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000A0;
	text-align: right;
}
.footer_btext_r a
{
	color: #0000A0;
 text-decoration: none;
}

.footer_btext_r a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
	margin-bottom: 18px;
}
.topcellagronews {
	background-color: #009999;
	border: solid #333333;

}
.bottcellagronews {
	background-color: #009999;
}
.AgroMaintitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFCC00;
	cursor: crosshair;
}
.divider3 {
	border-top: dashed;
	border-right: none;
	border-bottom: dashed;
	border-left: none;

}
.divider4 {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
}

