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

* {
	margin: 0;
	padding: 0;
	/*border: none;*/ /*disabled to allow borders around my fields*/
	outline: none;
}

a{
	border: none;
	outline: none;
}

img{
	border: none;
}

table, tr, td {
	border-collapse: collapse;
	vertical-align: top;
	font-size: 13px;
}

#container{
	background: #6f6f91;
	width: 950px;
	margin: 0px auto 25px auto;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

/*#masthead{
	background: url(../images/mastheadldd.png) no-repeat 0px 0px;
	width: 950px;
	height: 260px;
	margin-top: 20px;
}*/

#masthead{
	background:#d5d5ff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 280px;
}

#masthead .headerimage{
	margin-top: 20px;
	display: inline;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#navlinks{
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom: 0px;
	float: left;
	background: black;
	width: 950px;
	height: 35px;	
}

#navlinks ol{
	text-align: center;
	padding-top: 6px;
}

#navlinks li{
	display: inline;
	color: white;
	font-style: italic;
	font-size: 18px;
}

#navlinks li a{
	text-decoration:none;
	color: white;
	font-style: italic;
}

#navlinks li a:hover {
	color: #0C0;
	text-decoration: underline;
}

#content{
	float: left;
	background: white;
	width: 676px;
	padding-top: 20px;
	/*height: 1800px;*/
	/*border-left: solid green 2px;*/

}

#content h1{
	padding: 20px 20px 10px 20px;
	font-size: 18px;
}

#content h2{
	padding: 20px 20px 10px 20px;
	font-size: 16px;
}

#content p{
	padding: 0 20px 20px 20px;
	line-height: 150%;
}

#admin_content{
	float: right;
	background: white;
	width: 676px;
	padding-top: 20px;
	/*height: 1800px;*/
	/*border-left: solid green 2px;*/

}

#admin_content h1{
	padding: 20px 20px 10px 20px;
	font-size: 18px;
}

#admin_content h2{
	padding: 20px 20px 10px 20px;
	font-size: 16px;
}

#admin_content p{
	padding: 0 20px 20px 20px;
	line-height: 150%;
}

.videolist{
	padding-left: 100px;
}

#sidebar{
	float: right;
	background: #6f6f91;
	width: 270px;
	/*height: 1800px;*/
	height: inherit;
	/*border-right: solid 2px green;*/
}

#adminsidebar{
	float: left;
	background: #6f6f91;
	width: 270px;
	/*height: 1800px;*/
	height: inherit;
	/*border-right: solid 2px green;*/
}

#adminsidebar {
	margin-bottom: 20px;
}

#adminsidebar li {
	font-size: 16px;
	font-weight: bold;
	margin-left: 50px;
	text-decoration:none;
	color: white;
	line-height: 1.5em;
}

#videos li {
	font-size: 14px;
	margin-left: 80px;
	text-decoration:none;
	color: white;
	font-style: italic;
}

#footer{
	clear: both;
	width: 950px;
	background: url(../images/footerldd3.png) white;
	height: 139px;
}

#footer p{
	padding: 110px 0 0 0;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: none;
}

#footer a{
	color: white;
}

#softwarebar{
	float: left;
	padding: 0 10px 0px 10px;
}

.softwaretype{
	float: left;
	padding: 0 20px 10px 10px;
}

#updates{
	background:#E1E8B0;
	width: 656px;
	padding-top: 0;
	margin-top: 0;
}

#updates p, h2{
	text-align: left;
}

.updatebar{
	height: 19px;
	background: red;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

#video{
	margin-top: 300px;
	background: blue;
}

#nextlast{
	padding: 10px 0 0 0;
}

#videomainmenu{
	padding-top: 20px;
}

#videomainmenutable td{
	padding: 5px;
}

#tutoriallist li{
	margin-left: 40px;
}

#tutorialtable td{
	padding: 3px;
	font-size: 10px;
}	

#cell{
	height: 25px;
	text-align: top;
	padding-bottom: 100px;
}

/* all css listed below is only relative to advertisement slots */

#topad{
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	line-height: 0px;
	font-size: 0px;
}

#updates a {
	color: green;
	text-decoration: none;
	font-weight: 600;
}

