/* Author - Barry Green, Grainfarmers Group Ltd */

/* Main page attributes */

*
	{
	margin: 0;
	padding: 0;
	border: 0;
	}

body
	{
	background-color: #000000;
	min-width: 691px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF;
	}

/* End main page attributes */


/* Main page wrapper */

#wrapper
	{
	width: 691px;
	position: relative;
	left: 50%;
	margin-left: -346px;
	background: url(/files/wrapperback.gif) repeat-y left top;
	}

/* End main page wrapper */

/* Header section to include 2 floats */

#header
	{
	width: 689px;
	height: 153px;
	margin-left: 1px;	/* Allows visibility of dots down sides of #wrapper */
	margin-right: 1px;
	padding-bottom: 1px; 	/* Allows room for the background dots to appear at bottom and to space correct distance from images */
	background: url(/files/acrossdots.gif) repeat-x left bottom;
	}

#logo
	{
	background-color: #000000;
	width: 153px;
	height: 153px;
	float: left;
	}

#buthead
	{
	width: 536px;
	height: 145px;
	float: right;
	font-size: 0; 		/* Gets rid of the issue of adding an extra pixel between images */
	}

/* End header section and floats */

/* Main section to include 2 floats which contain 2 sub divs each */

#main
	{
	width: 689px;
	margin-left: 1px;	/* Allows visibility of dots down sides of #wrapper */
	margin-right: 1px;
		/* padding-bottom: 9px; Allows room for the background dots to appear at bottom and to space correct distance from images */
	}

#navanddiary
	{
	width: 140px;
	float: left;
	}

#pagecontainer
	{
	width: 548px;
	float: right;
	}

#nav
	{
	width: 140px;
	background-color: #000000;
	}

#nav p
	{
	padding-left: 13px;
	padding-top: 11px;
	padding-bottom: 11px;
	background: url(/files/acrossdots.gif) repeat-x left bottom;
	}

#nav a 
	{
    	color: #FFFFFF;
    	text-decoration: none;
	}

#nav a.v
	{
    	color: #FFFFFF;
    	text-decoration: none;
	}

#nav a:hover 
	{
	color: #FFFFFF;
    	text-decoration: underline;
	}

#diary
	{
	width: 140px;
	}

#diary img
	{
	padding-left: 9px;
	padding-bottom: 9px;
	padding-top: 9px;
	}

.diaryentry 	/* Sub div of diary */
	{
	padding-left: 9px;
	padding-bottom: 9px;
	padding-top: 9px;
	background: url(/files/acrossdots.gif) repeat-x left top;
	}

.diaryentry a 
	{
    	color: #98DE01;
    	text-decoration: none;
	}

.diaryentry a.v
	{
    	color: #98DE01;
    	text-decoration: none;
	}

.diaryentry a:hover 
	{
	color: #98DE01;
    	text-decoration: underline;
	}

.diaryentry p
	{
	padding-bottom: 3px;
	}

#field	{
	width: 548px;
	height: 194px;
	}

/* End of main page section */

/* Footer section - 2 divs, the trigger div 2px wider to hide edge dots */

#footer
	{
	width: 689px;
	margin-left: 1px;	/* Allows visibility of dots down sides of #wrapper */
	margin-right: 1px;
	background-color: #000000;
	clear: both;		/* Allows the container #main to grow to fit it's sub floated containers */
	}

#footer p
	{
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	color: #666666;
	background: url(/files/acrossdots.gif) repeat-x left top;
	}

#footer a 
	{
    	color: #666666;
    	text-decoration: none;
	}

#footer a.v
	{
    	color: #666666;
    	text-decoration: none;
	}

#footer a:hover 
	{
	color: #666666;
    	text-decoration: underline;
	}

#trigger
	{
	width: 691px;
	background-color: #000000;
	}

#trigger p
	{
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	color: #666666;
	background: url(/files/acrossdots.gif) repeat-x left top;
	}

#trigger a 
	{
    	color: #98DE01;
    	text-decoration: none;
	}

#trigger a.v
	{
    	color: #98DE01;
    	text-decoration: none;
	}

