﻿@import url('two_col_flex.css');

/* Heading Styles */
h1, h2, h3, h4, h5, h6 { font-family: 'Trebuchet MS', sans-serif; margin: 0; padding: 2px 0 2px 0; }
h1, h2, h3 { color: Blue; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

/* Colors */
.black { color: Black; }
.blue { color: Blue; }
.dark-blue { color: #000099; }
.gray { color: gray; }
.green { color: Green; }
.light-blue { color: #0066FF; }
.lightred { color:#FF3399 }
.maroon { color: Maroon; }
.navy { color: navy; }
.orange { color: #FF6600; } 
.red { color: Red; }
.silver { color: Silver; }
.yellow { color: Yellow; }
.white { color: White; }

/* Font Sizes Fixed */
.fxx-large { font-size: 32px; }
.fx-large { font-size: 24px; }
.flarge { font-size: 18px; }
.fmedium { font-size: 16px; }
.fsmall { font-size: 13px; }
.fx-small { font-size: 10px; }

/* Font Sizes Normal */
.xx-large { font-size: xx-large; }
.x-large { font-size: x-large; }
.large { font-size: large; }
.medium { font-size: medium; }
.small { font-size: small; }
.x-small { font-size: x-small; }

/* Text Formatting */
p { margin: 0px; padding: 4px 0px 4px 0px; text-align: justify; line-height: 115%; }
.alert {font-family: Verdana; font-size: 12pt; color: red; } 
.bold { font-weight: bold; }
.center { text-align: center; }
.divcenter { margin-left: auto; margin-right: auto; }
.hand { cursor: pointer; }
.help { cursor: help; }
.italic { font-style: italic; }
.fl { float: left; }
.fr { float: right; }
.justify { text-align: justify; }
.left { text-align: left; }
.lh { line-height: 115%; }
.nowrap { white-space: nowrap; }
.minheight { min-height: 300px; }
.right { text-align: right; }
.small-caps { font-variant: small-caps; }
.ul { text-decoration: underline; }

/* Padding */
.pad0 { padding: 0px; }
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.pad20 { padding: 20px; }
.padT2 { padding-top: 2px; }
.padT5 { padding-top: 5px; }
.padT10 { padding-top: 10px; }
.padT15 { padding-top: 15px; }
.padT20 { padding-top: 20px; }
.padT25 { padding-top: 25px; }
.padL5 { padding-left: 5px; }
.padL10 { padding-left: 10px; }
.padL15 { padding-left: 15px; }
.padL20 { padding-left: 20px; }
.padL25 { padding-left: 25px; }
.padL30 { padding-left: 30px; }
.padB5 { padding-bottom: 5px; }
.padB10 { padding-bottom: 10px; }
.padB15 { padding-bottom: 15px; }
.padB20 { padding-bottom: 20px; }
.padR5 { padding-right: 5px; }
.padR10 { padding-right: 10px; }
.padR15 { padding-right: 15px; }
.padR20 { padding-right: 20px; }
.padR25 { padding-right: 25px; }
.padR30 { padding-right: 30px; }
.width100 { width: 100%; }

/* List Item */
ul { line-height: 115%; margin-top: 5px; margin-bottom: 5px; }
li { padding-bottom: 5px; }

.hr /* make an <hr /> type line with a div */
{
    margin: 10px auto 10px auto;
    border-width: 1px;
    height: 1px;
    width: 90%;
    border-top-style: solid;
    border-top-color: #999999;
}

.silverglass-button /* make an asp button look like a devexpress button that works with roboform. */
{
    background-image: url('../Images/Themes/silverBack.gif');
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    color: Black;
    height: 24px;
} 

/*  ///////// Text formatting particular to the Legion & VFW websites. \\\\\\\\\ */
/* Legion-VFW page titles - pagecontrol / no-pagecontrol */
.pageTitlepc { font-family: Georgia, 'Times New Roman' , Serif; font-size: 18px; font-weight: bold; color: Blue; text-align: center; padding-top: 7px; padding-bottom: 5px; }
.pageTitle { font-family: Georgia, 'Times New Roman', Serif; font-size: 18px; font-weight: bold; color: Blue; text-align: center; padding-bottom: 5px; }

a:link { color: #0000FF; text-decoration: underline; }   
a:visited { color: #008000; text-decoration: underline; } 
a:hover { color: #FF0000; text-decoration: underline; }   
a:active {color:#0000FF; text-decoration: underline; }  
