﻿/** Common Styles */

html
{
    height: 100%;
}

body
{
    margin: 0 0 0 0;
    padding: 0;
    background: #FFFFFF;
    line-height: 25px;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #3C3C37;
    height: 100%;
}

h1, h2, h3
{
    padding: 0;
    margin: 0;
    color: #005880;
}

p, ul, ol
{
    margin-bottom: 1.5em;
}

ul
{
    margin: 0px;
    padding: 0;
}

a
{
    color: #005880;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: #005880;
}

/** Style for header starts here */

#title
{
    width: 800px;
    height: 80px;
    margin: 0px auto;
    text-align: right;
    background: url(images/logo.jpg) no-repeat left bottom;
}

#title .country
{
    float: right;
    margin: 0px;
}

#header
{
    width: 800px;
    height: 200px;
    margin: 0px auto;
    padding: 3px 0px 5px 0px;
}

#underline
{
    width: 800px;
    height: 2px;
    margin: 0px auto;
    background: #4B4B4C;
}

/** Style for menu starts here */

#menu
{
    width: 800px;
    height: 35px;
    margin: 0px auto;
    background: #4B4B4C;
}

#menu ul
{
    margin: 0px;
    padding: 0 0 0 10px;
    list-style: none;
}

#menu li
{
    display: inline;
}

#menu a
{
    display: block;
    float: left;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    color: #FFFFFF;
}

#menu a:hover
{
    color: #009EE0;
}

/** Style for wrapper starts here */

#wrapper
{
    width: 800px;
    margin: 0px auto;
    background: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    min-height: 100%;
}

/** Style for content starts here */

#content
{
    width: 800px;
    margin: 0px auto;
    padding-top: 25px;
}

#content h2
{
    text-transform: capitalize;
    font-size: 1.6em;
    font-weight: normal;
    border-bottom: 1px #CCCCCC dashed;
}

#content p
{
}

#left
{
    float: left;
    width: 480px;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

#left ul
{
    margin: 0 3em;
    padding: 0;
    list-style-position: inside;
    list-style-type: square;
}

#left li
{
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 17px;
}

#left .post
{
    margin-bottom: 20px;
}

#right
{
    float: right;
    width: 240px;
    margin-bottom: 20px;
    padding-right: 20px;
}

#right ul
{
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

#right li
{
    padding-left: 10px;
}

.linkedlabel
{
    width: 100px;
    display: inline-block;
}

.longlinkedlabel
{
    width: 180px;
    display: inline-block;
}

/** Style for footer starts here */

#footer
{
    clear: both;
    width: 800px;
    height: 30px;
    margin: 0px auto;
    padding-top: 5px;
    background: #4B4B4C;
    font-size: 10px;
    color: #E5E5CC;
}

#footer .copyright
{
    float: left;
    margin: 0px;
    padding-left: 10px;
    text-align: center;
}

#footer .links
{
    float: right;
    margin: 0px;
    padding-right: 5px;
    text-align: center;
}

#footer a
{
    color: #E5E5CC;
}

/** Style for combo boxes start here */

.CustomComboBoxStyle .ajax__combobox_textboxcontainer input
{
    border: none;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 11px;
    width: 50px;
    padding-bottom: 3px;
}

.CustomComboBoxStyle .ajax__combobox_buttoncontainer button
{
    border: none;
    background-color: White;
}

.textbox
{
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 1px solid #005880;
}

.bigtextbox
{
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 1px solid #005880;
}

.erroralert
{
    background-color: #FFFF66;
    vertical-align: top;
    text-align: left;
}

.enhance
{
    color: #005880;
    font-weight: bold;
    font-size: 12px;
}

.watermark
{
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 1px solid #005880;
    color: #808080;
}

/** Style for gallery starts here */

#gallery img
{
    border: 1px solid #ccc;
    padding: 0px;
}

#header ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

