﻿/* MAJOR COMPONENTS
----------------------------------------------------------*/
body
{
    background-color: #5f5f5f;
    font-size: 1em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0;
    color: #161616;
}

.concertad
{
    margin-top:5px;
    margin-bottom:20px;
    text-align:center;
}

#footer
{
    clear:both;
    margin-top:5px;
    font-size:.8em;
    margin-bottom:10px;
}

.header
{
    height: 94px;
    padding-left: 215px;
    background-position: left;
    background-color: Black;
    color: White;
    background-image: url('/Content/Images/Logos/CVAELogoHorizontal.png');
    background-repeat: no-repeat;
    vertical-align: baseline;
    margin-bottom:10px;
}

img
{
    border:none;
}

#MainColumn
{
    float:left;
    width:720px;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

.page
{
    background-color:#f3f3f3;
    margin:auto;
    padding: 0;
    width:950px;
    padding-bottom:15px;
}

#RightColumn 
{
    float:left;
    width:225px;
    text-align:center;
}

.supporterad
{
    margin-top:5px;
    text-align:center;
}


/* LINKS
----------------------------------------------------------*/
a:link
{
    color: #000000;
    text-decoration: underline;
}

a:visited
{
    color: #646464;
}

a:hover
{
    color: #04c0b1;
    text-decoration: none;
}

/* NAVIGATION
----------------------------------------------------------*/

#navBar
{
    color:#04c0b1;
    height:94px;
    padding-left:15px;
    padding-top:58px;
    background-image: url('/Content/Images/Backgrounds/NavBG.png');
    background-repeat: repeat-x;
}

#navBar a:link
{
    color: #04c0b1;
    text-decoration: none;
}

#navBar a:visited
{
    color: #04c0b1;
    text-decoration: none;
}
#navBar a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}
#navBar ul
{
    margin: 0 auto;
    padding: 0;
}
#navBar ul li
{
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin-left: 20px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 11pt;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
    margin: 5px;
}
h5, h6
{
    font-size: .9em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* COPYRIGHT
----------------------------------------------------------*/

#copyright
{
    color: Black;
    text-align:center;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 5px;
}

/* HOMEPAGE ONLY
----------------------------------------------------------*/

#homepicture
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}


/* CONTENT
----------------------------------------------------------*/

#contentwrapper 
{
    padding:15px;
}

.contenttitle
{
    color: black;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 5px;
    text-align:center;
}

.contentparagraphheading
{
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.contentparagraphsubheading
{
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.contentparagraph
{
    color: black;
    font-size: 15px;
    padding-bottom: 10px;
    text-align: justify;
}

.listheading
{
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.listsubheading
{
    color: black;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
}

.listitem
{
    color: black;
    font-size: 15px;
    text-align: justify;
}

.quote
{
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #666666;
    color: black;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}

.pullquote
{
    border-style: none none none solid;
    border-width: 1px;
    border-color: #666666;
    background-color: #f6f6f6;
    color: #464646;
    font-size: 12px;
    float: right;
    width: 135px;
    padding: 5px;
    padding-left: 10px;
    margin-left: 5px;
    text-align: left;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.error
{
    color:Red;
}


/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}
