@charset "UTF-8";
/* CSS Document */

body, p, table, td, th{
	font-family:Arial, Helvetica, sans-serif;
	color:#5c5c5c;
	font-size:14px;
}
h1{
	color:#e3b762;
	margin: 0px;
	padding: 0px;
}

img.dropshadow{
	background: #9b9b9b url(../images/box-shadow-bottom-line.gif) repeat-x bottom left;
	padding:1px 1px 10px 1px;
	border: white none 0px;
}

#container{
	width: 950px;
	margin: 0 auto 0 auto;
}

#banner{
	float:left;
}

#logo{
	width: 330px;
	float:left;
}

#search{
	width: 590px;
	float:left;
	text-align:right;
	paddding-right: 30px;
}

#lower{
	width:910px;
	padding: 0 20px 0 20px;
	background-image:url(../images/shadow-back.gif);
	background-repeat:repeat-y;
	float:left;
}

#splash{
	width: 910px;
	height: 200px;
	background-image:url(../images/bringsyourplantstolife.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	float:left;
	padding:0;
	margin:0;
}

#navigation{
	height: 30px;
	width: 910px;
	background-image:url(../images/greenbar.gif);
	float:left;
	clear:both;
}

#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#navigation ul li{
	display:inline;
}

#navigation ul li a{
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	line-height: 30px;
	padding: 0 10px 0 20px;
}

#navigation ul li a:hover{
	text-decoration:underline;
}

#content{
	clear:both;
	width: 910px;
	float:left;
	display:inline;
	background-image:url(../images/shadow-bottom.gif);
	background-repeat:repeat-x;
	padding-top:25px;
}

#homeproducts{
	width: 150px;
	border: 1px solid #e3b762;
	background-color:#fffde3;
	float:left;
	display:inline;
}

#homeproducts ul{
	margin: 0px;
	padding: 10px;
	list-style:none;
}

#homeproducts ul li{padding-bottom:10px;}

#homeproducts ul li a{
	font-size:12px;
	color:#9b9b9b;
	font-weight:bold;
	text-decoration:none;
}

#homeproducts ul li a:hover{
	text-decoration:underline;
}

#homehowto{
	width: 480px;
	float:left;
	margin: 0;
	display:inline;
}
#homehowto br {
	clear: both;
}

}

#homehowto h1{
	color:#78a970;
	font-size:24px;
	padding: 5px 10px 0 0px;
	margin: 0 0 -10px 0;
}
#homehowto h2{
	color:#e3b762;
	font-size:17px;
	padding: 5px 5px 0 0px;
	margin: 0;
}
#homehowto img{
	margin-right: 20px;
}
#homehowto img.howto{
	margin: 0 0 0 -18px;
	padding: 0 0 0 0;
}

#homecreations{
	width: 200px;
	float:left;
	border: 1px solid #e3b762;
	background-color:#fffde3;
	font-size:12px;
	display:inline;
}

#homecreations p{
	padding: 5px 10px 10px 10px;
	margin:0;
}

#homeproducts h1, #homecreations h1{
	background-color:#e3b762;
	color: #ffffff;
	font-size:18px;
	padding: 2px 0 2px 0;
	margin: 0px;
	text-align:center;
}

#homeproducts h2, #homecreations h2{
	color:#e3b762;
	font-size:14px;
	padding: 5px 10px 0 10px;
	margin: 0;
}

#pagecontent{
	float:left;
	width:850px;
}

#pagecontent li{
	padding-bottom: 10px;
}

#footer{
	float:left;
	clear:both;
	text-align:center;
	padding: 30px 0 0 0;
	width:910px;
	font-size:12px;
}

.shadow{
	background-image:url(../images/box-shadow-bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 0 0 10px 0;
	float:left;
	display:inline;
	margin: 0 19px 0 19px;
}

/* Management */
#EditControls {
	position:absolute;
	display:block;
	width:400px;
	top: 5px;
	right: 5px;
	overflow:hidden;
}
.ctlAddKB, .ctlEditKB, .ctlEditPage, .ctlAddPage, .ctlAddClient, .ctlEditClient, .ctlAddClientLocation, .ctlEditClientLocations{
	display:block;
	padding: 0 10px 0 10px;
	margin-right:-1px;
	float:right;
	border-right:1px solid #004682;
	cursor:pointer;
}

/* Store */
/* Product Box */
.productbox{
	height:180px;
	width:152px;
	border: 0px solid white;
	float:left;
	margin-right:4px;
	margin-bottom: 4px;
}
.productboxtitle{
	height:46px;
	width:148px;
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:normal;
	border: 0px none white;
	text-align:center;
	float:left;
	padding: 2px;
}
.productboximage
{
	height: 135px;
	width: 152px;
	float: left;
	vertical-align: bottom;
}
.productboximage img{
	background: #9b9b9b url(../images/box-shadow-bottom-line.gif) repeat-x bottom left;
	padding:1px 1px 10px 1px;
	border: white none 0px;
	vertical-align: bottom;
}
.productboximage table {
	border-collapse: collapse;
}

.productboximage td{
	margin: 0px;
	padding: 0px;
	text-align: center;
	height:135px;
	width:152px;
	vertical-align: bottom;
	border: none;
	border-collapse: collapse;
}

.productboxtitle a{
	color: #000;
	text-decoration: none;
}
.productboxtitle a:hover{
	color: #000;
	text-decoration: underline;
}
.productimage{
	margin-left:5px;
	background: #9b9b9b url(../images/box-shadow-bottom-line.gif) repeat-x bottom left;
	padding:1px 1px 10px 1px;
	border: white none 0px;
}

/* Cart */

#cart{
	border-collapse: collapse;
}

