body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin:0;
	padding:0;
}
#body {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	width:866px;/*906*/
	margin:0px auto;
	/*	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;*/
	background-color:#e9f7ff;
	padding: 20px;
}
form {
	margin:0;
	padding:0;
}
a {
	color: #069;
}
#header {
	background-image: url(../images/header2.jpg);
	height: 271px;
	background-repeat: no-repeat;
	background-position: center top;
}
.header_banner {
	width:856px;
	height:86px;
	background:url(../images/banner_blue_bow.jpg) no-repeat top left;
	margin-bottom:15px;
	margin-top:-8px;
}
.header_banner h1 {
	padding:30px 0px 0px 15px;
	margin:0px;
	color:#144ee6;
}

.header_banner_invite{
	width:856px;
	height:98px;
	background:url(../images/banner_blue_presents.jpg) no-repeat top left;
	margin-bottom:10px;
	margin-top:-8px;
}

.header_banner_invite h1 {
	padding:30px 0px 0px 15px;
	margin:0px;
	/*color:#144ee6;*/
	color:#FFF;
}

.header_banner_event{
	width:856px;
	height:85px;
	background:url(../images/banner_event.jpg) no-repeat top left;
	margin-bottom:10px;
	margin-top:-8px;
}

.header_banner_event h1 {
	padding:27px 0px 0px 15px;
	margin:0px;
	/*color:#144ee6;*/
	color:#FFF;
}

h3{
	font-size:18px;
	font-weight:normal;
	color:#333333;
	margin-top:0px;
}
#content {
	/*margin-left: 85px;
	padding-top: 30px;*/
	
	font-size: 13px;
	width: 580px;
}
#container #sidebar {
	float: right;
	width: 210px;
	margin-top:90px;
}
.ad {
	margin-bottom:10px;
}
ul.buttons li {
	list-style-type: none;
	display: inline-block;
	/*[disabled]margin-right:10px;*/
	margin-top: 15px;
	float:left;
}
ul.buttons li a {
	display: block;
	width: 269px;
	height: 73px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0px -4px;
}
ul.buttons li .invite {
	background-image: url(../images/invitebutton.gif);
	background-position: 0px -4px;
}
ul.buttons li .invite:hover {
	background-position: 0px -86px;
}
.buttons li .organise {
	background-image: url(../images/organisepartybutton.gif);
	background-position: -7px -4px;
}
.buttons LI .organise:hover {
	background-image: url(../images/organisepartybutton.gif);
	background-position: -7px -86px;
}
h1 {
	font-size: 22px;
	color: #006;
	font-weight: normal;
	line-height: 28px;
}
h2 {
	font-size: 12px;
	color: #F60;
	font-weight: normal;
	line-height: 18px;
}
p {
	line-height: 18px;
	margin-top: 5px;
}
#header #login {
	width: 217px;
	margin-left: auto;
	padding-top: 69px;
	color: #FEFEFE;
	font-weight: bold;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 110px;
	margin-right: 62px;
}
#header #member {
	width: 161px;
	margin-left: auto;
	padding-top: 94px;
	padding-left: 58px;
	color: #FEFEFE;
	font-weight: bold;
	background-image: url(../images/member.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 85px;
	margin-right: 62px;
}
#login #login_username {
	margin-top: 9px;
	margin-left: 42px;
	width: 153px;
	background-color: transparent;
	border: none;
}
#login LABEL #loginbutton {
	margin-top: 10px;
	margin-left: 39px;
}
#footer {
	font-size: 11px;
	text-align: center;
	color: #006;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#footer A {
	color: #006;
	text-decoration: none;
}
#header #headspace {
	width: 681px;
	height: 51px;
}
#login #login_password {
	margin-top: 12px;
	margin-left: 42px;
	width: 153px;
	background-color: transparent;
	border: none;
}
#header #nav {
	margin-top: 58px;
	margin-left: 80px;
}
#header #nav a, #header #nav a:link, #header #nav a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}
#header #nav a:active {
	outline:0;
	-moz-outline:0;
}
hr.clear {
	visibility:hidden;
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
}
/*forms*/
.form_table {
	margin:0 auto;
}
.form_table tr.buttons td {
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.form_table td{
	padding:5px;
}
.input_text {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF !important;
	padding:4px;
	width:200px;
}
.input_date {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF !important;
	padding:4px;
	width:120px;
}
.input_time {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF !important;
	padding:4px;
	width:100px;
}
.input_box {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF !important;
	padding:4px;
}
.input_button {
	width:200px;
	height:55px;
	background:url(../images/button_next.jpg) no-repeat top left;
	color:#FFFFFF;
	font-size:18px;
	border:none;
	padding-left:15px;
	text-align:left;
	cursor:pointer;
}
.input_button:active {
	/*outline:0;
	-moz-outline:0;*/
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
 border: none;
}
.signup_table {
	/*width:575px;*/
width:100%;
}
.signup_table td {
	padding:3px;
}
.required_field {
	font-size:12px;
	font-style:italic;
	color:#0099FF;
}
.input_button_back {
	width:99px;
	height:55px;
	background:url(../images/button_back.jpg) no-repeat top left;
	color:#FFFFFF;
	font-size:18px;
	border:none;
	padding-left:40px;
	text-align:left;
}
.input_button_back:active {
	outline:0;
}
#button_send_invite {
	display:block;
	width:445x;
	height:45px;
	background:url(../images/button_send_invite.gif) no-repeat left top;
	text-decoration:none;
	padding:12px 0 0 55px;
	font-size:18px;
	color:#261a78;
}
#button_send_invite:hover {
	color:#FFFFFF;
}
#button_organise_event {
	display:block;
	width:445x;
	height:45px;
	background:url(../images/button_organise_event.gif) no-repeat left top;
	text-decoration:none;
	padding:12px 0 0 55px;
	font-size:18px;
	color:#261a78;
}
#button_organise_event:hover {
	color:#FFFFFF;
}
#button_existing_event {
	display:block;
	width:445x;
	height:45px;
	background:url(../images/button_existing_event.gif) no-repeat left top;
	text-decoration:none;
	padding:12px 0 0 55px;
	font-size:18px;
	color:#261a78;
}
#button_existing_event:hover {
	color:#FFFFFF;
}
div.error {
	color:#FF0000;
	height:20px;
}
input.error {
	background-color:#FFFFD5;
	border:2px solid red;
	color:#FF0000;
}
label.error {
	color:#FF0000;
	display:block;
	font-style:italic;
	font-weight:normal;
}
/*small box*/

