/* macProVideo Styles */
/* URL: www.macprovideo.com */
/* Author: Jon Marus */

@import url("mpv_forms.css");

/* @group Links */

a {
	text-decoration: none;
	color: #000000;
}

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

a.white_link {
	text-decoration: none;
	color: #ffffff;
}

a.white_link:hover {
	color: #999999;
	text-decoration: none;
}

.white_link_clicked {
	color: #efefef;
	border-bottom: 1px solid #999999;
}

a.fp_link {
	color: #2170B8;
	text-decoration: underline;
}

a.fp_link:hover {
	color: #0062e9;
}

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;
}

#news_article a {
	font-weight: normal;
	border-bottom: 1px dotted #888;
}





/* @end */

/* @group Doc Settings */

body {
	margin: 0px;
  	padding: 0px;
  	font-size: 12px;
  	line-height: 16px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #333333;
  	background: url("/img/mpv_bg.gif"); 
	background-position: 0% 0%;
	background-repeat: repeat;
  	background-color: #dddddd;
}

img {
	border: 0px;
}

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

strong {
	font-weight: bolder;
}

h1, .sec_hdr {
	position: relative; 
	padding: 0 0 .5em 0;
	color: #DB4D15;
	text-shadow: #cccccc 1px 1px 1px;
	font-weight: bold;
	font-size: 1.6em;
	font-family: arial, sans-serif;
	border-bottom: 2px solid #dddddd;
}

h2, .sub_sec_hdr {
	padding: 0 0 .3em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	border-bottom: 2px solid #dddddd;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #dddddd;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-weight: bold;
}



/* @end */

/* @group Layout */

#container {
	position: relative;
	margin: 0px auto;
	width: 800px;
	height: 100%;
	background-color: #faf7f0;
}

#logo {
	position: relative;
	margin: 0px;
	height: 70px;
}

#hdr {
	position: relative;
	padding: 0px;
	width: 800px;
	/*height: 96px;*/
	background-color: #faf7f0;
}

#sub_hdr {
	background: url("/img/mpv_sub_hdr_black.gif"); 
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-color: #000000;
}

#left_col {
	float: left;
	padding: 0px;
	width: 150px;
}

#mid_col {
	position: relative;
	float: left;
	margin: 0px;
	padding: 10px 12px 10px 12px;
	width: 620px;
	display: inline;
	background-color: #faf7f0;
}

#ftr {
	clear: both;
	margin: 0;
	padding: 80px 8px 35px 8px;
	background-color: #faf7f0;
}



/* @end */

/* @group Nav Lists */

/* -- Navigation List (nv) -- */
#hdr_nav {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	white-space: nowrap;
}

#hdr_nav li {
	display: inline;
	list-style-type: none;
}

#hdr_nav li a {
	margin: 0px 0px 0px 1px;
	padding: 0px 1px 2px 1px;
	font-size: 13px;
}

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,
body#tab8 li#tab8 a,
body#tab9 li#tab9 a,
body#tab10 li#tab10 a,
body#tab_ts li#tab_ts a {
	color: #666;
	border-bottom: 2px solid #999;
}

/* -- Search (srch) -- */

#srch_nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
}

#srch_nav li {
	display: block;
	width: 137px;
	margin: 0px 1px 1px 1px;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}

/* -- Browse Applications (ba) -- */

#ba_nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
}

#ba_nav a {
	display: block;
	width: 130px;
	margin: 0px 1px 1px 1px;
	padding: 4px 12px 4px 5px;
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	cursor: pointer;
}

#ba_nav a:hover {
	color: #222222;
	background: url("/img/arrow_right_grey.gif");
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-color: #E3E3E3;
	border-color: #cccccc;
}

/* -- Browse Forums (bf) -- */

#bf_nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
}

#bf_nav a {
	display: block;
	width: 130px;
	margin: 0px 1px 1px 1px;
	padding: 4px 12px 4px 5px;
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	cursor: pointer;
}

#bf_nav a:hover {
	color: #222222;
	background: url("/img/arrow_right_grey.gif");
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-color: #E3E3E3;
	border-color: #cccccc;
}



/* @end */

/* @group Lists */

/* == Ned Download == */

#ned_download {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ned_download #platform_mac {
	padding: 0 0 0 65px;
	height: 40px;
	background-image: url('/img/icons/platforms/macosx.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#ned_download #platform_windows {
	margin: 3.5em 0 0 0;
	padding: 0 0 0 45px;
	height: 40px;
	background-image: url('/img/icons/platforms/windows.gif');
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

/* == Samples List == */

#smpl_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}

#smpl_list li a {
	display: block;
	margin: .2em 0 .2em 0;
	padding: .5em 0 0 50px;
	height: 32px;
	line-height: 1.1em;
	text-decoration: none;
	background-color: #eee;
	background-image: url('/img/buttons/sample_film_cell.gif');
	background-repeat: no-repeat;
	background-position: 8px 4px;
}

