/*generic styles for basic page elements----------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #559BDD;
	outline: none;
	background-image: url("../img/websiteBkgd.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
}

img {
	border: none;
	border-collapse: collapse;
	outline: none;
}

a {
	/*color: #2B2156;*/
	outline: none;
}

.mainContentContainer a {
	/*color: #2B2156 !important;*/
	text-decoration: underline;
}

.mainContentContainer a:hover {
	color: #000000 !important;
}

div {
	outline: none;
}

b {
	color: #2B2156;
}

strong {
	/*color: #2B2156;*/
}

h1, h2 {
	color: #2B2156;
	font-family: 'Aclonica', sans-serif;
}

h1 {
	font-family:"lucida calligraphy",arial,'sans serif';
}

b.required {
	color: #FF0000;
}

ul {
	margin-top: 0px;
	margin-left: 15px;
}

p {
	margin: 0px;
	padding: 0px;
}
/*-----------------------------------------------------------------------------------*/

/*browser container is a full browser window container that is used to center the website*/
#browserContainer {
	display: block;
	text-align: center;
	width: 100%;
}

#staticPgContainer {
	width: 950px;
	margin: 0 auto;
}

/*HEADER STYLES-------------------------------------------------------------------------------------*/
/*header container is the top 3rd of the screen and it should fill the entire browser area width*/
.headerContainer {
	width: 100%;
	height: 116px;
	margin-top: 7px;
	background-color: #FFFFFF;
}

/*container to hold the view cart and member sign in / sign out links*/
.headerLinkContainer {
	float: right;
	width: 500px;
	height: auto;
	text-align: right;
	margin: 15px 245px 0px 0px;
}

/*styles for the member sign in link in the header*/
a.headerLink {
	float: right;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.headerLink:hover {
	color: #D2ACEC;
}

.dove_img {
	width: 20px;
	height: 18px;
	float: left;
	display: block;
	position: relative;
	top: -1px;
	margin: 0px 5px 0px 0px;
}

/*styles for the view cart link in the header*/
.headerViewCartLink {
	margin-top: 0px;
	float: right;
}

/*full header background gradient and logo images*/
.logo_container {
	width: 100%;
	height: 116px;
	background-image: url("../img/fullHeaderImg01.gif");
	background-repeat: no-repeat;
}

#logo_img_container {
	width: 255px;
	height: 116px;
	position: relative;
	top: -45px;
	left: 15px;
}

/*container for the nav bar menu*/
.navBarMenuContainer{
	float: left;
	text-align: left;
	width: 100%;
	height: 25px;	
	font-family: Myriad Pro;
	font-size: 12px;
	color: #443489;
	background-color: #FFFFFF;
	background-image: url("../img/navLinkBkgd.jpg");
}

/*BODY STYLES ---------------------------------------------------------------------------------------*/
#bodyContainer {
	float: left;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding-bottom: 25px;
}

.mainContentContainer {
	width: 675px;
	height: auto;
	float: right;
	display: block;
	position: relative;
	text-align: left;
	margin: 20px 15px 50px 0px;
	padding: 0px 15px 0px 0px;
}

.adminContentContainer {
	width: 96%;
	height: auto;
	float: left;
	display: block;
	position: relative;
	text-align: left;
	margin: 20px 15px 50px 0px;
	padding: 0px 15px 0px 8px;
}

.adminContentContainer a {
	color: #2B2156;
	text-decoration: underline;
	font-weight: bold;
}

.adminContentContainer a:hover {
	color: #CCCCCC;
}

img.pgImg {
	width: 220px;
	height: 150px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.pageImg {
	float: left;
	width: 100%;
	height: 150px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 25px 5px;
	overflow: hidden;
}

.imgCaption {
	float: left;
	display: block;
	text-align: center;
	width: 200px;
	height: auto;
	margin: 10px 0px 0px 8px;
	font-size: 11px;
	color: #FFFFFF;
	font-style: italic;
}

/*main page label styles - the main page labels is the first label on the page*/
.mainPageLabel {
	width: 100%;
	height: auto;
	text-align: center;
	font-family: 'Aclonica', sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #350D51;
	margin: 25px 0px 0px 0px;
}

/*adds padding to the page comments*/
.pgComments {
	width: 99%;
	min-height: 200px;
	margin: 10px 0px 0px 7px;
}

/*container to hold the page comments - scrolls so that the page body doesn't get to large*/
.scrollContainer {
	width: 625px;
	height: 325px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-top: 15px;
	padding: 0px 15px 25px 15px;
	background-color: #F2F2F2;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.itemContainer {
	float: left;
	width: 600px;
	height: auto;

	margin: 25px 0px 0px 0px;
	padding: 0px 25px 25px 10px;
}

img.itemImg {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 15px;
	background-color: #D6D6D6;
	border: 1px solid #0B678E;
	overflow: hidden;
}

.itemTitle {
	font-family: 'Amaranth', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #281F50;
	letter-spacing: 2px;
}
/*FOOTER STYLES--------------------------------------------------------------------------------------*/
/*container that holds the footer information*/
.pageFooterContainer {
	text-align: center;
	clear: both;
	width: 950px;
	margin: auto;
	padding: 25px 0px 15px 0px;
	background-color: #FFFFFF;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	margin-bottom: 50px;
}

.facebookLikeContainer {
	width: 100%;
	height: auto;
	text-align: left;
	padding: 0px 0px 0px 330px;
}

a.socialMediaLink {
	width: 36px;
	height: 36px;
	margin: 0px 5px 0px 0px;
}

/*opalice footer link styles*/
a.opaliceLink {
	font-family: Arial Black;
	font-size: 10px;
	color: #0B678E;
	text-decoration: none;
}
a.opaliceLink:hover {
	color: #821DC7;
}

/*cancellation page styles ---------------------------------------------*/
.cancelCommentsContainer {
	width: 850px;
	height: auto;
	text-align: left;
	margin: 0px 0px 0px 35px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 15px;
	border: 1px solid #999999;
	background-color: #F2F2F2;
}

h1.cancelledOrder {
	color: #FF0066;
}

h1.successOrder {
	color: #2E9812;
}

.form_box {
	display: none;
}

.overview_container {
	text-align: center;
}

.photo_album {
	float: left;
	display: block;
	width: 675px;
	height: 550px;
	position: relative;
	left: -25px;
}

.paypal_btn_container {
	float: left;
	display: block;
	position: relative;
	margin: 0px 0px 0px 225px;
}

/*program schedule ---------------------------------------------*/
.program_category_container {
	width: 96%;
	height: auto;
	float: left;
	display: block;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px dotted #2E9812;
	padding: 15px;
	margin: 0px 0px 50px 0px;
}

.program_anchor {
	text-decoration: none !important;
	font-family: 'Aclonica', sans-serif !important;
	font-size: 14px !important;
}

/*tinymce textareas ---------------------------------------------*/
.content {
	width: 850px;
	height: 450px;
}

.long_form_field {
	width: 300px;
	height: auto;
}

label.required_input {
	color: #FF0066;
}

.form_btn_container {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	text-align: center;
}


/*Princess Ball Guest and Sponsor Registatration Form Styles*/
.pinkSubHeaderTxt {
	font-size: 16px;
	font-weight: bold;
	color: #FF0066;
	margin: 0px 0px 5px 0px;
}




.admin_success_msg {
	width: 100%;
	height: auto;
	text-align: center;
}

.admin_success_msg h2 {
	color: #0BB00B !important;
}