﻿body 
{
	font-family: Arial;
}
.modalBackground {
	filter:alpha(opacity=40); 
	opacity:0.4;
	moz-opacity:0.4;
	background-color:Gray; 
}
h1
{
	margin: 0;
	padding-bottom: 10px;
	font-size: 16px;	
}
h2
{
	margin: 0;
	padding-bottom: 10px;
	font-size: 14px;		
}

.ImageBox
{
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 20;
    border: solid 1px;  
    cursor: pointer;
}

.GrayLink
{
    color: #6f6f6f; text-decoration: none;
}
.errorlist
{
    padding-left: 20px;
}
h3
{
	margin: 0;
	padding-bottom: 10px;
	font-size: 13px;		
}
h4
{
	margin: 0;
	padding-bottom: 10px;
	font-size: 12px;		
}

span
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

span.RequiredField
{
}

img
{
	border: 0;
}


div.NameValuePair
{		
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;	
	clear: both;		
	display: inline;	
}

div.NameValuePair .Name
{		
	float: left;
	width: 100px;
	clear: left;
	margin-bottom: 10px;	
	margin-right: 5px;	
}

div.NameValuePair .Value
{		
	float: left;	
	margin-bottom: 10px;		
}

div.NameValuePair .Value .RadioList input
{
	width: 35px;	
}

div.NameValuePair .Value input, .NameValuePair .Value select
{	
	width: 180px;
}
.separator
{
	height: 20px;
	clear: both;
}
.errorText
{
	color: #ff0000;
}


.TyreStorage
{
    margin-top: 15px;
}

.TyreStorage .TyreContract
{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px gray;
}

.TyreStorage .TyreContract .TyreHeader
{
    font-weight: bold;
}

.TyreStorage .TyreContract .TyreHeader .InfoLink
{
    font-weight: normal;
    display: inline;
    cursor: pointer;
    color: Gray;
    padding-left: 5px;
    background-image: url(../images/LinkPrefix.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

.TyreStorage .TyreContract .Tyre
{
    padding-left: 5px;
    clear:both;
    margin-top: 10px;
}

.TyreStorage .TyreContract .Tyre .OKTyre
{
    color: inherit;
}

.TyreStorage .TyreContract .Tyre .WornTyre
{
    color: Red;
    font-weight: bold;
}

.TyreStorage .TyreContract h4
{
   padding-bottom: 1px;
   padding-top: 5px;
   clear: both;
}

.TyreStorage .TyreContract .ImageLink
{
    clear:both;
    cursor: pointer;
    color: Gray;
    margin-top: 5px;
    padding-left: 5px;
    background-image: url(../images/LinkPrefix.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

.TyreStorage .TyreContract .Tyre .NameValuePair
{
    font-family: Arial, Verdana, Helvetica;
	font-size: 12px;	
	clear: both;		
	display: inline;
}

.TyreStorage .TyreContract .Tyre .NameValuePair .Name
{
    float: left;
	width: 100px;
	clear: left;
	margin-bottom: 1px;	
	margin-right: 5px;	
}
.TyreStorage .TyreContract .Tyre .NameValuePair .Value
{
    float: left;	
	margin-bottom: 1px;
}

a
{
}

