@import url(reset.css); 
@import url(960.css);

/* ============================= 960 grid over rides ====================== */
.grid_24 {
	margin-bottom: 10px;
}

/* ============================= global ====================== */
html {
	padding-top: 10px;
}
body {
	background-color: White;
	font: normal 12px Arial;
	color: #000000;
	text-align: center;
}
noscript a {
	display: block;
	width: 938px;
	height: 118px;
	background: #ffffff url(../_images/chrome/js_error.gif) center no-repeat;
	margin: 0 auto;
	border: solid 1px #990000;
	border-top: none;
}

/* ============================= header ====================== */
.header {
	padding-top: 20px;
}

.header img {
	margin-bottom: 10px;
}

/* ============================= footer ====================== */
.footer {
	text-align: center;
}

/* ============================= content ====================== */
h1 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000000;
}
p {
	margin: 0 0 15px 0;
	line-height: 17px;
}
a {
	color: #000000;
	font-weight: bold;
}
a:hover { color: #000000; }
ul {
	list-style-type: disc;
	margin-bottom: 15px;
}
li {
	margin-left: 40px;
	margin-bottom: 7px;
	color: #000000;
}

/* ======================== buttons ======================== */
input[type="submit"] {
	text-align: center;
	width: 142px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border: none;
	cursor: pointer;
	padding: 5px 0 5px 0; /* ff */
	*padding: 12px 0 10px 0; /* ie */
	border: solid 1px #999999;
}
input[type="submit"]:hover {
	background-position: bottom;
	color: #000000;
	cursor: pointer;
}

/* ============================= tables ============================= */
table {
	margin-bottom: 15px;
	border: 0;
	margin: 0 auto;
}
table th,
table td {
	text-align: left;
	line-height: 18px;
}
table th {
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 5px 0;
}
table td {
	padding: 5px 10px 5px 0;
}

/* ============================= validation ====================== */
.val_sum {
	color: #ff0000;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url(../_images/icons/error_icon.png) no-repeat;
	font-weight: bold;
	padding: 0 0 0 25px;
	width: 250px;
	text-align: left;
}
.val_sum ul {
	color: #ff0000;
	margin: 10px 0 0 0;
	font-weight: normal;
	list-style-type: none;
}
.val_sum li {
	margin: 0 0 3px 0;
}
.req_field {
	background: url(../_images/icons/req_field_star.png) no-repeat top left;
	padding-right: 20px;
}
.error_msg {
	color: #ff0000;
	font-weight: bold;
}

/* ============================= icon definitions ====================== */
.tick_icon, .error_icon {
	padding: 5px 0 5px 20px;
	margin: 0;
}
.tick_icon {
	background: url(../_images/icons/tick_icon.png) no-repeat 0% 50%;
}
.error_icon {
	background: url(../_images/icons/error_icon.png) no-repeat 0% 50%;
}

/* ============================= form ====================== */
input[type="text"], input[type="password"], textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	margin: 2px;
	vertical-align: middle;
}
input[type="text"], input[type="password"], textarea {
	width: 230px;
}
select, optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	margin: 2px;
	border: 1px solid #000000;
	vertical-align: middle;
}
/* individual style for cb's and rb's, cascading style for applying to cb/rb groups (.net control) */
input[type="radio"], input[type="checkbox"] {
	padding: 0;
	margin: 0 2px 0 0;
	border: none;
	vertical-align: middle;
	width: 20px;
}
label {
	padding-top: 2px;
}