body{
	margin: 0px;
	background-color: #CCC;
	color: #222
}

a{font-weight: normal;}

div, table{
	font-family: 'lucida grande', sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

#head_container{
	position: relative;
	width: 100%;
	height: 100px;
	background: url('/the_guts/images/template_images/head_back.jpg') repeat-x;
	background-color: #373737;
	z-index: 50;
}

#head, #footer{
	width: 900px;
	margin: 0px auto;
	position: relative;
}

#body{
	width: 880px;
	margin: 0px auto;
	position: relative;
}

#head{
	height: 100px;
}

#head .logo{
	position: absolute;
	left: 0px;
	top: 12px;
}

#head .builtby{
	position: absolute;
	right: 0px;
	top: 12px;
}

#head ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 4px;
	width: 100%;
}

#head ul li{
	display: inline;
}

#head ul li a{
	color: #CCC;
	padding: 4px 15px 6px 15px;
	background-color: #333;
	text-decoration: none;
	font-size: 14px;
}

#head ul li a:hover{
	background-color: #555;
	color: #FFF;
}

#head ul li a.active{
	background-color: #FFF;
	color: #111;
	font-weight: bold;
}

#head ul li a.selected{
	background-color: #555;
	color: #FFF;
	border-bottom: 0px;
}


#body_container{
	padding: 10px 0px;
	background-color: #FFF;
	border-bottom: 1px solid #666;
	z-index: 5;
}

#body{
	padding: 10px;
}

#drop_tools, #drop_settings{
	display: none;
	position: absolute;
	background-color: #ECECEC;
	border: 1px solid #555;
	z-index: 100;
	top: 23px;
}

#drop_tools{
	left: 76px;
}

#drop_settings{
	left: 148px;
}

#drop_tools .col, #drop_settings .col{
	width: 180px;
	float: left;
	border-right: 1px solid #BBB;
}

#drop_tools .last, #drop_settings .last{
	border-right: 0px;
}

#drop_tools .col a, #drop_settings .col a{
	display: block;
	color: #222;
	text-decoration: none;
	padding: 8px 0px 8px 15px;
	background-color: #ECECEC;
	border-top: 1px solid #BBB;
}

#drop_tools .col a.first, #drop_settings .col a.first{
	border-top: 0px;
}

#drop_tools .col a.last, #drop_settings .col a.last{
	border-bottom: 1px solid #BBB;
}

#drop_tools .col a.firstandlast, #drop_settings .col a.firstandlast{
	border-bottom: 1px solid #BBB;
	border-top: 0px;
}

#drop_tools .col a:hover, #drop_settings .col a:hover{
	background-color: #666;
	color: #FFF;
}




















/*==========================
Main Stuff
============================*/

a:link, a:active, a:visited
{
	color: #3465A0;
}

a:hover
{
	color: #3D3D3D;
}

a.site_tools_link
{
	font-weight: bold;
	color: #3D3D3D;
	text-decoration: none;
}

input, textarea
{
	color: #3d3d3d;
	font-size: 16px;
	padding: 3px;
	border: 1px solid #888;
	background-color: #FFFFFF;
	font-family: 'lucida grande', sans-serif;
}


.blank_input
{
	border: 0px; 
	padding: 0px;
}

input.submit
{
	border: 0px;
}

/*help snips*/

.help_snip_div
{
	position: absolute; 
	top: 0; left: 0px; 
	border: 3px solid #DDDDDD; 
	background-color: #FFFFFF; 
	width: 250;
}

.help_snip_table
{
	width: 100%; 
	height: 100%; 
	border: 1px solid #BBBBBB; 
	padding: 5px; 
	background-image: url('../../the_guts/images/template_images/help/help_snip_back.jpg'); 
	background-repeat: repeat-x;
}

