/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... *//**
 * general
 */ 
* {
    
    border-width: 1px;
	color:#363839;
}

iframe{
	 border:none;
}

body {
    background-color:white;
    background-repeat: no-repeat;
	background-position:5px 5px;
    padding: 0px;
    margin: 0px;
    font:12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

td {
    vertical-align: top;
}

img {
    border-style: none;
}

a:link {
    text-decoration: none;
	color:inherit;
}

a:visited {
    text-decoration: none;
	color:inherit;
}

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

a:active {
    text-decoration: none;
	color:inherit;
}

a img {
    border-style: none;
    margin: 0px;
}

input.button {
    padding: 0 .25em;
    width: 0;
    overflow: visible;
}

input.button[class] {
    width: auto;
} 

button, button.yt_button, a.yt_button,
button.yt_button_large, a.yt_button_large{
	padding:0px;padding-left:10px;padding-right:10px;margin-top:3px;padding-top:5px;padding-bottom:5px;font-weight:bold;text-align:center;
border:solid 1px #2D4780;border-left-color:#EBEBEB;border-top-color:#EBEBEB;background-color:#D7DEE5;
	
	 background-image:url(/var/yt/img/blue_bar.jpg);color:white; background-repeat:repeat-x;
	 -webkit-border-top-left-radius:6px;
         -webkit-border-top-right-radius:6px;
         -webkit-border-bottom-left-radius:6px;
         -webkit-border-bottom-right-radius:6px;

         -khtml-border-radius-topleft:6px;
         -khtml-border-radius-topright:6px;
         -khtml-border-radius-bottomleft:6px;
         -khtml-border-radius-bottomright:6px;

         -moz-border-radius-topleft:6px;
         -moz-border-radius-topright:6px;
         -moz-border-radius-bottomleft:6px;
         -moz-border-radius-bottomright:6px;
		 
		 border-radius-topleft:6px;
         border-radius-topright:6px;
         border-radius-bottomleft:6px;
         border-radius-bottomright:6px;
}

button.yt_button_large, a.yt_button_large{
	font-size:20px;
}



.ffButton {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border-style: none;
}

input, textarea{
	padding-left:2px;padding-top:4px;padding-bottom:4px;
	-webkit-border-top-left-radius:5px;
         -webkit-border-top-right-radius:5px;
         -webkit-border-bottom-left-radius:5px;
         -webkit-border-bottom-right-radius:5px;

         -khtml-border-radius-topleft:5px;
         -khtml-border-radius-topright:5px;
         -khtml-border-radius-bottomleft:5px;
         -khtml-border-radius-bottomright:5px;

         -moz-border-radius-topleft:5px;
         -moz-border-radius-topright:5px;
         -moz-border-radius-bottomleft:5px;
         -moz-border-radius-bottomright:5px;
		 
		 border-radius-topleft:5px;
         border-radius-topright:5px;
         border-radius-bottomleft:5px;
         border-radius-bottomright:5px;

}

a.underlinedLink:link {
    color: black;
    font-weight: normal;
    margin: 0px;
    text-decoration: underline;
}

a.underlinedLink:visited {
    color: black;
    font-weight: normal;
    margin: 0px;
    text-decoration: underline;
}

a.underlinedLink:hover {
    color: black;
    font-weight: normal;
    margin: 0px;
    text-decoration: underline;
}

a.underlinedLink:active {
    color: black;
    font-weight: normal;
    margin: 0px;
    text-decoration: underline;
}

a.underlinedIconLink:link {
    display: inline;
    vertical-align: middle;
    color: black;
    font-weight: normal;
    margin: 0px;
    text-decoration: underline;
}

a.underlinedIconLink:visited {
    display: inline;
    vertical-align: middle;
    color: black;
    font-weight: normal;
    margin: 0px;
    text-decoration: underline;
}

a.underlinedIconLink:hover {
    display: inline;
    vertical-align: middle;
    color: black;
    font-weight: normal;
    margin: 0px;
    text-decoration: underline;
}

a.underlinedIconLink:active {
    display: inline;
    vertical-align: middle;
    color: black;
    font-weight: normal;
    margin: 0px;
    text-decoration: underline;
}

a.iconLink {
    vertical-align: middle;
} .linkSpan {
    vertical-align: middle;
} .title_icon {
    vertical-align: middle;
    margin-right: 2px;
}

.clearer{
	clear:both;
}

/**
 * Ueberschriften
 */

h1, #indexH1 {
    margin-top: 0px;
    font-size: 14px;
    
	
    padding: 0px;padding-right:13px;
	font-weight:bold;
	line-height:30px;
}

#ytPageIndex h1{
	      background-color:white;font-size:13pt;
	      
         
		 font-weight:normal;padding:0px;height:143px;
		 
}



h2 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 11pt;
    color: #090909;
}

h2 * {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 11pt;
    color: #090909;
}

#yt_header{
	text-align:center;
	background-image:url(/var/yt/img/header_bg.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-color:#EAEAEA;
		
}

#yt_header_ads{
	 
}

/**
 * Buttons
 */ .ytButton {
    border-color: white;
    font-size: 9pt;
} .ytDefaultButton {
    vertical-align: middle;
    border-color: white;
    background-color: transparent;
    color: white;
    padding: 1px;
    border-width: 1px;
    border-style: solid;
} .ytDefaultButtonRed {
    vertical-align: middle;
    border-color: #CD1D1D;
    background-color: transparent;
    color: #CD1D1D;
    padding: 1px;
    border-width: 1px;
    border-style: solid;
} .fullTable {
    margin-left: 0px;
} .defaultListRow0 td {
    background-color: #F0F0F0;
    padding: 2px;
} .defaultListRow1 td {
    background-color: #F5F5F5;
    padding: 2px;
}

div.defaultListRow0 {
    background-color: #DFE4E7;
    padding: 4px;
}

div.defaultListRow1 {
    background-color: #EEEFF1;
    padding: 4px;
} .defaultListTable {
    border-spacing: 2px;
    width: 780px;
}


