﻿a, a:visited, a:hover 
{
    color: #0f90c8;
}

body 
{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
}

.topNavWrapper 
{
    height: 41px;
    background-color: #0f90c8;
    text-align: center;
}

.wrapper 
{
    margin: 0 auto;
    width: 1080px;
    background-image: url(/homecoming-scotland/images/bg.gif);
}

.header 
{
    height: 163px; cursor: pointer;
    background-image: url(/homecoming-scotland/images/header.gif);
}

.header h1
{
    display: none;
}

.contentWrapper 
{
    width: 706px;
    margin: 0 auto;
}

.content 
{
    padding: 25px 20px 15px 25px;
    margin-bottom: 20px;
}

.content p 
{
    margin: 0 0 10px 0;
    padding: 0;
}

.content h2 
{
    color: #0f90c8;
    margin: 0 0 10px 0;
    padding: 0;
    clear: both;
    font-size: 20px;
    font-weight: bold;
}

.content h3 
{
    color: #0f90c8;
    margin: 0 0 10px 0;
    padding: 0;
    clear: both;
    font-size: 14px;
}

.footer 
{
    clear: both;
    background-image: url(/homecoming-scotland/images/footer.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 64px;
    padding-top: 20px;
}

.flashIntro 
{
    background-color: #000;
    height: 364px;
    background-image: url(/flash/no-flash.jpg);
    
}

.flash1 
{
    border-top: solid 1px black; 
    border-left: solid 1px black; 
    border-bottom: solid 1px black; 
    width: 234px; height: 362px;
    float: left;
}

.flash2
{
    border-top: solid 1px black; 
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    width: 234px;  height: 362px;
    float: left;
}

.flash3
{
    border-top: solid 1px black; 
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    width: 234px;  height: 362px;
    float: left;
}

.twoThirdsCol 
{
    width: 450px;
    float: left;
}

.oneThirdCol 
{
    float:right;
    width: 200px;
    text-align: center;
}

.halfColLeft 
{
    width: 46%;
    float: left;
    padding-right: 3%;
    
}

.leftBorder 
{
    border-right: solid 1px silver;
}

.halfColRight 
{
    padding-left: 15px;
    width: 46%;
    float: right;
}

.oneThirdColLeft 
{
    float:left;
    width: 210px;
    margin-right: 1%;
}


.topNavWrapper ul
{
    
    padding: 10px 0 0 0;
    margin: 0;
    display: block;
}

.topNav 
{
    margin: 0 auto;
    width: 706px;
    text-align: right;
}

.topNavWrapper li 
{
    padding: 0 10px 0 0 ;
    margin: 0 10px 0 0;
    float: right;
    display: block;
    text-align: right;
}

.topNavWrapper li a 
{
    color: White !important;
    text-decoration: none;
    font-weight: bold;
}

.topNavWrapper li a:hover
{
    text-decoration: underline;
}

.vLine 
{
    background-image: url(/homecoming-scotland/images/vline.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.copyright 
{
    text-align: center;
    padding-top: 30px;
    font-size: 10px;
}

.noPaddH1
{
    margin: 0; padding: 0;
    font-size: 20px;
    font-weight: normal;
}

.senseOfHeader 
{
    background-color: #0f90c8; 
    padding: 15px 15px 15px 25px; 
    margin-top: 5px; color: white;
}

.bookImageWrapperAlt
{
    clear: both;
    width: 160px;
    float: right;
    padding-bottom: 20px;
}

.bookDetailsWrapperAlt
{
    width: 470px;
    text-align: right;
    float: left;
}

.bookImageWrapper 
{
    clear: both;
    width: 160px;
    float: left;
    padding-bottom: 20px;
}

.bookDetailsWrapper 
{
    width: 500px;
    float: right;
}

.bookTitle
{
    color: #0f90c8;
    font-size: 20px !important;
    padding: 0;
    margin: 0 0 8px 0;
    line-height: 26px;
}

.bookAuthor
{
    color: #0f90c8;
    font-size: 16px !important;
    padding: 0;
    margin: 0 0 12px 0;
}

.divider 
{
    width: 707px;
    height: 3px;
    background-image: url(/homecoming-scotland/images/divider.gif);
    background-position: center top;
    background-repeat: no-repeat;    
    margin: 15px 0 35px 0;
    clear: both;
}

.vxlabel 
{
    clear: both;
    width: 120px;
    display: block;

}

.vxFormElement label 
{
    width: 400px;
}

.vxTextInput 
{
    margin-left: 0px;
    border: solid 1px silver;
    width: 400px
}

.vxTextMulitlineInput 
{
    margin-left: 0px;
    border: solid 1px silver;
    width: 400px;
    height: 200px;
}

.vxForm 
{
    padding: 10px 0 0 0;
}

.vxFormElement 
{
   padding: 0 0 10px 0;
}

.vxButtonElement
{
    margin-left: 0px;
}

.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

.validInput{
	border: 1px dotted #FF0000;
}

.breadcrumb 
{
    margin-bottom: 10px;
    border-bottom: solid 1px #f5f5f5;
    padding: 2px 0 2px 0;
    margin: 15px 0 0 15px;
}

.breadcrumb a 
{
    text-decoration: none;
}

.UIMessage 
{
    padding: 10px 0 10px 0;
    color: Red;
    font-weight: bold;
}

.whatNextNav
{
    padding: 0; margin: 55px 0 0 0;
    list-style: none;
}

.whatNextNav li
{
    padding: 0 10px 0 10px; margin: 0;
    float: right; list-style: none;
}

.whatNextNavDivider 
{
    border-right: solid 1px silver;
}