/**********************************************************
 * pve
 **********************************************************/

@import "typoscreen1.css";

/**********************************************************
 * Top Navigation
 **********************************************************/

#top-nav-bar {
	width: 710px;	margin: 1.5em auto auto auto;text-align: left;
	height:37px;
	background: url(/en/images/bk_gnav1.gif) repeat-x top left;
	overflow:hidden;
	margin-top:-1px;
	position:relative;
}

#top-main-menu	{
	position:absolute;
    top:2px;
    left:14px;
}

#top-main-menu li	{
    list-style-type:none;
    float:left;
    margin:0px;
}

#top-sub-menu {
	position:absolute;
	top:10px;
	right:175px;
}

#top-sub-menu li {
	float:left;
	list-style-type:none;
	padding-left:10px;
}

#top-sub-menu li img {
	position:relative;
	top:1px;
}

#banner-logo {
	overflow:hidden;
}



/**********************************************************
 * Buttons
 **********************************************************/
 
.white-button {
    background: url(/en/images/wht_btn_bgrd.png) no-repeat 0 0;    
	margin-right:10px;
	height:22px;
	float:left;
	padding:0;
}

.white-button a {
    padding:6px 8px 7px 3px;
    background: url(/en/images/wht_btn_bgrd_edge.png) no-repeat 100% 0;    
  	color: #000099;
	height:20px;
	position:relative;
	right:-6px;
	top:6px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform:uppercase;
}

.white-button a:hover {
	text-decoration: none;	
	background: url(/en/images/wht_btn_bgrd_edge_over.png) no-repeat 100% 0;        
}

/**********************************************************
 * GUI Layout
 **********************************************************/
 
html 				{	overflow-y:scroll; }/*force vertical scroll bar space reservation on Firefox*/
body 				{ margin: 0; padding: 0; background: #fff; font: 11px  Arial, Verdana, sans-serif, Geneva; }

#main,#pathname,#footer 	{ width: 710px;	margin: 1.5em auto auto auto;text-align: left;}
#main div.column 			{ text-align: left; margin-bottom: 1em; }


#main ul 			{list-style: none; margin: 0 0 0em; padding: 0;}
#main ul ul 		{list-style: circle; margin: 0 0 0 0px; padding: 0 0 0 0;}
#main ul.last 		{padding-bottom: 0;}
#main li 			{margin-top: .5em;}
#main li a 			{font-weight: bold;}


#main 	 .box 		{ border: 1px solid #a1a5a9; padding: 0 5px 5px 5px; margin: 0 0 1.25em 0; }
#content .box h2 	{ border-bottom: 1px solid #a1a5a9; padding: 5px; background: #f2f2f2; margin: 0 -5px 5px -5px; font-size: 12px;}
#sidebar .box h2 	{ border-bottom: 1px solid #a1a5a9; padding: 5px; background: #f2f2f2; margin: 0 -5px 5px -5px; font-size: 10px;}
#content .bluebox  	{ border: 1px solid #a1a5a9; padding: 5px; background: #D1DEE6; margin: 5px auto 5px auto; font-size: 15px;color:#30376D;}

 


#content 			{	float: left;	width: 480px;}
#content .flap		{	z-index: 0;	background: #663399;	height: 320px;}

#content .subcolumn1-2 {float: left; width: 230px;}
#content .subcolumn2-2 {float: right;width: 230px;}
#content .subcolumn1-1 {float: right;width: 310px;}

#content .subcolumn1-3, #content .subcolumn2-3, #content .subcolumn3-3 {width: 145px; float: left;}
#content .subcolumn1-3, #content .subcolumn2-3 {margin-right: 22px;}

#main .m_subcolumn1-3, #main .m_subcolumn2-3, #main .m_subcolumn3-3 {width: 220px; float: left;}
#main .m_subcolumn1-3, #main .m_subcolumn2-3 {margin-right: 22px;}


#sidebar 			{ float: right; width: 200px; font: 11px Tahoma, Helvetica, Arial, sans-serif; }

#sidebar .note 		{ color: #666666;	margin: 0 0 12px 0;	text-indent: 0px;	font-size: 10px;}
#sidebar #recent 	{ background-color: #f1f1f1; padding: 8px;}
#sidebar .sidebox 	{ border: 1px solid #bdc2c6; margin-bottom: 0em;}
#sidebar .sideleftbdr 	{ border-left: 1px solid #000000;	margin-bottom: 0em;	 }

#sidebar .sidebox h2 	{color: #000;font-size: 12px; padding: 5px; margin: 0;  border-bottom: 1px solid #E2E2E2;}
#sidebar .sidebarclr 	{border: 1px solid #bdc2c6; margin-bottom: 0em;background: #E8F3F3;}
#sidebar .maya .odd 	{background-color: #fff;}
#sidebar .maya .even 	{background-color: #f1f1f1;}
#sidebar .maya .more 	{background-color: #e2e2e2; text-align: right; border-top: 1px solid #d0d5da;}
#sidebar .maya li.more  {font-weight: normal;}
#sidebar .maya li.more h2 {font-weight: bold; color: #ED5F00;}

#sidelinks {	width:135px;}
#header 			{ width: 710px; margin: 10px auto; text-align: center; }
#footer 	{ font-size: 10px;  color:#999999; padding-top: 1.6em;	line-height: 13px;	text-align: center;clear: both; }

/**********************************************************
 * Info Messages and Warnings 
 **********************************************************/

#success-status {
    width:600px;
    padding:5px 0 10px 25px;
    font-weight:bold;
    font-size:11px;
    text-align:center;
}

