/*
*********************************************
1.0 UNIVERSAL RESETS: 


body {

	text-align:center;
}
* {
	font: 11px verdana,geneva,helvetica,arial,sans-serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p, li {
	line-height: 18px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

img {
	margin-right: 5px;
}
*/
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF33;
	margin-bottom: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
/*
**************************************************
2.0 MAIN CONTENT
*/

div.main-content {
	color:#000066;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	line-height:14px;
	text-decoration:none;
	width: 100%;
	margin: 0px auto;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	min-height: 450px;
	border: solid 1px white;
}
div.main-content a {
	font-size: 12px;
}
div.main-content p {
	font-size: 12px;
	color:#FFFFFF
}
/*
***********************************************
3.0 HEADER
*/

div.header {
	width: 498px;
	background: #eee;
	margin: 0px auto;
	padding: 10px;
	border: 1px solid #ccc;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	font-size: 12px;
}
div.header-title {
	font-size: 24px;
}

div.header-links {
	float: right;
	font-size: 10px;
}
div.header-links a {
	font-size: 10px;
}

/*
*********************************************
4.0 FORM STYLES 
*/

.form-text {
	color: #FFFFFF;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:10px;
}
.message-text {
	color: #FFFFFF;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
table.form-table {
	border-collapse: collapse;
	width: 100%;
}

table.form-table td {
	padding: 5px;
	vertical-align: top;
}

table.form-table td.form-label  {
	color: #FFFFFF;
	text-align: right;
	width: 140px;
	font-size:12px;
}
table.form-table td.form-righttext  {
	color: #FFFFFF;
	text-align: left;
	font-size:12px;
}

span.form-label {
		color: #FFFFFF;
}

span.reqd-info {
	color: #FFFF00;
	font-weight:bold;
	font-size:12px
}

ol.survey li{
	margin-bottom: 10px;
	font-weight: bold;
}

ol.survey li ul li {
	list-style-type: none;
	margin-bottom: 2px;
	font-weight: normal;
}

div.button-bar {
	text-align: center;
	margin: 10px;
}

span.info {
	color: #333333;
	font-size: 10px;
}

textarea#message-box {
	width: 300px;
	height: 50px;
}

button.edit-btn {
	margin-left: 10px;
}

table.form-table td.name-label {
	vertical-align: middle;
}

table.form-table td div.firstname-label {
	float: left; 
	margin-right: 10px;
	font-size:10px
}

div.promotion-image {
	width: 200px;
	height: 100px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 5px;
	color: #333333;
}

table.promotions-table{
	border-collapse: collapse;
	width: 100%;
}

table.promotions-table td {
	padding: 10px 5px;
	vertical-align: top;
}

div.coupon {
	height: 350px;
	width: 400px;
	border: 2px dotted #cc0000;
	background: #eee;
	padding: 10px;
}		
/*
*********************************************
 LIST STYLES 
*/

table.list-table {
	border-collapse: collapse;
	width: 100%;
}

table.list-table th {
	padding: 5px 3px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background: #ccc;
	border: 1px solid #eee;
}

table.list-table td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #eee;
}

/* Survey Tabs */

div.top-bar {
	background: #fbfbfb; 
	border: 1px solid #eee; 
	padding: 5px;
}

div.top-bar span {
	padding: 5px;
	width: 120px;
	text-align: center;
	font-weight: bold;
	color: #ccc;
}

div.top-bar span.current-page {
	color: #666;
}
		
/* Dependent List */

div.btn-right {
	padding-top: 20px;
	text-align: right;
}


.small {
	font-size: 10px;
}

div.align-right {
	float: right;
}
.signout {
	margin-left: 150px;
	margin-top: 15px;
}

/*
********************************************
MESSAGES
*/

/* error Message */

div.error-message {
	border: 2px solid #c30;
	padding: 10px 7px 15px 40px;
	margin: 10px 0px;
	background: url(wireframes/images/icon_alert.gif) #ffffcc no-repeat;
	background-position: 7px 7px;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}

/* Information message */

div.info-message {
	border: 2px solid #fc3;
	padding: 10px 7px 15px 40px;
	margin: 10px 0px;
	background: url(wireframes/images/icon_alert.gif) #ffffcc no-repeat;
	background-position: 7px 7px;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}

/* My Account */

h2.myaccount-headings {
	margin-bottom: 0px;
}
h2.global-heading {
	margin: 30px 0px 0px 0px;
}
p.myaccount-info {
	margin: 0px 0px 0px 0px;
}

/* SIGN UP & SINGN IN  */

td.signup {
	width: 40%; 
	vertical-align: top;
	text-align: center; 
	border-left: 2px solid #ddd;
}

table.form-table td.signin-label {
	width: 25%;
}

/*
**********************************************
FOOTER
*/

div.footer {
	width: 770px;
	margin: 0px auto;
	padding: 10px;
	font-size: 10px;
	color: #999;
	text-align: left;
	line-height: 15px;
}

div.footer a {
	text-decoration: none;
	color: #999;
	font-size: 10px;
}

div.footer a:hover {
	text-decoration: underline;
}