.searchField {
    width: 240px;
    border-color: white;
    height: 16px;
    font-size: 8pt;
} .searchButton {
    height: 12px;
    padding: 0px;
    font-size: 8pt;
} #menuSearchInput {
    border-style: solid;
    border-color: black;
    background-color: white;
    color: black;
    line-height: 14px;
    font-size: 13px;
    height: 14px;
    width: 300px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
} #menuSearchButton {
    height: 20px;
} .searchTLeft {
    vertical-align: middle;
} .searchTRight {
    vertical-align: middle;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
} .searchTRight img {
    vertical-align: middle;
} #searchLayoutTable {
} #topSearchTable {
}


#ytCFLostPasswordLink {
    text-decoration: underline;
    font-size: 9pt;
    color: #CD1D1D;
    font-weight: normal;
} 

.ytSignUpTable {
    text-align: center;
    width: 233px;
    height: 82px;
    background-image: url(/var/yt/img/become_a_member.png);
    background-repeat: no-repeat;
	margin-bottom:20px;
} .ytUploadTable {
    text-align: center;
    width: 233px;
    height: 82px;
    margin-bottom: 20px;
    background-image: url(/var/yt/img/button_upload.png);
    background-repeat: no-repeat;
} .bigSignUpLink {
    display: block;
    line-height: 82px;
    font-size: 10pt;
    color: white;
    text-decoration: underline;
} 

.ytSignUpImageLink{
	background-image: url(/var/yt/img/button_upload.png);
    background-repeat: no-repeat;
	display: block;
    line-height: 82px;width:233px;
    font-size: 10pt;
    color: white;
    text-decoration: underline;
}

.ytSignUpUploadTableLinkTd {
    vertical-align: middle;
    text-align: center;
} .ytSignUpUploadTableTextTd {
    color: black;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}

.ytDefaultPanel{
	  border:solid 1px #2E437A;
	background-color:white;
	  background-repeat:repeat-x;
	 -webkit-border-top-left-radius:8px;
         -webkit-border-top-right-radius:8px;
         -webkit-border-bottom-left-radius:8px;
         -webkit-border-bottom-right-radius:8px;

         -khtml-border-radius-topleft:8px;
         -khtml-border-radius-topright:8px;
         -khtml-border-radius-bottomleft:8px;
         -khtml-border-radius-bottomright:8px;

         -moz-border-radius-topleft:8px;
         -moz-border-radius-topright:8px;
         -moz-border-radius-bottomleft:8px;
         -moz-border-radius-bottomright:8px;
		 
		 border-radius-topleft:8px;
         border-radius-topright:8px;
         border-radius-bottomleft:8px;
         border-radius-bottomright:8px;
}

.ytDefaultPanel h4{
	background-image:url(/var/yt/img/window_bar.jpg);
	color:white;padding:5px;
	-webkit-border-top-left-radius:8px;
         -webkit-border-top-right-radius:8px;
         
         -khtml-border-radius-topleft:8px;
         -khtml-border-radius-topright:8px;
         
         -moz-border-radius-topleft:8px;
         -moz-border-radius-topright:8px;
       
		 border-radius-topleft:8px;
         border-radius-topright:8px;
      padding-left:15px;
      font-size:13px;
}

.ytDefaultPanel h4 img,
.ytDefaultPanel h4 span{
	 color:inherit;vertical-align:middle;
}

.ytDefaultPanel div.content{
	padding:5px;
}

#ytSliderWindow{ 
border:solid 1px #7E8286;border-left-color:#ECEFF2;border-top-style:none;background-color:#D7DEE5;
	 background-image:url(/var/yt/img/yt_default_panel_bg.jpg); background-repeat:repeat-x;
	 -webkit-border-top-left-radius:0px;
         -webkit-border-top-right-radius:0px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:0px;
         -khtml-border-radius-topright:0px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:0px;
         -moz-border-radius-topright:0px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
		 
		 border-radius-topleft:0px;
         border-radius-topright:0px;
         border-radius-bottomleft:10px;
         border-radius-bottomright:10px;
}

.yt_time_ago_string{
	 font-style:italic;font-size:inherit;margin-right:5px;
}

.ytSelectedTutorial{
	color:black;
	 padding:5px; border:solid 1px #7E8286;border-left-color:#ECEFF2;border-tomp-color:#ECEFF2;border-right:none;background-color:#D7DEE5;
	 background-image:url(/var/yt/img/yt_default_panel_bg.jpg); background-repeat:repeat-x;
}

.ytDefaultFormTable{
	margin-left:auto;margin-right:auto;
}

.ytDefaultFormTable td{
	color:black;
    font-size: 10pt;
    
    padding-bottom: 4px;
    vertical-align: middle;
	text-align:left;
	
}

.ytDefaultFormTable td.left{
	text-align:right;width:65px;
}

.ytDefaultFormTable td.left_vtop{
	text-align:right;width:65px;vertical-align:top;padding-top:5px;
}

.ytDefaultFormTable input,
.ytDefaultFormTable textarea, 
.ytDefaultFormTable select,
.ytDefaultFormTable .ytDefaultPanel{
     margin-left:5px;
}

.ytDefaultFormTable td.button_td{
	  text-align:right;
}

/**
 * Menu
 */ 
#menuContainerTd {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
} 


.ytBlueWindow{
	background-color:#EFF4FF;border-style:solid;border-color:#BDD3FF;
}

.ytBlueWindowCaption{
	 background-color:#cddeff;padding:10px;
}

.ytBlueWindowContent{
	 padding:10px;
}

.ytOrangeWindow{
	background-color:#FEE086;border-style:solid;border-color:#AFAC76;
}

.ytOrangeWindowCaption{
	 background-color:#FEC41A;padding:10px;
}

.ytOrangeWindowCaption{
	 color:#CD2927;font-weight:bold;
}

.ytOrangeWindowContent{
	 padding:10px;
}

.ytWindowCaption{
	 padding:5px;background-color:#1A2843;margin-bottom:0px;border-color:white;
	 border:solid 1px white;
	 border-bottom-style:none;
	 color:white; font-weight:bold;font-size:10pt; 
}



.ytWindowContent{
	 border:solid 1px white;
	 background-color:#293F68;
}

