@charset "utf-8";
/* CSS Document */

body {
	background-color: #999;
	margin: 0px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
}
hr {
	color: #CCC;
	text-align: center;
	height: 1px;
	width: 99%;
	margin: 5px;
	padding: 0px;
	border-top: 1px solid #333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {

}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #00F;
}
a.tag:link {
	text-decoration: none;
	color: #0070B9;
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
}
a.tag:hover {
	text-decoration: underline;
}



/* Adds special style to an unvisited link. */
a:link
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #00F;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	letter-spacing: 1px;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: none;
letter-spacing: 1px;
  color: #757575;
}


/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #039;
}
h2.title {
	padding-left: 10px;
}
h2.main {
	padding-left: 10px;
	color: #001249;
}
p img.left , img.left{
	margin: 0px 10px 4px 0px;
	padding: 4px;
	float: left;
}
p img.right , img.right{
	margin: 0px 0px 4px 10px;
	padding: 4px;
	float: right;
}
p img.border {
	margin: 2px;
	padding: 4px;
	border: 1px solid #CCC;
}
/* For great looking type, use this code instead of asdf: 
   <span class="alt">asdf</span>  
   Best used on prepositions and ampersands. */
  
.alt {
	color: #666;
	font-style: italic;
	font-weight: normal;
	word-spacing: 3px;
}
/* Surround uppercase words and abbreviations with this class.
   Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */
   
.caps {
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-size:1.2em;
	font-weight:bold;
	padding:0 2px;
}



#container {
	width: 980px;
	margin: auto;
	background-color: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#header, #banner, #content   , #footer{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#header div{
	background-color: #0070B9;
	margin: 0px 5px;
	width: 930px;
	height: 26px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	color: #FFF;
	text-align: right;
}
#banner div{
	padding: 10px;
	background-image: url(../images/bigstockphoto_Idea_Of_Beeing_A_Happy_House_O_7140006.png);
	background-repeat: no-repeat;
	background-position: 787px center;
	height: 120px;
}
#content {
	float: left;
	overflow: hidden;
	margin: 5px;
	width: 954px;
	background-color: #fafafa;
	border: 2px solid #0070B9;
	padding: 6px;
}

.box {
	margin: 5px;
	width: 200px;
	padding: 5px;
}
#footer    {
	text-align: center;
	background-color: #FFF;
}
#footer div {
	width: 940px;
	padding: 20px;
}

.highlight {
	background-color: #FF9;
}
.quiet {color:#666;}
.loud {color:#000;}
.col-1 {
	margin: 20px auto auto;
	width: 480px;
}
.col-2-left {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	width: 470px;
}
.col-2-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 460px;
}

.pad {
	padding: 10px 20px;
}
#login p {
	clear: both;
	float: left;
}
.errMsg, .okMsg, .warnMsg , .infoMsg, .txtMsg, .updatesMsg{
	display: block;
	margin: 5px;
	padding: 10px 10px 10px 40px;
}

.errMsg {
	background-color: #FFEAEA;
	border: 1px solid #F00;
	background-image: url(../apt/images/error.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
.okMsg {
	background-color: #D1FFB3;
	border: 1px solid #090;
	background-image: url(../apt/images/ok.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
.infoMsg {
	background-color: #E6EBFF;
	border: 1px solid #004080;
	background-image: url(../apt/images/note.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
.updatesMsg {
	background-color: #FFF0D9;
	border: 1px solid #004080;
	background-image: url(../apt/images/note.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.warnMsg {
	background-color: #FFFFB7;
	border: 1px solid #FC0;
	background-image: url(../apt/images/info.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
.txtMsg {
	font-weight: bold;
}

#program_start {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #03F;
	background-image: url(../apt/images/start-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 50px;
	width: 600px;
	margin: 20px auto auto;
	line-height: 50px;
	letter-spacing: 1px;
}
#program_start a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#options th {
	text-transform: uppercase;
	color: #004471;
}
#options .hr {
	border-top: 1px dotted #333;
}
a.top {
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	display: block;
	border-bottom: 1px solid #333;
}
dl {
}

dt {
	line-height: 14px;
	text-transform: uppercase;
	padding: 4px 4px 4px 20px;
	background-image: url(../apt/images/b2.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	font-weight: bold;
	margin-top: 6px;
}
dd {
	margin: 0px 0px 0px 10px;
	padding: 4px 4px 4px 10px;
	text-transform: capitalize;
	line-height: 14px;
	text-decoration: none;
	background-image: url(../apt/images/BlockContentBullets.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a.help {
	text-decoration: none;
	margin: 10px;
	float: right;
}
a.help img {
	float: right;
}

a.button{
	cursor: pointer;
	text-align: center;
	background: #0070B9 url(../apt/images/big-button-200px.png) no-repeat left top;
	height:50px;
	line-height: 50px;
	width: 200px;
	font-size: 2em;
	color: #FFF;
	text-decoration: none;
	display: block;
}
a.button:hover {
	background-position: left -51px;
	background-image: url(../apt/images/big-button-200px.png);
	background-repeat: no-repeat;
	color: #FF0;
}

.resize-button {
	cursor: pointer;
	float: left;
	text-align: center;
	background: transparent url(../apt/images/start-button.png) no-repeat right top;
	height:50px;
	line-height: 50px;
	padding-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	clear: left;
	width: 150px;
	white-space: nowrap;
}
.resize-button a {
	font-size: 2em;
	text-decoration: none;
	color:#fff;
	text-transform: capitalize;
}

.resize-button a span{
	padding-left: 20px;
	display: block;
	white-space: nowrap;
	height:50px;
	background: transparent url(../apt/images/start-button.png) no-repeat left top;
}
.resize-button a:hover {
	color: #CCC;
}
img.refresh {
	margin: 2px 20px 2px 2px;
	float: right;
}
.chart {
	text-align: center;
	margin: 30px 10px 10px;
	padding: 20px;
	border: 1px solid #999;
}

.hidden {
	display: none;
}
