/* @override http://localhost/zipfo/html/css/style.css */

a img {
	border: none;
	margin: 2px;
}

img.send-button {
	cursor: pointer;
	margin-top: 9px;
	margin-left: 490px;
}

h3.h3-custom-1 {
	
	font-weight: normal; 
	font-family: 'Luicida Grande', sans-serif;
	margin-bottom: 4px;
}

a {
	font-weight: bold;
	color: #1071ad;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

html {
	background-color: #cdeb8b;	
}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	min-width: 900px;
	text-align: center;
	color: #333333;
}

.form_label {
	font-size: small;
}

input, select, textarea {
	border: 1px solid #000;
	padding: 2px 3px;
}

.clear_both {
	clear: both;
}

.underline {
	text-decoration: underline;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.form_table {
	margin: 10px;
}

/*head*/
#head {
	width: 100%;
	height: 109px;
	background-image: url(../images/header_bg.png);
}

#head .title {
	margin: 0;
}

#head .title a {
	color: #95ba47;
	font-size: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	letter-spacing: -1px;
	text-decoration: underline;
	margin: 0;
}

#head .title a img {
	margin: 0;
}

#head ul {
	margin: 0;
}

#head li {
	display: inline;
}

#head li a {
	font-size: 17px;
	color: white;
	padding: 25px 11px 38px;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	float: right;
}

#head li a:hover {
	background-color: #5f6e42;
	background-image: url(../images/header_hover.png);
}

#container {
	width: 100%;
}

.header_image {
	border: 1px solid #44434c;
}

/*content*/
#wrapper {
	position: relative;
	width: 960px;
	background-color: #fafafa;
	margin: 7px auto;
	padding: 0;
	text-align: left;
	background-image: url(../images/page_bg.png);
}

#slogan {
	position: absolute;
	top: 38px;
	right: 151px;
}

/*tab nav*/
#tab_nav ul {
	margin: 0 0 0 50px;
	padding: 0;
}

#tab_nav li, #footer li {
	display: inline;
}

#tab_nav li a {
	background: url(../images/tab_bg.png) repeat-x;
	text-decoration: none;
	color: #000;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	padding-top: 20px;
	height: 49px;
	margin-bottom: -20px;
}

#tab_nav li a:hover {
	text-decoration: underline;
}

#tab_nav li a.current {
	text-decoration: none;
	position: relative;
	width: 163px;
	color: #fff;
	background: url(../images/tab_current_bg.png) no-repeat;
	margin-right: -22px;
	margin-left: -22px;
	padding-top: 11px;
	font-size: 18px;
}

#tab_nav ul li a.tab_end_left {
	width: 10px;
	background-image: url(../images/tab_end_left.png);
}

#tab_nav ul li a.tab_end_right {
	width: 10px;
	background-image: url(../images/tab_end_right.png);
}

#sub_nav {
	font-size: 14px;
	padding: 8px;
	margin: 0 0 14px 0;
	height: 17px;
}

/*right nav*/
#right_nav {
	width: 242px;
	background-color: white;
	margin-left: 10px;
	float: right;
	border: 1px solid #000;
	padding: 0 9px 9px 9px;
}

.section_title {
	margin: 14px 0;
	border-bottom: 1px solid #95ba46;
}

.section_title img {
	margin-right: 7px;
}

.section_title h2 {
	display: inline;
	margin: 7px 0 -1px;
	color: black;
}

#content {
	/*width: 600px;*/
}

/*login box*/
.sign_up_label {
	float: right;
	margin-top: 3px;
}

.forgot_password_label {
	font-size: x-small;
	float: right;
	padding-top: 6px;
}

/*footer*/
#footer {
	height: 35px;
	margin: 11px -11px;
	padding-top: 4px;
}

.feedback_button {
	float: right;
	margin-top: -2px;
	margin-right: 3px;
}

#footer ul {
	margin: -3px 0 0;
	text-align: center;
	font-size: 12px;
	padding: 3px;
}

/*flash*/
#flashMessage {
	width:400px;
	color:#000;
	border-bottom: 3px double #e3e3e3;
	border-top:3px double #e3e3e3;
	font-size: 16px;
	margin: 8px 0px;
	font-weight: bold;
	padding: 10px;
	font-family: "Lucida Grande",Verdana,Geneva,Sans-serif;
}

/*form errors*/
.error {
	font-size: 12px;
	background:transparent url(../public/shared/images/error.png) no-repeat scroll left top;
	color:#FF3300;
	font-weight:bold;
	padding-left:18px;
}

/*form comments*/
.form_comment {
	font-size: 12px;
}

.view_table {
	width: 100%;
	font-size: 12px;
	border-spacing: 0;
}

/*.group_members_table {
	width: 600px;
}
*/
.view_table th {
	padding: 4px;
	border-bottom: 1px solid #87b16b;
	border-left: 1px solid #87b16b;
	color: black;
	background-color: #cdeb8b;
	text-align: center;
	/*background-color: #BBEF4A;
	border-bottom: 4px solid #2c8f30;
	text-align: center;
	padding: 7px 0;*/
}