#error-status {
    width:600px;
    padding:5px 0 10px 25px;
    color:#FF6600;
    font-weight:bold;
    font-size:11px;
    text-align:center;
   
}

/**********************************************************
 * Classes
 **********************************************************/

.bg_g 				{	background: #E7EAEB;}
.gtable 			{
	border: 1px solid #27A5BE;
	width: 480px;
	font: 11px Tahoma;
}
 .bleuodd 	{	background: #CAE5E5;padding: 2px;}
 .bleueven 	{	background: #E8F3F3;}

.ptable 			{
	width: 480px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font: 11px Tahoma, Helvetica, Arial, sans-serif;
}
 .pinkodd 	{	background: #FFCEE7;padding: 2px;}
 .pinkeven 	{	background: #FFE6F2;}

.bln 				{	color: #006699;	text-decoration: none;}
.extraits			{	font-size: 12px;	color: #D0DDE6;}
.naviblue 			{	background: #30376D;}
.browsetable 		{	height: 20px;}
.browsetable td		{	width:9px;}
.navidblue 			{	background: #D1DEE6;}
.border_top 		{	border-top: 1px solid #BDC2C6;	border-right: 1px none #BDC2C6;	border-bottom: 1px none #BDC2C6;	border-left: 1px none #BDC2C6;}
.bookpres		 	{	background: #000000;	color: #666666;}
.extraits1 			{	font-size: 12px;	color: #CCCCCC;}
.gtxt 				{	color: #333333;	line-height: 17px;	font-size: 12px;}
.goli 				{
	color: #333333;
	list-style: square url(/images/nav/lisquare_dor.gif) inside;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#result td 			{	font-weight: normal;	border-top: 1px solid #FFFFFF;}
#result th 			{	}
#result table 		{	width: 178px;	margin-bottom: 15px;}
#sidebar .sidebox td {	font-size: 11px;}
.pb{background:#DAF3F8;color:#000000;width:100%;border:1px;}


/**********************************************************
 * forms
 **********************************************************/
form 							{ 	margin:0 0 0 0; 	padding:0 0 0 0 ;}
#searchPlaceName #fillinfield 	{	font-size: 11px;	height: 17px;	width: 175px;	border: 1px solid #666666;	margin-bottom: 5px;}
#searchPlaceName #placeName 	{	font-size: 11px;	height: 19px;	width: 175px;}
input.right 		{ margin: 2px 0 5px 10px; }
.form120 	{	border: 1px #000000 ridge;	font: 11px Arial, Helvetica, sans-serif;background-color: #FFFFFF;height: 17px;	width: 120px; padding-left: 2px;}
.form25 	{ border: 1px #000000 ridge; font: 11px Arial, Helvetica, sans-serif; background-color: #FFFFFF; height: 17px; width: 55px;	padding-left: 2px; }
.spacer130	{margin-left: 130px;}

/**********************************************************
 * images
 **********************************************************/
 
.floatingimg 		{
	float: left;
	position: relative;
	margin-left: -100px;
}
img.left 			{ float: left; margin: 2px 10px 5px 0; border: 0;}
img.right 			{ float: right; margin: 2px 0 5px 10px; border: 0;}
img.across 			{ margin: 0 0 10px 0; border: 0;}
img.border 			{ border:1px solid #bdc2c6;}
img.border_o		{ border:2px solid #bdc2c6; margin: 15px 3px 15px 3px}
img._o				{ margin: 15px 0 15px 0px}
a img 				{ border-width: 0px;}
.pathname 			{ text-decoration: underline;color: #336699;}
img.right_nom 		{ float: right;	border: 0;	margin: 0px;}
img.border_o:hover	{ border:2px solid #EC5E00;}

div.clearer {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 2px;}
div.spacer520 {clear: both; display: block; margin: 0; padding: 0; height: 520px; line-height: 1px; font-size: 2px;}


/*
**roundedcorners
*/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
/*
END roundedcorners
*/

.margincont {
	margin-right: 11px;
	margin-left: 11px;
	color: #333333;
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	text-align: left;
}
a.lnb{
	color: #336699;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.bookmeta {
	background: #000000;
	color: #666666;
	font-size: 10px;
	border-width: 0px;
	border-style: none;
}
.titleln {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

#pinfo {
}

#searchPlaceName fieldset {
	width: 200px;
	border-color: #009933;
}

a.toplink {
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
color:#222629;	
text-decoration: none;	
}
a.toplink2 {
font: bold 15px Arial, Verdana, Helvetica, sans-serif;
color:#222629;	
text-decoration: none;	
}

#subsites {	font-size: 10px;	color:#999999;	padding-top:5px;		clear: both;	margin:0px;}


#subsites .subl b{font-size:11px;}	

 a.subl{font-size:10px; color:#666666;}		
 a.subl:hover{font-size:10px;color:#000000;text-decoration:none}


.imvr{margin-right:5px;}
#subsites a img {
	float: left;
	margin-right: 5px;
}
#resultDiv {
	width: 135px;
	line-height: 13px;
	color: #FFFFFF;
	float:left;
	background: #FF6600;
	position:absolute;
}
#newsletterbox {
	width: 135px;
	line-height: 13px;
	color: #FFFFFF;
	background: #55595F ;
}

img {
	border-width: 0px;
	border-style: none;
}
p.bigTitle {
	color: #222629;
	font-size: 19px;
	font-weight: bold;
	line-height: 19px;
}
/*
**roundedcorners
*/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/**********************************************************
 * newsletter
 **********************************************************/

#newsletterbox div a 				{	color: #FFFFFF;	font-size: 11px;	margin-bottom: 21px;	text-decoration: none;}
#newsletterbox div a strong:hover 	{	color: #FF9900;	text-decoration:none;}
#newsletterbox div a strong 		{	font-weight: bold;	font-size: 12px;	margin-top: 15px;}
#resultdiv 							{	position: absolute;	left: 575px;	top: 158px;	width: 135px;	visibility: hidden;	height: 178px;	color: #FFFFFF;	background: #55595F;}
#resultdiv table 					{	margin: 0px;padding: 0px;	border: 0px;	height: 15px;	border-style: none;	height: 19px;	width: 135px;	font-size: 2px;}
#resultdiv #resultdivtext 			{	padding: 3px;	margin: 3px;	color: #FFFFFF;	height: 150px;}
#resultdiv #resultdivtext strong 	{	font-weight: bold;	color: #FF9900;	font-size: 12px;}
#resultdiv #resultdivtext em 		{	color: #FF9900;	font-style: normal;	font-weight: normal;	font-variant: normal;}
.a11bpxwbgor9 						{	font-size: 11px;	font-weight: bold;	color: #FFFFFF;	background: #FF9900;}
.ab17w 								{	font-size: 17px;font-weight: bold;	color: #FFFFFF;	line-height: 17px;	letter-spacing: -0.01em;}


div.subNav ul li  {
  list-style-type:none;
  width:140px;
  height:100%;
}

div.subNav ul li img {
	position:relative;
	top:3px;
	margin-right:7px;
}

div.subNav ul li a  {
	display:block;
	width:136px;
	height:26px;
	border-bottom:1px solid #B0B0B0;
	padding-left:10px;
	color: #003366;
	font: 1.25em Arial, Helvetica, sans-serif;
	background: url(bg_subnav_a.gif) repeat-x;
	margin: 0px;
	padding-top: 0px;
}


div.subNav ul li a:hover  {
  background:transparent url(bg_subnav_o.gif) no-repeat 0px -1px;
  text-decoration:none;
	
}

div.subNav ul li a.selected {
  width:140px;
  background: #FFFFFF url(/en/images/bk_subNav_on.gif) no-repeat 0px -1px;

  background-color:transparent;
  padding-left:10px;
  background-repeat:no-repeat;
  margin-top:0;
}
.marginbox {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.respad {
	margin-top: 5px;
	margin-bottom: 15px;
	text-indent: 0px;
	padding: 15px 15px 0px;
}
.add_100d {
	font: 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #FF9900;
	padding: 15px;
}
.add100k_top {
	font: bold 23px Arial, Helvetica, sans-serif;
	color: #FF8621;
	background: #FFFFFF;
	padding: 0px;
}
.smaller {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

