/* designProVideo.com Styles */
/* URL: designProVideo.com */
/* Author: Jon Marus */

@import url("dpv_forms.css");

/* @group Links */

a {
	text-decoration: none;
	color: #1C4B8D;
}

a:hover {
	color: #555;
	text-decoration: none;
}

#err_msg a {
	color: #1C4B8D;
	border-bottom: 1px dotted #1C4B8D;
}

body#tab1 li#tab1 a,
body#tab2 li#tab2 a,
body#tab3 li#tab3 a,
body#tab4 li#tab4 a,
body#tab5 li#tab5 a,
body#tab6 li#tab6 a,
body#tab7 li#tab7 a {
}


a.mo_box {
	position: relative;
}

a.mo_box:hover {
	
}

a.mo_box span {
	display: none;
}

a.mo_box:hover span {
	display: block;
	position: absolute;
	top: 2em;
	left: -2em;
	padding: 1em;
	width: 22em;
	text-align: left;
	border: 1px solid #333;
	background-color: #fff;
	z-index: 76;
}

/* @end */

/* @group Doc Settings */

html, body {
	height: 100%;
}

body {
	margin: 0px;
  	padding: 0px;
  	font-size: 13px;
  	line-height: 16px;
  	font-family: 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
  	color: #111;
  	background-color: #7F868E;
}

body#nedweb_player {
	background-image: url('/img/nedweb_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-y;
	background-color: #ffffff;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #333;
}

h1 {
	font-size: 1.1em;
}

h2 {
	margin: 1em 0 20px 0;
	font-size: 1em;
}

fieldset {
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
}

fieldset legend {
	padding: 0 10px 0 10px;
	font-weight: bold;
	color: #444;
	font-size: 1.1em;
}

/* @end */

/* @group Layout */

#navList, #appList {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	min-width: 200px;
	background-color: #fff;
}

#navList {
	height: 140px;
	border: 1px solid #333333;
}

#appList {
	position: absolute;
	top: 0;
	left: 0;
	width: 256px;
	border-right: 1px solid #999;
}

#appArea {
	margin: 0 0 0 256px;
	padding: 0px;
	border-left: 1px solid #ddd;
}

#navList a, #appList a {
	display: block;
	padding: 6px 5px 6px 10px;
	color: #222;
	background-image: url('/img/icons/right_arrow.png');
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

#navList a:hover, #appList a:hover {
	color: #777;
	background-image: url('/img/icons/right_arrow_b.png');
	background-repeat: no-repeat;
}

#navList li {
	
}

.appVersion {
	clear: both;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 10px;
	font-size: 1.1em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	background-image: url('/img/app_version_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-color: #ffffff;
}

.#pre_hdr {
	height: 4px;
	border-bottom: 1px solid #566B87;
	background-color: #61738B;
}

#hdr {
	position: relative; 
	color: #000000;
	margin: 0px auto;
	width: 1000px;
	height: 100px;
}

#sub_hdr {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	background-color: #002253;
}

#container {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	background-color: #ffffff;
}

#banner {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	text-align: center;
	line-height: 0;
	background-color: #fff;
}
	
#content {
	clear: both;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	min-width: 1000px;
	border-top: 2px solid #555555;
}

#ftr {
	clear: both;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	color: #000;
	border-top: 1px solid #dddddd;
}


/* @end */

/* @group Divs */

#player_bar {
	position: relative; 
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	height: 36px;
	line-height: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #ddd; 
	background-image: url('/img/gradients/launch_player_bar_bg.jpg');
	background-position: 0 0; 
	background-repeat: repeat-x;
}

#tut_overlay_price {
	position: absolute; 
	bottom: 35px; 
	left: 6px; 
	padding: 1px; 
	width: 48px; 
	text-align: center; 
	border-top: 1px solid #ddd; 
	border-right: 1px solid #949494; 
	border-bottom: 1px solid #949494; 
	color: #fff; 
	background-color: #888; 
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 1;
}

#create_account_box {
	width: 740px;
	min-height: 350px;
	z-index: 25;
}

#login_box {
	width: 440px;
	min-height: 245px;
	z-index: 25;
}

#create_account_box, #login_box {
	position: absolute;
	top: 40px;
	right: 25px;
	border: 3px solid #d1d1d1;
	background-color: #fefefe;
}



#err_msg, .err_msg {
	margin: 5px 0px 5px 0px;
	padding: 5px 50px 5px 10px;
	line-height: 20px;
	color: #A51A1A;
	background-color: #FFBFBF;
	border-top: 1px solid #FF2424;
	border-bottom: 1px solid #FF2424;
}
	
