﻿body
{
    background: transparent url(../images/light_body.gif) repeat-y scroll center top;
    color: #555555;
    font-family: Trebuchet MS,verdana,arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal; /*font-weight: 400;*/
    line-height: 170%; /*font-size-adjust: none; 	font-stretch: normal;*/
    margin: 0pt;
    padding: 0pt;
    text-align: left;
}

/* Container */
#content
{
    height: auto !important;
    min-height: 100%;
    position: relative;
}

#header
{
    background: #fae2df url(     "../images/header.gif" ) repeat-x scroll left bottom;
    color: #ffffff;
    clear: both;
    height: 25px;
    margin: 0pt auto;
    position: relative;
    text-align: right;
}

#header a
{
    color: #FFFFFF;
}

#header a:hover
{
    color: #FFFFFF;
}
#header a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

#headerImg
{
    background: transparent url(         "../images/image_header.gif" ) no-repeat scroll left top;
    height: 160px;
    margin: 0pt auto;
}

#logo
{
    float:left;
}   

#topbanner
{
    float: right;
    text-align: right;
    padding-top: 8px;
}

#page
{
    clear: both;
    float: left;
    margin-bottom: 6em;
    text-align: left;
    width: 100%;
    position: relative;
}
#columns
{
    border-top: 0px solid #FFFFFF;
    margin: 0pt auto;
}

#left
{
    background: transparent url(         "../images/left_image.gif" ) repeat-y scroll left top;
    width: 200px;
}
#right
{
    width: 520px;
    padding-right: 20px;
}

#menu
{
    text-decoration: none;
}
#menu ul li
{
    list-style-image: url(  "../images/imageList.gif" );
    margin-bottom: 2px;
    padding-left: 2px;
}

.width
{
    width: 770px;
}
.widthPad
{
    width: 770px;
}
.width25
{
    width: 24%;
}
.width50
{
    width: 48%;
}
.width73
{
    width: 73%;
}
.width75
{
    width: 75%;
}
.width100
{
    width: 100%;
}


.imageRounded
{
    background: transparent url(         "../images/imageRounded.gif" ) no-repeat scroll left top;
    width: 155px;
    height: 200px;
    padding: 5px 5px 5px 5px;
    margin-left: 20px;
    text-align: left;
}



#footer
{
    background: #914dd4;
    color: #ffffff;
    clear: both;
    height: 3.3em;
    margin: 0pt auto;
    position: relative;
    text-align: center;
    padding: 5px 0 5px 0;
}
#footer ul
{
    float: right;
    margin: 0.9em 1em 0pt 0pt !important;
    padding: 0pt;
}
#footer ul li
{
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
#footer a
{
    color: #ffffff;
}

#footer a:hover
{
    color: #ffffff;
}
#footer a:visited
{
    color: #ffffff;
}

.floatLeft
{
    float: left;
    padding-top: 20px;
}
.floatRight
{
    float: right;
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: justify;
}

.floatRight h1
{
    line-height: 170%;
}

/* End Container */

/* Rounded Corner for DIV */
.container
{
    background: #fae2df;
    color: #000;
    margin: 10px 15px;
}
.rtop, .rbottom
{
    display: block;
    background: #fff;
}
.rtop *, .rbottom *
{
    display: block;
    height: 1px;
    overflow: hidden;
    background: #fae2df;
}
.r1
{
    margin: 0 5px;
}
.r2
{
    margin: 0 3px;
}
.r3
{
    margin: 0 2px;
}
.r4
{
    margin: 0 1px;
    height: 2px;
}
/* End Rounded Corner 

/* Link menu */
ul.linkMenu
{
    margin-top: 0px;
    margin-bottom: 0px;
}

ul.linkMenu a:link
{
    text-decoration: none;
    color: #ffffff;
}
ul.linkMenu a:visited
{
    text-decoration: none;
    color: #ffffff;
}
ul.linkMenu a:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #ffffff;
}
/* End link button */

/* HTML Style */
h1
{
    color: #4a0094;
    font-family: Trebuchet MS,arial,sans-serif;
    font-size: 1.7em;
    padding-bottom: 0em;
}
h2
{
    color: #4a0094;
    font-size: 1.2em;
}
h3
{
    color: #4a0094;
    font-size: 1.1em;
    text-transform: uppercase;
}
h4
{
    font-size: 0.85em;
}
h5
{
    font-size: 0.8em;
}

a:link
{
    text-decoration: none;
    color: #4a0094;
}
a:visited
{
    text-decoration: none;
    color: #4a0094;
}
a:hover
{
    text-decoration: underline;
    color: #4a0094;
}
/* End HTML Style */

/* Popup Calendar Style */
.ewStyle
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.tdRoom
{
    background-color: #ffccff;
    padding: 0px 4px 0px 4px;
    color: #4A0094;
}

.tableRoom
{
     width: 100%;
}

.tableRoom td
{
    padding-top: 4px;
    padding-bottom: 4px;
   
}

div#subList
{
    padding-left: 10px;
    clear: both;
}

div#subList h2
{
    padding-left: 10px;
}

div#subList ul
{
    list-style-type: none;
    padding-left: 5px;
    padding-top: 0px;
}

div#subList ul li
{
    float: left;
    height: 113px;
    padding: 15px 5px 0 10px;
    width: 150px;
}

div#subList ul img
{
    border: solid 2px #914DD4;
}