.ytMainMenuTable li.first{
	height:30px;border-right:solid 1px #2F4984;float:left;text-align:center;width:105px;
}


.ytFilledMenuTd {
     float:left;
    text-align: left;
    border: none 0px white;
    border-right:solid 1px #2F4984;
    height: 30px;
	line-height:30px;font-weight:bold;
	
	
         
          background-repeat:repeat;
} 
a.ytMenuLink {
    font-size: 13px;
    color:#FDFDFD; font-weight:bold;
    display:block;
    line-height: 30px;padding-left:12px;padding-right:12px;
	border-left:solid 1px #6EAAE8; border-right:solid 1px #6EAAE8;
	text-shadow:1px 1px 2px #0D1526;
} 

a.ytMenuLink:hover {
	background-image:url(/var/yt/img/black_10.png);
}


#ytHeaderSpaceTd {
    width: 500px;
}

/**
 * Search bar
 */ #ytSearchBarTable {
    height: 25px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-bottom-color: #a0a0a0;
    width: 890px;
    background-color: white;
    background-image: url(/var/yt/img/gray_bar.jpg);
} #ytSearchBarTableLeftTd {
    vertical-align: middle;
    padding-left: 20px;
} #ytSearchBarTableRightTd {
    text-align: right;
    vertical-align: middle;
} #attentionBar {
    background-color: #FF1F1F;
    color: white;
    
} #attentionBar div {
    padding: 5px;color:white;
}
#attentionBar *{
	color:white;
}

#ytContentWrapper{
	 width: 960px; margin-left:auto; margin-right:auto;
}

#ytContentDiv, .ytContentDiv {
    
    background-repeat: repeat;
} 

 


#ytRoundedBgTop {
    padding-right:8px;
    
    background-image:url(/var/yt/img/menu_bar_bg.jpg);
    background-repeat: repeat-x;font-size:1px;
	border-top:solid 1px #2A5196;
	border-bottom:solid 1px #2E437A;
} 

#ytRoundedBgTopSmall{
	  height: 10px;
   
    background-image: url(/var/yt/img/gray_trans_bg_top.png);
    background-repeat: no-repeat;font-size:1px;background-position:bottom;
	margin-left:auto;margin-right:auto;
}


#ytRoundedBgBottom {
    height: 10px;
    width: 960px;
    background-image: url(/var/yt/img/gray_trans_bg_bottom.png);
    background-repeat: no-repeat;font-size:1px;
} 

#ytLargeContentDiv {
    margin-left: 20px;
    margin-right: 20px;
} 

#ytDefaultPagePaddingDiv {
    padding-right: 13px;
    padding-left: 13px;
	padding-bottom:10px;
    margin: 0px;
} 

#ytDefaultPageIntro{
	 margin-bottom:10px;
}

#ytPageIndex h2{
	 color:white; font-size:13px;margin-top:10px;height:27px;line-height:27px;
	 background-image:url(/var/yt/img/blue_bar.jpg);padding-left:12px;background-repeat:repeat;
	 border-bottom:solid 1px #292B25;
}



#ytPageTos ol,
	#ytPageTos ul{
		 margin-left:30px;padding:0px;
	}
	
	#ytPageTos ol{
		list-style-type:decimal;
	}
	
	#ytPageTos ul{
		list-style-type:disc;
	}
	
	#ytPageTos ol li,
	#ytPageTos ul li{
		margin-top:10px;
	}

#ytPageTos p{
	 margin-top:10px; margin-bottom:10px;
}

#googleAdSenseTdRight {
    background-color: transparent;
    text-align: right;
    padding-left: 10px;
} .googleAdSenseRight {
    margin-left: 20px;
    margin-right: 20px;
    width: 215px;
} .googleAdsBottom {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
} 

.ytDefaultFormBackgroundDiv {
    background-color: #F6F6F6;
    padding: 10px;
	-webkit-border-top-left-radius:6px;
         -webkit-border-top-right-radius:6px;
         -webkit-border-bottom-left-radius:6px;
         -webkit-border-bottom-right-radius:6px;

         -khtml-border-radius-topleft:6px;
         -khtml-border-radius-topright:6px;
         -khtml-border-radius-bottomleft:6px;
         -khtml-border-radius-bottomright:6px;

         -moz-border-radius-topleft:6px;
         -moz-border-radius-topright:6px;
         -moz-border-radius-bottomleft:6px;
         -moz-border-radius-bottomright:6px;
} 


.ytDefaultCaptionSubText {
    margin-bottom: 10px;
    font-size: 9pt;
} 


.ytDefaultPage {
    width: 728px;
}

/**
 * bottom search
 */ #bottomSearch {
    margin-bottom: 20px;
    width: 890px;
} #bottomSearchTd {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/**
 * Foot links
 */ 
#footArea {
    margin-top: 8px;
   text-align: center;
	
	background-image:url(/var/yt/img/blue_bar.jpg);
	height:150px;
	border-top:solid 1px #2E437A;
}

#footArea ul{
	float:right;
}

#footArea ul li{
	 display:inline;
}

#footArea ul a,
#footArea ul span{
	color:white;
}

#footArea ul span {
   margin-left: 5px;
    margin-right: 5px;
}

#footArea #copyright{
  float:left;	color:white;
}

#footArea .inner{
	 width:960px; margin-left:auto; margin-right:auto;
	 margin-top:4px;
}


#ytSpLoginButtonDiv{
	 width:240px;text-align:right;margin-left:auto;margin-right:auto;
}

#ytSpLostPasswordLink{ 
    font-size: 11px;
    color: #2E437A;
    font-weight: normal;
    line-height:25px;
	margin-right:5px;
}

#ytSpLoginTable{
	width:230px;
}

#ytSpLoginTable td.left{
	width:65px;
}

#ytSpLoginTable input{
	 width:160px;
}

#ytSpSignUpLink{
	
	color: #2E437A;
    font-size: 14pt;line-height:13pt;
	width:233px; 
	font-weight:bold;
}

#ytSpCategoriesTable{
	  width:100%;
}

#ytSpCategoriesTable td{
	width:33%;
}

