/*  --------------------------|  GLOBAL ELEMENTS |--------------------------  */

body {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #444;
	background: #0b2642 url(http://static.surestudy.com/images/bg_gradient.png) repeat-x left top;	
	
}

a:link {
 	color: #2171C6;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
 	color: #2171C6;
	text-decoration: none;
 	font-weight: bold;
}

a:hover {
  	color: #4D8DD1;
  	text-decoration: none;
 	font-weight: bold;
}

a:active {
  	color: #639BD7;
  	text-decoration: none;
 	font-weight: bold;
}

h1 {
	font-size: 1.9em;
	margin: 24px 0 0 0;
	color: #333;
}

h2 {
	font-size: 1.7em;
	margin: 12px 0 16px 0;
	color: #333;
}

h3 {
	font-size: 1.3em;
	margin: 14px 0 0 0;
	color: #333;
}

h4 {
	font-size: 1.1em; 
	margin: 0;
	padding: 4px 0 0 0;
	color: #333;	
}

hr {
	height: 1px;
	background-color: #CCC;
	border: 0;

}

ol{
 	font-weight: bold;
}
 
li span {
  font-weight: normal
  }

a img {
	border: none;
}

label {
	display: block;
	padding: 4px 0 2px 0;
	color: #666;
	font-weight: bold;
	font-size: 8pt;
}

div#content {
	margin: 0 auto;
	padding: 15px 20px 10px 20px;
	width: 760px;
	background: #fff;	
}


div#nav {
	text-align: right;
	padding: 3px; margin: 0 0 10px 0;
	background: #ddd url(http://static.surestudy.com/images/nav_texture.png) repeat-x 0px 0px;
	border: 1px solid #ccc;
	font-size: 9pt;
}


div#sidebar {
 	float: left;
	width: 150px;
	padding: 3px;
	margin: 0 0 10px 0;
}


div#copyright {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	font-size: 0.8em;
	color: #999;
}

/*  --------------------------|  GLOBAL CLASSES |--------------------------  */

.floatleft {
	float: left;
	padding: 2px;
}

.floatright {
	float: right;
	margin: 0 0 0 12px; padding: 2px;
}


.spacerclear {
 	clear: both;
}

.error {
	padding: 8px;
	background: #FEE;
	border: 1px solid #F00;
	color: #F00;
}


.response {
	padding: 8px;
	background: #EEF;
	border: 1px solid #99F;
	color: #000;
}

.orgBox {
	padding: 6px;
	margin: 0 0 10px 0;
	background: #F6F6F6;
	border: 1px solid #CCC;
}

.Qdisplay {
	font-family: "Times CY", "Times New Roman", serif;
}

.Qdisplay table {
	border: 1px solid #000;
}

.Qdisplay tr {
	border: 0;
}

.Qdisplay td {
	border: 1px solid #000;
}

.smalltext {
	font: 8pt Arial, Helvetica, sans-serif;
}

.sideheader {
	color:#fff;
	width:140px;
	background:#2171C6 url(http://static.surestudy.com/images/sb_gradient.png) right top;
	padding: 5px 5px 2px 5px;
	font-size: 9pt;	
}

.buttonright {
	float: right;
	margin-top: 12px;
	margin-right: 6px;
}


.graphbar {
	background: #CCC;
	width: 100px;
}


.icon {
	position: relative;
	width: 48px;
	height: 58px;
	float: left;
	font: 8pt Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 15px 8px 8px 8px;	
}

.MessageDisp {
	width: 640px;
	float: left;
	margin: 0 0 20px 0;
}

.yes {
	font-weight: bold;
	color: #009900;	
}

.no {
	font-weight: bold;
	color: #FF0000;	
}


/*  --------------------------|  TABLE FORMATTING |--------------------------  */

table{
	border: 1px solid #999;
	border-width: 0 1px;
	width: 100%;
	margin: 2px 0 5px 0;	
	padding: 0;
	border-spacing: 0;
	font-size: 9pt;	
}

table#answers{
	border: none;
	margin-top: 5px;	
	font-size: 10pt;	
}

tr.oddRow {
	background-color: #F3F6FC;
	border-bottom: 1px solid #CCC;
}

tr.evenRow {
	background-color: #FFFFFF;
}

th {
	text-align: left;
	background: #2171C6;

	padding: 6px;
	clear: both;
	font-weight: bold;
	color: #fff;
}

td {
	padding: 6px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}
