@charset "UTF-8";

/*********************************************
**********************************************
***** STARTUP SCREEN *************************
**********************************************
*********************************************/

#startup{
	width:649px;
}
.startup_steps{
	float:left;
	padding:5px;
	width:30%;
}
.startup_steps img{
	width:100%;
}

/*********************************************
**********************************************
***** HELP NAVIGATION ************************
**********************************************
*********************************************/
body{
	font-family: Helvetica;
	color: #404041;
}
li{
	list-style:none;
	margin:8px 0px;
	cursor:pointer;
}
.highlight{
	color: #1b75bb;
}
nav{
	width: 25%;
	float: left;
}
.divide{
	min-height: 724px;
	float: left;
	min-width: 2px;
	background: grey;
	max-height: inherit;
}
.content{
	width:72%;
	float: left;
	padding: 1%;
	border-left:1px solid grey;
	overflow-y:scroll;

}
nav>ul>li a{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
nav div li a{
	font-family: Helvetica;
	font-weight: normal;
	font-size: 13px;
}

.one_col img, .one_col p, .one_col table{
	width:95%;
}
.one_col ul>li{
	list-style:initial;
}

h2>a, h3>a, h4>a{
	color:#333!important;
}
h4{
	font-style: italic;
}
th{
	background: #ddd;
	height: 44px;
	padding: 1em;
	text-align:left;
}
td{
	padding: 1em 0 0 1em;
}
tr>td:first-child{
	text-align:left;
}
tr.border_bottom {
  border-bottom:1pt solid #ddd !important;
  text-align:left;
  padding-right:1em;
}

.imgCaption{
	text-align:center;
	font-style:italic;
	font-size:13px;
}
.header a {
    background: none!important;
    font-size: 17px!important;
    padding: 0.2em 2em!important;
    box-shadow: none!important;
    border: none!important;
}

#listview a{
	text-decoration:none;
}
#listview>li>a {
	font-size: 16px;
	padding: 0.2em 1em;
}

/*********************************************
**********************************************
***** BODY ***********************************
**********************************************
*********************************************/
.play{
	position: absolute;
	width: 10%!important;
	left: 28%;
	top: 8%;
	z-index:2;
}
