﻿/* Demo 3 */

.WelcomeMessage {
    margin-right: 0px;
    margin-top: 20px;
}

#MyAccountMenu {
}

    #MyAccountMenu #MyAccountMenuContainer {
        right:83px;
        top:28px;
    }

        #MyAccountMenu #MyAccountMenuContainer .TopLevelMenuItem > a {
            color:#fff;
            font-weight:bold;
        }

            #MyAccountMenu #MyAccountMenuContainer ul.MyAccountMenuItemContainer li ul.MenuItemContainerSubItems {
                top:20px;
                right:-8px;
            }

div#MyStatement .InvoiceListColumn, div#BookingInvoices .InvoiceListColumn {
    width:110px;
}

.RightColumn .QuickQuote .QuickQuoteLegend {
    color: #cc0000;
}

input.input-validation-error {
    background-color: #fee;
    border: 1px solid #ff0000;
}

#ContactDetails #Email {
    width:380px !important;
}

a.LinkButton:hover {
    color:#fff;
}

.QuotationForm #ContactDetails input {
    width: 380px !important;
}

.QuotationForm #ContactDetails select {
    width: 150px !important;
}

.QuickQuote form input[type=submit] {
    width: 175px;
}

.QuotationSummary div {
    margin:10px 0;
}

#SiteMapLink {
    display:none;
}

#DSLLink, #ProductLink {
    color: #bababa;
    text-decoration:none;
}

#DSLLink:hover, #ProductLink:hover {
    color: #666666;
}

.UserBarData .DS-BookNow {
    top:65px;
}

.UserBarData .DS-HeaderTelNo {
    right:70px;
    top:80px;
}

.UserBarData .DS-LinesOpen {
    top:115px;
}

legend {
    color: #cc0000;
    font-weight: bold;
    margin-left: 10px;
}

span.charcounter {
    color:#cc0000;
}

.ErrorSummary {
	color: #ff0000;
    background: #ffbfbf;
	border:solid #ff0000;
	border-radius: 25px;	
	padding:20px;
	margin-bottom:20px;
}

.ErrorSummary h2 {
	color: #ff0000;
}

.ForgottenPassword {
    float:left;
    margin-top:5px;
}

#tooltip {
    background-color:#ef7878;
    border:solid 1px #cc0000;
    border-radius:3px;
    color:#fff;
    font-weight:bold;
    padding:10px;
}

/* Image Gallery */
.DSImageGallery {
    list-style-type: none;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
}

    .DSImageGallery li {
        background-color: none;
        display: table-cell;
        float: left;
        height: 100px;
        margin-bottom: 5px;
        margin-right: 5px;
        text-align: center;
        vertical-align: middle;
        width: 100px;
    }

        .DSImageGallery li a {
            margin: 0 auto;
        }

            .DSImageGallery li a img {
                border: none;
                height: auto;
                width: 100px;
            } 


/* Login Page */

.LoginContent {
    border: 1px solid #9c9ea1;
    padding: 10px;
    position: relative;
    width: 100%;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
}

.LoginContent .Field {
    width:800px;
}

.LoginContent .ButtonBar .LoginButton {
    margin-right: 0px;
}

.CombinedLogin .PageHeader {
    position: initial;
    width: auto;
}