body{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
table.conjugations {
	text-align:left;
}
table.conjugations td {
	padding-top: 2px;
	padding-bottom: 3px;
	
}
.verb_header{

	padding: 6px;
}
P{padding-top:0; margin-top:0; }
.popUpStyle {
background-color: #DDDDFF;
border: #000000 1px solid;
color: #000000;
layer-background-color: #DDDDFF;	
padding: 2px;  
visibility: hidden; 
position: absolute;
}
.pop_up {
background-color: #DDDDFF;
border: #000000 1px solid;
color: #000000;
layer-background-color: #DDDDFF;	
padding: 2px;  
visibility: hidden; 
position: absolute;
}
.irregular{
color: purple;

}

.conju_header{
font-size: 115%;

}
.hover{
color:blue;
text-decoration: none;
}

.menuheader{
font-size: 117%;

}


.attention{
color: darkgreen;

}

.header{
	text-align:center;
	box-shadow: inset 0 5px 8px rgba(255, 255, 255, .2);
	padding: 5px;
	font-size: 120%;
	border-radius:  5px 5px 0  0 ;
	background: #D5AAFF;
}
.examples{
	color:blue;	
}
.infinitive{
	text-align: right;
}
.definition
{
	font-style: italic;
	text-align:left;
}
#pronoun{
	text-align:right;
	font-weight:bold;
	width:100%;
}
.verb{
	text-align:center;
	font-size: 130%;
}
.left{
	width: 10%;
}
.right{
	width: 10%;
}
.other{
	width: 220px;

	float:right;
}

.verb_list2{
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #EEEEEE;
	background:-webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#F4F4F4));
	width: 225px;
	padding: 6px;
	border: 1px solid #DDDDDD;
}

.verb_list{
	background: #EEEEEE;
	background:-webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#F4F4F4));
	border-radius:  0  0 5px 5px;
	width: 100%;
	padding: 6px;
	border: 1px solid #DDDDDD;
}
table.verb_list td{
	padding-top: 2px;
	padding-bottom: 1px;
}
a.hover{
text-decoration: none;
}
a.hover:hover {
	color: #9900FF; 
}

.audio:hover{
	color:#9900FF; 
}
.audio{
	color:blue;
}
.comments { border: #BBFFBB  1px DOTTED;background:-webkit-gradient(linear, left top, left bottom, from(#DDFFDD), to(#EEFFEE));background-color:#DDFFDD; padding: 14px;margin-top: 8px;border-radius:4px;}
thead th{
		   box-shadow: inset 0 5px 8px rgba(255, 255, 255, .2);
	   -webkit-box-shadow: inset 0 5px 8px rgba(255,255,255,.2)
}
   .col1{

   -webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	   background:blue;
   }
   
      .col2{

   -webkit-border-top-right-radius: 5px;
	border-top-left-right: 5px;
	
   }
   #view_conjugations{
	   display:none;
   }
#breadcrumb{
	position:absolute;
	top: 5px;
	left: 5px;
}
#content{
	width:750px; margin: 0px auto;
	
}
ul{
list-style-type: none;
	line-height: normal;
	padding:0px;
	margin:2px;
}
#control{
	margin-bottom: 16px;
	margin-top: 0px;
	margin-left:auto; margin-right:auto;
	width: 750px;
}
#control #col1 {
	width:240px;
	text-align:center;
}
#control #col2 {
	text-align:center;
}


#control #col3 {
	width:240px;
	text-align:right;
}

audio {
width: 200px;
}
#message{
	background-color:#333;
	opacity: 0.7;
	position: fixed;
	top: 50%;
	left: 50%;
   	margin-top: -50px;
   	margin-left: -100px;
   	width:200px;
    z-index: 500;
	font-weight: bold;
	color:white;
	padding:3px;
	visibility: collapse;
}
#image_explanatory{
	position: absolute;
    z-index: 500;
	padding:3px;
	left: 50%;
	visibility: collapse;
}