/* @override http://www.cattlemarket.com.au/cm.css */

body {
color:#4F5155;
font-family:Lucida Grande,Verdana,Geneva,Sans-serif;
font-size: 12px;
margin:0pt;
padding:0pt;
	background: #FFFFFF url(images/back.gif) repeat;
}

hr {
	height: 1px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top: 1px dotted silver;
}

a {
background-color:transparent;
color:#003399;
font-weight:normal;
text-decoration:none;
}

a:visited {
background-color:transparent;
color:#003399;
text-decoration:none;
}

a:hover {
background-color:transparent;
color:#000000;
text-decoration:none;
}

.topnav a {
background-color:transparent;
color:#003399;
font-weight: bold;
text-decoration:none;
}

.topnav a:visited {
background-color:transparent;
color:#003399;
text-decoration:none;
}

.topnav a:hover {
background-color:transparent;
color:#000000;
text-decoration:none;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}


h4 {
	color: #0E5AA6;
	font: 20px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 4px;
	padding: 0;
}



/* ------------LAYOUT */

div#container {
	margin-right:auto;
	margin-left:auto;
	height: 100%;
	width: 1011px;
	margin-top: 0px;
}

div#contents {
	width: 100%;
	height: 500px;
	background: url(images/side_shadow.gif) no-repeat right top;
}

div#main {
	min-height: 100%;
	background-color: white;
	width: 750px;
	position: relative;
	float: right;
	right: 19px;
	padding: 0 9px 12px;
	}
	
div#main2 {
	
	background-color: white;
	width: 100%;
	float:  left;
}

div#nav {
	height: 100%;
	width: 197px;
	position: relative;
	float: left;
	left: 26px;
	background: #626262 url(images/nav_bk.gif) repeat-y left top;
}

div#footer {
	
	bottom: 0px;
	width: 750px;
	padding: 8px;
	color: #c3c3c3;
	font-size: 9px;
	text-align: right;
	float: right;
	margin: 0 11px 0 0;
}


div#edit_box {
	height: 100%;
	width: 518px;
	padding: 8px;
	border: 1px solid silver;

}



/* -----------TEXT */

/* @group Pagination */

.pagination a:link,.pagination a:visited,.pagination a:active{
	padding: 6px;
	border-right-width: 1px;
	border-right-color: orange;
	border-width: 1px;
	border-color: gray;
	text-decoration: underline;
}

.pagination a:hover{
	padding: 6px;
	border-right-width: 1px;
	border-right-color: orange;
	background-color: silver;
}

.pag_current {
	font-weight: bold;
	font-size: 14px;
	color: orange;
}


/* @end */

/* @group Nav */
.nav {
	margin-right: 10px;
}

.nav a:link,.nav a:visited,.nav a:active{
	color: white;
	text-decoration: none;
}

.nav a:hover{
	color: orange;
	font-weight: bold;
}

.navtop {
	margin-left: 10px;
}

.navtop a:link,.navtop a:visited,.navtop a:active{
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.navtop a:hover{
	color: white;
	font-weight: bold;
	font-size: 17px;
}


div#nav_line {
	height: 5px;
	width: 168px;
	background: url(images/line_dotted.gif) repeat-x center;
}

/* @end */

/* @group Search Results */

.search_results {
	
}

.search_results h1{
	font-weight: bold;
	color: #3053ae;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.search_results table {
	border: 1px solid #d9dcd1;
	width: 100%;
}

.search_results td{
	text-align: left;
	background: url(images/form_tr_bk.jpg) repeat-x 0 bottom;
	padding: 4px;
}

.search_results tr{
	background: url(images/form_tr_bk.jpg) repeat-x 0 bottom;
}



/* @end */

.title_green {
	font-size: 14px;
	color: #74cf00;
	font-weight: bold;
}


/* ------------MISC ELEMENTS */

div#green_btn {
	border: 1px solid #5b903b;
	background: url(images/green_div_btn_bk.gif) repeat;
	padding: 6px 9px;
	width: 120px;
	margin-bottom: 15px;
}

/* @group EBV Table */

