/* GENERAL 
_____________________________________________________________________________*/

.to-do {
	border: 1px solid red;
}

.required-field {
	color: #d02c2c;
}

label.error {
	margin-left :10px;
	color: #d02c2c;
}

.success {
	border: 1px solid #b7d8ad;
	margin: 15px 0;
	padding: 0 15px;
	background: #fcfdde;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input.error,
textarea.error {
	border: 1px solid #d02c2c;
}

.editor-button {
	position:relative;
} 

.editor-button a { 
	display: block; 
	position: absolute; 
	z-index: 1050; 
	top: 15px; 
	left: -16px; 
	width: 16px; 
	height: 12px; 
	background: url(/themes/cp_global_images/edit_template.gif) no-repeat 0 0; 
	text-indent: -9999em; 
	overflow: hidden;
}

html { 
	min-height: 100%; 
	height:100%;
	margin-bottom: 1px; 
}
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, img { 
	margin:0;
	padding:0;
	border:0;
}

img { 
	vertical-align: bottom; 
}

.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
}

a { 
	text-decoration: none; 
	color: #3c444b;
	outline: none;
}

a:hover { 
	text-decoration: underline; 
}

body {
	font: 13px "Times New Roman",Times,serif;
	line-height: 17px;
	background: #424242;
	color: #424242;
}

#container {
	width: 1005px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background: #FFF url(/images/site/bg-container.gif) repeat-y;
}

#content {
	width: 960px;
	margin: auto;
}


#header {
	padding-top: 10px;
	height: 176px;
}

h1 a {
	text-indent: -3000px;
	background: url(/images/site/logo.jpg) no-repeat;
	height: 120px;
	display: block;	
}

#crumbs {
	height: 46px;
	background: url(/images/site/dotted-vertical.gif) repeat-x left bottom;
}

#crumbs .links {
	float: left;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 17px;
}

#crumbs .email-button {
	float: right;
	width: 167px;
	display: block;
	margin-top: 12px;
}

.dotted-line {
	background: url(/images/site/dotted-vertical.gif) repeat-x left top;
	margin-top: 10px;
	padding-bottom: 10px;
	height: 1px;
	clear: both;
}

#background {
	background: url(/images/site/bg-content.gif) repeat-y left top;
}

.float-left {
	float: left;
	width: auto;
	margin: 0 10px 10px 0;
}

.float-right {
	width: auto;
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
}

/* LEFT COLUMN
_____________________________________________________________________________*/

#left {
	float: left;
	width: 207px;
	min-height: 300px;
}

#left .pad {
	padding: 0 10px 10px 0;
}

.logo-week {
	text-align: center;
	padding: 10px 0;
	display: block;
}

#left-nav li {
	list-style: none;
	margin-bottom: 5px;
	min-height: 1px;
}

#left-nav li a {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	background: url(/images/site/bg-nav.gif) no-repeat;
	display: block;
}

#left-nav li a:hover,
#left-nav li a.current,
#left-nav li a.selected {
	text-decoration: none;
	font-weight: bold;
}

#left-nav li ul {
	margin-bottom: 10px;
}

#left-nav li ul li {
	margin: 0;
}

#left-nav .empty,
#left-nav li ul li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 0 10px;
	background: none;
	text-transform: none;
}

#left-nav li ul li a.current,
#left-nav li ul li a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#left-nav li ul li ul {
	margin-left: 10px;
	margin-bottom: 0;
}

#left-nav .bump {
	margin-left: 15px;
}

#left-nav2 li {
	font-weight: bold;
	list-style: none;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	background: url(/images/site/bg-plaid.gif);
}

#left-nav2 a {
	text-decoration: none;
}

#left-nav2 a:hover {
	text-decoration: underline;
}

/* CENTER COLUMN
_____________________________________________________________________________*/

#center {
	float: left;
	width: 439px;
	min-height: 300px;
}

#center .pad {
	padding: 0 10px 10px 10px;
}

#calendar {
	border: 1px solid #000;
	border-collapse:collapse;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#center #calendar a {
	color: #424242;
}