#success_msg, .success_msg {
	margin: 5px 0px 5px 0px;
	padding: 3px 5px 3px 5px;
	line-height: 20px;
	color: #444444;
	background-color: #EDF3FE;
	border-top: 1px solid #B8CCF1;
	border-bottom: 1px solid #B8CCF1;
}

#warn_msg {
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 10px;
	line-height: 20px;
	color: #666666;
	border-top: 1px solid #FFD324;
	border-bottom: 1px solid #FFD324;
	background-color: #FFF6BF;
}

#note_msg {
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 10px;
	line-height: 20px;
	color: #333;
	border-top: 1px solid #F87323;
	border-bottom: 1px solid #F87323;
	background-color: #F0BB9B;
}

#error_box {
	margin: 10px 0px 0px 0px;
	padding: 5px 15px 5px 15px; 
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
}

#overlay, .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 2;
}

#overlay_box {
	position: absolute;
	margin: 0px auto; 
	top: 3em;
	left: 4em;
	border: 1px solid #eee;
	background-color: #fff; 
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 25;
}

#video_overlay {
	position: fixed;
	display: none; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #111;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 25;
}

#video_box {
	position: absolute;
	display: none;
	top: 50px;
	left: 100px;
	width: 1100px;
	height: 850px;
	background-color: #999;
	z-index: 25;
}

#video_player {
	margin: 0px auto;
	margin-top: 10px;
	width: 1024px;
	background: url('/img/loading_preview_video.gif'); 
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


/* @end */

/* @group Lists */

dt {
	float: left;
	padding: 0px 15px 0px 0px;
	width: 120px;
	line-height: 1.9em;
	text-align: right;
}

dd {
	margin: 0px 0px 5px 130px;
	line-height: 1.9em;
	color: #222;
}


/* @end */

/* @group Nav List */

#hdr_pre_nav {
	position: absolute; 
	top: 40px; 
	right: 10px;
	margin: 0;
	padding: 0;
	width: 250px;
	list-style-type: none;
}

#hdr_pre_nav li {
	display: inline;
	padding: 0 0 0 6px;
	font-size: 1.1em;
}

#hdr_pre_nav li a {
	color: #222;
}

.hdr_nav, #hdr_nav ul {
	list-style: none;
	margin: 0px auto;
	padding: 0;
	line-height: 1;
	height: 37px;
	background-color: #ff0000;
	border-bottom: 1px solid #031E44;
	overflow: hidden;
	z-index: 5;
}

.hdr_nav li {
	position: relative;
	overflow: hidden;
	float: left;
}

.hdr_nav li a {
	line-height: 13px;
	display: block;
	padding: 12px 10px;
	white-space: nowrap;
	font-size: 16px;
	text-align: center;
	width: 180px;
	color: #fff;
}

.hdr_nav li a:hover {
	/*background-color: #373E47;*/
	color: #fff;
}

/* Tutorial List Navigation */
#tut_nav ul {
	margin: 0px auto;
	padding: 0;
	line-height: 1;
	background-color: #002253;
	overflow: hidden;
}

#tut_nav li {
	list-style-type: none;
	padding: 20px 5px 0 5px;
	overflow: hidden;
	width: 120px;
	text-align: center;
	float: left;
}

/* Bundle Builder List Navigation */
#bb_nav ul {
	margin: 0px auto;
	padding: 0;
	line-height: 1;
	background-color: #002253;
	overflow: hidden;
}

#bb_nav li {
	list-style-type: none;
	padding: 10px 5px 0 5px;
	overflow: hidden;
	width: 90px;
	text-align: center;
	float: left;
}

/* Sub-Nav Tabs */
#content_tabs {
	padding: 10px 10px 10px 10px;
}

#content_tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	color: #000;
	border-right: #fff;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 2px solid #002253;
}

#content_tabs ul li {
	display: inline;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

#content_tabs .active {
	background-color: #002253;
}

#content_tabs .active a {
	color: #fff;
}

/* @end */

/* @group Classes */

.app_hdr {
	margin: 20px 20px 30px 20px;
	padding: 8px;
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: url('/img/gradients/hdr_bg_grey.jpg'); 
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

.fade_img {
	opacity: .5;
	filter: alpha(opacity=50);
}

.block_hdr {
	margin: 0px;
	padding: 5px 5px 10px 5px;
	color: #fff;
	border-right: #fff;
	text-transform: uppercase;
	font-weight: normal;
	background: url('/img/gradients/hdr_block_blue.jpg'); 
	background-position: 0% 100%;
	background-repeat: repeat-x;
	background-color: #042E6C;
}

.block_hdr a {
	color: #fff;
	text-transform: lowercase;
}

.block_hdr a:hover {
	color: #1C4B8D;
}

/* @end */