.ytSpCategoriesUl{
	  list-style:none;margin-right:1px;padding:0px;color: #CD1D1D;
}

.ytSpCategoriesUl li{
	color: #2E437A;padding:4px;padding-left:8px; padding-right:8px;background-color:#F1F1F1;margin-top:1px;
	font-size:110%;font-weight:bold;
	text-transform:uppercase;
}



#ytSpIntroTable {
    width: 440px;
    border-collapse: collapse;
    margin-top:10px;table-layout:fixed;
} 

#ytSpNewTutorialButtonArea{
	 margin-bottom:20px;width:233px; margin-left:auto; margin-right:auto;
}

#ytTopRightAdJoiner{
	background-image:url(/var/yt/img/top_right_ad_joiner.png);background-repeat:no-repeat;width:170px;background-position:top left;
}

#ytTopLeftAdJoiner{
	background-image:url(/var/yt/img/top_left_ad_joiner.png);background-repeat:repeat;background-position:top left;height:92px;
}

#ytNewTutorialsArea{
height:350px;padding-left:3px;padding-right:3px; margin-top:10px;
	
}

#ytToolInfoImage{
	 border-top-color:#EBEEF1;
	 border-left-color:#EBEEF1;
	 border-right-color:#515456;
	 border-bottom-color:#515456;
	 border-style:solid;
	 border-width:1px;
}

#ytSpIntroTable td{
	
}

#ytSpIntroTableCaption{
	margin-top:10px;background-color:white;padding:5px;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80); 
	opacity: 0.80;font-weight:bold;
}

#ytSpIntroTable td.yt_image_td{
	height:118px;border:solid 1px #1A2843;
}

#ytSpIntroTable td.yt_sp_step_td{
	padding:2px;background-color:#EEEFF1;
	border:none;border:solid 1px #C7CED2;
}

#ytWhyUl{
	margin-bottom:10px;margin-left:15px;
}

#ytWhyUl li{
	list-style-type:disc;
}


/**
 * View tutorial
 * 
 */

#ytFullTutorial .tutorialCode{white-space:nowrap;overflow:visible;background-color:#FFFFE0; color:#0000C0;padding:4px;margin:4px;margin-left:0px;margin-right:0px;}
#ytFullTutorial .tutorialCommand{overflow:visible;background-color:black; color:#00ff00;padding:2px;margin:2px;margin-left:0px;margin-right:0px;}

#ytFullTutorial .tutorialKeySequence{display:inline;overflow:visible;background-color:#C7CED2; color:black;padding:1px;margin:1px;border-style:solid;border-width:1px;border-left-color:#ECEFF2; border-top-color:#ECEFF2;border-right-color:#7E8286;border-bottom-color:#7E8286;}


#ytFullTutorial .tutorialBorder{display:inline; }
#ytFullTutorial .tutorialBorder i,b,u{}
 
#ytFullTutorial #tutorialDesc{
	background-color:#C7CED2; padding:10px;
	border:solid 1px #7E8286;border-left-color:#ECEFF2;border-top-color:#ECEFF2;
} 

#ytFullTutorial h2{
	 font-size:12pt;margin-top:0px; padding:0px; margin-bottom:10px;
}

#ytFullTutorial h5{
	 font-size:10pt; margin-top:0px; padding:0px; margin-top:10px; margin-bottom:5px;
}

#ytFullTutorial .tutorialShareLink{
	background-image:url(/var/yt/img/sb_icons.png);background-repeat:no-repeat;padding-left:18px;height:15px;line-height:15px;display:block;margin-top:3px;overflow:hidden;
}a.releaseNotesLink {
	color: black;
	margin: 0px;
	font-size: 9pt;
}



.slt_pic_title {
	color: white;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}

.slt_pic_text {
	width: 640px;
	text-align: justify;
	padding-top: 5px;
}

.slt_img_div {
	width: 640px;
	height: 480px;
}

.slt_photographer {
	font-size: 8pt;
	padding: 2px;
}

a img.snapshotThumb {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}

.snapshotThumbDiv {
	padding: 5px;
}

.snapshotThumbLinkDiv {
	width: 90px;
	text-align: left;
}

#myTutorialsTable td {
	padding-bottom: 10px;
}

#previewScreenDiv {
	padding: 10px;
}

#previewInfoTable {
	width: 320px;
	background-color: #f5f2ef;
}

#previewDetailsDiv {
	padding: 10px;
}

.sltField {
	color: black;
	background-color: white;
	border-style: solid;
	border-color: black;
	height: 20px;
	font-size: 10pt;
}

.sltButton {
	color: black;
	background-color: white;
	border-style: solid;
	border-color: black;
	font-weight: bold;
	font-size: 10pt;
}

#snapshotPreview {
	width: 320px;
	border-style: none;
}

#newestSlideshowsTable {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 460px;
}



.featuredSlideshows {
	width: 360px;
	display: inline;
	text-align: left;
}

.featured_info_div{
    margin-top:6px; font-size:12px;
}

.featured_info_div span,
.featured_info_div a,
.featured_info_div img{
	 vertical-align:middle; font-size:inherit;
}




.listTutorial0,
.listTutorial1 {
	background-repeat:repeat-x;
	border-style:solid;width:519px;
	background-color: #DFE4E7;
	padding:6px;padding-top:10px;padding-bottom:10px;border-width:1px;border-left-color:#ECEFF2;border-top-color:#D4DBE1;border-right-style:none; border-bottom-style:none;
    
}

.listTutorial0 {
	background-image:url(/var/yt/img/yt_tutorial_0_bg.jpg); 
}

.listTutorial1 {
	background-image:url(/var/yt/img/yt_tutorial_1_bg.jpg); 
}


.yt_vert_banner{
	 width:160px;height:578px;float:right;margin-left:13px;
}

.yt_vert_double_banner{
	 width:336px;height:570px;float:right;margin-left:13px;
}

.yt_vert_banner_content{
	float:left;width:610px;
}

