/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

html {
	overflow-y: scroll;
}

form {
  margin: 0px;
}

body {
	margin:0px;
	background-color: #F0F0F0;
}

body, p, td { left: 0px; top: 0px; font-size: 11px; line-height: 16px; color: #454545; vertical-align:top; text-decoration: none; font-family: "verdana", serif;}

a{ color:#2E2E2E; font-size: 11px; text-decoration:underline; font-family: "verdana"}
a:hover { color: #2E2E2E; text-decoration: none; }

/* ------------ IMAGE CODE ---------------- */

td img {display: block;}

img.InlineImage {
	display: inline;
}

select {
	font: normal 11px verdana;
	color: #3A3A3A;
	border: 1px solid #A4A4A4;
}

input {
	font: normal 11px verdana;
	color: #3A3A3A;
}

.Signup_TextBox {
	font: normal 11px verdana;
	width: 180px;
	color: #3A3A3A;
}

.Signup_Dropdown {
	font: normal 11px verdana;
	width: 183px;
	color: #3A3A3A;
}

.Signup_TextArea {
	font: normal 11px verdana;
	color: #3A3A3A;
}

.STWarningBox_OuterDiv {
	margin-top: 4px;
	margin-bottom: 4px;
}
.STWarningBox {
	border: 1px solid #C33625;
	background-color: #FFFFFF;
}
.STWarningBox_Message {
	color: #C33625;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
}
.STWarningBox_OuterDiv_Alternate {
	margin-top: 4px;
	margin-bottom: 4px;
}
.STWarningBox_Alternate {
	border: 1px solid green;
	padding: 3px;
	color: green;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
}
/* table styles */



.myaccountlabel
{
	font-family: "verdana",serif;
	color: #2F532B;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align:top;
}

.myaccountlabelfornotextboxes
{
	font-family: "verdana",serif;
	color: #2F532B;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align:top;
}


/*  DATE PICKER STYLES BELOW */
/* 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;
	}

/* END DATEPICKER STYLES */


table.STGrid_SubtitleTable_SubTable td {
	padding: 0px;
}

.CI_BigGreen {
	color: #549811;
	font-size: 15px;
}

.CI_GreenList {
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.CI_GreenList li {
	color: #215223;
	font-weight: bold;
}