#cart th  {
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border-left: 1px solid #e3b762;
	background-color: #e3b762;
	color: white;
}
#cart td   {
	padding: 2px 5px 2px 5px;;
	vertical-align: top;
	border: 1px solid #969696; 
	border-collapse: collapse;
}
#cart td.id {
	background-color: #fffde3;
}
#cart td.total{
	font-weight: bold;
	background-color: #fffde3;
}
.smallcopy{
	font-size:12px;
}
/* Creations */

#dCreation, #homecreations{
	text-align:center;
}
.dCreationItem{
	padding:20px 0 20px 0;
}
.dCreationItem img{
	background: #9b9b9b url(../images/box-shadow-bottom-yellow.gif) repeat-x bottom left;
	padding:1px 1px 10px 1px;
	border: white none 0px;
}


.dCreationPhoto{
	background: #9b9b9b url(../images/box-shadow-bottom-line.gif) repeat-x bottom left;
	padding:1px 1px 10px 1px;
	border: white none 0px;
}
.dCreationItem a, #homecreations a{
	color:#9b9b9b;
	font-size:14px;
	padding: 5px 10px 0 10px;
	margin: 0;
	text-decoration:none;
}
.dCreationItem a:hover, #homecreations a:hover{
	text-decoration:underline;
}
/* Creations */
/* Product Box */
.creationbox{
	height:190px;
	width:152px;
	border: 0px solid white;
	float:left;
	margin-right:8px;
	margin-bottom: 4px;
}
.creationboxtitle{
	height:46px;
	width:148px;
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:normal;
	border: 0px none white;
	text-align:center;
	float:left;
	padding: 2px;
}
.creationboximage
{
	height: 135px;
	width: 152px;
	float: left;
	vertical-align: bottom;
}
.creationboximage img{
	background: #9b9b9b url(../images/box-shadow-bottom-line.gif) repeat-x bottom left;
	padding:1px 1px 10px 1px;
	border: white none 0px;
	vertical-align: bottom;
}
.creationboximage table {
	border-collapse: collapse;
}

.creationboximage td{
	margin: 0px;
	padding: 0px;
	text-align: center;
	height:135px;
	width:152px;
	vertical-align: bottom;
	border: none;
	border-collapse: collapse;
}

.creationboxtitle a{
	color: #000;
	text-decoration: none;
}
.creationboxtitle a:hover{
	color: #000;
	text-decoration: underline;
}
.creationimage{
	padding-left:5px;
}

/* Calendar */

/* List View */
.calendarsummary{}
.calendarsummary h2  {
	border-bottom: 1pt solid #254fa5 }
.calendarsummary h3   {
}	
.calendarsummarydetail {
	padding-bottom: 10px }
.calendarsummaryshort{}
.calendarsummarycost{}
.calendarsummaryeventdetails{}

/* Calendar View */
#calendar1  { border: solid 1px #000; border-collapse: collapse; clear:both;}
	.FullCalendarStyle   { font-family: Arial, Helvetica, Geneva, sans-serif; border: solid 1px black; border-collapse: collapse; clear:both;}
	.FullCalendarDayStyle    { font-size: 10pt; font-family: Arial, Helvetica, Geneva, sans-serif; background-color: #fff; text-align: left; padding: 1px; width: 75px; height: 100px; vertical-align: top; border: solid 1px; border-collapse: collapse;}
	.FullCalendarTitleStyle, .FullCalendarTitleStyle td   { color: #fff; font-size: 12pt; font-family: Arial, Helvetica, Geneva, sans-serif; font-weight: bold; background-color: #254fa5; padding: 3px;   text-align: center;}
	.calendarbuttons   { color: #fff; font-size: 12pt; font-family: Arial, Helvetica, Geneva, sans-serif; font-weight: bold; background-color: #605DA0; padding: 3px }
	.FullCalendarTodayDayStyle    { color: black; background-color: #eeeeee; font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 10pt; text-align: left; padding: 1px; width: 75px; height: 100px; vertical-align: top; border: solid 1px #000; border-collapse: collapse;}
	.FullCalendarSelectedDayStyle  { font-size: 10pt; font-family: Arial, Helvetica, Geneva, sans-serif; background-color: #fff; text-align: left; padding: 1px; width: 75px; height: 100px; vertical-align: top; border: solid 1px; border-collapse: collapse;}
	.FullCalendarOtherMonthDayStyle   { visibility: hidden; opacity: 1; filter:alpha(opacity=100); font-size: 0pt; font-family: Arial, Helvetica, Geneva, sans-serif; text-align: left; padding: 0px; width: 75px; height: 0px; vertical-align: top; border-top: 1px solid #000; border-bottom: 1px solid #000; border-collapse: collapse;}
	.FullCalendarOtherMonthDayStyle a, .FullCalendarOtherMonthDayStyle br {display:none;}
	.FullCalendarDayHeaderStyle    { font-family: Verdana; padding: 3px; width: 75px; border: solid 1px #000; border-collapse: collapse; text-align:center;}
	.SmallCalendarStyle { WIDTH: 25px; HEIGHT: 33px; BACKGROUND-COLOR: blue }
	.SmallCalendarDayStyle { WIDTH: 2px; HEIGHT: 3px; BACKGROUND-COLOR: blue }
	
	#_ctl8__ctl3_DateJump { padding-bottom: 6px; text-align: left; width: 300px; }

a.NoCategory {
	color:#254fa5;
	size: 10pt;
}
.FullCalendarDayStyle a{color:#254fa5;}
.FullCalendarTodayDayStyle a{color:#254fa5;}

/* List View */

#listcalendar {}
#listcalendar th {
{ color: #fff; font-size: 12pt; font-family: Arial, Helvetica, Geneva, sans-serif; font-weight: bold; background-color: #254fa5; padding: 3px
}

