@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	width: 740px;
	background: url(../images/transparent.png) repeat;
}

html, input, textarea {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 12px;
	font-weight: normal;
}

.description {
	color: #515357;
	font-size: 12px;
}

.red {
	color:#F00;
}

.intel_blue {
	/*background: #0071c5;*/
	background: #53565a;
	/*background: #004280;*/
	color: #FFFFFF;
	font-weight: bold;
}	

.intel_dark_blue {
	background: #004280;
	color: #FFFFFF;
	font-weight: bold;
}

.title {
	color: #004280;
	font-weight: bold;
	font-size: 14px;
}

.light {
	border-bottom: #515357 1px solid;
}

h3 {
	color: #0860A9;
	text-transform: uppercase;
	font-weight: normal !important;
}

.left {
	width: 340px;
	border: 2px #0071c5 solid;
	color: #0071c5;
}

.left_alone {
	width: 340px;
	text-align: right;
	background:url(../images/line-span.png) repeat-y;
}

.left_end {
	width: 340px;
	text-align: right;
}

.left_header {
	width: 340px;
	background: #0071c5;
	text-align: right;
}

.left_yes {
	padding-right: 30px;
	text-align: right;
}

.right {
	width: 340px;
	border: 2px #00aeef solid;
	color: #00aeef;
}

.right_end {
	width: 340px;
	text-align: left;
}

.right_header {
	width: 340px;
	text-align: left;
	background: #00aeef;
}

.container {
	border: 0 none;
	align: left;
	padding: 0;
	margin: 0;
}

.light {
	border: #515357 1px solid;
}

img {
	border: 0 none;
}

a {
	border: 0;
}

.a_left {
	color: #0071c5;
}

.a_right {
	color: #00aeef;
}

li {
	margin: 10px auto;
}

.footer {
	height: 25px;
	background: none;
}

td.intel {
	/*border-bottom: #00aeef solid 1px;*/
	border-bottom: #939598 1px solid;
}

.showhide_toggle {
	background: none;
	color: #0071c5;
	display: block;
	padding: 5px 20px;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}

.content {
	padding-left: 40px;
	display: block;
}

.hidden_content {
	padding-left: 40px;
	display: block;
}

.collapse_toggle {
	background: none;
	color: #0071c5;
	display: block;
	padding: 5px 20px;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}