﻿body, html {
    margin:0;
    font-family:Verdana;
    font-size:12px;
    color:#000000;
    text-decoration:none;
    
}
.MainBorder {
    border:solid 10px #efefef;
    border-top:0px;
}
.HeaderBg {
    background-color:#0093a7;
}
.PaddingTop {
	padding-top:10px;
}
.PaddingBottom {
	padding-bottom:10px;
}
.PaddingLeft {
	padding-left:10px;
}
.PaddingRight {
	padding-right:10px;
}
.PaddingTopSmall {
	padding-top:5px;
}
.PaddingBottomSmall {
	padding-bottom:5px;
}
.PaddingLeftSmall {
	padding-left:5px;
}
.PaddingRightSmall {
	padding-right:5px;
}
a:link, a:active, a:visited {
    color:#3366cc;
    text-decoration:none;
}
a:hover {
    color:#3366cc;
    text-decoration:underline;
}
.MenuLink:link, .MenuLink:active, .MenuLink:visited {
    text-decoration:none;
}
.MenuLink:hover {
    text-decoration:none;
}
.BorderBottom {
    border-bottom:solid 1px #efefef;
}
.DashBorderBottom {
    border-bottom:dashed 1px #cccccc;
}
/*.MainBg {
    background-image:url('../../images/DefaultImages/mainbg.jpg');
    background-position:top;
    background-repeat:repeat-x;
}
.MainPageBg {
    background-image:url('../../images/DefaultImages/mainpage.jpg');
    background-position:top;
    background-repeat:no-repeat;
    }
*/

.HeaderBg img {width:100%}
 
.MainBg {
   background:url('../../images/DefaultImages/mainbg2.jpg') top fixed; 
 background-position:top;
    background-repeat: repeat-x;
}

.MainPageBg {
    background-image:url('../../images/DefaultImages/mainpage2.png');
    background-position:top;
    background-repeat:no-repeat;
    }

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Verdana, Geneva, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .6em 1.5em .6em;
}
.smallmedium {
	font-size: 12px;
	padding: 5px 5px 5px;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

.ButtonFur {
    background-image:url('../../images/DefaultImages/btn_fur.png');
    background-repeat:no-repeat;
    width:221px;
    height:140px;
}
.ButtonFur:hover {
    background-image:url('../../images/DefaultImages/btn_fur(hover).png');
    background-repeat:no-repeat;
    width:221px;
    height:140px;
}
.ButtonFur:active {
    background-image:url('../../images/DefaultImages/btn_fur(hover).png');
    background-repeat:no-repeat;
    width:221px;
    height:140px;
}
.ButtonAuto {
    background-image:url('../../images/DefaultImages/btn_auto.png');
    background-repeat:no-repeat;
    width:221px;
    height:140px;
}
.ButtonAuto:hover {
    background-image:url('../../images/DefaultImages/btn_auto(hover).png');
    background-repeat:no-repeat;
    width:221px;
    height:140px;
}
.ButtonAuto:active {
    background-image:url('../../images/DefaultImages/btn_auto(hover).png');
    background-repeat:no-repeat;
    width:221px;
    height:140px;
}
.ButtonWarranty {
    background-image:url('../../images/DefaultImages/warrenty_register.png');
    background-repeat:no-repeat;
    width:221px;
    height:96px;
}
 
/* blue */
.blue {
	color: #d9eef7;
    font-weight:bold;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
    font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
    font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* red */
.red {
	color: #f7d9d9;
    font-weight:bold;
	border: solid 1px #a30000;
	background: #cd0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#a50000));
	background: -moz-linear-gradient(top,  #ee0000,  #a50000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0000', endColorstr='#a50000');
}
.red:hover {
	background: #ad0000;
    font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#8e0000));
	background: -moz-linear-gradient(top,  #cc0000,  #8e0000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#8e0000');
}
.red:active {
	color: #d68080;
    font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#a50000), to(#ee0000));
	background: -moz-linear-gradient(top,  #a50000,  #ee0000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a50000', endColorstr='#ee0000');
}

/* End Button 
---------------------------------------------- */
.FrontPageFooter {
    height:30px;
    background-image:url('../../images/DefaultImages/footer_bg.png');
    background-repeat:repeat-x;
    background-position:bottom;
   top:738px;
    position:absolute;
}
.SmallerFont {
    font-size:11px;
}
.FrontPageFooterLink:link, .FrontPageFooterLink:active, .FrontPageFooterLink:visited {
    color:inherit;
    text-decoration:none;
}
.FrontPageFooterLink:hover {
    color:inherit;
    text-decoration:underline;
}
.LoginTitle {
    font-size:14px;
    font-weight:bold;
    color:#333333;
}
.BoxBorder
{
    border:#cccccc 1px solid;
}
.NoWrapStyle {
    white-space:nowrap;
}
.BorderRight {
    border-right:solid 1px #cccccc;
}
.SuccessFont {
    font-size:18px;
    color:#009900;
    font-weight:bold;
}
.BlueTitleFont {
    font-size:18px;
    color:#0f92ca;
    font-weight:bold;
}

.BlueTitleLink:link, .BlueTitleLink:active, .BlueTitleLink:visited {
    font-size:15px;
    color:#0f92ca;
    font-weight:bold;
    text-decoration:'none';
}
.BlueTitleLink:hover {
    font-size:15px;
    color:#0f92ca;
    font-weight:bold;
    text-decoration:'underline';
}
.MoreLineHeight {
    line-height:20px;
}
.RedFont {
    color:Red;
}
.CommentFont {
    color:#7a7a7a;
    font-style:italic;
}
.UppercaseFont {
    text-transform:uppercase;
}
.modalBackground
{
    background-color:#000000;
    opacity:0.7;
    filter:alpha(opacity=70);
}
.modalPopupBlock
{
    width:450px;
    height:300px;
    border:solid 1px #cccccc;
    background-color:#FFFFFF;
}
.ProcessingPopup
{
    width:500px;
    height:600px;
    border:solid 1px #cccccc;
    background-color:#FFFFFF;
}
.ReportBorderBottom
{
    border-bottom:solid 4px #058dcb;
}
.ReportHeader
{
    background-color:#0093a7;
}
.Cursor
{
    cursor:pointer;
}
.PrintPageTopBar
{
    height: 30px;
    background-color: #ffffcc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}
.PrintPageService
{
    background-image:url('../../images/DefaultImages/service_bg.jpg');
    background-repeat:repeat-x;
    width:170px;
    color:White;
}
.PrintServiceLink:link, .PrintServiceLink:active, .PrintServiceLink:visited
{
    color:#ffffff;
    text-decoration:none;
}
.PrintServiceLink:hover 
{
    color:#ffffff;
    text-decoration:underline;
}
.NoSeatingInfoBlock
{
    background-color:#fff08b;
    border:1px solid #ffcb3d;
    font-style:italic;
    width:250px;
    margin-top:5px;
}
.NoDisplay
{
    display:none;
}
.TopMenuFixedHeight
{
    height:28px;
}
.FormArea
{
    margin:0;
    font-family:Verdana;
    font-size:12px;
    color:#000000;
    text-decoration:none;
}