.yt_topic_0 {
	border-style:solid;
	background-color: #DFE4E7;
	padding:1px;border-width:1px;border-left-color:#F2F2F2;border-top-color:#F2F2F2;border-right-color:#EAEAEA; border-bottom-color:#EAEAEA;
    background-image:url(/var/yt/img/yt_tutorial_0_bg.jpg); background-repeat:repeat-x;
}

.yt_topic_1 {
	border-style:solid;
	background-color: #EEEFF1;
	padding:1px;border-width:1px;border-left-color:#F2F2F2;border-top-color:#F2F2F2;border-right-color:#EAEAEA; border-bottom-color:#EAEAEA;
    background-image:url(/var/yt/img/yt_tutorial_0_bg.jpg); background-repeat:repeat-x;
}

.yt_topic_title{
	 font-size:18px;font-weight:bold;display:block;margin-bottom:3px;
}

a:hover .yt_topic_title,
a:hover .yt_topic_desc{
	 color:#CD1D1D;
}

.yt_topic_desc{
	 font-size:14px;font-style:italic;display:block;margin-bottom:6px;
}

.yt_topic_icons,
.yt_topic_icons *{
	 font-size:12px;
}






/**
* ViewTutorial
*/

#ytPageViewTutorial h1{
	 margin:0; padding:0;margin-right:20px;font-size:14px;font-weight:bold;background:none;color:#363839;
float:left;line-height:30px;
}

#ytPageShowChapter h1{
background-color:#f0f0f0;color:#363839;margin-top:12px;font-size:18px;
}



#ytViewTutorialAuthorDetailsLayoutTable {
	table-layout: fixed;
	margin-top: 20px;
	width: 820px;
}

#ytViewTutorialAuthorDetailsLayoutTable td {
	vertical-align: top;
	width: 342px;
}

#ytViewTutorialAuthorDetailsLayoutTable .right {
	width: 464px;
}

#ytViewTutorialDetailsTable {
	table-layout: fixed;
	width: 245px;
	border-spacing: 2px;
}

#ytViewTutorialDetailsTable .left {
	text-align: left;
	width: 30px;
}

#ytViewTutorialDetailsTable .right {
	text-align: left;
	width: 215px;
}

#viewTutorialMenuLayoutTable {
	width: 800px;
}

#viewTutorialDescDiv {
	
}



.ytViewFullTutorialImgRow{
	border-left:solid 1px #ECEFF2;border-bottom:solid 1px #ECEFF2;border-right:solid 1px #7E8286;
	
		 
		 background-color:white;
	
}



.ytViewFullTutorialTitleRow{
	
	border-left:solid 1px #ECEFF2;border-top:solid 1px #ECEFF2;border-right:solid 1px #7E8286;
	-webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:0px;
         -webkit-border-bottom-right-radius:0px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:0px;
         -khtml-border-radius-bottomright:0px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:0px;
         -moz-border-radius-bottomright:0px; 
		 
		 background-color:#C7CED2;padding:5px;
}

.ytViewFullTutorialText{
	   -webkit-border-top-left-radius:0px;
         -webkit-border-top-right-radius:0px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:0px;
         -khtml-border-radius-topright:0px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:0px;
         -moz-border-radius-topright:0px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px; 
		 
		 border-style:solid;border-width:1px;border-right-color:#7E8286; border-bottom-color:#7E8286;border-left-color:#ECEFF2; border-top-color:#ECEFF2;
}

.ytViewFullTutorialTextPadding{
	  -webkit-border-top-left-radius:0px;
         -webkit-border-top-right-radius:0px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:0px;
         -khtml-border-radius-topright:0px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:0px;
         -moz-border-radius-topright:0px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px; 
		 padding:5px;background-color:#C7CED2;
}

.ytViewFullTutorialTextArea{
	padding:8px;background-color:white;overflow:auto;
	
	-webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px; 
    
}

a.ytViewTutorialAuthorLink{
	  font-weight:bold;font-size:11pt;
}

.ytViewTutorialLinkEmbedLabel{
	 width:60px; font-weight:bold;float:left;color:#363838;
}

#yt_view_tutorial_author_data{
	padding:10px;margin-top:15px;padding-bottom:5px;
}

#yt_view_tutorial_author_data .paragraph{
	margin-bottom:5px;  
}

#yt_view_tutorial_author_data table td{
	 vertical-align:middle;padding-right:5px;font-weight:bold;
}

.ytViewTutorialAuthorDataParagraph{
	 
}

.viewTutorialYellowBox {
	background-color: white;
	border-color: #C18817;
	border-style: solid;
	padding: 5px;
}

#ytChapterOpenLink{
	  font-size:14pt;
	 margin-bottom:20px;
	  display:block;margin-top:20px;text-align:center;
}






.ytMiddleContent {
	border:none;padding:0px;
	background-repeat:repeat-x;background-color:white;
}

#viewTutorialChpaterTable{
	 width:100%;
}

.viewTutorialChapterMenu{
	 width:187px;background-color:#F5F5F5;border-right:solid 1px #d0d0d0;
}

#viewTutorialChapterMenuContainer{
	height:560px;overflow:auto;
}

#yt_show_chapter_desc{
	background-image:url(/var/yt/img/white_trans_80.png);
	 -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
		 
		 border-radius-topleft:10px;
         border-radius-topright:10px;
         border-radius-bottomleft:10px;
         border-radius-bottomright:10px;
         border-style:solid;border-width:1px;border-left-color:#7E8286; border-top-color:#7E8286;border-right-color:#ECEFF2; border-bottom-color:#ECEFF2;
        
}

#ytPageShowChapter h4{
	background-color: #CD1D1D;border-bottom:solid 1px #888888;padding-left:15px; height:25px;line-height:25px;
}

#ytPageViewTutorial h4{
	background-color: #3243D1;border-bottom:solid 1px #888888;padding-left:15px; height:25px;line-height:25px;color:white;
}

a.viewTutorialChapterSelectLink{
	padding:10px;padding-top:3px;padding-bottom:4px;display:block;
	margin-bottom:3px;
}



.viewTutorialChapterContent {
	background-color:white;
	
}

#ytViewTutorialSocialBookmarking {
	margin-top: 10px;
}

