/*//////////////////////////////////////////////////////////////////////////////
/// SK Woody Crops /////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
*/


/*//////////////////////////////////////////////////////////////////////////////
/// GENERAL //////////////////////////////////////////////////////////////////*/
body
{
	background-image: url(images/layout/bkg2.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #626262;

	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
	vertical-align: top;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* END GENERAL
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM LINKS /////////////////////////////////////////////////////////////*/
a:link
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:active
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h2{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	}
/* END CUSTOM LINKS
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// MENU CLASSES /////////////////////////////////////////////////////////////*/

/* END MENU CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// LAYOUT CLASSES ///////////////////////////////////////////////////////////*/

#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
	color:#CCCCCC;
	text-align:right;
	}

#newsbox{
	width: 226px;
	}

#newstop{
	background-image: url(images/layout/newstop.jpg);
	background-repeat: no-repeat;
	height: 40px;
	}
	
#newsmid{
	background-image:url(images/layout/newsmid.jpg);
	background-repeat:repeat-y;
	padding-left: 14px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
		
#newsbot{
	background-image:url(images/layout/newsbot.jpg);
	background-repeat:no-repeat;
	height: 14px;
	}
	
#newsdivide{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;	
	background-image:url(images/layout/newsmid.jpg);
	background-repeat:repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	}

#welcome{
	padding: 0px;
	width: 476px;
	height: 24px;
	}
	
.header
{
	text-align: right;
}

.grey
{
	background-image: url(images/layout/bkg_content2.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #C6C6C6;
	
}


.content
{
	background-image: url(images/layout/bkg_content2.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #C6C6C6;
	vertical-align: top;	
	padding: 10px;
}
.sidebar
{
	width: 267px;
	padding-left: 20px;
	background-image: url(images/layout/bkg_sidebar.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #C6C6C6;
}
.sideshadow
{
	width: 9px;
	vertical-align: top;
	background-image: url(images/layout/content_repeat2.gif);
	background-repeat: repeat-y;
}
.floatVisible
{
	position: absolute;
	visibility: visible;
	z-index: 2;
}
.floatHidden
{
	position: absolute;
	visibility: hidden;
	height: 1px;
}
.shadeHidden
{
	position: absolute;
	visibility: hidden;
	height: 1px;
}
.shadeVisible
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.posAbs
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}
/* END LAYOUT CLASSES
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM CLASSES ///////////////////////////////////////////////////////////*/
.pageTitle
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.blackBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.myLink
{
	cursor: pointer;
}
/* END CUSTOM CLASSES
//////////////////////////////////////////////////////////////////////////////*/

