﻿h1
{
    padding: 0;
    margin: 0 0 0 0;
    font-size: 2.15em;
    font-family: Georgia, Verdana, Arial;
    font-style: italic;
    font-weight: normal;
}

#page
{
    text-align: left;
    margin: 0px 0px 0px 0px;
    background: #fff;
    border-bottom: 3px solid #efc15c;
}


.main
{
    font-family: georgia;
    font-size: small;
    color: #3a504d;
    line-height: 1.35em;
    font-family: Verdana;
    padding-left: 0.75em;
}

#top
{
    background: #fff url(../../Images/back_page.jpg) repeat-x top left;
    border-bottom: 1px solid #b3afa5;
    min-height: 60px;
    width: 100%;
}

#top h1
{
    float: left;
    width: 340px;
    margin: 0;
    padding: 0;
}

#top h1 a
{
    display: block;
    background: url(../../Images/UVM_BLACK.png) no-repeat;
    width: 285px;
    height: 49px;
    margin: 10px 0 0 14px;
}

#top h1 a span
{
    display: none;
}

.clear
{
}


table
{
    border-radius: 0.5em;
    box-shadow: 0.5em 0.5em 0.5em 0.2em #DDD;
    transition: all 0.5s; 
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}
table:hover
{
    background-color: #EEE;
    box-shadow: 0.5em 0.5em 0.5em 0.2em #999;
}


td:hover
{
    background-color: #999;
    color: White;
}

tr:hover
{
    background-color: #ddd;
}

select
{
    box-shadow: 0.1em 0.1em 0.1em 0.1em #DDD;
}



.btn
{
    background-color: #33664A;
    border: 1px solid black;
    color: White;
}

.headline1
{
    margin-top: 1em;
    font-size: x-large;
    font-weight: normal;
    text-shadow: #bbb 10px 10px 2px;
}

.headline2
{
    margin-top: 1em;
    font-size: large;
    font-weight: bold;
}

.headline3
{
    margin-top: 1em;
    font-size: normal;
    font-weight: bold;
}

.tableHeadline
{
    margin-top: 2.5em;
    font-size: x-small;
}


table.displayedTable
{
    margin-top: 0.5em;
    border-top: 0.1875em solid #008080; /* 	#008080 = "teal" */
    border-bottom: 0.1875em solid #008080; /* 	#008080 = "teal" */
    font-size: small;
    border-collapse: collapse;
}
th.displayedTable_th
{
    color: white;
    background-color: #008080; /* 	#008080 = "teal" */
    border-bottom: 1px solid black;
    padding-right: 0.2em;
}


td.tableRowHeader
{
    color: black;
    background-color: #A9A9A9; /* 	#808080 = "darkgray" */
}

td.displayedTableCell
{
    border: 1px solid #808080;
    padding-right: 0.2em;
}

.blackBottomBorder
{
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-bottom: 1px solid black;
    padding-right: 0.2em;
}

.blackRightBorder
{
    border-right: 1px solid black;
}

.blackRightBorderAllOtherBordersGrey
{
    border-right: 1px solid black;
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}


.blackRightAndBottomBorder
{
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}


.leftAlign
{
    text-align: left;
}

.rightAlign
{
    text-align: right;
}

.centerAlign
{
    text-align: center;
}

.width7em
{
    width: 7em;
}

.width10em
{
    width: 10em;
}

.width15em;
{
    width: 15em;
}
.width21em;
{
    width: 21em;
}
.tableSource
{
    font-size: xx-small;
}
.blueColor
{
    color: blue;
    font-weight: bold;
}


/* note */
.enNoteClass
{
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.5em;
    border: 1px solid #D8D8D8;
    width: 65em;
    background-color: #FFFFCC;
    border-radius: 0.5em;
    box-shadow: 0.5em 0.5em 0.5em 0.2em #DDD;
    transition: all 0.5s; /* ie 4 */
     -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.enNoteClass:hover
{
    
     box-shadow: 0.5em 0.5em 0.5em 0.2em #999;
}