.ytViewTutorialSocialActionsCaption {
	margin-top: 10px;
	margin-bottom: 5px;
}

/**
* "Karteikarte" mit Daten zum Tutorial
*/
#tutorialContentsTable {
	width: 540px;
	background-color: #f3c15f;
	border-style: none;
	border-color: #C18817;
}

#tutorialContentsTablePreviewPicTd {
	padding-left: 10px;
	padding-top: 10px;
}

#tutorialContentsTablePreviewPicTextTd {
	padding-left: 10px;
	padding-top: 10px;
}

#tutorialContentsTableTocTd {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tutorialContentsTocCaptionDiv {
	margin-bottom: 10px;
	font-size: 9pt;
	font-weight: bold;
}

#viewTutorialSendEmailCaption {
	color: black;
	font-size: 10pt;
	margin-top: 20px;
}

#viewTutorialSendEmailHint {
	color: gray;
	margin-top: 5px;
	font-size: 8pt;
}

.slideshowPicTitleTd {
	width: 640px;
	background-color: #f5c973;
}

.spt {
	width: 720px;
}

.slideshow_step_label {
	font-size: 11pt;
	color: #0F0F0F;
	padding-bottom: 10px;
	padding-left: 10px;
}

.slideshowPicTitleSubTable {
	margin-top: 10px;
	width: 800px;
}



#contentWindow {
	width: 150px;
	margin-top: 10px;
}

.simpleWindowCaption {
	color: white;
	background-color: #AAA598;
	padding: 4px;
	font-size: 10pt;
	font-weight: bold;
}

.simpleWindow {
	border-style: solid;
	border-color: #AAA598;
}

.simpleWindowContent {
	padding: 4px;
}




.releaseNotes {
	margin-top: 15px;
}

.downloadSub {
	margin-top: 10px;
	font-size: 8pt;
	width: 150px;
}


.releaseContent {
	padding-left: 20px;
	margin-top: 10px;
}

#slideshowInfoTd {
	padding-top: 10px;
}

.regTextInput {
	width: 280px;
}

.regTitleTd {
	padding-right: 5px;
}

/**
* Register
*/
#whatIsYTUl {
	list-style-type: disc;
	margin: 10px;
	margin-left: 40px;
}

#whatIsYTUl li {
	margin-bottom: 5px;
}

#whatIsYTLi0 {
	list-style-image: url(/var/yt/img/book_14.png);
}

#whatIsYTLi1 {
	list-style-image: url(/var/yt/img/share_14.png);
}

#whatIsYTLi2 {
	list-style-image: url(/var/yt/img/printer_14.png);
}

#whatIsYTLi3 {
	list-style-image: url(/var/yt/img/embed_14.png);
}

.regHint {
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom:5px;
}

.regHint a{font-size:8pt; color:blue;}

#signUpFormTable td.left{
	 width:130px;
}

#signUpFormTable input{
	 width:260px;
}

#ytLostPasswordFormTable td.left{
	width:140px;
}

#regGenderField{
	vertical-align:middle;
}


.securityCodeInputDiv {
	margin-top: 5px;
	font-size: 8pt;
}

/**
* Contact
*/

#ytContactMessageTable{
	 margin-top:10px;
}

#ytContactMessageTable td{
	 text-align:right;padding-right:4px;vertical-align:middle;
}

#contactEmailInput {
	width: 500px;
}

#contactSubjectInput {
	width: 500px;
}

#contactMessageTextArea {
	width: 500px;
}

/**
* YTM Download
*/
#ytmDownloadFaqDiv {
	padding-top: 10px;
}

#ytmDownloadDetailsTable td {
	padding-right: 5px;
	padding-bottom: 5px;
}

.faqQuestion {
	font-weight: bold;
	margin-top: 10px;
}

.faqAnswer {
	margin-top: 10px;
}

#yttmFeaturesUl {
	list-style-type: disc;
	margin-top: 10px;
	margin-left: 40px;
}

#yttmFeaturesUl li {
	margin-bottom: 5px;
}

/**
* Edit tutorial
*/
.titleInputCaption {
	font-style: italic;
	font-size: 8pt;
	margin-bottom: 5px;
	margin-top: 5px;
}

.titleInputExample {
	font-size: 8pt;
	background-color: #f1e07f;
	margin-top: 5px;
	color: #f9f1c3;
}

.titleInputTable {
	
	
}

.titleInputTable input,
.titleInputTable textarea,
.titleInputTable select{
	  margin-bottom:5px;
}

.titleInputIntro {
	font-size: 8pt;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left:0px;
}

.editTutorialFormLabel {
	font-size: 10pt;
	vertical-align:top;
	font-weight:bold;
	color: black;
	text-align: right;
	width:90px;
	padding-right:5px;
}

.editTutorialBetweenLabel{
    margin-left:0px;
    margin-top:20px;
    margin-bottom:20px;
}

#clickNextDiv{
	margin-top:20px;
	margin-left:0px;
}

#editTutorialIntro{
	 margin-top:20px;
}

#editTutorialDYK{
     margin-top:20px;
     font-style:italic;
}

#editTutorialFormIntro{
	margin-bottom:20px;
}

#editTutorialPreview{margin-top:10px;}
#editTutorialPreviewLabel{margin-top:20px;font-weight:bold;}

#tutorialDescTextArea {
	width: 400px;white-space:normal;
}

#tutorialTitleInput {
	width: 400px;
}

#tutorialWeblinkInput {
	width: 580px;
}

#ytmTipTable td {
	vertical-align: middle;
	padding-right: 10px;
}

#ytmTipTable {
	margin-top: 10px;
	margin-bottom: 10px;
}



.tutorialImageEditorLayoutTable {
	table-layout: fixed;
}

.tutorialImageEditorSmallLabel {
	margin-bottom: 5px;
	font-size: 9pt;
	font-weight:bold;
}

#tutorialImageEditorControls .yt_button{
	  display:block;
}

#tutorialImageEditorImageContainer {
	background-color: #D4CB9B;
	border: solid 1px;
	margin-bottom: 10px;
}

#tutorialImageEditorLayoutTableLeftTd {
	
	padding-right:10px;
	text-align: left;
}

