body {
	font: 70% 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Trebuchet MS', Geneva, Arial, sans-serif;	
	background: #a70807 url('tausta.gif') top right repeat-x;	
	color: #000;	
    voice-family: "\"}\""; voice-family:inherit;
}
body, div, h1, h2, h3, h4, p, form, img, ul, li {
	margin: 0;
	padding: 0;
}

td 
{
	vertical-align: top;
}

a 
{
	color: blue;
	text-decoration: none;
}

a:visited
{
	color: #000;
	text-decoration: none;
}

a:active
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}


input, textarea, select {
	font: 100% 'Lucida Sans Unicode', 'Lucida Grande', 'Bitstream Vera Sans', 'Trebuchet MS', Geneva, Arial, sans-serif;
}
textarea {
	width: 300px;
}

.pic
{
	border: 1px solid #d0d0d0;	
	text-align: center;	
}
.pic:hover
{
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}


.jsvalidation 
{ 
	margin-left:10px; 
	font-size:10px; 
	color:#C11008!important; 
	font-family:"Lucida Sans Unicode", "Trebuchet MS", Tahoma, sans-serif; 
}

.row0
{
	background-color: #fff !important;
}

.row1
{
	background-color: #e0e0e0 !important;
}

.gallery
{
	color: #000;
}

.gallery a
{
	color: blue;
	text-decoration: none;
}

.gallery a:visited
{
	color: blue;
	text-decoration: none;
}

.gallery a:active
{
	color: blue;
	text-decoration: none;
	
}

.gallery a:hover
{
	color: #000;
	text-decoration: underline;
}
.progressWrapper {
	width: 100%;
	overflow: hidden;
}
.progressContainer {
	margin: 5px;
	padding: 4px;
	
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	
	overflow: hidden;
}
.red /* Error */
{
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
.green /* Current */ 
{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
.blue /* Complete */
{
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block !important;
	height: 14px;
	width: 14px;
	
	background-image: url(images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;	
	z-index: 10000;
}
a.progressCancel:hover 
{
	background-position: 0px 0px;
}


div#info
{
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -70px; /* half of the height */
	margin-left: -120px; /* half of the width */	
	text-align:left;
	font-size:x-small;
	font-family:verdana;
	border:1px solid #000000;
	background-color:#DA6E14;
}