﻿body
{
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    text-align: center;
}

p
{
    text-align: justify;
}

.header
{
    cursor: pointer;
    height: 101px;
    background-image: url(/images/banner.gif);
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
    text-align: left;
}

.menu
{
    border-top: solid 2px #fff;
    padding: 5px 0px 5px 0px;
    text-align: left;
}

.menu a
{
    background-color: #FF9800;
    font-family: Arial;
    font-weight: bold;
    padding: 2px 15px 2px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-right: 5px;
}

.menu a:hover
{
    padding: 2px 15px 2px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}

a.join
{
    background-color: Red;
    font-family: Arial;
    font-weight: bold;
    padding: 2px 15px 2px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-right: 5px;
}

a.join:hover
{
    padding: 2px 15px 2px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}

a.join2
{
    background-color: #FF9800;
    font-family: Arial;
    font-weight: bold;
    padding: 2px 15px 2px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-right: 5px;
}

a.join2:hover
{
    padding: 2px 15px 2px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}


.tabs a
{
    background-color: #FF9800;
    padding: 8px 10px 8px 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: solid 1px #ccc;
    margin-right: 3px;
    border-bottom: 0px;
}

.tabs a:hover
{
    background-color: #FF9800;
    padding: 8px 10px 8px 10px;
    display: inline-block;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    border: solid 1px #ccc;
    border-bottom: 0px;
}

.layout
{
    width: 1024px;
    margin: 0px auto 0px auto;
}

.inner-layout
{
    padding: 0px;
    text-align: left;
}

.footer
{
    padding: 15px 0px 0px 0px;
    font-size: 12px;
    color: #646464;
    text-align: left;
}

.footer a
{
    color: #444;
    text-decoration: none;
}

.footer a:hover
{
    color: #000;
    text-decoration: underline;
}

ul, p, td
{
    vertical-align: top;
    line-height: 160%;
    font-size: 14px;
    color: #646464;
}

h3
{ 
    margin-top: 10px;
    font-family: Arial;
    font-size: 16px;
    color: #008080; 
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: solid 3px #1BA5A5;
}

h4
{
    padding: 8px 10px 8px 0px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.div
{
    border-bottom: solid 3px #1BA5A5;
    padding: 10px 0px 10px 0px;
}

.def-list
{
    height: 370px;
    list-style-type: none;
    margin-left: 5px;
    padding-left: 10px;
}

.def-list li
{
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
}

.def-list li a
{
    font-size: 15px;
}

.compulsory
{
    font-style: italic;
    color: red;
    padding-right: 10px;
}

.login
{
    margin-left: 20px; border: solid 2px #fff; padding: 5px; width: 230px;
}

.login p
{
    margin: 5px 0px 5px 0px;
    font-size: 12px;
}
.cssform, .csstable
{
    margin-top: 0px;
    background-color: #efefef;
}

.csstable
{
    border-bottom: solid 1px #C2BCAB;
    border-left: solid 1px #C2BCAB;
    border-right: solid 1px #C2BCAB;
}

.cssform p
{
    display: block;
    clear: left;
    margin: 0;
    padding: 5px 0 8px 0;
    padding-left: 220px; /*width of left column containing the label elements*/
    border-top: 0px dashed #C2BCAB;
    height: 1%;
}

.cssform label
{
    font-family: Arial;
    text-align: right;
    font-weight: normal;
    float: left;
    margin-left: -185px; /*width of left column*/
    width: 170px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.csstable p
{
    display: block;
    clear: left;
    margin: 0;
    padding: 2px 0 2px 0;
    padding-left: 110px; /*width of left column containing the label elements*/
    border-top: solid 1px #C2BCAB;
    height: 1%;
}

.csstable label
{
    padding-left: 5px;
    font-family: Arial;
    text-align: left;
    font-weight: bold;
    float: left;
    margin-left: -110px; /*width of left column*/
    width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]
{
    /*width of text boxes. IE6 does not understand this attribute*/
    width: 180px;
}

.cssform textarea
{
    width: 250px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix
{
    margin-left: 3px;
}

.btn
{
    border: solid 1px #fff;
    padding: 2px 5px 2px 5px;
    background-image: url(/images/bg_blue.gif);
    background-position: left center;
    color: #fff;
    font-weight: bold;
}

.compulsory
{
    margin-left: 5px;
    color: Red;
}

.paging a, .paging span
{
    padding: 5px;
    text-decoration: none;
    
}

.paging span
{
    border: solid 1px #ccc;
}

.tableform
{
    width: 100%;
}

.tableform th, .tableform td
{
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}

.tableform th
{
    font-weight: normal;
    padding-right: 10px;
    width: 200px;
    text-align: right;
}

.box
{
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #efefef;
}

.sub-heading
{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #efefef;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px;
}

.sub-heading span
{
    float: right;
    font-weight: normal;
}

.pricing
{
    background-color: #ccc;
    margin-bottom: 20px;
}

.pricing .heading td
{
    background-color: #efefef;
    color: #444;
    font-weight: bold;
}

.pricing td
{
    vertical-align: middle;
    background-color: #fff;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.style1 
{
    background-color:#ffffff;font-weight:bold;border:2px #006699 solid;
}

.cal_Theme1 .ajax__calendar_container   {
    background-color: #e2e2e2;
    border:solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header  {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body    {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align:center;
    font-weight:bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align:center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today   {
    font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

a.hs
{
    background-color: #1BA5A5;
    font-family: Arial;
    font-weight: bold;
    padding: 2px 15px 2px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 3px;
    width: 130px;
}

a.hs:hover
{
    padding: 2px 15px 2px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 3px;
    width: 130px;
}

a.ho
{
    background-color: #FF9800;
    font-family: Arial;
    font-weight: bold;
    padding: 2px 15px 2px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 3px;
    width: 130px;
}

a.ho:hover
{
    padding: 2px 15px 2px 15px;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 3px;
    width: 130px;
}