body, input, select, textarea, pre, div{
	color: #555555;
	font-family: lucida sans, lucida, helvetica, arial, sans;
	font-size: 8pt;
	vertical-align: top;
	line-height: 12pt; 
}

input, select, textarea, pre, div{
	text-align: left;
}

img{
	border: 0px none;
}

a, a:hover, .link, .link:hover{
	color: #0B83FF;
	text-decoration: underline;
	cursor: pointer;
}

.download{
	margin-bottom: 6px;
}

.download a{
	font-family: courier, monospace;
	font-size: 8pt;
}

.spacer{
	padding-top: 8px;
}

p{
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}

.compact{
	margin-bottom: 4px;
}

input.compact{
	margin: 2px;
}

small{
	font-size: 7pt;
}

.tagGroup{
	float: left;
	width: 25%;
	font-weight: bold;
	padding-top: 1px;
}

.tagName{
	float: left;
	width: 70%;
	padding-left: 12px;
	line-height: 14pt;
}

.tag{
	padding-left: 2px;
	padding-right: 2px;
	background: #888888;
	color: #ffffff;
}

.tagField{
	float: left;
	font-size: 7pt;
	line-height: 13pt;	
}

h1{
	font-size: 12pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
	margin-top: 0px;
}

h2{
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 16px;
}

input, textarea, select{
	margin: 2px;
	margin-bottom: 8px;
}

.field{
	border: rgb(120,120,120) 1px solid;
	background: #f9f9f9;
	padding: 2px;
}

.button{
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;
	text-align: center;
}

.visible{
	display: block;
}

.hidden{
	display: none;
}

.row{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.playing, .stopped{
	padding-left: 24px;
	padding-top: 4px;
	padding-bottom: 5px;
/*	cursor: pointer;*/
}

.stopped{
	color: rgb(180,180,180);
	background: url('play.png') top left no-repeat;
}

.playing{
	color: rgb(100,100,100);
	background: url('stop.png') top left no-repeat;
}

