/*FORM ELEMENTS*/

table.datasheet {
	width:100%;
}
.datasheet th {
	padding:3px;
	vertical-align:bottom;
	background-color:#ddd;
	border-top:1px solid #eef;
	border-left:1px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#003;
	font-size:.9em;
	font-weight:bold;
	text-align:left;
}
.datasheet tr {
	vertical-align:top;
	height:15px;
}
.datasheet td 
{
	padding:1px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#ffffff;
}
.datasheet td.labelCell /* Same as th!*/
{
	padding:3px;
	font-size:.9em;
	background-color:#dddddd;
	text-align:left;
}
.datasheet td.errorCell
{
	padding:3px;
	background-color:#FF0000;
	text-align:left;
}
.datasheet td.topErrorCell {
	padding:3px;
	border-top:1px solid #eef;
	border-left:1px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#FF0000;
	color:#003;
	font-size:.9em;
	font-weight:bold;
	text-align:left;
}
.datasheet td.topCell {
	padding:3px;
	border-top:1px solid #eef;
	border-left:1px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#003;
	font-size:.9em;
	font-weight:bold;
	text-align:left;
}
.datasheet td.topLabelCell {
	padding:3px;
	border-top:1px solid #eef;
	border-left:1px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#003;
	font-size:.9em;
	text-align:left;
	background-color:#dddddd;
}
.datasheet td.fullyWhiteCell 
{
	padding:1px;
	border-right:none;
	border-bottom:none;
	text-align:left;
}
.label /* Same as th!*/
{
	overflow:hidden;
	height:15px;
}
.datasheet td input[type='text'] {
	border: none 0px;
	width:97%;
	font-size:13px;
}
.datasheet td input[type='text']:focus
{
    background-color: #FFCC66;
}
#changed {
	background-color:#ffffaa;
}
/*END FORM ELEMENTS*/


body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.topHeader
{
}

.topMenu
{
	color: #000000;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.topMenu:hover
{
	background: #000000;
	color: #FFFFFF;
	text-decoration: underline;
}

.subMenuBox
{
	border: solid 1px #d0d0d0;
	padding: 5px 10px 5px 10px;
	background-color: #E6E6E6;
}

.contentMain
{
	padding:20px;
}

td.reportHeaderFirst
{
	border-left: solid 1px #0c0c0c;
	border-right: solid 1px #0c0c0c;
	border-bottom: solid 1px #0c0c0c;
	border-top: solid 1px #0c0c0c;
	padding: 3px;
}
td.reportHeader
{
	border-right: solid 1px #0c0c0c;
	border-bottom: solid 1px #0c0c0c;
	border-top: solid 1px #0c0c0c;
	padding: 3px;
}
td.reportCellFirst
{
	border-left: solid 1px #0c0c0c;
	border-right: solid 1px #0c0c0c;
	border-bottom: solid 1px #0c0c0c;
	border-top: none;
	padding: 3px;
}
td.reportCell 
{
	border-right: solid 1px #0c0c0c;
	border-bottom: solid 1px #0c0c0c;
	border-top: none;
	padding: 3px;
}

h1, h2, h3 {

	margin: 0;

	text-transform: uppercase;

	letter-spacing: .15em;

	font-family: Arial, Helvetica, sans-serif;

}



h1 {

	font-size: 1.8em;

}



h2 {

	font-size: 1.4em;

}



h3 {

	font-size: 1em;

}



p, ul, ol {

	margin-top: 0;

	line-height: 180%;

}



ul, ol {

}



a {

	/*text-decoration: none;*/

	color: #4B4B4B;

}



a:hover {

	background: none;

}


/* Body */



#body {

	background: url(images/img01.jpg) repeat-x left top;

	width: 950px;

	height: 600px;

	margin: 0 auto;

}


/* Header */



#header {

	width: 920px;

	height: 98px;

	margin: 0 auto;

}



/* Logo */



#logo {

	float: left;

	width: 600px;

}



#logo h1 {

	float: left;

	padding-top: 20px;

	text-transform: uppercase;

	font-size: 2.6em;

}