#tutorialImageEditorLayoutTableRightTd {
     
}

#tutorialEditorSubdevideHint {
	margin-bottom: 20px;
	
}

#stepsLabel{
	font-size:8pt;
	margin-bottom:5px;
}

#tutorialEditorContentBackground{
	padding:20px;
	background-color:#F6EBB3;
	  -webkit-border-top-left-radius:0px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:0px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:0px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
}

#descriptionReiter{
      
      border-top-style:solid;border-color:#F6EBB3;border-width:5px;padding:10px;padding-top:5px;padding-bottom:5px;background-color:#F6EBB3;
      
      -webkit-border-top-left-radius:5px;
         -webkit-border-top-right-radius:5px;
         -webkit-border-bottom-left-radius:0px;
         -webkit-border-bottom-right-radius:0px;

         -khtml-border-radius-topleft:5px;
         -khtml-border-radius-topright:5px;
         -khtml-border-radius-bottomleft:0px;
         -khtml-border-radius-bottomright:0px;

         -moz-border-radius-topleft:5px;
         -moz-border-radius-topright:5px;
         -moz-border-radius-bottomleft:0px;
         -moz-border-radius-bottomright:0px;
}

#snapshotsReiter{
	  
	  padding:10px;padding-top:5px;padding-bottom:5px;border-top-style:solid;border-right-style:solid;border-color:#FFFFE1;border-width:5px;background-color:#FFFFE1;
	  
	  -webkit-border-top-left-radius:5px;
         -webkit-border-top-right-radius:5px;
         -webkit-border-bottom-left-radius:0px;
         -webkit-border-bottom-right-radius:0px;

         -khtml-border-radius-topleft:5px;
         -khtml-border-radius-topright:5px;
         -khtml-border-radius-bottomleft:0px;
         -khtml-border-radius-bottomright:0px;

         -moz-border-radius-topleft:5px;
         -moz-border-radius-topright:5px;
         -moz-border-radius-bottomleft:0px;
         -moz-border-radius-bottomright:0px;
}

#tutorialImageEditorBg{


background-repeat:no-repeat;
        background-position: center center;
		background-color:white;
		

}

#tutorialDetailsDiv{
	
	
	 
}

#tutorialDetailsDiv .regHint{
   margin-bottom:5px;	
}

#tutorialEditorPleaseWaitImg{
	display:block;
	position:absolute;
}

#tutorialPictureUploadTable{
	width:400px;
}

#tutorialPictureUploadTable .right{
	text-align:right;
}

#editTutorialFinishUl{
	 margin-top:20px;
}

#editTutorialFinishUl li{
	 display:inline;
}



/**
* Admin Listen
*/
.adminListRow0 {
	background-color: #F0F0F0;
}

.adminListRow1 {
	background-color: #F5F5F5;
}

.adminListTable {
	border-spacing: 2px;
	width: 780px;
}

#adminMenuTable {
	display: inline;
	margin-right: 10px;
}

#adminMenuTable td {
	padding-right: 10px;
}

#adminMenuTable td a {
	color: red;
	font-size: 8pt;
}

#memberMenuTable {
	display: inline;
}

#memberMenuTable td {
	padding-right: 10px;
}

#memberMenuTable td a {
	color: white;
	font-size: 8pt;
	
}

/**
* Start page
*/
.tutorialSubjectLabel {
	font-size: 8pt;
	font-style: italic;
}

.leftTutorialSubjectLabel {
	font-size: 8pt;
	font-style: italic;
	colmor:#B0B7C5;
}



.ytStartPageLabel {
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: black;
	height: 20px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #9a1616;
}

.ytStartPageLabel span {
	vertical-align: middle;
	color: white;
	line-height: 20px;
	font-style: italic;
}

.ytStartPageLabel img {
	vertical-align: middle
}


.yt_featured_tutorial{
	 float:left;width:154px;margin-right:1px; margin-bottom:1px;
	 background-image:url(/var/yt/img/yt_tutorial_0_bg.jpg);
}

.yt_featured_tutorial_image{
	 height:125px;
	 border-style:solid;border-width:1px;border-left-color:#2230C5;border-top-color:#2230C5;border-right-color:#192693; border-bottom-color:#192693;
      font-size:8pt;background-repeat:no-repeat; background-position:center center;
}

.yt_featured_tutorial_image div {
	display:block; background-image:url(/var/yt/img/white_trans_80.png);
		padding:4px;padding-top:2px;
	
}

.yt_featured_tutorial_image a.title {
display:block;height:107px;font-size:inherit;
}



.yt_new_tutorial{
	 float:left;width:128px;
}

.yt_new_tutorial_image{
	 height:93px;
	 border-style:solid;border-width:1px;border-left-color:#ECEFF2;border-top-color:#ECEFF2;border-right-color:#7E8286; border-bottom-color:#7E8286;
}

.yt_new_tutorial_image div {
	display:block; background-image:url(/var/yt/img/white_trans_80.png);
		padding:4px;padding-top:2px;padding-bottom:2px;
	
}

.yt_new_tutorial_image a.title {
display:block;height:89px;
}

.yt_snapshot_count{
	font-size:inherit;color:#7E8286;margin-right:3px;
}

.yt_views_count{
	font-size:inherit;color:#6C7073;margin-right:3px;
}



.yt_tutorial_icons {
	height: 17px;font-size:12px;
	vertical-align: middle;
	border-style:solid;border-width:1px;border-left-color:#ECEFF2;border-top-color:#ECEFF2;border-right-color:#7E8286; border-bottom-color:#7E8286;
    background-image:url(/var/yt/img/yt_default_panel_bg.jpg); background-repeat:repeat-x;
	padding-left:2px;
}

.yt_tutorial_icons img {
	vertical-align: middle;margin-right:4px;
}

.yt_tutorial_icons span {
	font-size: 8pt;
	vertical-align: middle;
	color: black;line-height:16px;
}

.yt_user_link_small {
	font-size: 75%;background-image:url(/var/yt/img/user_14.png); background-repeat:no-repeat; background-position:0px 0px;
	 padding-left:15px;
	margin-top:1px;
}