#smpl_list li a:hover {
	color: #333;
	background-color: #e6e6e6;
	background-image: url('/img/buttons/sample_film_cell_b.gif');
	background-repeat: no-repeat;
}

/* == DL List == */

dl {
	display: block;
}

dt {
	clear: left;
	display: block;
	margin: 0px 10px 3px 0px;
	padding: 0px 10px 3px 3px;
	text-align: right;
	float: left;
	width: 170px;
}

dd {
	display: block;
	margin: 0px 10px 3px 15px;
	padding: 0px 0px 3px 0px;
	white-space: nowrap;
}

#tut_def dl {
	display: block;
}

#tut_def dt {
	clear: left;
	display: block;
	margin: 0px 10px 2px 0px;
	padding: 0px 5px 2px 3px;
	color: #666;
	text-align: left;
	float: left;
	width: 85px;
}

#tut_def dd {
	display: block;
	margin: 0px 10px 3px 15px;
	padding: 0px 0px 3px 0px;
	white-space: nowrap;
}

/* -- List Classes -- */

.item_title {
	padding: 4px;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	background: url("/img/list_hdr.gif"); 
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-color: #ddd;
}

.item_tab {
	padding: 4px 0px 2px 10px;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	background: url("/img/list_hdr_tab.gif"); 
	background-position: 0% 50%;
	background-repeat: no-repeat;
}



/* @end */

.preField {
	margin: 2px 10px 3px 0px;
}

.preTxt {
	margin: 0px 10px 3px 0px;
	border-right: 1px solid #ddd;
}

.preSFTxt {
	margin: 0px 10px 3px 0px;
	width: 75px;
	border-right: 1px solid #ddd;
}

/* @group Message DIVs */

#err_msg, .err_msg {
	margin: 5px 0px 5px 0px;
	padding: 5px 50px 5px 10px;
	line-height: 20px;
	color: #A51A1A;
	background-color: #FFBFBF;
	border: 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;
}



/* @end */

/* @group DIVs */

#bundle_builder {
	margin: 1.5em 0 0 0;
	min-height: 120px;
	text-align: center;
}
#bundle_builder ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bundle_builder ul li {
	display: inline;
	margin: 0 0 0 3px;
	padding: 0;
}

#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;
}


/* @group Product Card */

#product_container {
	float: left;
	margin: 10px 5px 0px 5px;
	padding: 3px 0px 0px 0px;
	width: 218px;
	font-size: 11px;
	text-align: center;
	background: url("/img/product_tab.gif"); 
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#product_box {
	position: relative;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	line-height: 14px;
	height: 130px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}



/* @end */

#smartfind_results {
	z-index: 99;
	display: none;
	position: absolute;
	top: 22px;
	right: 0px;
	width: 430px;
	font-weight: normal;
	border: 1px solid #777;
	background-color: #fff;
	
}

#learning_box {
	float: left;
	position: relative;
	padding: 3px;
	width: 194px;
	height: 350px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: url("/img/gradients/cream_to_blue.gif"); 
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

#learning_box_sml {
	position: relative;
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 4px;
	width: 141px;
	height: 180px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: url("/img/gradients/cream_to_blue.gif"); 
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

/* @end */

/* @group Table Classes */

.tbl_hdr {
	padding: .4em;
	font-size: 1.1em;
	color: #fff;
	background: url("/img/gradients/tbl_hdr.gif"); 
	background-position: 0% 100%;
	background-repeat: repeat-x;
	background-color: #ababac;
}



/* @end */

/* @group Classes */

.product_box_title {
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
}

.sc_hdr {
	padding: .3em;
	font-size: 1.1em;
	color: #DB4D15;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	background-color: #F4F0E8;
}

.hilite {
	padding: 0 .3em 0 .3em;
	color: #333; 
	font-weight: bold;
	/*background-color: #F6E655;*/
}

.success {
	font-weight: bold;
	font-size: 1.2em;
	color: #777;
}

.error {
	font-weight: bold;
	font-size:  1.2em;
	color: #bb1a00;
}

.sml_txt {
	font-size: 10px;
	color: #888888;
}

.learning_blurb {
	padding: 0px 1px 0px 1px;
	color: #555555;
	font-size: 11px;
}

.meetned_feat {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}

.meetned_feat_desc {
	padding: 5px 0 20px 0;
	font-size: 1.2em;
	line-height: 1.2em;
}

.avatar {
	position: relative;
}

.avatar:hover {

}

.avatar span {
	display: none;
}

.avatar:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	width: 64px;
	height: 64px;
	z-index: 99;
}


/* @end */

/* @group Forms */

div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
  float: left;
  margin: 0px 5px 0px 0px;
  width: 120px;
  text-align: right;
}

.submit {
	width: 100px;
}



/* @end */


.td_odd{
	background-color: #edf3fe;
}

.td_even{
	background-color: #ffffff;
}

