/*-- highlight things that need fixing --*/
.hl {background-color: #ff0;}

/*----------------------------------
	Global
-----------------------------------*/

/* Zero out everything */
ul,ol { list-style:none; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,td,tr,table { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:12px; }
a img,a:link img,a:visited img { border:none; }


/* Global */
html {background: #fff url(../images/seafoam_bg.png) top left repeat;text-align: center;padding: 0;margin: 0;}
body {background: transparent url(../images/transparent_fade.png) top left repeat-x;padding: 0;margin: 0 auto;width: 960px;text-align: left;font: normal 12px 'helvetica neue', helvetica, arial, sans-serif;color: #444;}
.clear{line-height: 0;font-size: 0;margin: 0;padding: 0;clear: both;}
.transparent {background: transparent url(../images/transparent_50.png) top left repeat;}
.divide_wrapper {background: url(../images/content_right_fade.gif) 677px 0 repeat-y;width: 100%;}


/* Structure */
.content_wrapper{margin: 0 auto; background-color: #fff; width: 934px; border:1px solid #fff;}
#conMain {width: 703px;float: left; }
.content {padding:20px 0 0 26px;margin:0; background: url(../images/top_left_content_bg.gif) top left no-repeat;}
#conSide{width: 207px;float: right;padding:30px 13px 0 0;}


/* Header */
.ewed_header{	width: 960px;	vertical-align: middle;	}
.ewed_header td{padding: 27px 25px 25px;}
.ewed_header .logo {width: 375px;}
.super_nav {text-align: right;}
.super_nav span {color: #ccc;margin:0 10px;}
.super_nav span#theme_selector {color: #444;}

.super_nav a:link, .super_nav a:visited, .supernav a:active {text-decoration: none;	border-bottom: 1px solid #ccc;color: #444;}
.super_nav a:hover{text-decoration: none;	border-bottom: 1px solid #aaa;color: #333; background-color: #eee; }

/* Themes */
.super_nav ul {display: inline;	position: relative;top: 3px;}
.super_nav ul li{	display: inline;}

.super_nav .theme_seafoam {background-color: #c0dbdd; border:1px solid #a4c8ca !important;}
.super_nav .theme_wish {background-color: #b2d37f; border:1px solid #93b362 !important;}
.super_nav .theme_orange {background-color: #f36523; border:1px solid #c34911 !important;}
.super_nav .theme_brown {background-color: #502a18; border:1px solid #38190c !important;}
.super_nav .theme_beige {background-color: #e3ddbd; border:1px solid #c8c19b !important;}

.super_nav ul a:link,.super_nav ul a:visited,.super_nav ul a:active,.super_nav ul a:hover{border: none;}

.ul_regular{
	list-style-type: disc;
	padding-left: 20px;
}

.ul_regular li{
	padding: 5px 0;
}


/*----------------------------------
	Main Navigation
-----------------------------------*/

#nav { background: url(../images/nav_background.png) top right no-repeat;	width: 936;height: 35px;}

#navigation_dashboard,
#navigation_edit_site,
#navigation_account{
	float: left;
	width: 142px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: url(../images/tab_hover.png) top left no-repeat;
}

#navigation_dashboard a,
#navigation_edit_site a,
#navigation_account a{
	text-decoration: none;
	font-size: 14px;
	display: block;
	width: 142px;
	height: 35px;
	padding: 1px 0 0 0;
}

#navigation_dashboard a:link, #navigation_dashboard a:visited,#navigation_dashboard a:active,
#navigation_edit_site a:link,#navigation_edit_site a:visited,#navigation_edit_site a:active,
#navigation_account a:link, #navigation_account a:visited, #navigation_account a:active{
	color: #fff;
	background: url(../images/tab_reg.png) top left no-repeat;
}

#navigation_dashboard a:hover,
#navigation_edit_site a:hover,
#navigation_account a:hover{
	background: transparent url(none);
}

/* -- Selected State -- */

#nav #navigation_dashboard.over a:link, #nav #navigation_dashboard.over a:visited,#nav #navigation_dashboard.over a:active,#nav #navigation_dashboard.over a:hover,
#nav #navigation_edit_site.over a:link,#nav #navigation_edit_site.over a:visited,#nav #navigation_edit_site.over a:active,#nav #navigation_edit_site.over a:hover,
#nav #navigation_account.over a:link, #nav #navigation_account.over a:visited, #nav #navigation_account.over a:active,#nav #navigation_account.over a:hover{
background: url(../images/tab_selected.png) top left no-repeat !important;
color: #666;
}

/* -- View Your Site Button -- */

#navigation_launch_site{
	background: url(../images/button_view_site.png) top left no-repeat;
	width: 202px;
	height: 26px;
	float: right;
	margin: 5px 15px 0 0;
}

#navigation_launch_site a,#navigation_launch_site a:link,#navigation_launch_site a:visited,#navigation_launch_site a:hover,#navigation_launch_site a:active {
	text-indent: -9999px;
	display: block;
	width: 202px;
	height: 26px;
	text-decoration: none;
}


/*----------------------------------
	Sub Navigation
-----------------------------------*/

* html body #conSubNavigation{
	height: 0px;
}

#conSubNavigation{
	display:inline;
	/*height: auto;*/
}

ul.sub_nav {
	float:left;
	width: 910px;
	clear:both;
	background: url(../images/sec_nav_bg.png) bottom left repeat-x;
	border-left: 1px solid #E0E0E0;
	padding:0px 0 12px 25px;
	height: 41px;
	}

li.subNavigation {
	float: left;
	text-align: center;
	background: url(../images/sub_nav_divider.gif) bottom right no-repeat;
	padding: 11px 0 9px 0;
	line-height: 21px;
	height: 21px;
	}

li.sub_first {   /* for pull down menu */
	/*width: 140px;*/
	padding: 10px 20px 10px 0;
	margin: 0;
	height: 21px;
	}

li.subNavigation  a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 0 17px 0 15px;
	}

.sub_nav li a:link,
.sub_nav li a:visited,
.sub_nav li a:active {
	color: #555;

	}
.sub_nav li a:hover{
	color: #eb5114;
	}
.sub_nav li.selected {
	color: #eb5114;
	}

.sub_nav li.selected a:link,
.sub_nav li.selected a:visited,
.sub_nav li.selected a:hover,
.sub_nav li.selected a:active {
	color:#333;
	font-weight: bold;
}






/*----------------------------------
	Headlines
-----------------------------------*/

h2 {	font-size: 24px; line-height: 28px; color: #EB5114;	text-shadow: #fff 0 0 0;}
	h2 em {font:italic 18px georgia, 'times new roman', times, serif;	color: #777777;}
	h2.help {float:left; width:500px;}

.content h2 {	font-size: 24px; line-height: 28px; color: #EB5114;	text-shadow: #fff 0 0 0;}
	.content h2 em {font:italic 18px georgia, 'times new roman', times, serif;	color: #777777;}

a.need_help {
	float:right;
	display: block;
	text-indent: -9999px;
	width:71px;
	height: 12px;
	margin:13px 25px 0 0;
	font-size: 1px;
	line-height: 1px;
}

a.need_help:link,a.need_help:visited,a.need_help:active{
	background: url(/setup/images/need_help.gif) no-repeat 0 0;
}

a.need_help:hover{
	background: url(/setup/images/need_help.gif) no-repeat 0 -12px;
}

h3 {	font: italic 18px georgia, 'times new roman', serif; color: #EB5114;	text-shadow: #fff 0 0 0;border-bottom: 2px dotted #c6d0d8;padding:0 0 4px 0;}
.forms h3 { font:bold normal 14px 'helvetica neue', helvetica, arial, sans-serif; color: #3f545d; background-color: #dbeaec; padding: 6px 10px; margin: 25px 0 0; border-top:4px double #fff;border-bottom:4px double #fff;}
h3.music {	font: italic 18px georgia, 'times new roman', serif; color: #EB5114; background-color: #fff; text-shadow: #fff 0 0 0; padding:0 0 4px 0; border: 0px; margin-top: 7px;}

h4 { font: italic 18px georgia, 'times new roman', serif; color: #fff; padding:0 0 4px 0;}
.forms h4 { font: italic 16px georgia, 'times new roman', serif; color: #333; padding:15px 0 4px 0;}

h5 {	font: italic 16px georgia, 'times new roman', serif; color: #5f788c; padding:0 0 6px 0;}
h6 {	font: 22px/25px georgia, 'times new roman', serif; color: #5f788c; padding:6px 0 14px 0;}



/*----------------------------------
	Super Nav (Utility links)
-----------------------------------*/

.utilities {border-top:1px solid #ccc;color: #666;font-size: 11px;margin: 15px 0;}
	.utilities td{border-bottom: 1px solid #ccc;padding: 4px 0;}

	.utilities a:link, .utilities a:visited, .utilities a:active{text-decoration: none;	border-bottom: 1px solid #ccc;color: #666; }
	.utilities a:hover{text-decoration: none;border-bottom: 1px solid #aaa;color: #333;background-color: #eee;}



/*----------------------------------
	Large Icons on Home Page
-----------------------------------*/

.main_icons{padding-bottom: 0px;font-size: 18px;}
	.main_icons td{padding: 5px 0;}
	.main_icons em{font: 12px 'helvetica neue', helvetica, arial, sans-serif;color: #888;}
	.main_icons img{ margin-right: 13px; vertical-align:middle;}

	/* Link Styles */

.main_icons a,.main_icons div {	height: 72px;display: block;padding-left:80px;line-height: 72px;}
	.main_icons a:link, .main_icons a:visited, .main_icons a:active{text-decoration: none;color:#666;}
	.main_icons a:hover{text-decoration: none;color:#000;}
	.main_icons a:hover img{background-color: #FFBD33;}
	.main_icons a span span, .main_icons div span span{font:italic 18px georgia, 'times new roman', times, serif; color: #333;}
	.main_icons a span {border-bottom: 1px solid #eee;}

/* Setting Background image for icon */
.icon_message {	background: url(../images/icon_message.png) 0 0 no-repeat;}
.icon_comment {	background: url(../images/icon_comment.png) 0 0 no-repeat;}
.icon_subscribe { background: url(../images/icon_subscribe.png) 0 0 no-repeat;}
.icon_visit { background: url(../images/icon_visit.png) 0 0 no-repeat;}

/* Background slides to reveal hover state */
.main_icons a.icon_message:hover { background: url(../images/icon_message.png) 0 -73px no-repeat;}
.main_icons a.icon_comment:hover { background: url(../images/icon_comment.png) 0 -73px no-repeat;}
.main_icons a.icon_subscribe:hover { background: url(../images/icon_subscribe.png) 0 -73px no-repeat;}



/*----------------------------------
	RSVP & POLLs on Home Page
-----------------------------------*/

.rsvp, .poll {width: 313px;	float: left;}
.poll{padding-left:26px;}
	.rsvp table, .poll table {width: 313px;margin: 5px 0 20px 0;}
	.rsvp th, .poll th {border-bottom: 1px solid #999;padding: 4px 0;text-align: left;}
	.rsvp td, .poll td {border-bottom: 1px solid #ddd;padding: 4px 0;text-align: left;}


.pollBar1 {
	background-color: #94aab9;
	height: 15px;
	width: 225px;
	background-image: url(../images/poll_filler.gif);
	background-repeat: no-repeat;
	text-align: right;
	line-height: 15px;
}

.poll_bar {
	font-size:11px;
	color: #666;
}

.pollTitle {
	/** use a background image for the 'file tab' behind the text and change the bg color to white **/
	background-color: green;
	color: white;
	padding-left: 8px;

}

.pollQuestion {
	padding: 27px 0px 7px 15px;
	}

.pollItem {
	/** this sets the properties of each row containing a result bar **/
	width: 200px;
	padding: 10px 0px 3px 8px;

}





/*----------------------------------
	Save Site
-----------------------------------*/

.save_site {
	clear: both;
	width: 702px;
	height: 119px;
	background: url(../images/save_your_site_bg.png) top left no-repeat;
}

.save_site .copy{padding: 42px 30px 0 250px;}
.save_site h6{padding: 0;font-style:italic;}
.save_site p{padding: 0;}
.save_site a:link,.save_site a:visited,.save_site a:active{color:#136d92;}
.save_site a:hover{color:#283358;}




/*----------------------------------
	Side Column
-----------------------------------*/

#conSide div {border-bottom: 2px dotted #ccc;	padding-bottom: 8px;margin-bottom: 8px;}
#conSide .last_div {border-bottom:none;}
#conSide div ul li{padding-bottom: 4px;}

	/* link styles */
	#conSide a:link, #conSide a:visited, #conSide a:active {text-decoration: none;	border-bottom: 1px solid #ccc;color: #444;}
	#conSide a:hover{text-decoration: none;border-bottom: 1px solid #aaa;	color: #333;background-color: #eee; }

	#conSide .ipod a:link,#conSide .upsell a:link,
	#conSide .ipod a:visited,#conSide .upsell a:visited,
	#conSide .ipod a:active, #conSide .upsell a:active,
	#conSide .ipod a:hover, #conSide .upsell a:hover
	{border: none;background-color:transparent;}


#conSide .upsell {	background-color: #b8d5d7;border: 5px solid #C4DEE0;width: 175px;padding: 10px; color: #2e6c72;font-size: 11px;}
.upsell ul {list-style-type: circle;padding: 5px 0 5px 12px;}
.upsell .sticker{float: right;margin: -33px -26px 0 0;position: relative;}
.ipod{float: right;margin-right: -4px;}
.enter_today {padding-top: 5px;}

/* Footer */
.footer{padding: 15px 0; margin: 0 15px; color: #5f788c; text-align: center}

.footer a:link,.footer a:visited,.footer a:active{color:#283358;}

#conMain p {
padding: 5px 0;
}


/*----------------------------------
	Global Form Rules
-----------------------------------*/

.form td {
	padding: 8px 0;
	vertical-align: top;
	line-height: 18px;
	border-bottom: 1px solid #eee;
}

.form td td {
	padding: 0px 5px 0 0;
	vertical-align: top;
	line-height: 18px;
	border-bottom: none;
}

.content .form td.col1 {
	text-align: right;
	padding-right: 25px;
	font-weight: bold;
}


.col2{
	vertical-align: middle;
}

.col1 em,.col2 em, .col3 em, .form .form em {
	color: #666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 13px;
}


td.td_button img {
	margin: 8px 0 15px 0;
	border: none;
	}

td.td_button {
	border: none;
	}



#box { /*-- Adds right padding to main content area --*/
	width: 650px;
	margin-bottom: 30px;
}

#box a:link, #box a:visited, #box a:active {color: #136d92;}
#box a:hover{color: #283358;}



/* hidden frame upload page which handles file processing */
.uploadFrame {
	width: 0px;
	height: 0px;
	border: 0px solid #000000;
	/*overflow: auto;*/
}


/*----------------------------------
	Music Preview Page
-----------------------------------*/

.preview_music{	float: left;width: 310px;}
	.preview_music ul{border-top: 1px solid #eee;}
	.preview_music ul li{padding: 3px 0 5px 0;border-bottom: 1px solid #eee;line-height: 16px;}
	.preview_music ul li span{position: relative;top:3px;}

	.preview_music a{font-size: 13px;}

.preview_music a:link,.preview_music a:visited,.preview_music a:active{	color: #136d92;}
.preview_music a:hover{	color: #283358;}
.preview_music em{ color: #999;}


/*----------------------------------
	Login Box
-----------------------------------*/

body.login {
	background: none;
	padding: 0;
	margin: 0 auto;
	width: 400px;
	text-align: left;
	color: #444;
	font-size: 12px;
}

.login #login_outer {
	background: transparent url(../images/transparent_fade.png) top left repeat-x;
	padding:15px 10px 0 10px ;
	margin-top: 150px;
	border:2px solid #bdd3d4;
	text-align: center
}

* html .login #login_outer {	background: #dbeaec url(../images/seafoam_bg_fade.gif) top left repeat-x;}


.login #box {
	width: auto;
	background-color:#fff;
	padding:20px 20px 0 20px;
	border:1px solid #d9e5e7;
	text-align: left;
	margin-top: 10px;
}

.login a{ font-size: 11px;}
.login .form{font-size:13px;}
.login #save{margin: 10px 0 0 72px;}
.login #box .bot1 {width:75px;text-align:right;padding-right:10px;}
.login #box .bot2 {width:260px;}
.login h4{
	background-color:#c00;
	border:3px double #fff;
	border-left:none;
	border-right:none;
	font: 13px 'helvetica neue',helvetica, arial, sans-serif;
	padding:5px 0;
	margin:0 0 10px 0;
}

.sort_list_header{
	font-weight: bold;
	border-bottom: 2px solid #333;
	margin-bottom: 0px;
	border-top: 1px solid #ccc;
	background-color:#eee;
	margin-top:10px;
	}

.sort_list_header td{
	padding: 5px;
	}

.sort_list td{
	border-bottom: 1px solid #eee;
	padding: 5px;
	border-right: 1px solid #eee;
	}

.sort_list td td{
	border:none;
	padding: 0 !important;
	margin: 0 !important;
	}

.sort_list td td input{
	border:1px solid #ccc;
	width: 150px;
	padding:2px;
	font: inherit;
	color: inherit;
	}

.sort_list td td img{
	width:54px;
	}

.sort_list p{
	padding: 5px 0;
	}

td.td_save{
	border-top:1px solid #666;
	padding: 15px 25px 15px 0;
	border-bottom: none;
}

td.td_save img{
vertical-align: middle;
}



.form td.weblinks {
	padding: 10px 10px 6px 0;
	border-bottom: 1px solid #eee;
}

.form td.weblinks.first {
	padding-top:0;
}

.form td.weblinks.last {
	border-bottom: none;
}

td.weblinks input{
 width:225px;
}

.weblinks em {
	color: #999;
	font-size: 11px;
	font-style: normal;
}

.textfield, textarea, select {
	color: #333;
	padding: 2px;
	border:1px solid #cecece;
	border-top:1px solid #8f8f8f;
	border-bottom:1px solid #e4e4e4;

}

.col2 .textfield, .col2 textarea, .col2 select {
	width: 225px;
}

.expires select {
width: 112px !important;
}



#imageDiv table.uploads td {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}

#imageDiv table.uploads {
	border-top: 1px solid #eee;
}



.guestbook {
	margin-top: 10px;
}

.guestbook th {
	font-weight: bold;
	border-bottom: 2px solid #333;
	border-top: 1px solid #ccc;
	background-color:#eee;
	text-align: left;
	padding: 5px;
	}

.guestbook td{
	padding: 5px;
	border-bottom:1px solid #eee;
	}




/*----------------------------------
	Button & Link Types
-----------------------------------*/
.handle {cursor: move;}
.required {color: #c00;}
.cancel {color: #c00;text-decoration: underline;}
.red_link {	color: #c00 !important;	text-decoration: underline !important;	cursor: pointer !important;}
.pointer,.button{cursor: pointer !important;}
.summary {	color: #136d92;	text-decoration: underline;}



/*----------------------------------
	Upgrade Table
-----------------------------------*/

.table_up{}

.table_up td{
	padding: 5px;
	border-bottom:1px solid #ddd;
	text-align: center;
border-right:1px solid #ddd;

}

.table_up_heading td{
	padding: 0;
	margin: 0;
	border: 0;
}

.table_up .column1{
	text-align: left;
	background-color: #f8f8f8;
}

.table_up .ch_silver{
background-color: #e0e0df;
}

.table_up .ch_gold{
background-color: #e6e4d3;
}

.table_up .ch_platinum{
background-color: #929fa8;
}

.table_up .title{
text-align:left;
font-size:15px;
font-weight: bold;
padding-top:20px;
border-bottom:2px solid #333;
border-right:none;
}


/* Higlight current package */
.upgrade_current{
background-color:#f9f8e5;
}



/*----------------------------------
	Payment Source
-----------------------------------*/

.cc_form{
background-color:#f8f8f8;
border:1px solid #d8d8d8;
margin:10px 0;
padding: 10px;
}

.cc_form .form img {
position: relative;
top:8px;
}


/*----------------------------------
	Upload Process
-----------------------------------*/


.addlinks td{
 padding:10px 0;
border-bottom: 1px solid #eee;
width:625px;
vertical-align:middle;
line-height:16px;
}

.addlinks img{
vertical-align: middle;
margin-right:5px;
}




#linkDiv2,#imageDiv2,#fileDiv2{
background-color:#f9f8e5;
margin:0 0 15px 0;
padding-bottom:1px;
border:1px solid #d9d6c2;
}


#imageDiv2 .upload,#fileDiv2 .upload {
border:1px solid #d9d6c2;
margin:0px 10px 10px 10px;
background-color:#fff;
}

#imageDiv2 .upload_image,#fileDiv2 .upload_image {
padding: 10px;
vertical-align:top;
}

#imageDiv2 .upload_process,#fileDiv2 .upload_process {
padding: 10px;
}

#imageDiv2 .upload_process td, #fileDiv2 .upload_process td {
border:none;
border-top:1px solid #eee;
padding: 4px 10px 4px 0;

}


#imageDiv2 h4, #fileDiv2 h4{
margin:0;
padding:0 0 5px 0;
font: bold normal 16px 'helvetica neue', helvetica, arial, sans-serif;
}

#imageDiv2 em, #fileDiv2 em{
	color: #999;
	font-size: 11px;
	font-style: normal;
	}

#linkDiv2 .col1{ padding-right:10px;}



/*----------------------------------
	Error & Success Messages
-----------------------------------*/


#error.error {
	padding: 5px 0;
	text-align: center;
	background-color: #9e0b0f;
	color: #fff;
	font-weight: bold;
	border: 4px double #fff;
	border-left:none;
	border-right: none;
	margin-bottom:10px;
	font-size:14px;
}

#message.message {
	padding: 5px 0;
	text-align: center;
	background-color: #c4df9b;
	color: #598527;
	font-weight: bold;
	border: 4px double #fff;
	border-left:none;
	border-right: none;
	margin-bottom:10px;
	font-size:14px;
}




.music_upload {
	border: 1px solid #ccc;
	background-color: #ffc;
	margin-top: 10px;
	line-height: 18px;

}

.music_upload td {
	padding: 5px 0 5px 10px;
	vertical-align: middle;
}

#domain_error {
	color: red;
	font-weight: bold;
}

.keepsake_download {
	border: 5px solid #e2e2b5;
	margin: 10px 0 0 0;
	padding: 10px 0 8px 0;
	font-size: 12px;
	background-color: #ffffcc;
	font:italic 13px georgia, 'times new roman', times, serif;
	width: 640px;
}

.keepsake_download a {
	font: bold 13px 'helvetica neue',helvetica, arial, sans-serif;
	}

.keepsake_download a:link,.keepsake_download a:visited,.keepsake_download a:active{color:#136d92;}
.keepsake_download a:hover{color:#283358;}


/*----------------------------------
	Extra Resources - Help pages
-----------------------------------*/
.extra_help {
	border: 3px solid #e2e2b5;
	margin: 40px 0 0 0;
	padding: 7px 0 5px 10px;
	font-size: 12px;
	background-color: #FFFFF3;
	width: 625px;
}

.extra_help a:link,.extra_help a:visited,.extra_help a:active{color:#136d92; line-height: 150%;}
.extra_help a:hover{color:#283358;}

.extra_help h5 { font: bold normal 15px 'helvetica neue',helvetica,sans-serif; color: #333; padding:0;}

/*----------------------------------
	Sponsors
-----------------------------------*/

.sponsors{
	background: url(../images/footer_shadow.png) top left repeat-x;
	margin: 0 12px;
	padding: 15px 0;
}

.sponsors h6{
	font-style: italic;
	background: url(../images/sponsor_flourish.png) bottom right no-repeat;
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
	color: #385368;
	height: 65px;
}

.sponsors ul{
	width:770px;
	float: right;
}

.sponsors li{
	padding: 0 15px 7px 0;
	font-size: 11px;
	line-height: 15px;
	width: 170px;
	float: left;
}

.sponsors strong {
	color: #5f788c;
	font:italic 14px/18px georgia, 'times new roman', times, serif;
}

.sponsors a:link,.sponsors a:visited,.sponsors a:active{color: #385368;}
.sponsors a:hover{color:#283358;}



/*----------------------------------
	FAQ/HELP Page
-----------------------------------*/

.faq_ul {
	padding-bottom: 20px;
}

.faq_ul li {
	padding: 3px 0;
}

h4.faq_h4 { font: normal 16px georgia, 'times new roman', serif; color: #5f788c; padding:0 0 9px 0;}

h5.faq_h5 { font: bold normal 13px 'helvetica neue',helvetica,sans-serif; color: #333; padding:0 0 3px 0;}


/*----------------------------------
	Modal
-----------------------------------*/

#modal_container {
    padding:5px;
    background-color:#fff;
    border:1px solid #666;
    overflow:auto;
    font-family:"Lucida Grande",Verdana;
    font-size:12px;
    color:#333;
    text-align:left;
}

#modal_overlay {
    background-color:#000;
}



/*----------------------------------
	TinyMCE Adjustments
-----------------------------------*/


.mceEditor {
	width:481px;
}

.mceEditorIframe {
	padding:5px 0 0 5px;
	background-color:#fff;
}


/* MULTIPLE IMAGE UPLOADER STYLES */

/*File Upload List*/
	#list_body { width: 100%; }
	#list_body TR TD{
		/*font: 11px Arial;*/
		line-height:16px;
		border: 0px;
		height: 16px;
		padding: 0px 0px 0px 4px;
		cursor: pointer;
		vertical-align:middle;
	}
	#list_body .on { background: rgb(234,244,255);}

/*Upload Bar*/
	#upload_bar { height: 12px; padding: 0px;	margin: 0px; background: url(../images/safari/upload_bar_bg.gif) left top;}
	#upload_bar DIV { height: 12px; line-height:12px; margin: 0px; padding: 0px; background:url(../images/safari/upload_bar_bg_on.gif) left top;}
	.upload_filename {	color: rgb(0,0,0);	font-weight: bold;}
	.upload_stats {color: rgb(100,100,100);}



/*----------------------------------
	Theme Selector
-----------------------------------*/



.ts_table {
		width:275px;
		background-color:#eee;
		float:left;
		margin:0 15px 15px 0;
		border:5px solid #ddd;
	}


	.ts_table td{
		padding:8px;
		margin:0;
		font: 12px/18px 'helvetica neue',helvetica, arial, sans-serif;
		color:#777;
	}

	.ts_image img {
		border:2px solid #fff;
		background-color:#ccc;
	}


	.ts_table td.ts_selector{
		vertical-align: top;
	}


	.ts_table td.ts_title, .ts_table td.ts_link {
		background-color:#ddd;
		border-top:1px solid #eee;
		padding: 5px 8px 0 8px;
	}

	.ts_table td.ts_selector, .ts_table td.ts_link {
		padding-left: 0;
	}

	.ts_table td.ts_link a:link,.ts_table td.ts_link a:visited,.ts_table td.ts_link a:active {
		color:#307ea6;
		font-weight:bold;
		}

	td.ts_selector ul {
		list-style: none;
		padding:0;
		margin:0;
	}

	td.ts_selector li {
		width: 50px;
		margin-bottom: 2px;
		border:2px solid #fff;
	}

/*-- Selected Styles -- */


	.ts_table.selected td.ts_title, .ts_table.selected td.ts_link {
		background-color:#4d9394;
		border-top:1px solid #4d9394;
		color:#fff;
	}

	.ts_table.selected td.ts_link a:link,.ts_table.selected td.ts_link a:visited,.ts_table.selected td.ts_link a:active {
		color:#fff;
		font-weight:bold;
		}

	.ts_table.selected {
		width:275px;
		background-color:#5cabac;
		float:left;
		margin:0 15px 15px 0;
		border:5px solid #4d9394;
	}


	.ts_top{
		background:#61b3b5 url(../images/ts_top_bg.gif) top left no-repeat;;
		width:940px;
		padding: 15px 0;
}

	.ts_top_left {
		float:left;
		padding:0 0 0 20px;
		width:400px;
		color:#fff;
		font-size: 20px;
		font-family: 'helvetica neue', helvetica, sans-serif;
	}

	.ts_top_right {
		float:right;
		padding:0 20px 0 0;
		width:300px;
		text-align:right;
		color:#fff;
		font-size:13px;
	}

	.ts_top_right img{
		vertical-align:middle;
	}

	.ts_top_right a:link,.ts_top_right a:visited,.ts_top_right a:active{
		color:#f5f3d9;
	}


/*-- matts -- */

img.rt {
	float: right;
	padding-left: 10px;
	margin: -100px 0 0 0;
	position: relative;
	}

.form2 td {
	padding: 8px 0 0 10px;
	vertical-align: top;
	line-height: 18px;
	border-bottom: 1px solid #666666;
}

.form2 td td {
	padding: 0px 5px 0 0;
	vertical-align: top;
	line-height: 18px;
	border-bottom: none;
}

.content .form2 td.col1 {
	text-align: right;
	padding-right: 25px;
	font-weight: bold;
}

p.sub2 {
	font-size: 11px;
	color: #676767;
	text-align: center;
	line-height: 18px;
	}



/*-- modal --*/

#modal_container {
			padding:0px;
			background-color:#fff;
			overflow:auto;
			color:#333;
			text-align:left;
			border:none;
		}

#modal_overlay {
	background: transparent url(/setup/images/transparent_50.png) repeat;
}

* html #modal_overlay {
	background: transparent url(/setup/images/transparent_gif.gif) repeat;
}

#ts_theme_container {
	width:926px;
	height: 600px;
	overflow: auto;
	padding: 15px 0 0 15px;
	position: relative;
	border-top: 2px solid #ccc;
	border-bottom: 4px solid #61b3b5;

}

#ts_wrapper_outer{
border:4px solid #61b3b5;
width:940px;
}

.userAvail {
	color: #547e25;
	font-weight: bold;
}

.userUnAvail {
	color: #9e0b0f;
	font-weight: bold;
}

* html #theme_selector {
	display: none;
}

/* mk */

#bulletinContainer, .inactivecc {
	border: 5px solid #e2e2b5;
	margin: 10px 0 0 0;
	padding: 10px 0 8px 0;
	font-size: 12px;
	background-color: #ffffcc;
/*	font:italic 13px georgia, 'times new roman', times, serif;*/
	width: 640px;
}

.inactivecc {
	text-align: left;
}

#bulletinTitle, .inactiveccTitle {
	font-weight: bold;
	font-size: 16px;
	margin: 0 15px;
	color: #5c7376;
	}

.inactiveccTitle {
	color: #9e0b0f;
}

#bulletinSummary, .inactiveccSummary {
	font-size: 12px;
	line-height: 20px;
	margin: 0 15px;
	}

#bulletinDescription {
	font-size: 12px;
	margin: 0 15px;
	}

#bulletinLinks, .inactiveccLinks {
	float: right;
	margin: 0 15px;
	}

#bulletinContainer a, .inactivecc a {
	font: bold 13px 'helvetica neue',helvetica, arial, sans-serif;
	}

#bulletinContainer a:link,#bulletinContainer a:visited,#bulletinContainer a:active{color:#136d92;}
#bulletinContainer a:hover{color:#283358;}

.inactivecc a:link, .inactivecc a:visited, .inactivecc a:active{color:#136d92;}
.inactivecc a:hover{color:#283358;}

.line_div {
	height: 10px;
	background: url(/setup/images/line_grad.gif) top left repeat-x;
	padding: 0;
	margin: 15px 0 0 0;
	}

.upload_message {

	padding-left: 30px;
	color: #9e0b0f;
	font-weight: bold;

}

/*  Wedding Channel styles */

.wc_box {
	padding-left: 80px;
}

.wc_box p {
	margin-left: 20px;
}

.wc_reg_searching {
	clear: both;
	margin-top: 28px;
	padding: 5px 0;
	text-align: center;
	background-color: #eee; /*#c4df9b;*/
	color: #444;
	font-weight: bold;
	border: 4px double #fff;
	border-left:none;
	border-right: none;
	margin-bottom:10px;
	font-size:14px;
}

.wc_reg_results {
	clear: both;
	margin-top: 0px;
}

.wc_input {
	float: left;
	padding: 10px 10px 3px 0px;
	line-height: 28px;
	margin-left: 0px;
}

.wc_input img {
	padding-top: 25px;
	padding-left: 15px;
}

#wcregmall div {
	border-bottom: 0px;
}

/** Facebook styles */

#FB_PROFILE_CONTENT {
}

#FB_NAMES {
}

#fb_bg_div span {
	float: left;
	text-align: center;
	padding: 0px 20px 20px 0px;
}

#fb_bg_div img {
	border: 1px solid #fff;
}

#fb_bg_div img:hover {
	cursor: pointer;
	border: 1px solid #cccccc;
}

/** 'show/add more' classes **/

.inline_more {
	padding-left: 10px;
	padding-bottom: 10px;
}

.inline_more span {
	color: #8f8f8f;
	font-size: 18px;
}

