/* - - - - - - CSS Document - - - - - - - - -
Title : SS
Author : Cody.Lindley@albertsons.com

Created : 3/16/07
Description:
- - - - - - - - - - - - - - - - - - - - - */

/* = Base Styles
----------------------------------------------------------------------------------------------------*/
*{margin:0; padding:0;} /* clear all default CSS */

html, body {
	min-height: 600px;
	height: auto !important;
	height: 100%;
	color:#333; /* global font color */
}

body {
	background-color: #fff;
	margin:30px;
}

body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/* 99% for safari; 100% is too large */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;color:#333;}

/* Bump up !IE to get to 13px equivalent */
pre, code {font:115% monospace;*font-size:100%;}

/* Default line-height based on font-size rather than "computed-value" */
body * {line-height:1.22em;}

/* ----- add selectors here for font sizing ----- */
add selectors here {font-size: 77%} /* =10 */
add selectors here {font-size: 85%} /* =11 */
add selectors here {font-size: 92%} /* =12 */
add selectors here {font-size: 100%} /* =13 */
add selectors here {font-size: 107%} /* =14 */
#mainNav li a em, h4 {font-size: 114%} /* =15 */
add selectors here {font-size: 122%} /* =16 */
add selectors here {font-size: 129%} /* =17 */
add selectors here {font-size: 136%} /* =18 */
add selectors here {font-size: 144%} /* =19 */
h2 {font-size: 152%} /* =20 */
add selectors here {font-size: 159%} /* =21 */
add selectors here {font-size: 167%} /* =22 */
add selectors here {font-size: 174%} /* =23 */
add selectors here {font-size: 182%} /* =24 */
add selectors here {font-size: 189%} /* =25 */
add selectors here {font-size: 197%} /* =26 */

/* ----- base links ----- */
a:link {color:#009BC0;outline:none;text-decoration: none;font-weight:bold;}
a:visited {color:#009BC0;outline:none;text-decoration: none;font-weight:bold;}
a:hover {color:#004882;outline:none;font-weight:bold;}
a:active {color:#009BC0;outline:none;text-decoration: none;font-weight:bold;}
a:focus{color:#009BC0;outline:none;text-decoration: none;font-weight:bold;}
:focus { -moz-outline-style: none; }

/* ----- random base styles and styles used in conjunction with javascript ----- */
.clearfloatNoHeight {clear: both; line-height: 0; height: 0; width:0; display: block; overflow:hidden;}
.clearfloat {clear: both; display: block;}
.floatRight{float:right;}
.floatLeft{float:left;}
img{border:none;}
p{line-height:1.4em; margin:0 0 7px 0; text-align:left;}
.displayNone{display:none;}
.displayBlock{display:block;}
hr{border-top: 1px dashed #BFBFBF;border-right: none;border-bottom: none;border-left: none;*margin-top:-3px;}
ul, ol { list-style-position:inside;}
fieldset{border:none;padding:0;margin:0}
.txtCenter{text-align:center;}

/* ----- base h's ----- */
h1{float:left;width:360px;padding-bottom:10px;*padding-bottom:0px;}
h1 a{
	width:360px;
	height:46px;
	text-indent:-999em;
	background-image: url(../../img/logoPlaceHolder.gif);
	background-repeat: no-repeat;
	display:block;
}
h2{color:#666; margin:5px;*margin:5px;}
h3{}
h4{}
h5{color:#C36615;}
h6{}

/* = #mainNav2 & #mainNav3 & #mainNav4 & #mainNav5
----------------------------------------------------------------------------------------------------*/
#mainNav{clear:both}
#mainNav li{
	height:27px;
	list-style:none;
	float:left;
	background-color:#EBEBEB;
	background-image: url(../../img/navBtn.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainNav li.current{
	background-color:#C36615;
	background-image: url(../../img/navCurrentBtn.gif);
}

#mainNav li.lastdone{
	background-color:#98A2FF;
	background-image: url(../../img/navLastDoneBtn.gif);
}

#mainNav li.done{
	background-color:#98A2FF;
	background-image: url(../../img/navDoneBtn.gif);
}



#mainNav li a, #mainNav li a:link, #mainNav li a:visited, #mainNav li a:hover, #mainNav li a:active {
color:#ccc;
cursor:hand;
}

#mainNav li.lastDone a, #mainNav li.lastDone a:link, #mainNav li.lastDone a:visited, #mainNav li.lastDone a:hover, #mainNav li.lastDone a:active, #mainNav li.current a, #mainNav li.current a:link, #mainNav li.current a:visited, #mainNav li.current a:hover, #mainNav li.current a:active, #mainNav li.done a, #mainNav li.done a:link, #mainNav li.done a:visited, #mainNav li.done a:hover, #mainNav li.done a:active {
color:#fff;
cursor:hand;
}

#mainNav li.done a:hover, #mainNav li.lastDone a:hover  {
color:#FFFF99;
cursor:hand;
}

#mainNav li em{
width:150px;
display:block;
margin:6px 0 0 10px;
font-style:normal;
font-weight:bold;
}

#mainNav li a span{
width:140px;
display:block;
margin-left:10px;
font-weight:normal;
}

#mainNav li.mainNavNoBg{
background-image:none;
}

#mainNav li em{
height:27px;
display:block;
}