input.submit_button
{
	color: #FFF;
	border: 1px solid #3d3d3d;
	background-image: url('../../the_guts/images/template_images/list_head_fade.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
	padding-left: 25px; 
	padding-right: 25px;
}

input.list_button
{
	color: #FFFFFF;
	border: 1px solid #3d3d3d;
	background-image: url('../../the_guts/images/template_images/list_head_fade.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px; 
	padding-right: 10px;
}

a.list_button:link, a.list_button:visited, a.list_button:hover, a.list_button:active
{
	color: #FFFFFF;
	border: 1px solid #3d3d3d;
	background-image: url('../../the_guts/images/template_images/list_head_fade.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px; 
	padding-right: 10px;
}

/*==============================
 Admin Messages
================================*/
.admin_message
{
	font-size: 11px;
	font-weight: bold;
	color: #3d3d3d;
	border: 1px solid #3465A0;
	padding: 5px;
	margin-bottom: 15px;
	background-image: url('../../the_guts/images/template_images/list_fade.jpg');
	background-repeat: repeat-x;
	
}


/*=================================
 Page Titles
===================================*/
#page_title, #event_title
{
	color: #3d3d3d;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}

#module_page_title
{
	color: #3465A0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}


/*============================
 Main Menu
==============================*/
a.main_menu_link:link, a.main_menu_link:active, a.main_menu_link:visited
{
	color: #3d3d3d;
	text-decoration: none;
}

a.main_menu_link:hover
{
	text-decoration: underline;
}


/*=============================
 Module Menus
===============================*/
#module_menu
{
	border: solid #666666;
	border-width: 1px 0px 1px 0px;
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}

a.module_menu_link:link,a.module_menu_link:active, a.module_menu_link:visited
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.module_menu_link:hover
{
	color: #3465A0;
}


/*=========================
 Pages Page
===========================*/
.side_grandchild_link_arrow_td
{
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #DDDDDD;
}

.side_grandchild_link_td
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #BBBBBB;
}

a.grandchild_side_link:link, a.grandchild_side_link:visited, a.grandchild_side_link:active
{
	color: #3d3d3d;
	font-weight: normal;
	text-decoration: none;
}

a.grandchild_side_link:hover
{
	color: #3d3d3d;
}

.side_child_link_td
{
	padding-left: 5px;
}


.root_page_td
{
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #3d3d3d;
	padding: 5px 3px 5px 5px;
	/*border-top: 2px solid #3465A0;*/
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	background-image: url('../../the_guts/images/template_images/list_fade.jpg');
	background-repeat: repeat-x;
}

a.root_page:link, a.root_page:active, a.root_page:visited, a.root_page:hover
{
	font-size: 12px;
	text-decoration: none;
}

.child_page_td
{
	color: #3d3d3d;
	background-color: #EFEFEF;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #3d3d3d;
}

.grandchild_page_td
{
	color: #3d3d3d;
	background-color: #EFEFEF;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #3d3d3d;
}

a.child_page:link, a.child_page:active, a.child_page:visited, a.child_page:hover
{
	font-size: 12px;
	text-decoration: none;
}

.delete_page_tbody, .delete_event_tbody
{
	background-color: #3d3d3d;
	color: #FFFFFF;
	font-weight: bold;
}

a.delete_page:link, a.delete_page:active, a.delete_page:visited, a.delete_page:hover, a.delete_event:link, a.delete_event:active, a.delete_event:visited, a.delete_event:hover
{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}


/*general lists*/
.list_td
{
	background-image: url('../../the_guts/images/template_images/list_fade.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px solid #3d3d3d;
	
}

.list_head
{
	color: #FFFFFF;
	background-image: url('../../the_guts/images/template_images/list_head_fade.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3465A0;
	font-weight: normal;
}

/*=========================
 Events
===========================*/
.event_td
{
	color: #3d3d3d;
	background-color: #F9F9F9;
	border-bottom: 1px solid #3d3d3d;
}


/*===============================
 CRM
=================================*/
.crm_contact_list_td
{
	border-bottom: 1px solid #666666;
}



/*=================================
 Emarketing
===================================*/
.emarketing_page_title
{
	color: #235493;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

/*=================================
 Nurseries
===================================*/
.plant_image_td
{
	border-bottom: 1px solid #666666;
	padding: 15px;
	background-color: #d9d9d9;
}

.plant_image_thumb
{
	border: 1px solid #666666;
	padding: 2px;
}

#plant_image_table
{
	padding: 10px;
}

#no_images_message
{
	font-size: 16px;
	color: #3465A0;
	font-weight: bold;
}

/*====================
 Not Sure where these are
=======================*/
#name_fade
{
	padding-left: 10px;
	font-size: 24;
	color: #FFFFFF;
}

#error_message
{
	color: #3d3d3d;
	font-weight: bold;
}

#search_span
{
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	left: 0px; 
}


.status_table
{
	color: #3d3d3d; 
	border: 1px solid #3d3d3d; 
	background-color: #FFFFFF; 
	font-size: 24px; 
	font-weight: bold; 
}





/*============================
Module Builder
/=============================*/
#module_list_ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 90%;
}

#module_list_ul li{
	width: 100%;
	border: 1px dashed #666;
	background-color: #EEE;
	cursor: move;
	padding: 5px;
	margin-bottom: 5px;
}



/*============================
 Trying out Flash uploader
/=============================*/

.likeParent {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}

a.likeParent,
a.likeParent:link,
a.likeParent:active,
a.likeParent:visited,
a.likeParent:hover 
{
	font: inherit;
	color: #000000;
	text-decoration: none;
}


fieldset {
	margin: 5px;
}

legend 
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
}

fieldset.flash
{
	width: 375px;
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	padding: 4px;
	
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	
	overflow: hidden;
}
.red /* Error */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
.green /* Current */ 
{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.blue /* Complete */
{
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
	
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover 
{
	background-position: 0px 0px;
}

/*new pop box model*/
.pop_box
{
	position: absolute;
	border: 2px solid #666666;
	background-color: #FFFFFF;
	text-align: center;
}

.pop_box_in
{
	margin: 7px;
	text-align: left;
	padding: 10px;
	height: 100%;
	background-color: #EEEEEE;
}

.pop_title
{
	color: #3465A0;
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 10px;
	font-weight: bold;
}

.pop_return_text
{
	font-weight: bold;
	font-size: 14px;
	padding-top: 40px;
	text-align: center;
}

.alert_text
{
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
}


/*MODULAR FORMS */
.hide_show_form
{
	display: none; 
	border: 1px solid #CCC; 
	background-color: #F9F9F9; 
	padding: 15px; 
	margin-top: 15px; 
	margin-bottom: 10px;
}


/*Link Bar*/
.link_bar{
	background: url(/the_guts/images/template_images/link_bar_fade.jpg) repeat-x;
	height: 35px;
	position: relative;
	margin-bottom: 20px;
}

.link_bar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	height: 35px;
	position: relative;
}

.link_bar ul li{
	padding: 0px 20px;
	margin: 0px;
	display: inline;
	height: 35px;
}

.link_bar ul li.active a{
	color: #000;
}

.link_bar ul li a{
	color: #555;
	text-decoration: none;
}

.link_bar ul li a:hover{
	color: #000;
	text-decoration: none;
}


/* Child Tool Listings */
.parent_tools_list{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.parent_tools_list li{
	margin: 3px;
	padding: 3px;
	border: 1px solid #CCC;

}

.parent_tools_list li a{
	font-size: 125%;
	text-decoration: none;
	display: block;
	background-color: #EEE;
	padding: 10px;
}

.parent_tools_list li a:hover{
	background-color: #F9F9F9
}

