body.main {
	margin: 0;
	text-align: center;
	background-image: url('/images/page-bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Trebuchet MS, sans-serif;
}

body.popup {
	margin: 20px;
	text-align: left;
	background-color: #fff;
	font-family: Trebuchet MS, sans-serif;
	overflow: hidden;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}

a {
	color: #0054ff;
}

a:hover {
	color: #f00;
}

br.clear {
	clear: both;
}

#wrap {
	width: 900px; /* 1000 */
	margin: 0 auto;
}

#head #logo {
	float: left;
}

#head #subhead {
	width: 618px; /* 718 */
	height: 109px;
	float: left;
}

#head #subhead img {
	margin-top: 35px;
	float: right;
}

#head #navigation {
	float: left;
	width: 618px; /* 718 */
	text-align: left;
	background-image: url('/images/navbar-bg.png');
	background-repeat: repeat-x;
	background-position: top left;
}

#head #navigation a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

#head #navigation a:hover {
	color: #f0e1a0;
}

#head #navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 44px;
}

#head #navigation li {
	display: block;
	float: left;
	background-image: url('/images/navbar-end.png');
	background-position: top right;
	background-repeat: no-repeat;
	height: 44px;
	padding: 10px 17px 0 15px;
}

#content {
	width: 700px; /* 750 */
	float: left;
	text-align: left;
	margin-top: 30px;
}


#rhs {
	width: 180px; /* 230 */
	float: right;
	text-align: left;
}

#rhs .pane {
	border: #dcdcdc 1px solid;
	padding: 3px;
	margin-bottom: 10px;
}

#rhs .pane .innerpane {
	background-color: #dae1ed;
	padding: 7px 10px 7px 10px;
}

#rhs h2 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 18px;
	color: #161616;
	font-weight: normal;
	border-bottom: #7494ca 1px solid;
}

#rhs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#rhs li {
	border-bottom: #c8d3e7 1px solid;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
}

#rhs li a {
	text-decoration: none;
}

#rhs p {
	font-size: 12px;
	color: #535353;
}


.section {
	margin-bottom: 30px;
}

.section img {
	float: left;
}

.section .sectioncontainer {
	float: left;
	width: 550px; /* 600 */
	margin-left: 40px;
}

.section .sectioncontainer h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}

.section .sectioncontainer h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}

.section .sectioncontainer p, .section .sectioncontainer li {
	font-size: 14px;
	line-height: 1.6em;
}

.section .sectioncontainer p.help {
	margin-top: 4px;
	color: #8d8d8d;
}

.section .sectioncontainer table {
	width: 100%;
	border-collapse: collapse;
}

.section .sectioncontainer th, td {
	font-size: 12px;
	padding: 4px 8px 3px 8px;
}

.section .sectioncontainer td {
	background-color: #eceff4;
}

.section .sectioncontainer th {
	height: 27px;
	background-color: #395ca6;
	background-image: url('images/table-th-bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	color: #fff;
}

.section .sectioncontainer tr {
	border: #dae1ed 1px solid;
}

.section .sectioncontainer td.phone {
	background-image: url('images/icon-phone.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.section .sectioncontainer td.email {
	background-image: url('images/icon-email.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.section .toolbar {
	margin-top: 10px;
	background-color: #eceff4;
	border: #dae1ed 1px solid;
}

.section .toolbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.section .toolbar ul li {
	float: left;
	font-size: 12px;
	margin: 5px;
	margin-left: 10px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

.section .toolbar ul li.add {
	background-image: url('/images/icon-add.png');
}

.section .toolbar ul li.view {
	background-image: url('/images/icon-view.png');
}

#footer {
	background-image: url('/images/footer-bg.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 43px;
}

#footer p, #footer a {
	font-size: 12px;
	color: #fff;
	line-height: 1.2em;
	padding-top: 7px;
}

div.signup {
	margin-top: 40px;
	text-align: center;
	width: 100%;
	background-color: #f5eeb7;
	border: #dae1ed 1px solid;
}

div.signup a {
	font-size: 18px;
	font-weight: bold;
}






/* form elements */
form {
/*	padding: 10px 15px;
	border: 1px solid #E5F0FB; 
	background: #F4F8FD; */
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

label {
	display: block;
	font-weight: bold;
	margin: 7px 0;
}

input {
	padding: 3px;
	border: 1px solid #acb5be; 
	font: normal 1em Verdana, sans-serif;
	color: #777;	
}

textarea {
	width: 400px;
	padding: 3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #acb5be; 
	height: 100px;
	display: block;
	color: #777;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #306bc1 url('/images/button-bg.jpg') repeat-x 0 0; 
	border: 1px solid #306bc1;
}

#basic_info, #advanced_info, #recurring, #invites, #reminder {
	padding: 0;
	margin-bottom: 20px;
}

.tab_pane {
	padding: 20px;
	border-left: #97a5b0 1px solid;
	border-right: #97a5b0 1px solid;
	border-bottom: #97a5b0 1px solid;
}

.errors p, .errors li {
	color: #a00;
}