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;
}
.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: 50%;
}
.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;}