.page_form {
	width:858px;
	padding: 20px;
}

.sub_title {
	color: #5D5E60;
	text-align:left;
	font-size:12px;
	text-transform: uppercase;
	font-weight:bold;
	width:712px;
}

.req {
	color: #7C170E;
}
.submit_btn_div {
	width:712px;
	text-align:right;
}

.page_form_label {
	width:300px;
	line-height:24px;
	text-align:right;
	float:left;
}
.page_form_field {
	width:546px;
	float:left;
	padding: 0px 0px 0px 12px;
}

.page_form_field select {
	background-color:#ffffff;
}

.page_form_field input {
	background-color:#ffffff;
}

.page_form_field input.button {
	background-color:#efefef;
	border-bottom:2px solid #212121;
	border-right:2px solid #212121;
	border-left:1px solid #212121;
	border-top:1px solid #212121;
	font-size:10px;
}

.page_form_clear {
	clear:both;
	height:7px;
	overflow: hidden;
}

.heading {
	width:100%;
	float:left;
	background: transparent url(../images/topper_bg.jpg) repeat-x;
	margin:10px 0px;
	padding:5px;
	color:white;
	font-weight:bold;
	font-size:12px;
}

.heading_main {
	width:100%;
	float:left;
	background: transparent url(../images/topper_bg.jpg) repeat-x;
	margin:10px 0px;
	padding:20px 5px 5px;
	color:white;
	font-weight:bold;
	font-size:14px;
	height:30px;
}


.vspace {
	width:100%;
	float:left;
	height:20px;
}


.programHead {
	font-weight:bold;
	line-height:20px;
	margin:5px 0px;
	color:white;
	width:100%;
	background:#334899;
	cursor: pointer;
}

.programHead span.toggle {
	float:left;
	text-align:left;
	margin-top:2px;
}

.programHead span.programName {
	float:left;
	text-align:left;
	padding-left:20px;
	
}

.programHead span.inputbox {
	float:right;
}

.columnHead {
	font-weight:bold;
	width:100%;
}

.columnHead div.programNameTitle {
	float:left;
	width:500px;
	text-align:left;
	color:black;
}

.columnHead div.inputboxTitle {
	float:left;
	padding-left:40px;
	color:black;
}

.programProducts {
	float:left;
	width:100%;
}

.programProducts span.toggle {
	float:left;
	text-align:left;
		/*
	margin-top:2px;
	*/
}

.programProducts div.programName {
	float:left;
	width:500px;
	text-align:left;
	padding-left:20px;
	cursor: pointer;
}

.programProducts div.inputboxTitle {
	float:left;
	padding-left:40px;
	color:black;
}


.programFamily span.inputbox {
	float:right;
	/*padding-right:80px;*/
}
.programFamily span.text {
	float:left;
	width:580px;
	
}


.programTitleRight {
	float:left;
	width:500px;
}

.programFamily {
	float:left;
	width:816px;
	text-align:left;
	background:#cccccc;
	padding-left:20px;
	cursor: pointer;
	font-weight:bold;
	font-size:12px;
	margin-left:20px;
}

.productListArea {
	float:left;
	width:100%;
}

.productList div.itemNum {
	float:left;
	width:100px;
}

.productList div.webDesc {
	float:left;
	width:400px;
	vertical-align:text-bottom;
}

.productList div.webDescShort {
	float:left;
	width:300px;
	vertical-align:text-bottom;
}


.productList div.qty {
	float:left;
	width:70px;
	text-align:center;
}

.productList div.paid {
	float:left;
	width:100px;
	text-align:center;
}

.productList div.points {
	float:left;
	width:80px;
	text-align:center;
}

.productList div.earnings {
	float:left;
	width:60px;
	text-align:center;
}

.productList div.earningsdetail {
	float:left;
	width:60px;
	text-align:right;
}

.programFooter {
	
	font-weight:bold;
	line-height:20px;
	margin:5px 0px;
	color:white;
	width:100%;
	background:#333333;
}

.programFooter span.totals{
	float:right;
	font-weight:bold;
	font-size:14px;
	padding-right:10px;
}




/*   Date Picter CSS */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
	
.homepage_txt_area {
	width:330px; 
	margin:10px; 
	float:left;
}
.homepage_txt_area span {
	color:#334889;
	font-size:16px;
	font-weight:bold;
}
.homepage_txt_area ul {
	padding-left:20px;	
}
.homepage_txt_area li {
	margin:0;
	padding:0;
}
.homepage_txt_area a {
	color:#334889;
	font-size:12px;
}
.homepage_left_login {
	width:150px;
	margin: 10px 0px 20px 15px;
	padding:4px 5px 4px 5px;
	border-left:2px solid #334889;
	border-right:2px solid #334889;
	border-top:1px solid #334889;
	border-bottom:1px solid #334889;
	
}
.homepage_left_login a {
	color:#334889;
	font-weight:bold;
	text-decoration:none;
}
.homepage_left_login hr {
	color: #334889;
}
.homepage_left_promos {
	width:150px;
	margin: 10px 0px 20px 15px;
	padding:4px 5px 4px 5px;
}
.homepage_left_promos span {
	color:#334889;
	font-size:16px;
	font-weight:bold;
}
