/*
 * WMSDef - Set WMS characteristics applicable to all pages
 *
 */

.List A:hover
{
color: red;
}

.Error
{
border: 1px solid red;
}

.List .Heading .Numeric
{
   padding-right: 2px;
   text-align: right;
}

/* Top RH nav */

#BannerMid P A {
   color: gray;
   font-size: 80%;
}

/* Option bar 'button' for download link */

DIV.Options a {
   display: block;
   width: 13em;
   height: 1.2em;
   background-color: #F0F0F0;
   border-top: 1px solid #CCCCCC;
   border-right: 1px solid #333333;
   border-bottom: 1px solid #333333;
   border-left: 1px solid #CCCCCC;
   margin-top: 0.2em;
   padding-left: 0.5em;
   padding-right: 0.5em;
   padding-bottom: 0.5em;
   text-decoration: none;
   color: #000000;
   cursor: default;
}

/* Option bar make space for extra buttons */

DIV.Options INPUT.Navigate {
   font-size: 80%;
}

DIV.Options DIV.Controls INPUT.Apply {
   font-size: 80%;
   width: 6em;
}

/* Horizontal menu make space for extra options*/

#MenuH{
   font-size: 70%;
}

#JSMenuH {
   font-size: 70%;
}

#MenuH UL.UserMenu LI A {
        width: 60px;
        line-height: 20px;
}

#JSMenuH UL.UserMenu LI A {
        width: 60px;
        line-height: 20px;
}

#MenuH UL.SiteMenu LI A {
        line-height: 20px;
}

#JSMenuH UL.SiteMenu LI A {
        line-height: 20px;
}

/* Works with IE6 and later */

#MenuV Div.TemplateNews H3 A {
        width: 155px;
}

/* Feedback message */

#MenuV A.GetAQuote {
   font-size: 90%;
}

/* WMS message style */

Div.WMSMessage {
}

Div.WMSMessage .Block .Intro{
        background-image: url(images/block_16.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-bottom: 1em;
        margin-top: 0.5em;
        padding-top: 0px;
        padding-left: 20px;
        font-weight: bolder;
        height: 16px;
}

Div.WMSMessage .Error .Intro{
        background-image: url(images/warning_32.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-bottom: 1em;
        margin-top: 0.5em;
        padding-top: 8px;
        padding-left: 42px;
        font-weight: bolder;
        height: 32px;
}

Div.WMSMessage .Flag .Intro {
        background-image: url(images/flag_16.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-bottom: 1em;
        margin-top: 0.5em;
        padding-top: 0px;
        padding-left: 20px;
        font-size: 90%;
        height: 16px;
}

Div.WMSMessage .Help .Intro {
        background-image: url(images/help_16.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-bottom: 1em;
        margin-top: 0.5em;
        padding-top: 0px;
        padding-left: 20px;
        font-size: 90%;
}

Div.WMSMessage .Info .Intro {
        background-image: url(images/info_16.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-bottom: 1em;
        margin-top: 0.5em;
        padding-top: 0px;
        padding-left: 20px;
        font-size: 90%;
        height: 16px;
}

Div.WMSMessage .InfoBig .Intro{
        background-image: url(images/info_32.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-bottom: 1em;
        margin-top: 0.5em;
        padding-top: 8px;
        padding-left: 42px;
        height: 32px;
}

Div.WMSMessage .Diagram .Intro{
        background-image: url(images/diagram_16.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-bottom: 1em;
        margin-top: 0.5em;
        padding-top: 0px;
        padding-left: 20px;
        height: 16px;
}

Div.WMSMessage .Tick .Intro{
        background-image: url(images/tick_16.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-bottom: 1em;
        margin-top: 0.5em;
        padding-top: 0px;
        padding-left: 20px;
        height: 16px;
}

Div.WMSMessage .Warning .Intro{
        background-image: url(images/warning_16.png);
        background-repeat: no-repeat;
        margin-left: 10px;
        margin-bottom: 1em;
        margin-top: 0.5em;
        padding-top: 0px;
        padding-left: 20px;
        font-weight: bolder;
        height: 16px;
}

/* Footer links in a line */

#Footer IMG {
   float: none;
}

/* Stop getaquote forcing testimonial down the page */

div.Documentation p.Testimonial {
	clear: none;
}
