﻿
.sidebox {
	width: 193px;
	background: url(images/sidebox_mid.jpg) repeat-y;
}

.sidebox_top {
	width: 193px;
	height: 30px;
	padding-top: 5px;
	background: url(images/sidebox_top.jpg) no-repeat;
}
.sidebox_top p {
	width: 160px;
	margin: 0px auto;
	font-weight: bold;
	
}

.sidebox_mid {
	width: 170px;
	margin: auto;
	height: 60px;
}

.sidebox_mid a {
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

.sidebox_bottom {
	width: 193px;
	height: 13px;
	background: url(images/sidebox_bottom.jpg) no-repeat;
}

.left_content {
	width: 193px;
 
}
 
.right_content {
	width: 480px;
 
}
 
.right_box {
	width: 458px;
 
}

.breadcrumbs {
	font-size: xx-small;
}



/*---------------------accordion--------------------------*/

.arrowlistmenu{
width: 455px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: black;
background: #fff;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 10px 0 10px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
clear: both;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
 
}

.tutorial_name {
	clear: both;
	float: left;
	width: 240px;
}

.video_icon {
	float: left;
	width: 90px;
	text-align: center;
	font: normal 10px Arial;
}

.written_icon {
	float: left;
	width: 100px;
	text-align: center;
	font: normal 10px Arial;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
clear: both;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px; /*bottom spacing between menu items*/
}

.arrowlistmenu .odd_line .tutorial_name, .arrowlistmenu .odd_line .video_icon, .arrowlistmenu .odd_line .written_icon {
background: #ededed;
height: 21px;
}

.arrowlistmenu .tutorial_name, .arrowlistmenu .video_icon, .arrowlistmenu .written_icon {
height: 21px;
}

.long_name{ height: 30px; clear: both; }
.long_name2{ width: 444px; clear: both; }

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li .video_icon a{
padding-left: 10px;
}

.video_icon img {
	float: left;
}

.video_time {
	float: left; 
	padding: 2px 0px 0px 5px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
text-decoration: underline;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

/*------------------------Tool Tip------------------------*/

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 10px;
background-color: #e7efff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

