body{
	background: none repeat scroll 0% 0% rgb(255, 250, 250);	
/*  background:url("../img/Sonata_ANY602.jpg");  */
	font-family:Georgia,Times New Roman,Times,serif;
	font-size: 80%;
	color:rgb(255, 250, 250);
}

.tooltip {
  position:absolute;
  left: -9999px; 
  z-index:100; 
  border:#ffffff;
}
  
.submenu_sl{	
       
    overflow: hidden;
    height: 0;		
	background: rgb(47, 79, 79);
	border-radius: 1px;
  } 

.submenu_sl div{	
	width:100%;
} 

.bgBlue,  .bgWhite   {
  display:inline;
  float:left;  
  height:40px;
 width: 100%;  
  cursor:pointer; 
  vertical-align:middle;
  border: solid 1px rgb(255, 250, 250);
  border-radius: 5px;   
 }
 li{
	font-weight: bold;
 }
 .bgBlue_br  p{
 color:#F5FFFA; 
 margin-top:10px;
 }
 
 .bgBlue  { 
 background-color: rgb(47, 79, 79);    
 }
 .bgBlue  p, .sub_bgFill  p{
font-weight: bold;
 margin-top:10px;
 }
 .bgWhite { 
    background: rgb(255, 250, 250);
	background:-moz-linear-gradient(top, #ffffff 0%, rgb(47, 79, 79) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,rgb(47, 79, 79)));
	background:-webkit-linear-gradient(top,#ffffff0%,rgb(47, 79, 79)100%);
	background:-o-linear-gradient(top,#ffffff0%,rgb(47, 79, 79)100%);
	background:-ms-linear-gradient(top,#ffffff0%,rgb(47, 79, 79)100%);
	background:linear-gradient(top,#ffffff0%,rgb(47, 79, 79)100%);
	border-radius:5px;
	color:rgb(47, 79, 79);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='rgb(47, 79, 79)',GradientType=0);	
 } 
 .bgWhite p , .sub_bgGrad p{
	color:#000000;	
    font-weight: bold;	
	margin-top:10px;
 }
 
 .sub_bgFill,  .sub_bgGrad  {
  display:inline;
  float:left;  
  
  height:40px;
  width: 143px;  
  cursor:pointer;  
  border: solid 1px rgb(255, 250, 250);
  border-radius: 5px;
  
 }
 .sub_bgFill  { 
 background-color: rgb(47, 79, 79)   
 }
 .sub_bgGrad   { 
    background: rgb(255, 250, 250);
	background:-moz-linear-gradient(top, rgb(47, 79, 79) 0%, #ffffff 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(47, 79, 79)), color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,rgb(47, 79, 79)0%,#ffffff100%);
	background:-o-linear-gradient(top,rgb(47, 79, 79)0%,#ffffff100%);
	background:-ms-linear-gradient(top,rgb(47, 79, 79)0%,#ffffff100%);
	background:linear-gradient(top,rgb(47, 79, 79)0%,#ffffff100%);
	border-radius:5px;
	color:rgb(47, 79, 79);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#808000',endColorstr='#ffffff',GradientType=0);	
	
 } 
 
 #menu_all{
  height:100px; 
  width: 99%;
  margin-top:25px;
  background-color:rgb(47, 79, 79);
  margin:0px 1px 0 0;  
 }
#menu_all tr{
	line-height: 1.7;
	}

.pictures_for_the_year img{
	height:150px;
	cursor:zoom-in; cursor: -moz-zoom-in; cursor: -webkit-zoom-in; cursor: url("img/zoom_in.cur");
}

img{
  border-color: rgb(255, 250, 250);
} 
 
 a{
	color: black;
	text-decoration: none;
	
 }
 a:hover{
	text-decoration: underline;
	color: navy;
 }

.all_text
{
	width:100%; 
	/*margin:5px 0px 0px 0px; */
	background:#ffffff;
	/*border-radius:3px;*/
	line-height: 1.5;
	color:#000000; 
	font-size: medium; 
}
.all_text h2
{
	/*font-size: large;*/
	color:rgb(75, 109, 109);
	margin: auto;
}
.all_text h3{
	text-align:left;
	margin-left: 50px;
}

.text, .text_Q,.text_A 
{
	width:90%; 
	/*margin:5px 0px 0px 10px; */
	text-align:justify;
}

.text_Q{
	cursor:pointer;
}
.text_A{
	display: none;
	cursor:pointer;
}
 .lang{
	border-color:rgb(47, 79, 79); 
	border-radius: 3px; 
	box-shadow:2px 2px 2px rgba(0,0,0,1);
	opacity: 0.7;
 }
 .lang:hover{
	opacity:1;
	box-shadow:2px 2px 2px rgba(100,100,100,1);
}
.btn_navigation{
	background-color: rgb(47, 79, 79);
	color: rgb(255, 250, 250);
	height: 35px;
	width: 120px;
	border: 2px double rgb(87, 109, 109);
	border-radius:3px;
}
.btn_navigation:hover{
	background-color: rgb(87, 109, 109);
	cursor:pointer; 
	border-color: rgb(47, 79, 79)
}
.navigation{
	text-align: center;
}