﻿/* divContent is the "main" page */
#divContent
{
    background-color:White;
    font-family:Tahoma;
    text-align:justify;
}
/* Set the lblTitle */
#ctl00_Main_lblTitle
{
    /* Dark Blue RGB: 0 74 128 */
    color:#004A80;
    font-size:xx-large;
    font-family:Tahoma;
}
/* Set the lblDescription */
#ctl00_Main_lblDescription
{
    font-family:Tahoma;
    font-size:medium;
}
/* Set the lblHeader */
#ctl00_Main_lblHeader
{
    /* Dark Blue RGB: 0 74 128 */
    color:#004A80;
    font-size:large;
    font-family:Tahoma;
}
/* Set the lblNote */
#ctl00_Main_lblNote
{
    font-size:x-small;
    font-family:Tahoma;
    text-align:justify;
    padding-left: 15px;
}
/* Set the Style bulleted list */
#ctl00_Main_blStyle
{
    font-family:Tahoma;
    font-size:x-small;
    padding-left: 15px;
}
/* Set the Style bulleted list */
#ctl00_Main_blStyle :link
{
    /* Dark Blue RGB: 0 74 128 */
    color:#004A80;
    text-decoration: none;
}
/* Set the Style bulleted list */
#ctl00_Main_blStyle :visited
{
    /* Dark Blue RGB: 0 74 128 */
    color:#004A80;
    text-decoration: none;
}
/* Set the Style bulleted list */
#ctl00_Main_blStyle :hover
{
    /* Light Blue RGB: 125 167 217 */
    color:#7DA7D9;
    text-decoration:underline;
}
/* Set the Style bulleted list */
#ctl00_Main_blStyle :active
{
    /* Light Blue RGB: 125 167 217 */
    color:#7DA7D9;
    text-decoration: underline;
}
/* Set the lblImage */
#ctl00_Main_lblImage
{
    /* Dark Blue RGB: 0 74 128 */
    color:#004A80;
    font-size:large;
    font-family:Tahoma;
}
/* Set the blHotelLine unvisited link */
#ctl00_Main_blHotelLine :link
{
    /* Dark Blue RGB: 0 74 128 */
    color:#004A80;
    font-size:large;
    text-decoration: none;
}
/* Set the blHotelLine visited link */
#ctl00_Main_blHotelLine :visited
{
    /* Dark Blue RGB: 0 74 128 */
    color:#004A80;
    font-size:large;
    text-decoration: none;
}
/* Set the blHotelLine on mouse over */
#ctl00_Main_blHotelLine :hover
{
    /* Light Blue RGB: 125 167 217 */
    color:#7DA7D9;
    font-size:large;
    text-decoration: underline;
}
/* Set the blHotelLine selected link */
#ctl00_Main_blHotelLine :active
{
    /* Light Blue RGB: 125 167 217 */
    color:#7DA7D9;
    font-size:large;
    text-decoration: underline;
}
/* Set the h1 */
h1
{
    /* Dark Blue RGB: 0 74 128 */
    color:#004A80;
}
/* All td in page */
td
{
    /* Light Blue RGB: 125 167 217 */
    background-color:#7DA7D9;
}
/* tdLeftCell */
#tdLeftCell
{
    /* Dark Blue RGB: 0 74 128 */
    background-color:#004A80;
}
/* tdRightCell */
#tdRightCell
{
    /* Dark Blue RGB: 0 74 128 */
    background-color:#004A80;
}
/* lblThumb */
.lblThumb
{
    /* Dark Blue RGB: 0 74 128 */
    color:#004A80;
    font-size:x-small;
}
/* Set the clHyperlink class */
.clHyperLink
{
    font-size:medium;
    padding-left:5px;
    padding-right:5px;    
}
/* Set the clHyperLink class unvisited link */
a.clHyperLink:link
{
    text-decoration:none;
}
/* Set the clHyperLink class visited link */
a.clHyperLink:visited
{
    text-decoration:none;
}
/* Set the clHyperLink class on mouse over */
a.clHyperLink:hover
{
    text-decoration:underline;
}
/* Set the clHyperLink class selected link */
a.clHyperLink:active
{
    text-decoration:underline;
}
/* rightDiv is the right section */
div.rightDiv
{
    height: 100%;
}
/* leftDiv is the left section */
div.leftDiv
{
    float:left;
    width: 25%;
    height: 100%;
}
/* Set the text */
.text
{
    padding-left:10px;
    padding-right:10px;
    font-size:small;
    text-align: justify;
}
/* Set the header class */
.header
{
    /* Dark Blue RGB: 0 74 128 */
    color:#004A80;
    font-size:large;
    font-family:Tahoma;
}
/* Set the GridView Header */
.gvList_header
{
    /* Dark Blue RGB: 0 74 128 */
    background-color:#004A80;
    color:White;
    font-size:large;
    font-family:Tahoma;
    text-align: center;
}
/* Set the GridView Row */
.gvList_row
{
    color:White;
    font-size:x-small;
    font-family:Tahoma;
    text-align: left;
}
/* Set the GridView Aleternating Row */
.gvList_alternating
{
    color:Black;
    font-size:x-small;
    font-family:Tahoma;
    text-align: left;
}