/* Overall styles */ 
html, body{ 
	margin:0; 
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/back.gif);
 } 
 
.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
	}
	
a:link {
	color: #336699;
}

a:hover {
	text-decoration: none;
}

#pagewidth {

	margin: 0 auto;
	background-color: #FFF;
	/*width: 750px;
	border-left: 1px solid #052850;
	border-right: 1px solid #052850;*/
}
 
/*########################################## Page header */

#header {
	background-color: #FFF;
	margin-bottom: 0px;
	text-align: left;
	height: 129px;
	position: relative;
}

#header_images {
	position: absolute;
	top: 5px;
	right: 0;
	width: 470px;
}

#header_stripe {
	background-image: url(../images/bg-leftcol.gif);
	background-repeat: repeat-y;
	background-color: #8CBDBD;
	height: 20px;
}

/*########################################## Left column */
 
#leftcol{
	width: 237px;
	float: left;
	margin-left: -1px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

/*########################################## Left navigation */

#leftcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	position: relative;
}

#leftcol ul li {
	margin: 3px 0;
	padding: 4px 0 15px 3px;
	background-image: url(../images/bg-nav.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #08817F;
}

#leftcol ul li#currentli, #leftcol ul li:hover {
	background-image: url(../images/bg-nav_over.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #8CBDBD;
}

#leftcol ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	background-color: none;
}

#leftcol ul li ul {
	margin: 5px 0 0 8px;
	font-size: 80%;
}

#leftcol ul li ul li {
	background-image: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

#leftcol ul li ul li:hover {
	background-image: none;
	background-color: transparent;
}

#leftcol ul li ul li a {
	padding: 0;
	margin: 0;
}

#leftcol ul li ul li a:hover, #leftcol ul li ul li a#currentlink_sub  {
	color: #002852;
}

#leftcol ul li ul li ul {
	margin: -2px 0 0 8px;
	font-size: 80%;
}
  
/*########################################## Main content column */
 
#maincol {
	margin-left: 255px;
	position: relative;
	text-align: left;
}
 
#content {
	font-size: 80%;
	line-height: 150%;
	padding: 0.5em;
}

/*########################################## Headers */

h1 {
	font-size: 140%;
	color: #C51000;
	font-weight: bold;
	margin-top: 0.5em;
}

h2 {
	font-size: 120%;
	color: #000;
	font-weight: bold;
}

h3 {
	font-size: 140%;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0.5em;
}

/*########################################## Text styles */

.text_red {
	color: red;
}

/*########################################## Tables */

.details_table th {
	background-color: #E4E4E4;
	border: 1px solid gray;
	padding: 0.5em;
}

.details_table td {
	border: 1px solid gray;
	padding: 0.5em;
	background-color: #F1F1F1;
}
 
/*########################################## Page footer */
 
#footer{
	background-image: url(../images/bg-leftcol.gif);
	background-repeat: repeat-y;
	background-color: #8CBDBD;
	color: #FFF;
	font-size: 11px;
	text-align: right;
	padding: 4px 10px 4px 0;
	clear: both;
 } 
 
#footer a {
	color: #FFF;
}
 
/*########################################## Customer notes table */

.notes_table th {
	text-align: left;
	background-color: #D8D8D1;
	color: #000;
	padding: 4px;
}

.notes_table td {
	border: 1px solid #D8D8D1;
	padding: 8px 4px;
}
 
/*########################################## Form styles */

textarea {
	width: 100%;
}

fieldset {
 margin: 0.5em 0;
 padding: 0.5em;
}
legend {
 color: #336699;
 font-size: 130%;
 font-weight: bold;
}

.disabled_form {
	background-color: #08817F;
}

/*########################################## Print icon in popup windows */

.print_box {
	text-align: right;
}

.print_box a {
	color: #000;
}

/****************************** Brides login tabs */

.admin_box {
	border: 1px solid gray;
	padding: 6px;
	margin: 0;
}

.admin_box form {
	margin: 0;
	padding: 0;
}

.admin_tabs {
	display: inline;
}

.admin_tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 90%;
}
.admin_tabs ul li {
	float: left;
}

.admin_tabs ul li a {
	display: block;
	width: 126px;
	height: 25px;
	float: left;
	background-image: url(../images/admin_tab.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 1px;
	color: gray;
	padding-top: 0.25em;
}

.admin_tabs ul li a.admin_tabs_current {
	background-image: url(../images/admin_tab_over.gif);
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid white;
	margin-bottom: -1px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.quotebox {
	background-color: #009966;
	border-top: 2px solid #052850;
	border-bottom: 2px solid #052850;
	width: 520px;
	padding: 4px;
	font-size: 120%;
	color: #CCEBE0;
	font-weight: bold;
	font-style: italic;
	}

