/* This is the Screen CSS stylesheet for fonts, colors, buttons etc. - CSS Document
NB: Layout is in layout.css */
/* Version for Linc-Up Nurseries site */

body {
	color:#000000;
	background-color: #F1EFF2;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 80%;
	height: auto;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-right:0px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-right:0px;
}

.linkbar {
display:block;
width: 300px; 
background-color:#007668;
color: #FFFFFF;
height: 20px;
line-height: 20px; 
text-align: left;
margin-left: 10px;
margin-right:0px;
padding-left: 10px;
border: 0px solid #000033;
}

.linkbar a {
display:block;
color:#FFFFFF;
text-decoration: none;
}

.linkbar a:hover {
display:block;
color:#FFFFFF;
text-decoration:underline;
}

.clear_both {
clear:both;
}
/* Use the clear_both class after linkbar if the text wraps */

.member_details {
	font-size: 85%;
	color: #333333;
	padding-left:10px;
	margin-top: 12px;
	margin-bottom: 6px;
}

.member_address {
	font-size: 85%;
	color: #333333;
	padding-left:10px;
	margin-top: 12px;
	margin-bottom: 6px;
}

.more_small {
	font-size: smaller;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
}

.more_small a:link {
			color: #666666;
			}
			
.more_small a:visited {
			color: #993399;
			}
		
.more_small a:hover {
			color: #FF0000;
			}
		
.more_small a:active {
			color: #FF0000;
			}

.next_member {
	list-style: url(../images/arrow_right.gif); 
	font-size: smaller;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 4px;
}

.next_member a:link {
			color: #666666;
			}
			
.next_member a:visited {
			color: #993399;
			}
		
.next_member a:hover {
			color: #FF0000;
			}
		
.next_member a:active {
			color: #FF0000;
			}

.previous_member {
	list-style: url(../images/arrow_left.gif); 
	font-size: smaller;
	color: #666666;
	margin-top: 4px;
	margin-bottom: 4px;
}

.previous_member a:link {
			color: #666666;
			}
			
.previous_member a:visited {
			color: #993399;
			}
		
.previous_member a:hover {
			color: #FF0000;
			}
		
.previous_member a:active {
			color: #FF0000;
			}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {margin-left: 10px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 6px;
	font-size: medium;
	color: #007668;
}

h2 {margin-left: 10px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-size: small;
	color: #007668;
}

.h2_column_right {margin-left: 10px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-size: small;
	color: #007668;
}

.h2_issue_200 {margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 8px;
	padding:5px;
	font-size: small;
	color: #FFF;
	background-color:#482B83;
}


.members_column_right {margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: small;
	color: #FFFFFF;
}

.h2_grey {margin-right: 10px;
		  color: #333333;
}


h3 {margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: small;
	color: #007668;
}

.h3_sweep {margin-left: 5px;
		   margin-top: 0px;
}

h4 {margin-left: 5px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 0px;
	font-size: small;
	color: #D4F0FE;
}

/*Use this for left hand panel links*/
h5 {margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: small;
	color: #007668;
}

h6 {margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: small;
	color: #007668;
}

.hr_thin	{border: none;
			background-color:#388EBF;
			color:#007668;
			height:1px;
			width:450px;
			margin-left:10px;
			margin-right:10px;
}	


p	{margin-left: 10px;
	 margin-top: 2px;
	 margin-right: 10px;
	 margin-bottom: 5px;
}

.p_footer {margin-bottom: 0px;
			background-color: #BFF2BF;
}

.li_go_to {
	padding-left:5px;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	/*font-size: small;*/
	color: #007668;
	list-style-image:url(../images/arrow_button.gif);
}

.li_go_to a:link {
			display:block;
			list-style-image:url(../images/arrow_button.gif);
			color: #004C80;
			text-decoration:none;
}

.li_go_to a:visited {
			display:block;
			list-style-image:url(../images/arrow_button.gif);
			color: #007668;
			text-decoration:none;
}

.li_go_to a:hover {
			display:block;
			list-style-image:url(../images/arrow_button.gif);
			color: #FF0000;
			text-decoration:underline;
}

.li_go_to a:active {
			display:block;
			list-style-image:url(../images/arrow_button.gif);
			color: #FF0000;
			text-decoration:none;
}

.white {color:#FFFFFF;}

.white a:link {
			color: #FFFFFF;
			}
			
.white a:visited {
			color: #FFFFFF;
			}
		
.white a:hover {
			color: #00A54E;
			}
		
.white a:active {
			color: #00A54E;
			}

.centre_columns {
	margin-right: 100px;
}


.content {margin-right: 180px;
		  text-align:justify;
}

.quick_login {margin-left: 5px;
	 margin-top: 0px;
	 margin-right: 5px;
	 margin-bottom: 0px;
	 color:#FFFFFF;
	 font-size: 80%;
}

.top_menu {
    color: white;
    font-family: Arial;
    font-size: 0.90em;
    font-weight: normal;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #00cc00;
    padding: 8px;
}

.top_menu:hover {
    background-color: #69C0AA;
}

.top_menu_toolbar {
    background-color: #00cc00;
    padding: 4px 0px 4px 0px;
}

.top_menu_date {
    color: white;
    font-family: Arial;
    font-size: 0.90em;
    font-weight: normal;
    text-decoration: none;
    background-color: #007668;
	margin-left:0px;
    padding: 8px;
}

.top_menu_green {
    color: white;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: normal;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #00A54E;
    padding: 5px;
}

.top_menu_green:hover {
    background-color: #FF5800;
}

.member_logo{
	padding: 20px 0px 0px 10px;
}

.image_green{
	border: 1px solid #00A54E;
	margin-right: 0px;
	margin-bottom: 5px;
	}

.image_green_left{
	border: 1px solid #00A54E;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
.image_green_right{
	border: 1px solid #00A54E;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	}	

.image_para {
	float: left;
	padding: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.image_para_border {
	float: left;
	padding: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 1px solid #482B83;
}

.red {color:#FF0000;}

.lincup_green {color: #007668;}