#logo p {

	float: left;

	margin: 0;

	padding: 30px 0 0 2px;

	text-transform: lowercase;

	font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;

	

} 



#logo a {

	background: none;

	text-decoration: none;

	color: #5F882C;

}



/* Search */



#search {

	float: right;

	width: 200px;

	padding-top: 16px;

}



#search form {

	width: 230px;

	height: 41px;

	margin: 0;

	padding: 15px 0 0 10px;

}



#search fieldset {

	margin: 0;

	padding: 0;

	border: none;

}



#search-text {

	border: none;

	text-transform: lowercase;

	border: 1px #8DBC4A solid;

	font: bold 1.2em Arial, Helvetica, sans-serif;

	color: #FFFFFF;

}



#search-submit {

	display: none;

}



/* Menu */



#menu {

	width: 920px;

	height: 50px;

	margin: 0 auto;

}



#menu ul {

	margin: 0;

	margin-right: 30px;

	padding: 0;

	list-style: none;

	line-height: normal;

}




.topMenu a:hover, #menu .current_page_item a {

	background: #000000;

	color: #FFFFFF;

}



#menu a:hover {

	text-decoration: underline;

}



/* Page */



#page {

	width: 930px;
	
	height: 430px;

	margin: 0 0 10px 20px;

	padding: 15px 0 0 0;

	background: url(images/img03.jpg) no-repeat top left;
	
	overflow: auto;
	
}

#page p {

background-attachment:fixed;

}

/* Content */



#content {

	float: left;

	width: 630px;
	
}



.post {

}



.post .title {

	padding: 15px 0 5px 20px;

	color: #5C5C5C;

}



.post .title a {

	background: none;

	color: #5C5C5C;

}



.post .meta {

	padding: 2px 20px;

	border-top: 1px dashed #D2D4C9;

	border-bottom: 1px dashed #D2D4C9;

	text-transform: uppercase;

	text-align: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;

}



.post .entry {

	padding: 20px 20px;

	text-align: left;

}

/* Product */

#product {

	float: left;

	width: 260px;

	color: #787878;
	
	margin-top: 20px;
	
	margin-left: 25px;
	
}

/* Sidebar */



#sidebar {

	float: right;

	width: 260px;

	border-bottom: 1px dashed #D2D4C9;

	color: #787878;
	
	margin-top: -15px;
	
	margin-right: 5px;
	
}



#sidebar ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#sidebar li {

}



#sidebar li ul {

	padding: 20px;

}



#sidebar li li {

	line-height: 20px;

	background: url(images/img05.jpg) no-repeat left 7px;

	border-bottom: 1px dashed #D2D4C9;

	padding-left: 15px;

}



#sidebar h2 {

	padding: 5px 10px;

	background: #000000 url(images/img04.jpg) repeat-x left top;

	letter-spacing: -.5px;

	font-size: 1.2em;

	color: #000000;

}



#sidebar p {

	padding: 20px;

}



#sidebar a {

	color: #787878;

}



/* Calendar */



#calendar {

}



#calendar_wrap {

	padding: 20px;

}



#calendar table {

	width: 100%;

}



#calendar tbody td {

	text-align: center;

}



#calendar #next {

	text-align: right;

}



/* Footer */



#footer {

	width: 950px;

	height: 20px;

	margin: 0 auto;

	padding: 20px 0;

	background: #90BF4D url(images/img02.jpg) left top;

	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

}



#footer p {

	margin: 0;

	line-height: normal;

	font-size: 9px;

	text-transform: uppercase;

	text-align: center;

}



#footer a {

	color: #FFFFFF;

}

/* List styles */

ul.bullet-2, bullet-3 {
	list-style:url(images/img05.jpg);
}

ul.bullet-1 li {
	list-style: none;
	background: url(images/bock.png) 0 0 no-repeat;
	border-bottom: 1px dashed #D2D4C9;	
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:30px;
}

ul.bullet-2 li {
	list-style:none;
}

ul.bullet-3 li {
	background: url(../images/bullet-3.png) 1px 6px no-repeat;
}
#bulletindex {
	margin-left:-30px;
}
