﻿body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #DEDEDE;
	color: #222;
	text-align: center;
}
img {
	border: none;
}
img.thumbnail {
	margin: 12px 4px 0px 6px;
}
a {
	outline: none; /* evilness chez FF */
}
a:visited {
	font-weight: 500;
	color: #515F70;
}
a:active,
a:link,
a:visited { 
	font-weight: 500; 
	color: #221A94;
	text-decoration: underline; 
}
a:hover { 
	font-weight: 500; 
	color: #FA801D; 
	text-decoration: underline; 
}
a.quick:active,
a.quick:link,
a.quick:visited {
	font-size: 14px;
	color: #70A100;	
	text-decoration: underline;
	font-weight: bold;
}
a.quick:hover {
	text-decoration: none;
}
.hidden {
	display: none;
}
span.hoverlink {
	cursor: pointer;
	text-decoration: underline;	
}
#bg {
	margin: 0px auto;
	margin-top: 12px;
	padding: 0px;	
	text-align: left;
	background: url(http://images.sqlservervideos.com/img/bg.gif) repeat-y;
	width: 900px;
}
#header {
	margin: 0px;
	width: 900px;
	height: 279px;
	background: url(http://images.sqlservervideos.com/img/header.gif) no-repeat top left;
}
#nav {
	position: relative;
	top: -22px;
	width: 800px;
	margin: 0px 0px 0px 45px;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
}
#nav a:visited,
#nav a:active,
#nav a:link {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	color: #515F70;
	text-decoration: underline;
}
#logo {
	position: relative;
	top: 46px;
	left: 52px;
}
#tagline {
	position: relative;
	width: 500px;
	top: -110px;
	left: 312px;
	margin: 0px;
	color: #70A100;
	font-size: 33px;
	font-weight: 900;
}
#quicklink {
	position: relative;
	top: -128px;
	left: 635px;
	background: url(http://images.sqlservervideos.com/img/quicklink.gif) no-repeat top left;
	width: 198px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
#quicklink_box {
	position: relative;
	top: -1px;
	left: 114px;
	height: 18px;
	width: 40px;
	border: 1px solid #5E5E5E;
	color: #444;
	font-weight: bold;		
}
#quicklink_button {
	position: relative;
	top: 7px;
	left: 115px;
	border: none;
	height: 24px;
	width: 16px;
}
#main {
	width: 900px;
	background: url(http://images.sqlservervideos.com/img/main.gif) no-repeat top left;
}
#content {
	float: left;
}
#copy {
	margin-top: 21px;
	margin-left: 42px;
	padding-left: 16px; 
  	width: 573px;
  	background: url(http://images.sqlservervideos.com/img/main_bg.gif) repeat-y top left;
}
#copy h1 {
	color: #70A100;
	font-size: 18px;
	font-weight: 800;
	margin: 0px 0px 12px 0px;
	width: 520px;
}
#copy h1 a:link,
#copy h1 a:visited,
#copy h1 a:active {
	color: #70A100;
	font-size: 18px;
	font-weight: 800;
	margin: 0px 0px 12px 0px;
}
#copy h1:hover {
	text-decoration: none;
}
#copy h2 {
	font-size: 14px;
	padding-left: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#copy h2 a:link,