.box_small {
	width:468px;
	min-height:200px;
	background:url(../images/box_small_top.gif) no-repeat top left;
	margin:0px auto;
}
.box_small .text {
	padding:10px;
	text-align:center;
}
.box_small .bottom {
	height:14px;
}
.box_small h1 {
	color:#299dff;
	padding-top:0px;
	margin-top:0px;
}

/*large box*/

.box_large {
	width:632px;
	min-height:200px;
	background:url(../images/box_large_top.gif) no-repeat top left;
	margin:0px auto;
}
.box_large .text {
	padding:10px 20px 10px 20px;
	text-align:center;
}
.box_large .bottom {
	height:14px;
}
.box_large h1 {
	color:#299dff;
	padding-top:0px;
	margin-top:0px;
}



.drop_blue {
	background:url(../images/drop_down_bg.jpg) repeat-x bottom;
	padding:5px 5px 5px 15px;
	border:1px solid #b3eeff;
	width:250px;
	color:#3875ed;
}
.radio {
	margin-bottom:10px;
}
.yellow_14 {
	color:#f79420;
	font-size:14px;
}
.border_bottom td {
	border-bottom:1px solid #b3eeff;
}

.light_blue_title{
	color:#299dff;
	padding-top:0px;
	margin-top:0px;
	font-size: 22px;
	line-height:28px;
}


.message_error{
	background-color:#FFF1F1;
	border:2px solid #E2DDDD;
	margin:0 0 10px;
}
.message_error .text{
	padding:10px;
}
.message_error .close{
	background-color:#FFFFFF;
	display:block;
	float:right;
	font-size:12px;
	padding:2px;
}

table.tbl{
	border-collapse:collapse;
}
table.tbl thead {
	background-color:#b3eeff;
}
table.tbl thead th{
	border-collapse:collapse;
	text-align:left;
	font-size:14px;
	color:#170f99;
	padding:5px;
}
table.tbl thead th span{
	display:block;
	font-size:11px;
	color:#1f74f3;
	font-weight:normal;
}
table.tbl tbody{
	background-color:#e9f8ff;
	border-bottom:1px solid #b3eefe;
}
table.tbl tbody td{
	border-collapse:collapse;
	text-align:left;
	padding:5px;
}
table.tbl tbody tr.odd{
	background-color:#d9f4ff;
}
table.wishlist_table td.item_name input{
	width:119px;
}
table.wishlist_table td.item_description input{
	width:166px;
}
table.wishlist_table td.item_available_from input{
	width:106px;
}
table.wishlist_table td.item_price select{
	width:126px;
}

