html {
background-color: rgb(228,239,192);
}
body
{
background-color: rgb(228,239,192);
	margin: 0;
	padding: 5px 0 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
/*	background: #EFEFEF; */
background-repeat: repeat-x;
background: rgb(228,239,192); /* Old browsers */
background: -moz-linear-gradient(top, rgba(171,189,115,1) 0%, rgba(228,239,192,1) 300px); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,189,115,1)), color-stop(300px,rgba(228,239,192,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(171,189,115,1) 0%,rgba(228,239,192,1) 300px); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(171,189,115,1) 0%,rgba(228,239,192,1) 300px); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(171,189,115,1) 0%,rgba(228,239,192,1) 300px); /* IE10+ */
background: linear-gradient(top, rgba(171,189,115,1) 0%,rgba(228,239,192,1) 300px); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbd73', endColorstr='#e4efc0',GradientType=0 ); /* IE6-9 */
height: 100%;
}
#page
{
/*	margin-top: 5px; */
	margin-bottom: 5px;
	background: white; /*	border: 1px solid #C9E0ED; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header
{
	margin: 0;
	padding: 0;
/*	border-top: 3px solid #C9E0ED; */
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #BACA87;
}

#logo
{
float: left;
	font-size: 200%;
	padding: 10px 20px;
}

#mainmenu
{
	background:white url(menu-bg.jpg) repeat-x left center;
	clear: both;
	height: 50px;
}

#mainmenu ul
{
	padding:16px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:15px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#fff;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

#recipients-grid {
	width: 500px;
}
.edit-actions {
	text-align: center;
}
.edit-actions a {
	padding: 0 10px;
}
#tanewmessage #message-form h2 { 
  clear: both;
  margin-bottom: 2px;
}
#message-recipients label,
#message-periods label,
#how-delivery label,
#message-remind label {
	display: inline;
	padding: 0 4px;
}
span#DashboardForm_recipients,
span#Message_delivery {
	margin-left: 20px;
}
span#DashboardForm_recipients input,
span#Message_period_id input,
span#Message_delivery input,
#message-remind input {
	margin-left: 8px;
}
span#DashboardForm_recipients_all {
	margin-left: 20px;
}
#message-repeats,
#message-start-date,
#message-end-date {
	float: left;
}
#message-repeats {
	float: left;
	width: 20%;
}
#message-start-date {
   clear: both;
	float: left;
	width: 32%;
}
#message-end-date {
	float: left;
	width: 30%;
}
#message-or {
font-size: 16px;
font-weight: bold;
	padding: 0 6px 0 20px;
}
#message-submit-show-repeats,
#message-sequence {
	clear: both;
}
.message-seq-date {
	float: left;
	padding: 8px 6px;
	text-align: center;
	width: 15%;
}
#message-periods {
float: left;
	width: 54%;
}
#message-periods-month {
	float: right;
	padding-top: 51px;
	width: 44%;
}
#message-month-types {
	float: left;
	width: 50%;
}
#message-month-dayofweek {
	float: right;
	width: 50%;
}
.repeats-omit {
}
.message-required {
	float: right;
	margin-top: -34px;
	padding-right: 60px;
}
#message-recipients,
#how-delivery,
#message-remind,
#message-what,
#message-when {
background: rgb(228,239,192); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(228,239,192,1) 0%, rgba(171,189,115,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(228,239,192,1)), color-stop(100%,rgba(171,189,115,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover,  rgba(228,239,192,1) 0%,rgba(171,189,115,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#abbd73',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/*background-color: #F0E68C; */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
clear: both;
margin: 5px 0;
overflow: hidden;
	padding: 8px;
}
.add-link {
	margin-top: -20px;
}
#current-date {
	float: right;
	margin: 0 5px 0 0;
	padding: 20px 2px 0 0;
}