.ebv_table {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.ebv_table td {
	border: 1px solid maroon;
	padding: 4px;
}

/* @end */

.generic_menu {

}

.generic_menu a:link {
	
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.generic_menu a:active{
	
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.generic_menu a:visited{
	
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.generic_menu a:hover {
	
	font-size: 11px;
	font-weight: bold;
	color: orange;
	text-decoration: none;
}
div#dotted_line {
	height: 21px;
	width: 100%;
	background: url(images/line_dotted.gif) repeat-x center;
}

.comment {
	font-size: 9px;
	color: orange;
}



.comment_red {
	font-size: 9px;
	color: #d00;
}

.comment_green {
	font-size: 9px;
	color: #74cf00;
}


/* ------------FORMS */

.formtable {
	
}

.formtable table {
	border: 1px solid silver;
	text-align: left;
}

.formtable td {
	border-width: 0;
	padding: 8px;
}

.formtable tr {
	background: url(images/form_tr_bk.jpg) repeat-x 0 bottom;
	padding: 4px;
	border-width: 0;
}
.formtable textarea, input, select {
	padding: 4px;
	border: 1px solid silver;
}

.formtable button {
	padding: 4px;
	border: 1px solid gray;
	background-color: orange;
	color: white;
	font-size: 9px;
	font-weight: bold;
}

.form_small {
	font-size: 9px;
	
}

.form_small table {
	text-align: left;
}

.form_small td {
	border-width: 0;
	
}

.form_small tr {
	
}
.form_small textarea, input, select {
	padding: 2px;
	border: 1px solid silver;
	font-size: 9px;
}

.form_small button {
	padding: 2px;
	border: 1px solid gray;
	background-color: #99ef23;
	color: #535353;
	font-size: 9px;
	font-weight: bold;
}




/* ------------TABLES */

/* @group Calendar */

.calendar_table {
text-align: center;
font-size: 11px;
border: 1px solid #e1e1e1;
border-collapse: collapse;
border-spacing: 4px;
border-top: 3px solid #e1e1e1;
	width: 200px;
	}

.calendar_highlight {
	background-color: orange;
	font-weight: bold;
	color: black;
	font-size: 16px;
}

/* @end */

.admin_table {
	
}

.admin_table thead th
{
	color: white;  
	font-weight: bold;
	font-size: 11px;
	background-color: silver;
	padding: 2px 2px 4px 8px;
	height: 25px;
	background-image: none;
}

.admin_table table {
	border: 1px solid silver;
	text-align: left;
	background-color: white;
	font-size: 9px;
}

.admin_table td {
	border-width: 1px;
	padding: 8px;
	border-color: silver;
}

.admin_table tr {
	background: url(images/form_tr_bk.jpg) repeat-x 0 bottom;
	padding: 4px;
	border-width: 1px;
}
.admin_table textarea, input, select {
	padding: 4px;
	border: 1px solid silver;
}

.admin_table button {
	padding: 4px;
	border: 1px solid gray;
	background-color: orange;
	color: white;
}

.admin_table tfoot td,
.admin_table tfoot th
{
  	border-top            : 1px solid #CCC;
	padding               : 4px 4px 4px 8px;
  	color                 : #666;
	background-color: #e5e5e5;
	background-image: none;
}



.member_nav table,.member_nav td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font-size: 9px;
}
.member_nav table
{
	border                :none;
	border                :1px solid #CCC;
	text-align: left;
	background-color: #e5e5e5;
}
.member_nav thead th
{
	background            : #FFF url(styles/th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
  border-right           : 1px solid #CCC;
	font-weight: bold;
	font-size: 11px;
	border-width: 1px;
}
.member_nav tbody th
{
 background            : #FFF url(styles/th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
   border-right           : 1px solid #CCC;
	font-weight: bold;
	font-size: 11px;
	
	border-width: 1px;
}
.member_nav tbody tr td
{
	padding               : 2px 10px;
    color                 : #666;
	
}
.member_nav tbody tr:hover
{
  background            : #FFF url(styles/tr_bck.gif) repeat;
}

.member_nav tbody tr:hover td
{
  color                 : #454545;
}
.member_nav tfoot td,
.member_nav tfoot th
{
 border-left           : 1px solid #CCC;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(styles/foot_bck.gif) repeat;
  color                 : #666;
}
.member_nav caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
.member_nav a:link
{
	color                 : #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 10px;
}
.member_nav a:visited
{
	color                 : #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 10px;
}
.member_nav a:hover
{
	color                 : #004387;
	text-decoration: none;
	font-size: 10px;
}
.member_nav table a:active
{
	color                 : #003366;
}

/* @group test */

.test {
	background-color: silver;
}

/* @end */

/* @group My Group */



/* @end */

div#panel_btn {
	border: 1px solid silver;
	float: left;
	margin-right: 2px;
	padding: 3px 5px 3px 3px;
}

div#panel_btn:hover{
	background-color: white;
}
	