/*comment styles*/
.comments-outer{
		
		}
		.comments-wrap{
		margin:10px 0px;
		}
		.comments-header{
		
		}
		/* TITLE: Comments */
		.comments-header h6{
		font-size:16px;
		margin:0px;
		padding:0 0 10px 0;
		clear:both;
		}
		/* TITLE: Leave a Comment */
		.comments-add-form h6{
		font-size:12px;
		margin:0px;
		clear:both;
		}
		.comments-list{
		list-style:none;
		margin:0px;
		padding:0;
		}
		.comments-list li{
		list-style:none;
		margin:0;
		padding:0;
		clear:both;
		}
		.comments-author{
		float:left;
		width:140px;
		margin-right:30px;
		clear:left;
		text-align:right;
		}
		.comments-author p{
		margin:5px 0;
		}
		.comments-author-icon{
		
		}
		.comments-author-name{
		font-size:18px;
		}
		.comments-author-date{
		font-size:11px;
		color:#CBCBCB;
		}
		.comments-approval{
		font-size:11px;
		color:#FF0000;
		font-style:italic;
		}
		.comments-admin{
		border:1px dashed #CCC;
		}
		.comments-clear{
		clear:both;
		height:0;
		visibility:hidden;
		border:0;
		padding:0;
		margin:0;
		}
		.comments-text{
		float:left;
		width:317px;
		color:#5d5949;
		padding:20px;
		background-color:#fafafa;
		border:1px solid #dadada;
		font-size:13px;
		line-height:15px;
		padding-bottom:5px;
		min-height:150px;
		height:auto !important;
		height:150px
		}
		.comments-list li.comments-even .comments-text{
		background-color:#EAEAEA;
		margin-bottom:-2px;
		position:relative;
		top:-1px;
		}
		.comments-list li.comments-odd .comments-text{
		
		}
		.comments-text p{
		
		}
		.comments-btn{
		display:block;
		margin:2px;
		padding:3px;
		background-color:#ff9437;
		color:#FFFFFF;
		font-size:11px;
		width:150px;
		text-decoration:none;
		}
		.comments-btn:hover{
		text-decoration:underline;
		}
		.comments-add-form{
		margin:0;
		clear:both;
		}
		.comments-add-form-wrap{
		margin:10px 0;
		clear:both;
		}
		.comments-add-form label{
		clear:left;
		display:block;
		}
		.comments-add-form h6{
		
		}
		.comments-input{
		border:1px solid #111111;
		padding:5px;
		font-family:arial;
		font-size:14px;
		}
		.comments-add-err{
		border:2px solid #FF0000 !important;
		}
		.comments-add-form input.comments-input{
		width:200px;
		}
		.comments-add-form textarea.comments-input{
		width:300px;
		height:100px;
		}
/* end comment styles*/

/*news*/

.news_box_container {
	width:575px;
	margin-bottom:15px;
	clear:left;
	height:135px;
	
}
.news_box_container .image {
	float:left;
	width:130px;
	height:130px;
	margin:0px;
	border:4px solid #FFFFFF;
}
.news_box_container .text {
	float:right;
	width:420px;
	height:112px;
	padding:0px 0px;
	font-size:12px;
	line-height:17px;
	overflow:hidden;
}
.news_box_container .text p {
	padding:0px;
	margin:0px;
}
.news_box_container .stats {
	color:#9aa9b2;
	font-size:11px;
	border-top:1px dashed #cfdee8;
	border-bottom:1px dashed #cfdee8;
	float:right;
	width:420px;
	margin-top:8px;
}

.news_box_container h2{
	font-size:16px;
	font-weight:bold;
}

.news_box_container a:link, .news_box_container a, .news_box_container a:visited{
	text-decoration:none;
}

.news_box_container a:hover{
	text-decoration:underline;
}

.border_box .heading h3{
	background:#ECEFF5 none repeat scroll 0 0;
	border-top:1px solid #94A3C4;
	margin:0;
	overflow:hidden;
	padding:5px 8px;
	position:relative;
	font-size:13px;
	font-weight:bold;
}
.border_box .inner{
	background-color:#F7F7F7;
	border-bottom:1px solid #D8DFEA;
	border-top:1px solid #CCCCCC;
	color:#808080;
	margin:0 0 10px;
	padding:5px;
	font-size:12px;
}
.nobg{
	background-color:#FFFFFF;
}

.item_check{
	text-align:center;
}
.item_check a{
	display:block;
	width:107px;
	height:24px;
	text-indent:-999px;
	overflow:hidden;
}
.item_check_yes{
	background-image:url(/images/wishlist_selection.gif);
}
.item_check_no{
	background-image:url(/images/wishlist_available.gif);
}
.item_check_unavailable{
	background-image:url(/images/wishlist_taken.gif);
}
.gift_ideas .webitor_ad{
    display:block;
    padding:5px;
    text-align: center;
}

