﻿/* MAIN SHEETS */
@import "toptitle.css";
@import "rightmenu.css";

/* PAGE SHEETS */
@import "pageone.css";
@import "pagetwo.css";
@import "pagethree.css";
@import "details.css";
@import "refer.css";

/****** LAYOUT **/
html{}

body 
{
  background-color: #ffffff;
  width: 962px;
  padding: 0;
  margin: auto;
  max-width: 1060px;
  min-width: 762px;}
  
table
{
  width: 620px;
  border-spacing: 0px; /*-- Not supported in IE6, dam! Will have to use cellspacing attribute in HTML markup instead --*/
  border: none;}  

img
{
	border: none;}

label{
  color: #000000;
  font-size: 12px;
  width: 204px; 
  height: 20px;
  text-align: left; 
  padding-right: 25px;
  font-family: Geneva, Arial, Helvetica, sans-serif;} 

.textword
{
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  text-align: left; 
}

#content-nav
{
	vertical-align: top;
	background-color: #f2f7d3;
	padding-right: 10px;}  
	
#container
{
  overflow: hidden;
  float: none;}
 
#header
{
  width: 100%;
  margin: 0 0 10px 0;}
    
#content
{
  width: 100%;}

#content_main
{
  float: left;}
  
  
/*** BUTTON STYLES ****/  

.barbutton
{
    height: 28px;
    width: 600px;} 

/*** CONTENT MANAGED PAGE STYLES ***/
.bar
{
    height: 27px;
    width: 580px;}

.bar1
{
    height: 36px;
    width: 580px;}
    
.bar2
{
    height: 30px;
    width: 580px;}
        
.baraddress
{
    height: 75px;
    width: 580px;} 
 
.position{
    float: left;}
    
.positionright{
    float: right;}

.positionagain{
    float: left;
    color: #555555;
    font-size: 12px;
    font-family: Geneva, Arial, Helvetica, sans-serif;}
    
.color1{
    color: red;
    font-size: 12px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    float: right;}
    
.color{
    color: red;
    font-size: 12px;
    font-family: Geneva, Arial, Helvetica, sans-serif;}    
    
    
    /*---- Main Content Formatting ----*/

.content5-tl
{
	width: 30px;
	height: 20px;
	background: url(../images/corners.jpg) top left no-repeat;}

.content-tl
{
	width: 205px;
	height: 20px;
	background: url(../images/test4.jpg) top left no-repeat;}
.test1
{
	width: 3px;
	background: url(../images/SkinImages/verticalline.gif) right repeat-y;}
.content2-tl
{
	width: 205px;
	height: 20px;
	background: url(../images/test5.jpg) top left no-repeat;}
.content3-tl
{
	width: 205px;
	height: 20px;
	background: url(../images/test6.jpg) top left no-repeat;}
.content-tr
{
	width: 30px;
	height: 20px;
	background: url(../images/corners.jpg) top right no-repeat;}
	
.content-bl
{
	width: 30px;
	height: 10px;
	background: url(../images/corners.jpg) bottom left no-repeat;}
	
.content-br
{
	width: 30px;
	height: 10px;
	background: url(../images/corners.jpg) bottom right no-repeat;}
	
.content-top
{
	height: 20px;
	background: url(../images/horizontal.jpg) top repeat-x;}
	
.content-bottom
{
	height: 10px;
	background: url(../images/horizontal.jpg) bottom repeat-x;}
	
.content-left
{
	width: 10px;
	background: url(../images/vertical.jpg) left repeat-y;}
	
.content-right
{
	width: 10px;
	background: url(../images/vertical.jpg) right repeat-y;}
	
.PopUpCalendarStyle
{
    background-color: lightblue;
    position: absolute;
    visibility: show;
    margin: 15px 0px 0px 10px;
    z-index:99;   
    border: solid 2px black;
}

.UpdatePanelContainer
{
    width: 260px;
    height:110px;
}	

requiredfiedfont
{
	  color: #eb1212;
      font-size: 12px;
}

ul.myBoxIns
{
    color:#333333;
    margin:6px 0;
    list-style-type:none;
    font-size:1.2em;
    width:220px;
}



ul.myBoxIns li
{ 
    background-image:url(../images/blueBullet.gif);
    background-position:left;
    background-repeat:no-repeat;
    background-color:#ffffff;
    z-index:3000;
    margin-bottom:2px;
    padding-left:23px;
}

.getdown
{
  vertical-align: bottom;	}