@charset "utf-8";

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #BCCBD3;
	background-image: url(../images/background_gradient.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 967px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	display: block; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.oneColFixCtrHdr #mainContent div#block1 {
	height: 320px;	/* Keeps the index page and the mini-app browser page looking similar in terms of space used between the header and the content in the lower block of the page */
}

.oneColFixCtrHdr #mainContent div.appInfoLeft {
	float: left;
	width: 410px;
	padding-left: 50px;
	padding-top: 0px;
}

.oneColFixCtrHdr #mainContent div.appInfoRight {
	float: left;
	width: 475px;
	padding-left: 20px;
	padding-top: 0px;
}

.oneColFixCtrHdr #mainContent div.appInfoRight h6 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.25em;
	color: #0076C0;
}

.oneColFixCtrHdr #mainContent div.appInfoRight h6.big {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
	color: #0076C0;
}

.oneColFixCtrHdr #mainContent div.appInfoRight ul {
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.oneColFixCtrHdr #mainContent div.appInfoRight li {
	padding: 0;
	margin: 0;
	line-height: 2em;
}

.oneColFixCtrHdr #contentBoxTop {
	display: block;
	clear: left;
	float: left;
	height: 9px;
	width: 967px;
	background-image: url(../images/contentbox_top.png);
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #contentBoxMid {
	display: block;
	clear: left;
	float: left;
	width: 967px;
	padding-top: 10px;
	padding-left: 25px;
	background-image: url(../images/contentbox_middle.png);
	background-repeat: repeat-y;
}

.oneColFixCtrHdr #contentBoxMid h5 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
}

.oneColFixCtrHdr #contentBoxMid img {
	border: none;
}

.oneColFixCtrHdr #contentBoxMid p {
	padding: 0;
	margin: 0;
	margin-top: 0.5em;
}
.oneColFixCtrHdr #contentBoxMid p.sectionHeader {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #666666;
	font-weight: bold;
	font-size: 1.25em;
}

.oneColFixCtrHdr #contentBoxMid div.miniappThumbUp {
	display: block;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 291px;
	height: 216px;
	text-decoration: none;
	background-image: url(../images/miniapp_thumb_background_up.png);
}

.oneColFixCtrHdr #contentBoxMid div.miniappThumbUp p.appTitle {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-left: 6px;
	color: #333333;
}

.oneColFixCtrHdr #contentBoxMid div.miniappThumbUp a {
	text-decoration: none;
}

.oneColFixCtrHdr #contentBoxMid div.miniappThumbUp a.moreDetail {
	text-decoration: none;
	color: gray;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.8em;
}

.oneColFixCtrHdr #contentBoxMid div.miniappThumbUp a.startToday {
	text-decoration: none;
	color: gray;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.8em;
}

.oneColFixCtrHdr #contentBoxMid div.miniappThumbOv {
	display: block;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 291px;
	height: 216px;
	text-decoration: none;
	background-image: url(../images/miniapp_thumb_background_ov.png);
}

.oneColFixCtrHdr #contentBoxMid div.miniappThumbOv p.appTitle {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-left: 6px;
	color: white;
}

.oneColFixCtrHdr #contentBoxMid div.miniappThumbOv a {
	text-decoration: none;
}

.oneColFixCtrHdr #contentBoxMid div.miniappThumbOv a.moreDetail {
	text-decoration: none;
	color: #67B236;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.8em;
}

.oneColFixCtrHdr #contentBoxMid div.miniappThumbOv a.startToday {
	text-decoration: none;
	color: orange;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.8em;
}

.oneColFixCtrHdr #contentBoxMid div.miniappThumbUp span.bottomlinks, .oneColFixCtrHdr #contentBoxMid div.miniappThumbOv span.bottomlinks {
	display: block;
	margin-top: 5px;
	padding-left: 60px;
}

.oneColFixCtrHdr .contentBoxText {
	font-size: 12px;
	line-height: 1.5em;
}

.oneColFixCtrHdr .contentBoxText a {
	text-decoration: none;
	color: #67B236;
	font-weight: bold;
}

.oneColFixCtrHdr #contentBoxBottom {
	display: block;
	clear: left;
	float: left;
	height: 18px;
	width: 967px;
	background-image: url(../images/contentbox_bottom.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

/* Standardized Colors */
.advantenonGreen {
	color: #67B236;
}

.advantenonOrange {
	color: orange;
}

