body
{
	font-family: Tahoma, Verdana, Arial;
	color:#555;
	font-size:12px;	
}

/*input[type=text] {width:50%;}*/

table.list
{
	margin-top: 10px;
	border: solid 3px #7db0e3;
	border-collapse: collapse;
	width: 100%;
}
table.list th
{
	padding: 3px;
	background-color: #ecf5ff;
	color: #7DB0E3;
}

table.list td
{
	padding: 4px;
}
table.list .item0
{
	background-color: #fff;
}
table.list td.actions
{
	text-align: right;
}



#header
{
	clear:both;
}
#left
{
	text-align:left;
}
#left li
{
	margin: 0px;
}

#maindiv
{
	margin-left:10px;
}



.toolbar
{
	border-bottom-width: 0px; 
	margin-bottom: 35px;
}
.voice {
	font-size: 19px;
	font-weight: bold;
	color: #000;
	background-color: #E8F1C9;
	height:27px;
	float:left;
	padding-top:3px;
	padding-left:13px;
	padding-right:13px;
	margin-right:4px;	
	text-decoration:none;
	width:auto;
}

.voice:hover {
	background-color:#B6D251;
	color:#fff;
	font-size:19px;
	text-decoration:none;
	width:auto;
}


.voice_on {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background-color: #B6D251;
	height:27px;
	float:left;
	padding-top:3px;
	padding-left:13px;
	padding-right:13px;
	margin-right:4px;	
	text-decoration:none;
	width:auto;
}






.fields
{
	padding: 10px;
	border: 3px solid #7DB0E3;
	background-color: #ecf5ff;
	color:#7db0e3;
}

.field
{
	margin-top: 10px;
}



.actions
{
	 clear: both;
	 margin-top: 10px;
}


#errors
{
	margin: 10px 0 10px 0;
	padding: 10px;
	border: solid 3px #c00;
	color: #c00;
	background-color: #fbb;
}

.a:hover
{
}

