/* 
    Document   : default
    Created on : Oct 14, 2010, 3:45:52 PM
    Author     : john
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	margin-top: 60px;
	border: #FFFFFF;
	width: 750px;
	margin-left: 150px;
	padding-right: 15px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

.error {
    color: #AA0000;
    border-width: 1px;
    border-color: #AA0000;
    border-style: solid;
    margin-bottom: 15px;
    padding: 2px;
    width: 750px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;	
}
.note {
    color: #0000AA;
    border-width: 1px;
    border-color: #0000AA;
    border-style: solid;
    margin-bottom: 15px;
    padding: 5px;
    width: 750px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;	
}
.news_excerpt_container {
    float:left;
    width: 100%;
}
.news_excerpt {
    /*width: 250px;*/
    font-size: smaller;
    border-width:1px;
    border-style: solid;
    margin:5px;
    padding: 2px;
    border-color:#bbbbbb;
    float: left;
}
.news_excerpt h1{
    font-style: italic;
    font-weight: bold;
    font-size: smaller;
    color: #333333;
}
.news_item {
    width: 100%;
    border-width:1px;
    border-style: solid;
    margin:5px;
    padding: 2px;
    border-color:#bbbbbb;
    /*float: left;*/
}
.news_item h1{
    font-style: italic;
    font-weight: bold;
    color: #333333;
}
.masthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	left: 0px;
	top: 0px;
	margin-left: 25px;
	/*background-image: url(../images/border_horizontal.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
}
.subhead {
	background: white url(../images/masthead_border.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 50px;
}
a {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #CC9900;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCCCCC;
	clear: both;
}
.rightPanel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0000FF;
	background-color: #C8C8FF;
	position: absolute;
	right: 25px;
	top: 135px;
	width: 250px;
}
.FAQQuestion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFCC;
	padding: 5px;
	width: auto;
	border: 1px solid #666666;
	float: none;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #33CC66;
}
.FAQFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: lighter;
	margin-top: 10px;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #33CC66;
}
h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #33CC66;
}

#hint {
	font-size: smaller;
    padding-left: 3px;
}

.hint {
	font-size: smaller;
    padding-left: 3px;
}
a.hint{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#00f;
    text-decoration:none}

a.hint:hover{
    z-index:25;
}

a.hint span{
    display: none
}

a.hint:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0px; left: 25px; width: 150px;
    border:1px solid;
    border-color: khaki;
    background-color:lemonchiffon; color:#00f;
}



.SASCode {
	font-family: "SAS Monospace", "Courier New";
	font-size: 9pt;
	background-color: #CCCCFF;
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px 10px 10px;
	white-space: pre;
	line-height: normal;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	margin-right: 75px;
	margin-left: 75px;
}
.nav {
  
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
.nav li {
	display:inline;
	margin-right: 5px;
}
.blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	margin-right: 75px;
	margin-left: 75px;
}
.SourceLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.Sidebar {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFCC;
	position: relative;
	width: 100px;
	left: 0px;
	padding: 3px;
	color: #990066;
	border: 1px solid #999999;
	margin-right: 15px;
}
.SASCode em {
	font-weight: bold;
	font-style: normal;
}
table {
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: inherit;
	border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
table table {
	margin-bottom: 5px;
	font-family: inherit;
	font-size: inherit;
}
table.alternate tr:nth-child(odd) {
   background-color: #FFFFFF;
}

table.alternate tr:nth-child(even) {
   background-color: #EEEEEE;
}
table.alternate th {
   background-color: #FFFFFF;
}
caption{
    font-weight: bold;
    margin-bottom: 1pt;
}
fieldset {
    border-width: 0px;
}

.accordion-container {
    width: inherit;
    margin: 10px 0px 30px 0px;
}
.accordion-container label{
    /*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/
    padding: 2px 10px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    /*color: #777;*/
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    /*font-size: 19px;*/
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        1px 0px 0px 0px rgba(255,255,255,0.9) inset,
        0px 2px 2px rgba(0,0,0,0.1);
}
.accordion-container label:hover{
    background: #fff;
}
.accordion-container input:checked + label,
.accordion-container input:checked + label:hover{
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        0px 2px 2px rgba(0,0,0,0.1);
}
.accordion-container label:hover:after,
.accordion-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(arrow_down.png) no-repeat center center;	
}
.accordion-container input:checked + label:hover:after {
	background-image: url(arrow_up.png);
}
.accordion-container input {
	display: none;
}
.accordion-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.accordion-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.accordion-container input:checked ~ article {
    /*height: 180px;*/
	height: auto;
}
.accordion-container input:checked ~ article input {
	display: block;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}
