﻿/* Top Elements */

body 
{    
    background-image: url(../images/Content_table_800x440.jpg);
	background-repeat: no-repeat;
	background-position:center;
    
    font-family: Arial;
 

    
}

.menubar 
{
    font-size: 11pt;

}

.menubarhome
{
    font-size: 11pt;
    text-decoration: none;
    color: #333333;
}


/* Front Page */
.news
{
    font-size: 13pt;
    color: #0099FF;
    text-align: left;
    margin-left: 20px;
}

.content
{
    color: #333333;
    
}
.contentplanel
{
    text-align: left;
}

.bookform
{
    color: #666666;
    font-size: 9pt;
    text-align: center;
}

.formdetail
{
    text-align:left;
       
}

.formleft
{
    text-align:right;
}

/* Product front page */

.title
{
    font-size: 14pt;
    color: #0099FF;
}

.subtitle
{
    font-size: 12pt;
    color: #0099FF;
}

.fpcontent
{
    font-size: 10pt;
    color: #666666;
}


/* Product content */
.Pname 
{
    font-size: 14pt;
    color: #0099FF;
}

.Pdetail
{
    font-size: 14pt;
    color: #666666;
}

.description
{
    font-size: 10pt;
    color: #0099FF;
}

.descriptioncontent
{
    font-size: 10pt;
    color: #666666;
}

/* Services, Contact Us */
.Stitle
{
    font-size: 11pt;
    color: #0099FF; 
}

.Sstitle
{
    font-size: 12pt;
    color: #333333; 
}

.Scontent
{
    font-size: 10pt;
    color: #666666;
}

.Stime
{
    font-size: 12pt;
    color: #333333;
}

/* Support */
/* Title = Stitle */
.Sutitle
{
    font-size: 10pt;
    color: #333333;
}

.Sucontent
{
    font-size: 10pt;
    color: #666666;
}

.link
{
    font-size: 10pt;
    color: #0099FF;
}

/* headerlink */
#planel
{
	height: 600px;
	width: 820px;
}

#header-photo {
	padding: 0;
	clear: both;
	background: url(../images/Logo_Bar_800x69.jpg) no-repeat center center;
	z-index: 1;
    height: 69px;
    width: 800px;
}

#header-link
{
	height: 33px;
	width: 800px;
	
}

#bottom-photo
{
    position: absolute;
    
	top: 700px;
    left: 10px;
}

#Contentbg
{
	background-image: url(../images/Content_table_800x440.jpg);
	background-position: 0px 92px ;
	background-repeat: no-repeat;
}

/* Navigation */
#nav {
	z-index: 1;
	width: 829px;
	height: 85px;		
}

.two-col #rightcontent {
	margin: 10px 5px 0 50px;
}

#leftbar {
	float: left;
	width: 100px;	
	margin-top: 10px;	
}	

#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
}

.hyperlinkStyle
{
    text-decoration : none;
    text-align: center;
    color: #0099FF;
}

.SuccessLabel
{
    color: #0099FF;
    font-size: large;
    
}


.my_calender .ajax__calendar_dayname
{
    padding: 6px;    
}

.my_calender .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

p
{
    clear:left;
}