/* Overlay */
#modalOverlay {background-color:#fff; cursor:default;}

/* Default Container used for login */
#modalContainer {
	left:50%;
	top:100px;
	background-color:transparent;
}

#modalContainer a.modalCloseImg {
	background:url(../images/btn_close.gif) no-repeat;
	width:15px;
	height:15px;
	display:inline;
	z-index:3200;
	position:absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}	

#modalContainer #loginModalContent {padding:0px;}

/* Start Thank You */

#thankyou {
	position: relative;
	margin-left:-215px;
	width: 429px;
	padding: 10px;
	font-size: 15px;
	color: #5e5e5e;
	font-size: 12px;
}

#thankyou #thankyou_in {
	background: url(../images/bg_modal_nutri_t.gif) no-repeat;
	padding: 0 15px 10px;
	-moz-box-shadow: 0 0 30px 0 #666; 
	-webkit-box-shadow: 0 0 30px 0 #666; 
}

#thankyou #thankyou_in table {
	width: 100%;
	color: #000000;
}

#thankyou #thankyou_in table th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px 5px 0;
	background: url(../images/bg_line2.gif) 0 100% repeat-x;
}

#thankyou #thankyou_in table td {
	padding: 5px 15px 5px 0;
}

#thankyou #thankyou_in h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 12px;
	padding: 11px 0;
	margin: 0 0 10px;
}

/* End Thank You */

/* Start Nutritional */

#nutritional {
	position: relative;
	margin-left:-215px;
	width: 429px;
	padding: 10px;
	font-size: 15px;
	color: #5e5e5e;
	font-size: 11px;
}

#nutritional #nutritional_in {
	background: url(../images/bg_modal_nutri_t.gif) no-repeat;
	-moz-box-shadow: 0 0 30px 0 #666; 
	-webkit-box-shadow: 0 0 30px 0 #666; 
	padding: 0 15px 10px;
}

#nutritional #nutritional_in table {
	width: 100%;
	color: #000000;
}

#nutritional #nutritional_in table th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px 5px 0;
	background: url(../images/bg_line2.gif) 0 100% repeat-x;
}

#nutritional #nutritional_in table td {
	padding: 5px 15px 5px 0;
}

#nutritional #nutritional_in h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 12px;
	padding: 11px 0;
	margin: 0 0 10px;
}

/* End Nutritional */

/* Start Send to Friend Modal */

#friendmodal {
	-moz-box-shadow: 0 0 30px 0 #666; 
	-webkit-box-shadow: 0 0 30px 0 #666; 
	position: relative;
	width: 570px;
	height: 365px;
	padding: 35px 65px;
	margin-left: -350px;
	background: #ffffff url(../images/bg_sendfriend.gif) repeat-x;
}

#friendmodal #friendmodal_in {
	overflow: hidden;
	margin: 0;
}

/* End Send to Friend Modal */

/* Start Rules */

#rulesmodal {
	position: relative;
	margin-left:-300px;
	width: 600px;
	height: 400px;
	padding: 10px;
	font-size: 15px;
	color: #5e5e5e;
	font-size: 12px;
}

#rulesmodal #rulesmodal_in {
	background: url(../images/bg_modal_rules.gif) no-repeat;
	padding: 0 15px 10px;
	-moz-box-shadow: 0 0 30px 0 #666; 
	-webkit-box-shadow: 0 0 30px 0 #666; 
}

#rulesmodal #rulesmodal_in div {
	width: 570px;
	height: 390px;
	overflow: auto;
}

#rulesmodal #rulesmodal_in h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 12px;
	padding: 11px 0;
	margin: 0 0 10px;
}

#rulesmodal2 {
	position: relative;
	margin-left:-300px;
	width: 600px;
	height: 200px;
	padding: 10px;
	font-size: 15px;
	color: #5e5e5e;
	font-size: 12px;
}

#rulesmodal2 #rulesmodal2_in {
	background: url(../images/bg_modal_rules.gif) no-repeat;
	padding: 0 15px 10px;
	-moz-box-shadow: 0 0 30px 0 #666; 
	-webkit-box-shadow: 0 0 30px 0 #666; 
}

#rulesmodal2 #rulesmodal2_in div {
	width: 570px;
	height: 190px;
	overflow: auto;
}

#rulesmodal2 #rulesmodal2_in div ol {
	margin: 0;
	padding: 10px 0 0 20px;
}

#rulesmodal2 #rulesmodal2_in div ol li {
	margin: 0;
	padding: 0 0 10px 0;
}

#rulesmodal2 #rulesmodal2_in h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 12px;
	padding: 11px 0;
	margin: 0 0 10px;
}

/* End Rules */

/* Start Use Recipe */

#usemodal {
	position: relative;
	margin-left:-300px;
	width: 600px;
	height: 350px;
	padding: 10px;
	font-size: 15px;
	color: #5e5e5e;
	font-size: 12px;
}

#usemodal #usemodal_in {
	background: url(../images/bg_modal_rules.gif) no-repeat;
	padding: 0 15px 10px;
	-moz-box-shadow: 0 0 30px 0 #666; 
	-webkit-box-shadow: 0 0 30px 0 #666; 
}

#usemodal #usemodal_in div {
	width: 570px;
	height: 340px;
	overflow: auto;
}

#usemodal #usemodal_in h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 12px;
	padding: 11px 0;
	margin: 0 0 10px;
}

/* End Use Recipe */

/* Start Medals Modals */

.medals_outer {
	position: relative;
	margin-left:-215px;
	width: 429px;
	padding: 10px;
	font-size: 15px;
	color: #5e5e5e;
	font-size: 12px;
}

.medals_outer .medals_inner {
	background: url(../images/bg_modal_nutri_t.gif) no-repeat;
	padding: 0 15px 10px;
	-moz-box-shadow: 0 0 30px 0 #666; 
	-webkit-box-shadow: 0 0 30px 0 #666; 
}

.medals_outer .medals_inner h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 12px;
	padding: 11px 0;
	margin: 0 0 10px;
}

/* End Medals Modals */

.hidden{display:none;}