#copy h2 a:visited,
#copy h2 a:active {
	font-size: 14px;
	color: #222;
	font-weight: bold;
}
#copy h2 a:hover {
	color: #FA801D;	
}
#copy p {
	font-size: 11px;
	margin-top: 0px;
	padding-left: 6px;
	margin-bottom: 12px;
	padding-bottom: 0px;
	margin-right: 10px;
	max-width: 530px;
}
#copy p.flip {
	width: 500px;
	text-align: right;
	color: #555;
}
#copy p.supplemental {
	text-align: right;
	font-style: italic;
	font-size: 10px;
	margin-top: -10px;
	margin-right: 35px;
}
#copy p.vdetails {
	margin-left: 4px;
	margin-bottom: 4px;
}
#home h1 {
	margin: 4px 6px 10px 6px;
	text-align: center;
	font-size: 20px;	
}
#home div.watch {
	float: left;
	margin-left: 12px;
	margin-bottom: 12px;
}
#home div.browse {
	float: right;
	margin-right: 46px;
}
#home div.searchplug {
	padding: 4px;
	clear: both;
	border: 1px solid #aaa;
	background-color: #e8e8e8;	
	margin: 12px;
	margin-right: 46px;
}
#home div.callout {
	padding: 4px;
	width: 245px;	
	height: 95px;
	border: 1px solid #aaa;
	margin-bottom: 0px;
	background-color: #e8e8e8;
}
#home div.callout p {
	margin-left: 8px;	
}
#howto {
	width: 330px;
	margin-left: 20px;
	float: left;
}
#overview {
	padding-top: 8px;
	float: right;
	border: 1px solid #aaa;
	background-color: #e8e8e8;
	width: 150px;	
	margin-right: 46px;
	height: 270px;
	margin-bottom: 8px;
}
#overview p {
	margin-left: 8px;	
}
/*#home div.left {
	float:left; 
	width: 280px; 
	padding: 24px 6px 12px 24px;
}
#home div.right {
	float: right; 
	width: 180px; 
	padding: 70px 36px 12px 12px;	
}*/
#home h2 a:visited,
#home h2 a:active,
#home h2 a:link {
	font-weight: bold; 
	color: #70A100; 
	font-size: 15px;  
	text-decoration:none;	
}
#home h2 a:hover {
	text-decoration: underline;	
}
#home p.large {
	margin-left: 9px;
	margin-bottom: 3px; 
	font-size: 17px; 
	font-weight: bold; 
	color: #70A100;
}
#home p.featured {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 8px 2px 3px 36px;
}
#home p.grey {
	color: #666;
}
pre.code {
	background-color: #E8E8E8;
	border: 1px solid #999;
	width: 530px;
	padding: 4px;
}
pre.code_short {
	background-color: #E8E8E8;
	border: 1px solid #999;
	width: 400px;
	padding: 4px;
}
p.attention {
	color: #70A100;
	font-weight: bold;
}
#terms {
	width: 480px;
	padding: 8px;
	border: 3px dashed #70A100;
	background-color: #fff;
	margin: 8px 6px 8px 24px;
}
#innerTerms {
	margin: 6px;
	padding: 6px;
	border: 1px dashed #666;
	background-color: #eee;	
}
#terms h3 {
	font-size: 12px;
	color: #333;
	margin-top: 3px;
	margin-bottom: 6px;	
}
#terms p {
	margin: 3px;	
}
#terms hr {
	border: 1px dashed #70A100;
	margin: 10px 10px 0px 10px;
	outline-style: none;	
}
#agreeToTerms {
	width: 280px;
}
#terms div.left {
	float: left;
	width: 300px;
	border-right: 2px dashed #70A100;
	padding-top: 8px;
	padding-left: 8px;
}
#terms div.right {
	float: right;
	width: 160px;
	padding-top: 8px;
	padding-left: 8px;
}
.termsPanel {
	position: absolute;
	/*top: 200px;
	left: 300px; */
	border: 2px dashed #666;
	background-color: #fff;
	padding: 12px;
	width: 360px;
	overflow: hidden;
	display: none;
}
#termsofuse {
	width: 320px; 
	background-color: #fff; 
	padding: 3px; 
	border: 1px solid #ccc; 
	overflow: hidden;	
}
#termsofuse div.nested {
	padding: 6px;
	border: 3px dashed #70A100; 
	margin: 0px;
	overflow: hidden;
}
p.closer {
	clear: both;
	margin: 0px;
	height: 3px;
}
#division {
	background: url(http://images.sqlservervideos.com/img/main_bottom.gif) no-repeat top left;
	height: 21px;
	width: 573px;
	margin: -12px 0px 0px 42px; 
	padding: 0px;
}
#copy div.video_summary {
	margin: 12px 6px 8px 32px;	
	padding: 2px 12px 4px 12px;
	width: 460px;
	background-color: #fff;
	border: 1px dashed #70A100;
}
#copy div.video_summary:hover {
	border: 1px solid #70A100;	
}
#copy div.video_summary div.thumb {
	margin-top: 4px;
	width: 163px;
	height: 123px;
	float: left;
	background-color: #70A100;
	border: 1px solid #666;
	padding-top: 3px;
	padding-left: 3px;
}
#copy div.video_summary div.synopsis {
	margin-top: 4px;
	padding-top: 4px;
	border: 1px solid #ccc;
	background-color: #eee;
	float: right;
	width: 280px;
	min-height: 123px;
}
#copy div.video_summary h3,
#copy div.video_summary h3 a:visited,
#copy div.video_summary h3 a:active,
#copy div.video_summary h3 a:link {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	color: #70A100;	
	text-decoration: none;
}
#copy div.video_summary h3 a:hover {
	text-decoration: underline;	
}
#copy div.video_summary p {
	margin-left: 4px;
	color: #666;	
	margin-top: 4px;
	margin-bottom: 2px;
}
#copy div.video_summary p.details {
	margin: -10px 20px 0px 0px;
	text-align: right;
	padding: 0px;	
}
#browsable_videos p.browse_length {
	margin: 2px 60px 8px 2px;
	color: #444;
	text-align: right;
}
div.transcript {
	width: 460px;	
	float: right;
	margin-right: 35px;
}
div.key {
	width: 50px;	
	float: left;
	margin-right: 12px;
	color: #666;
	border-right: 1px solid #999;
}
div.clear {
	clear: both;	
}
#review div.thumb {
	float: left;
	width: 120px;
	margin: 20px 8px 8px 14px;
}
#review div.detail {
	float: right;	
	width: 380px;
	margin: 22px 35px 10px 10px;
}
#review div.detail p {
	margin: 0px;	
}
#review div.detail p.authors {
	font-size: 14px; 
	color: #666; 
	margin-bottom: 6px;
}
#review div.clear {
	clear: both;
}
p.viewer_options {
	margin-top:-8px; 
	font-weight: bold;
}
div.reference {
	margin: 6px 6px 6px 10px;	
	padding: 2px 12px 0px 12px;
	width: 500px;
	background-color: #fff;
	border: 1px dashed #70A100;
}
div.reference:hover {
	border: 1px solid #70A100;
}
#vid_links p.link {
	margin-left: 8px;
	margin-bottom: 0px;
}
#vid_links p.link a {
	font-size: 12px;
	font-weight: bold;	
}
#vid_links p.detail {
	margin: 2px 20px 6px 24px;
	width: 455px;
	background-color: #eee;
	padding: 4px;
	border: 1px dashed #ccc;
}
#vid_links p.heading {
	font-size: 12px;
	font-weight: bold;
	margin: 9px 10px 4px 8px;
}
#vid_books p.heading {
	font-size: 12px;
	font-weight: bold;
	margin: 9px 10px 4px 8px;
}
#vid_books p.thumbnail {
	float: left;
	width: 95px;
	margin: 0px 3px 3px 10px;
	text-align: center;
}
#vid_books p.detail {
	float: right;
	width: 360px;
	background-color: #eee;
	padding: 4px;
	border: 1px dashed #ccc;
}
#vid_books p.clear {
	clear: both;
	font-size: 2px;
}
div.ad1 {
	padding: 4px;
	width: 520px;
	text-align: center;	
	margin: 2px 8px 8px 8px;
}
div.ad2 {
	padding: 4px;
	margin: 0px 0px 0px 62px;
	width: 520px;
	text-align: center;
}
div.ad3 {
	margin-left: -8px;
	width: 190px;
	padding: 2px;
	text-align: center;
}
div.ad4 {
	margin-top: 8px;
	margin-left: -8px;
	width: 190px;
	padding: 2px;
	text-align: center;
}
div.ad5 {
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 12px;
	width: 520px;
	text-align: center;
}
div.viewoption {
	text-align:center; 
	width: 170px; 
	float: left; 
	margin: 20px; 
	
	border: 1px solid #aaa; 
	padding:10px 2px 2px 2px;	
}
div.voleft {
	margin-left: 80px; 
}
#info {
	margin-top: -10px;
	width: 544px;
}
#preview {
	width: 330px;
	margin-left: 20px;
	float: left;
}
#detail_box {
	padding: 4px;
	padding-top: 12px;
	background-color: #ccc;
	border: 1px solid #999;
	margin-right: 4px;
}
#details {
	width: 330px;
	float: right;
	border-left: 1px solid #999;	
}
#author {
	margin-left: 20px;
	font-style: italic;
	font-size: 10px;
}
#results table {
	margin-top: 14px;
	margin-right: 35px;
}
#results td {
	vertical-align: top;	
}
#results td.rank {
	width: 60px;
	padding-right: 2px;	
	vertical-align: top;
	padding-bottom: 12px;
	text-align: right;
}
#results td.head {
	font-size: 14px;
	height: 16px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}
