/*
-----------------------------------------------
A5 Web Editor LayoutBase in style
author:   blake scarbrough
version:  Oct04
----------------------------------------------- */
html body {
  margin:0;
  padding:0;  
  font: small Verdana,Arial,Sans-serif;
  color:#333;
}
a {
	color: #526B42;
}
/*Mast area*/	
#mast {
	margin-top: 0;
}
#mast:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}#mast {display: inline-table;}
/* Hides from IE-mac \*/
* html #mast {height: 1%;}
#mast {display: block;}
/* End hide from IE-mac */	

#mast h1 {
	font-family: myriad, arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 5px;
	float: right; 
	margin-bottom: -10px;
}	
#mast h2 {
	font-family: myriad, arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #526B42;
	margin: 0px;
	white-space: nowrap;
}
	
#unsub	{
	font: 24px myriad, arial, verdana, sans-serif;
	color: #333;
	}
	
#copy	{
	font: 14px myriad, arial, verdana, sans-serif;
	color: #333;
	}
	
#user	{float: right;
	margin: 10px 15px;}
h1 {
	color: #526B42;
}
h2 {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	color: #526B42;
}	
#wrap {
	width: 760px; 
	margin: 0 auto;
	font-size: small;
	border: 1px solid #d3d3d3;
	background: #FFF; 
}
/*Navigation*/
#nav {
	font: 10px myriad, arial, verdana, sans-serif;
	border-bottom: none;
	padding: 2px 0 5px;
	height: 30px;
}
#nav ul {margin: 0;
	padding-top: 10px;
	padding-left: 255px;
	list-style: none; }
#nav li {
	display: inline;
	padding: 12px 0px 0 6px; 
	background-image: url(/web/company_yng/package_def/lang_def/img/link_top_boarder.gif);
	background-repeat: repeat-x;
}
#nav li a{
	padding-right: 5px;
	display: inline;
	border-right: 1px dotted  #CCCCCC;
	color:#526B42;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;	
}
#navSeperator {
	background-image: url(/web/company_yng/package_def/lang_def/img/pwp/bg_dots.gif);
	background-repeat: repeat-x;
	width: 760px;
	height: 3px;
	margin-bottom: 5px;
}
personal_info {
	float: right;
	padding-bottom: 5px;
}


/*section columns----------*/
#wcolB #wes6,
#sectionF {display: none; }	
/*layout */
#wcolA {
	width: 170px;}
#wcolB {
	width: 170px;}
#wcolC {
	width: 390px;
	}
#foot {
	clear: both;
	padding: 10px 5px 10px 5px;
	font-size: xx-small;
	
}
#wes1,#wes2,#wes3,#wes4,#wes5,#wes6 {border: none; }

/*misc*/
.sm {font-size: smaller; }
.fr {float: right; } 
.submit {
	border: none;
}

/*sub pages*/
#subpage {margin: 0 10px; }
#colM {width: 460px;
float: left;
padding: 0 0 0 10px
 }
#coll {float: right;
width: 170px; }

/*tell a friend*/
#box1 {background: #fff; 
	border: 1px solid #777; 
	width: 470px;  
	margin : 15px auto;
	padding: 20px; }
.viral {width: 480px; border-collapse: collapse;
margin: 0 auto 0 0; }
.viral td {border: 1px solid #ccc; }
.viral th {text-align: right;padding: 5px;border: 1px solid #ccc;
	background: #eee; }	
.message {padding: 5px 10px;
	background: #efefef; 
	border: 1px solid #ccc;
	width: 460px; 
	margin: 10px auto 10px 0; }
textarea {width: 450px; height: 100px; }
.empty {height: 250px;} 
.grayed {color: #959595; }

/*errors & alerts*/
.alert {
	padding: 4px 5px 4px 23px;
	margin: 0 5px 5px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #c00;
	color: #c00; 
	background: url(/web/company_def/package_def/lang_def/img/alert.gif) no-repeat 5px center;
	border-color:  #c00;
}
.atn {background: #ffc; }
.red {color: #c00; }
.look {
	border: 1px solid #fc0;
	border-width:1px 0;
	padding: 8px 3px;	
	margin: 0 5px 5px;
	background: #ffc;
	border-color: #fc0;
	filter:Alpha(Opacity=20); /* ie only */
 }	

/*Sections----------------*/
.box {margin: 0 0 5px;
	border: none; 
	padding: 5px;
	background: #fff;
	}
#ads {overflow: hidden;width: 150px;}	
.box:after, 
#homepage:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}#subpage,.box, #homepage {display: inline-table;}
/* Hides from IE-mac \*/
* html #subpage,.box, #homepage  {height: 1%;}
#subpage,.box, #homepage {display: block;}
/* End hide from IE-mac */		
.pphotowelcome {float: left;
	margin: 0 5px 5px 0; }
 
/*forms*/

.contact label {width: 120px;
float: left;
font-weight: bold;
padding: 2px 5px 0 2px;
text-align: right; }
.contact input {margin: 2px 0; }
.contact .non {float: none;
	width: auto;
	text-align: left;
	padding: 0;}
	
/*  clear div */

div.clearer {clear: both; line-height: 0; height: 0;}

/*---------------------- overwrites and aditions--------------------------*/

.textX {
	color: #666666;
}