/* #mainNav.fiveStep */
#mainNav.fiveStep li{width:182px;}
#mainNav.fiveStep li a{width:182px;}

/* #mainNav.fourStep */
#mainNav.fourStep li{width:227px;}
#mainNav.fourStep li.mainNavNoBg{width:229px;}
#mainNav.fourStep li a{width:227px;}

/* #mainNav.threeStep */
#mainNav.threeStep li{width:303px;}
#mainNav.threeStep li.mainNavNoBg{width:304px;}
#mainNav.threeStep li a{width:303px;}

/* #mainNav.twoStep */
#mainNav.twoStep li{width:455px;}
#mainNav.twoStep li a{width:455px;}





/* BUTTONS */
.buttons{
	clear:both;
/*	margin-top: 30px;*/
	width: 913px;
/*	display: inline-block;*/
}
.next {
	float: right;
	padding: 5px;
	margin: 10px;
	margin-top: 70px;
	margin-right: 200px;
}
.prev {
	float:left;
	padding: 5px;
	margin: 10px;
	margin-top: 70px;
	margin-left: 200px;	
}


/* My Code */

#ms-membership_type, #ms-information, #ms-contact_mgr, #ms-payment_method {
	background-color: #F5F5F5; 
	border: 1px solid #E5E5E5;
	margin:5px;
	padding: 3px;
	display:none;
}

#ms-user_login { 
	background-color: #F5F5F5; 
	border: 1px solid #E5E5E5;
	margin:5px;
	padding: 3px;
}

#ms-content {
	background-color: #ffffff;
	width:932px;
	margin: 5px;
	border: 3px solid #cccccc;
}

#stepcontent {
	height: 330px;
	padding: 5px;
}

.ms-membership_types {
	width: 475px;
	border: 1px solid #c5c5c5;
	height: 20px;
	margin: 8px;	
	margin-left: 20px;
	padding: 5px;
}

.ms-membership_details {
	top: 0px;
	width: 330px;
	height: 302px;
	margin: 8px;
	border: 1px solid #c5c5c5;
	padding: 10px;
}

 .ms-membership_details_box {
	display:none;
 }
 
 .ms-membership_name {
 	float: left;
 	font-size: 16px;	
 	margin: auto;
 	margin-top: 0px;
 	margin-left: 10px;
 	font-weight: bold;
 }
 
 .ms-membership_price {
 	float: right;
 	font-size: 16px;
 	margin: auto;
 	margin-right: 10px;
 	color: #888888;
 }
 
 .stepheader {
 	margin: 8px;
 	width: 895px;
 	display: inline-block;
 }
 
 .ms-membership_type_highlight {
 	background-color: #dfedfe;
 }
 
 .steptitle {
  	float: left;
 	margin: auto;
 	margin-top: 7px;
 	margin-left: 10px;
	font-size:16px;
	font-weight:bold;
	padding:7px; 	
 }
 
 .steptotal {
 	float: right;
 	margin: auto;
 	margin-top: 8px;
 	border: 2px solid #444444;
 	background-color: #15C354;
 	padding: 3px;
 }