#results td.result {
	padding: 0px 12px 12px 2px;
}
#results span.found {
	font-size: 12px;
	font-weight: bold;
	color:	#70A100;
	font-style: oblique;
}
table.categories {
	float: left;
	margin-left: 8px;
	margin-top: -12px;
	width: 170px;
	margin-bottom: 0px;
}
td.cat {
	width: 115px;
	text-align: right;
}
.rank {
	padding-left: 2px;
}
table.audience {
	width: 160px;
	margin-top: -12px;
	margin-left: 8px;
}
td.aud {
	width: 60px;
	height: 14px;
	text-align: right;
}
td.val {
	width: 110px;
	padding-top: 2px;
}
td.coverage {
	padding-left: 25px;
	width: 160px;	
}
td.audience {
	padding-left: 15px;
	width: 90px;
}
span.dark {
	color: #333;	
}
#tagcloud {
	margin: 10px 0px 8px 10px;
	width: 490px;
	background-color: #fff;
	padding: 6px 6px 0px 6px;
	border: 1px solid #aaa;
}
#tagcloud span {
	float: left;
	margin-left: 3px;
	padding: 1px;	
}
#tagcloud a {
	color: #70A100;
	font-weight: bold;
	text-decoration: none;
}
#sidecloud {
	width: 160px; 
	margin-left: 8px; 
	margin-top: 3px;
	border: 1px solid #ccc; 
	background-color: #fff;	
	padding: 4px;
}
#sidecloud span a.green {
	color: #70A100;	
}
#sidecloud span {
	padding: 1px;	
}
#tagcloud a:hover {
	text-decoration: underline;
}
table.coverage {
	margin-left: 60px; 
	margin-top: 8px; 
	margin-bottom: 20px;	
}
#audience {
	float: left;
	height: 110px;
	width: 180px;
	padding-left: 16px;
}
div.clear {
	clear: both;
	margin: 0px;
	padding: 8px 0px 0px 0px; /* FF lies... or IE does... */
}
/*#resources {
	clear: both;
	padding-top: 8px; 
}*/
#vid_description {
	margin-top:-4px;	
}
#options {
	margin-top: -6px;
	margin-right: 10px;
	width: 148px;
	height: 299px;
	float: right;
	background: url(/img/dl_bar.gif) no-repeat top left;
}
#tp_details {
	position: absolute; 
	display: none;
	background: url(http://images.sqlservervideos.com/img/watch_options.gif) no-repeat top left; 
	z-index: 30; 
	overflow: hidden;	
}
#tp_details div.options {
	width: 165px; 
	height: 200px; 
	clear: both; 
	overflow: hidden;	
}
#tp_details img.img_top {
	position:relative; 
	top: 50px; 
	left: 85px;
}
#tp_details img.img_bottom {
	position:relative; 
	top: 104px; 
	left: 85px;
}
#tp_details2 {
	position: absolute; 
	width: 174px; 
	display: none;
	background: url(http://images.sqlservervideos.com/img/download_options.gif) no-repeat top left; 
	z-index: 31; 
	overflow: hidden;
}
#watch {
	position: relative;
	top: 55px;
	left: 34px;
}
#large_thumbnail {
	width:310px; 
	height: 260px; 
	margin: 5px -5px 20px 20px; 
	float: left;	
}
#download_ops {
	width: 190px; 
	margin-right: 95px; 
	padding: 2px; 
	float: right; 
	background: url(/img/download_options2.gif) no-repeat top left; 
	width: 144px; 
	height: 278px;	
}
#download {
	position: relative;
	top: 185px;
	left: -39px;
}
#download_files {
	width: 85px; 
	height: 258px; 
	clear: both; 
	overflow: hidden;
	padding-left: 69px;
	padding-right: 20px;
	padding-top: 45px;
}
#downloads_files {  /* on the downloads page - not on videos page like previous */
	width: 85px; 
	height: 258px; 
	clear: both; 
	overflow: hidden;
	padding-left: 39px;
	padding-right: 20px;
	padding-top: 45px;
}
#wmp900 {
}
#wmp800 {
	margin-top: 4px;
}
#wmp320 {
	margin-top: 4px;
}
#ipod {
	margin-top: 64px;
}
div.disk {
	float: left;
	width: 25px;	
}
div.size {
	width: 53px;
	text-align: left;
	color: #70A100;
	font-size: 9px;
	font-weight: bold;
	float: right;
}
div.size a:active,
div.size a:link,
div.size a:visited {
	color: #70A100;
	font-size: 9px;
	font-weight: bold;	
	text-decoration: none;
}
div.size a:hover {
	color: #70A100;
	font-size: 9px;
	font-weight: bold;	
	text-decoration: underline;
}
div.divider {
	height: 1px;
	clear: both;
}
#copy p.resource_head {
	margin-top: 0px;
	margin-bottom: 0px;
}
#copy p.resource {
	margin: 0px 5px 0px 12px; 	
}
hr.splitter {
	border: 1px solid #ccc;
	width: 480px;
	margin: 0 auto;
	text-align: center;
}
#comments {
	width: 500px;
	padding: 8px;
	margin-bottom: 12px;
	margin-left: 10px;
}
#comments p {
	margin-bottom: 0px;
	padding: 0px 4px 0px 5px;
	width: 468px;
	max-width: 460px;
}
.comment {
	padding-top: 12px;
	background: url(http://images.sqlservervideos.com/img/comment_top.gif) no-repeat top left;
}
.innercomment {
	margin-top: 6px;
	width: 500px;
	padding: 0px 8px 0px 12px;
	background: url(http://images.sqlservervideos.com/img/comment_bg.gif) repeat-y;
}
.comment_bottom {
	width: 500px;
	height: 39px;
	background: url(http://images.sqlservervideos.com/img/comment_bottom.gif) no-repeat top left;
	margin-bottom: 22px;
}
.postedby {
	font-style: italic;
	position: relative;
	top: 22px;
	left: 84px;
}
#submit {
	border: 1px solid #333;	
}
fieldset {
	padding: 12px 4px 6px 4px;
	width: 526px;
}
legend {
	color: #333;
}
label.input {
	width: 70px;
	float: left;
	text-align: right;
	padding-right: 6px;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	padding-top: 5px;
}
label.checkbox {
	width: 280px;
}
#add input {
	font-size: 11px;	
}
textarea {
	font-family: Verdana;
	font-size: 11px;
}
#add p {
	width: 480px;
}
#add input.name {
	width: 180px;
}
#add input.url {
	width: 280px;
}
#add textarea.text {
	width: 500px;
	height: 160px;
}
#add span.login {
	position: relative;
	left: 20px;
	vertical-align: middle;
}
#register div.attention {
	background-color: #fff;
	padding: 4px;	
	border: 2px dashed #666;
	overflow: hidden;
	margin: 8px 80px 12px 20px;
	color: Red;
}
div.dampened {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	color: #666;
	background-color: #FFFF66;
	margin: 12px 60px 20px 20px;	
	overflow: hidden;
}
#register span.label {
	font-weight: bold;
	color: #666;
	padding-bottom: 4px;
}
#register div.input {
	float: left;
	width: 310px;	
}
#register div.wide_input {
	clear: both;	
}
#register label {
	width: 100px;	
}
#contact label {
	width: 160px;	
}
#contact textarea {
	width: 310px;
}
#contact div.input span.detail {
	font-size: 9px;
	color: #666;
}
#contact input.submit {
	margin-left: 120px;
	width: 140px;	
}
#search span.checkbox {
	color: #666;
	font-weight: bold;
}
#searchoptions {
	width: 500px;
	padding: 0px 0px 9px 18px;
	border: 1px solid #999;
	background-color: #fff;	
}
#toggle2 {  /* search */
	visibility: hidden; 
	display: none;
}
label.wide {
	width: 200px;
	display: inline;
	float: none;
	margin-top: -4px;
	margin-left: 5px;	
}
label.extrawide {
	width: 150px;
	min-width: 150px;
	text-align: right;
	display: inline;
	margin-left: 5px;
}
label.long {
	width: 330px;
	display: inline-block;
	margin-left: 5px;	
	margin-right: 2px;
	padding-bottom: 3px;
}
#register span.checkbox {
	position: relative;
	top: 3px; /* hack */
	margin: 2px 2px 0px 12px;
	padding: 2px 0px 0px 0px;	
}
#register label.checkbox {
	display: inline-block;
	float: none;
	width: 80px;
	margin: 0px 4px 0px 0px;
	text-align: left;
}
#register input.name {
	width: 110px;
}
#register input.location {
	width: 180px;
}
#register input.email {
	width: 160px;
}
#register input.password {
	width: 100px;
}
#register input.display {
	width: 160px;
}
#register input.url {
	width: 200px;
}
#register textarea.text {
	width: 320px;
	height: 100px;
}
#help1 {
	float: right;
	width: 230px;	
	height: 60px;
	margin-right: 30px;
	overflow: hidden;
}
#help2 {
	float: right;
	width: 220px;
	height: 67px;
	margin-right: 30px;
	overflow: hidden;
}
#register div.help {
	overflow: hidden;
	border: 2px dashed #666;
	padding: 4px;
	background-color: #fff;
	display: none;
}
#register div.help p {
	font-size: 9px;
	overflow: hidden;
	margin-bottom: 3px;	
}
#notes_launcher {
	width: 60px;
	border: 1px solid red;
	float: left;	
}
#notes {
	width: 420px;
	background-color: #fff;
	margin: 6px 8px 12px 34px;	
	border: 1px dashed #666;
	padding: 4px 4px 0px 4px;
}
#notes p {
	max-width: 410px;	
}
#side {
	width: 190px;
	position: relative;
	margin: 0px 5px 0px 630px; 
	padding: 0px 15px 10px 25px;	
	color: #777;
	border: 1px solid transparent;  /* FF hack... */
}
#sidebar {
	background: url(http://images.sqlservervideos.com/img/side_bg.gif) repeat-y top left;
	width: 216px;
	margin-top: 20px;
	margin-left: -20px;
	padding: 0px 0px 0px 16px;
	font-size: 10px; 
}
#side p {
	width: 180px;
	padding: 0px;
	margin: 0px;	
	font-size: 10px;
}
#side ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 18px;
}
#side li {
	margin-left: -2px;
	padding-left: 0px;
	padding-right: 32px;
	list-style-image: url(/img/side_dash.gif);
	list-style-position: outside;
}
#side li.selected {
	list-style-image: url(/img/selected.gif);	
}
#side p.list {
	margin-left: 6px;
	width: 145px;
	padding-right: 30px;
}
#side a:visited {
	font-weight: 500;
	color: #4A5D75;
}
#side a:active,
#side a:link { 
	font-weight: 500;
	color: #221A94;
	text-decoration: underline; 
}
#side a:hover { 
	font-weight: 500;
	color: #FA801D; 
	text-decoration: underline; 
}
#side h3 {
	font-size: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#featuredvids img {
	margin-bottom: 4px;	
}
#featuredvids em {
	color: #70A100;
}
#side h3.crowded {
	margin-bottom: -4px;
}
#side h3.bt {
	text-align: left;
	margin-left: 8px;
}
#side div.bt_wrapper {
	padding: 12px;
	width: 154px;
	border: 1px solid #ccc;
	margin: 0px 0px 18px 8px;	
}
#side p.bt_review {
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	margin: 3px 0px 0px 6px;
	width: 150px;
}
#side div.bt_footer {
	margin-top: 4px;
	margin-bottom: 42px;
	text-align: center;
}
#sponsor {
	background-color: #e8e8e8; 
	width: 180px; 
	height: 200px; 
	margin: 4px 0px 20px 4px;	
}
#division2 {
	width: 214px;
	height: 13px;
	background: url(http://images.sqlservervideos.com/img/side_bottom.gif) no-repeat top left;
	margin-bottom: 16px;
	margin-left: -16px;
}
#bottom {
	clear: both;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 34px;
	background: url(http://images.sqlservervideos.com/img/bottom.gif) no-repeat top left;
}
#footer {
	width: 900px;
	clear: both;
	margin: 0 auto;
	text-align: center;
	color: #515F70;
	padding-bottom: 12px;
	font-size: 14px;
}
#footer div.copyright {
	font-size: 12px;
	font-weight: 500;
}
#footer div.copyright a:visited,
#footer div.copyright a:active,
#footer div.copyright a:link {
	color: #515F70;
	text-decoration: none;
}
#footer div.copyright a:hover {
	color: #515F70;
	text-decoration: underline;
}
#footer div.nav {
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 5px;
}
#footer div.nav a:visited,
#footer div.nav a:active,
#footer div.nav a:link {
	color: #515F70;
	text-decoration: none;
}
#footer div.nav a:hover {
	color: #70A100;
	text-decoration: underline;
}

/* jquery validation */
label.error {
	display: block;
	width: 120px;
	color: red;
	font-style: italic;
	font-weight: normal;
}
input.error {
	border: 2px solid red;
}
td.field input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}

/*----------- jqModal -------------------------- */

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.modal {
	display: none;
	
	position: fixed;
	top: 12%;
	left: 55%;
	
	z-index: 200;	
	background-color: #fff;
	padding: 20px;
	
	margin-left: -300px;
    
}	
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}