body
{
/*	background-image: url(../images/design/motos.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;*/
}

.Moto
{
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
	border: solid 1px #000000;
}

.MotoTitle
{
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	display: block;
	background-color: #e4e4e4;
	background-image: url(../images/poradna/grayback.gif);
	background-repeat: repeat-y;
	border: solid 1px #888888;
}

.MotoTitle .OnDemandImage
{
	padding: 0px;
	margin: 0px;
}

.MotoName
{
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #000000;	
	padding: 0px 0px 0px 5px;
	text-decoration: underline;
}

.MotoData
{
	display: block;
	background-color: #d4e0f4;
	background-image: url(../images/users/motoback.gif);
	background-repeat: repeat-y;
	border: solid 1px #888888;
	border-top-style: none;
}

.MotoLinks
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 3px;
	padding: 0px 3px 0px 3px;
	border-top: solid 1px #888888;
}

/* Detail data */
.DetailMotoTitle
{
	font-size: 12px;
	padding: 2px;
	display: block;
	background-color: #e4e4e4;
	background-image: url(../images/poradna/grayback.gif);
	background-repeat: repeat-y;
	border-bottom: solid 1px #888888;
}

.DetailMotoName
{
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #000000;	
	padding: 0px 0px 0px 5px;
	text-decoration: underline;
}

.DetailMotoForm
{
	background-color: #d4e0f4;
	background-image: url(../images/users/motoback.gif);
	background-repeat: repeat-y;
	border: solid 1px #000088;
	padding-bottom: 5px;
	margin: 10px 0px 10px 0px;
}


.DetailMotoField
{
	font-family: Verdana;
	font-size: 9pt;
}

.DetailMotoPropertyName
{
	text-align: right;
	font-family: Arial;
	font-size: 9pt;
	padding-left: 5px;
	padding-right: 5px;
}

.DetailMotoPropertyValue
{
	font-size: 9pt;
}

.DetailMotoTextEdit
{
	width: 100%;
	height: 70px;
}

.DetailMotoData
{
	display: block;
	background-color: #d4e0f4;
	background-image: url(../images/users/motoback.gif);
	background-repeat: repeat-y;
	border: solid 1px #000088;
	clear: both;
}

.DetailMotoLinks
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 3px;
	padding: 0px 3px 0px 3px;
	border-top: solid 1px #888888;
}

.MotoDetailContent
{
	display: block;
	clear: both;
	margin-top: 10px;
}

.NewMoto
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000088;
	padding: 3px;
	/*display: Block;*/
	clear: left;
}

/* Mass uploader stuff */
.MassUploadDelete
{
	background-color: #ffffff;
	color: #ff0000;
	border: solid 1px #000000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 14px; 
	vertical-align: middle;
	text-align: center;
}

.MassUploadUploader
{
	vertical-align: middle;
	height: 20px;
}

.NavigatorItems
{
	margin: 0px;
}