/**
 * Subject
 */
.yt_sp_nt_tutorial_subject {
	font-size: 12px;
	font-style: italic;
	margin-bottom:2px;
	display:block;
}

/**
 * Description
 */
.yt_sp_nt_tutorial_desc {
	font-size: 12px;
	margin-bottom:4px;
	display:block;
}

.yt_sp_nt_tutorial_link{
	display:block;overflow:hidden;
	background-color:#fafafa; padding:3px;
}

a.yt_sp_nt_tutorial_link:hover{
	background-color:#f1f1f1;
}

.yt_sp_nt_tutorial_link .image{
	float:left;margin-right:8px;
	display:block;width:66px; height:66px;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

/**
 * Title
 */
.yt_sp_nt_tutorial_link_div {
	font-size: 13px;
	font-weight:bold;
	margin-bottom:3px;
	display:block;
}

/**
 * Time ago
 */
 
 .yt_sp_nt_tutorial_time_ago{
  margin-top:2px;
 }
 
.yt_sp_nt_tutorial_time_ago,
.yt_sp_nt_tutorial_time_ago a,
.yt_sp_nt_tutorial_time_ago span{
	 font-size:12px; 
}



.startPageLeftCol {
	width: 484px;
}

.startPageRightCol {
	padding-left:8px;width:466px;
}




/**
* TutorialCategories
*/
#tutorialCategoriesTable {
	background-image: url(/var/yt/img/tutorial_categories.jpg);
	background-repeat: no-repeat;
	padding-left: 167px;
	padding-top: 100px;
}

/**
* TutorialFeeds
*/
#tutorialFeedsTable {
	background-image: url(/var/yt/img/tutorial_feeds.jpg);
	background-repeat: no-repeat;
	padding-left: 217px;
	padding-top: 0px;
	margin-top: 20px;
	height: 207px;
}

/**
* View Profile
*/
#viewProfileSubTitle {
	margin-top:10px;
	margin-bottom:10px;
}


/**
* My Options
*/
#myOptionsPrivaceSettings .left {
	width: 200px;
	padding-top: 10px;
}

#myOptionsPrivaceSettings .middle {
	width: 200px;
	text-align: center;
	padding-top: 10px;
}

#myOptionsPrivaceSettings .right {
	width: 200px;
	text-align: center;
	padding-top: 10px;
}

/**
* Edit Chapter
*/
#chapterTutorialsSearchSelect {
	width: 305px;
}

#chapterTutorialsSelect {
	width: 295px;
}

#chapterTutorialsSearchInput {
	width: 285px;margin-left:0px;
}

/**
* My Chapters
*/
#myChaptersTable {
	margin-top: 20px;
	table-layout: fixed;
	width:520px;
}

.myChaptersTableNameTd {
	width: 250px;
}

.myChaptersTableDateTd {
	width: 150px;
}

/**
* Show Chapter
*/
#showChapterContentsDiv {
	margin-bottom: 20px;
}

.chapterDesc {
	font-size: 8pt;
	margin-bottom: 10px;
	margin-top: 2px;
}

.chapterListCaption {
	margin-bottom: 4px;
	font-weight: bold;
	color: #DFE4E7;
}

.chapterListSubCaption {
	font-size: 8pt;
	margin-bottom: 10px;
	font-style: italic;
}

/**
* Questions and Answers
*/
.qaaTable th {
	font-size: 8pt;
	background-color: #CD1D1D;
	color: white;
}

.qaaCaption {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.qaaAuthorTd {
	width: 100px;
	text-align: center;
}

.qaaAuthorTd * {
	font-size: 8pt;
}

.qaaDateTd {
	width: 120px;
	font-size: 8pt;
	text-align: center;
}

.qaaRepliesTd {
	width: 60px;
	font-size: 8pt;
	text-align: center;
}

.qaaDateTd * {
	font-size: 8pt;
}

#newQuestionSubject {
	width: 150px;
	display: inline;
}

#newQuestionText {
	width: 400px;
	height: 100px;
	margin-top: 5px;
}

#qaaIntro {
	margin-top: 10px;
	margin-bottom: 20px;
}

.ytPageMenu{
	float:left;
	width:160px;
}

.ytPageNavigation {
	margin-top:8px;
	margin-bottom: 8px;
}

.qaaTable {
	
}

.qaaCommentText {
	background-color: #fbf7f7;
	font-style: normal;
}

.qaaComment {
	background-color: #f4ecec;
}

/**
* Privacy Policy
*/
#ytPagePrivacy h2{font-size:10pt;margin-top:20px;margin-bottom:20px;font-weight:bold;}

#ytPrivacyContainer{}

/**
*  YTTools
*/ 
#ytToolsIntro{
	 margin-top:20px;
	 padding-bottom:10px;
	 width:500px;
}

.clipmarksPreview{
	background-color:white;
	-webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
		 
		 border-radius-topleft:10px;
         border-radius-topright:10px;
         border-radius-bottomleft:10px;
         border-radius-bottomright:10px;
        
        overflow:auto;word-wrap:nowrap;
        border-style:solid;border-width:1px;border-left-color:#7E8286; border-top-color:#7E8286;border-right-color:#ECEFF2; border-bottom-color:#ECEFF2;

}

table.mb_list{border-spacing:0px;clear:both;border-collapse:collapse;width:100%;}
table.mb_list th{font-size:90%;background-color:#cecece; border:solid 1px #cecece; color:#090909;text-align:left;padding:3px;}

table.mb_list td{ padding:5px; border:solid 1px #cecece;background-color:#f0f0f0;}

table.mb_list td.tutorial{
	padding:0px;
}

table.mb_list .row0 td
{background-color:white;color:#737373;}

table.mb_list .row1 td{background-color:white;color:#737373;}

table.mb_list a{
	 color:#151583;font-size:80%;
}

table.mb_list a.mb_task{
	 color:#151583;font-weight:bold;font-size:80%;line-height:16px;
}

table.mb_list a.mb_list_entry{
	font-weight:bold;
}
#ytTutorialBookImageContainer{}