#trigger a:hover 
	{
	color: #98DE01;
    	text-decoration: underline;
	}

/* End of footer section */

/* Inner page generic identities */
 
#title				/* Title bar */
	{
	width: 548px;
	height: 45px;
	background: url(/files/acrossdots.gif) repeat-x left top;
	padding-top: 1px;
	}

#titleleft			/* Holds title header */
	{
	height: 30px;
	padding-top: 16px;
	padding-left: 16px;
	float: left;
	}

#titleleft h1
	{
	font-size: 13px; 
	font-weight: bold;
	}

#dateselect			/* Date select form in title bar */
	{
	margin-top: 10px;
	margin-right: 12px;
	height: 17px;
	float: right;
	color: #666666;	
	}

#memberslink			/* Date select form in title bar */
	{
	margin-top: 16px;
	margin-right: 12px;
	height: 17px;
	float: right;
	color: #666666;	
	}

#memberslink a
	{
    	color: #98DE01;
    	text-decoration: none;
	}

#memberslink a.v
	{
    	color: #98DE01;
    	text-decoration: none;
	}

#memberslink a:hover
	{
	color: #98DE01;
    	text-decoration: underline;
	}

.page				/* Standard page */
	{
	width: 516px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 1px;
	padding-bottom: 16px;
	background: url(/files/acrossdots.gif) repeat-x left top;
	}

.page p
	{
	padding-top: 16px;
	}

.page h2
	{
	color: #666666;
	font-size: 12px;
	padding-top: 16px;
	font-weight: normal;
	}

.page h3
	{
	color: #98DE01;
	font-size: 12px; 
	padding-top: 4px;
	font-weight: normal;
	}

.page h4
	{
	font-size: 13px; 
	font-weight: bold;
	color: #98DE01;
	}

.page h5
	{
	font-size: 12px; 
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 12px;
	}

.page h6
	{
	font-size: 12px; 
	line-height: 18px;
	font-weight: normal;
	}
.page a
	{
    	color: #FFFFFF;
    	text-decoration: none;
	}

.page a:hover 
	{
	color: #FFFFFF;
    	text-decoration: underline;
	}

.page a.v
	{
    	color: #FFFFFF;
    	text-decoration: none;
	}

/* Generic classes */

.green	
	{
	color: #98DE01;
	}

.grey	
	{
	color: #666666;
	}

.greenlg	
	{
	color: #98DE01;
	font-size: 12px; 
	}

.whitelg	
	{
	color: #FFFFFF;
	font-size: 12px; 
	}

.newstd
	{
	padding-left: 0px;
	padding-right: 12px;
	vertical-align: top;
	}

.login
	{
	margin-top: 16px;
	}

.login td
	{
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	}

.contacttable
	{
	margin-top: 16px;
	}

.contacttable td
	{
	padding-left: 0px;
	padding-right: 12px;
	}

.linkstable
	{
	margin-top: 16px;
	}

.linkstable td
	{
	vertical-align: top;
	padding-left: 0px;
	padding-right: 12px;
	}

a.green 	
	{
    	color: #98DE01;
    	text-decoration: none;
	}

a:hover.green 
	{
	color: #98DE01;
    	text-decoration: underline;
	}

a.v.green 
	{
    	color: #98DE01;
    	text-decoration: none;
	}

.input
	{
	width: 200px;
	height: 20px;
	}

/* Index page */

#indextable
	{
	background: url(/files/acrossdots.gif) repeat-x left top;
	width: 100%;
	height: 450px;
	}

.indextabledots
	{
	width: 1px;
	background: url(/files/downdots.gif) repeat-y right top;
	}

.indextabletr
	{
	width: 154px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 16px;
	vertical-align: top;
	}

.greenh	
	{
	font-size: 12px; 
	color: #98DE01;
	font-weight: bold;
	}

ul
	{
	margin:0;
	padding: 0;
	list-style-type: none;
	}

li
	{
	background: url(/files/greenbullet.gif) no-repeat 0 3px;
	padding-left: 10px;
	margin-top: 16px;
	}
/* End of generic classes */