#center #calendar a:hover {
	text-decoration: none;
}

#calendar td {
	background: #b7d8ad;
	text-align: center;
	padding: 2px 0;
	border: 1px solid #000;
	cursor: pointer;
}

#calendar td:hover {
	background: #dbecd6;
}

#calendar .day {
	font-size: 13px;
	text-transform: lowercase;
	margin-bottom: 5px;
}

#calendar .number {
	font-size: 18px;
	margin-bottom: 15px;
}

#calendar .short {
	font-size: 40px;
	margin-bottom: 10px;
}

#calendar .month {
	font-size: 10px;
	text-transform: uppercase;
}

.day-select {
	background: #000;
	color: #FFF;
	padding: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #000;
}

.tipsy {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px; 
	font-size: 12px; 
	background-repeat: no-repeat;
	font-weight: bold;
}

.tipsy-inner {
	padding: 10px 20px; 
	background-color: black; 
	color: white; 
	max-width: 500px; 
	text-align: center;
}

.tipsy-north {
	background-image: url(/scripts/images/tipsy-north.gif); 
	background-position: top center;
}

.tipsy-south { 
	background-image: url(/scripts/images/tipsy-south.gif); 
	background-position: bottom center;
}

.tipsy-east { 
	background-image: url(/scripts/images/tipsy-east.gif);
	background-position: right center;
}

.tipsy-west { 
	background-image: url(/scripts/images/tipsy-west.gif);
	background-position: left center; 
}

#center h2 {
	background: #b7d8ad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 10px;
}

#day-header {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/site/bg-plaid.gif);
}

#day-header .left {
	border: 1px solid #000;
	width: 148px;
	float: left;
	background: #b7d8ad;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

#day-header .day {
	font-size: 16px;
	text-transform: lowercase;
	margin-bottom: 10px
}

#day-header .number {
	font-size: 25px;
	margin-bottom: 40px
}

#day-header .short {
	font-size: 80px;
	margin-bottom: 30px
}

#day-header .month {
	font-size: 13px;
	text-transform: uppercase;
}

#day-header .right {
	width: 240px;
	float: left;
}

#day-header .right h2 {
	background: none;
	font-size: 25px;
	line-height: 28px;
	margin: 3px 0;
}

#center h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 0;
}

#center h3 a {
	color: #424242;
}

#center a { 
	text-decoration: none; 
	color: #047211;
	outline: none;
}

#center a:hover { 
	text-decoration: underline; 
}

.text {
	width: 210px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #adadad;
}

.textarea {
	width: 98%;
	height: 200px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #adadad;	
	font-size: inherit;
}

.size25 {
	width: 25%;
}

.size50 {
	width: 50%;
}

.size100 {
	width: 98%;
}

input.submit {
	background: url(/images/site/button-submit.jpg) no-repeat;
	height: 22px;
	width: 121px;
	cursor: pointer;
	border: 0;	
}

label {
	display: block;
	margin: 10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.date {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #047211;
}

/* RIGHT COLUMN
_____________________________________________________________________________*/

#right {
	float: left;
	width: 314px;
	min-height: 300px;
}

#right .pad {
	padding: 0 0 10px 10px;
}

#touts .image {
	margin-right: 10px;
}

#touts h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 5px;
}

#touts h2 a {
	color: #000;
}

#touts h2 a:hover {
	text-decoration: underline;
}

#touts a.more {
	color: #047211;
	text-decoration: underline;
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#touts a.more:hover {
	text-decoration: none;
}

#touts td {
	padding: 10px 0;
	background: url(/images/site/dotted-vertical.gif) repeat-x left bottom;
}


#touts td.first {
	padding: 0 0 10px 0;
}

/* FOOTER
_____________________________________________________________________________*/

#footer {
	background: url(/images/site/dotted-vertical.gif) repeat-x left top;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer p {
	margin: 0 0 10px 0;
}

#footer li {
	list-style: none;
	float: left;
	font-size: 12px;
}

#footer li a {
	color: #424242;
}