.view_table tr {
	padding: 3px;
	height: 30px;
	text-align: center;
	background-color: #fff;
}

.view_table .group_owner_tr {
	background-color: #fff5de;
}

.view_table .group_member_tr {
	background-color: #dff8ca;
}

.view_table td {
	padding: 4px 9px;
}

.view_table .align-left {
	text-align: left;
}

.black_bg, .black_bg a {
	background-color: black;
	color: white;
}

.temp {
	color: red;
}

.form_input {
/*	width: 385px;*/
	width: 275px;
}

.form_input_textarea {
	height: 78px;
}

#page_top {
	width: 960px;
	height: 19px;
	background-image: url(../images/page_top.png);
	margin: 0 0 0 0;
}

#page_bottom {
	width: 960px;
	height: 19px;
	margin-top: -16px;
	background: url(../images/page_bottom.png) -1px;
}

#wrapper2 {
	margin: 16px auto;
	width: 880px;
}

.img_phone {
	position: absolute;
	top: -7px;
	right: 62px;
}

#group_actions {
	float: right;
	display: block;
}

#feedback {
	margin: 11px 7px;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	padding: 10px;
}

img.reminder_button {
	position: relative;
	top: 3px;
	margin-right: 4px;
	cursor: pointer;
}

.sub_view_table {
	width: 100%;
	border-spacing: 0px;
	text-align: center;
}

.sub_view_table th {
	background-color: #fafafa;
	border-spacing: 0px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
}

.link {
	color: #1071ad;
	cursor: pointer;
}

.link:hover {
	text-decoration: underline;
}

#signup_ribbon {
	height: 168px;
	width: 168px;
/*	background-image: url(../images/signup_ribbon.png);
*/	position: absolute;
	top: 6px;
	left: 9px;
}

.copyright_notice {
	padding-top: 1px;
	width: 100%;
	text-align: center;
	font-size: 9px;
	margin: -3px 0 0;
}

.form_timezone {
	width: 343px;
}

.crc_pos_1 {
	top: -60px;
	left: -260px;
}

.crc_pos_2 {
	top: -20px;
	left: 298px;
}

.custom_repeat_container {
	font-size: 9px;
	width: 250px;
	/*height: 281px;*/
	border: 1px solid black;
	background-color: #e6e6e6;
	position: absolute;
	padding: 5px;
}

.custom_repeat_container td {
	padding: 0;
	background-color: #e6e6e6;
}

.custom_repeat_container_anchor {
	position: relative;
}

.custom_div {
	text-align: left;
}

.custom_repeat_container .close_small{
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
	z-index: 25;
}

.custom_open {
	position: relative;
	top: 4px;
	cursor: pointer
}

.item_container {
	background: url(../images/item-bg.png);
	width: 824px;
	height: 74px;
	margin-bottom: 10px;
	position: relative;
	padding-top: 11px;
	padding-left: 54px;
}

.item_title, .item_title a {
	font-size: 14px;
	color: #505255;
}

.last_message {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.item_description {
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 742px;
	margin-top: 4px;
}

.item_members, .item_messages {
	
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	position: absolute;
	right: 11px;
}

.item_members {
	top: 42px;
}

.item_messages {
	top: 57px;
}

.item_user_option {
	position: absolute;
	top: 10px;
	left: 13px;
}

.item_message {
	position: absolute;
	top: 44px;
	left: 10px;
}

.item_edit_group {
	position: absolute;
	top: 7px;
	right: 42px;
}

.item_remove {
	top: 7px;
	position: absolute;
	right: 7px;
}

.small_item_container {
	background: url(../images/small-item-bg.png);
	width: 820px;
	height: 41px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 58px;
	padding-top: 15px;
}

.item_view_reminders {
	position: absolute;
	top: 12px;
	left: 12px;
}

.small_item_edit {
	position: absolute;
	top: 11px;
	right: 45px;
}

.small_item_remove {
	position: absolute;
	top: 11px;
	right: 12px;
}

.pages {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	line-height: 1.6em;
	margin: 15px;
}

.pages h4 {
	margin: 15px 0;
}

.pages p {
	text-indent: 30px;
}

.hemi-button {
	width: 24px;
	height: 24px;
	position: absolute;
	top: -4px;
	right: 0;
}

.hemi-button img {
	cursor: pointer;
}

#groups_multiselect {
	float: left; 
	margin: 0 0 0 7px; 
	width: 170px; 
	height: 70px; 
	border: 1px solid #AAA;
}

#message_textarea {
	width: 400px; 
	height: 64px; 
	float: left; 
	font-family: 'Luicida Grande', sans-serif; border: 1px solid #AAA;
}

.ui-widget { font-size: 0.8em !important; }
input.highlight { border: 1px red solid; }
img.highlight{ padding: 2px;  }
img.highlight:hover { background-color: yellow;}

div.send-message-text{
    float: left; 
    width: 410px;
}

div.send-message-option {
    height: 60px;
    padding: 5px;
    overflow: auto;
    border: 1px solid #AAAAAA;
}
div.send-message-option label {
    display: block;
    font-size: 12px;
    width: 160px;    
}

div.send-message-option input {
    border: 0;
}