/* ---( Base )------------------------------------ */

	body {
	background-color: #a5a5a5;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #383838;
	}

	td, div{
	font-family: Arial, Helvetica, sans-serif;
/*	color: #858585;*/
	font-size: 12px;
	color: #383838;
	}
	
	ul.ulnav{
	    margin-top: 0px;
	}
	
	td ul.ulnav{
	    margin-top: -10px;
	}
	
	td ul.ulnav ul{
	    margin-top: 2px;
	}
	
	td ul.ulnav li{
	    list-style-type: none;
	    padding-top:5px;
	    margin-left:-25px;
	}

/* ---( Text )------------------------------------ */

	.yellow01 {
	color: #ffcd35;
	font-size: 18px;
	font-weight: bold;
	padding-right: 35px;
	padding-top: 6px;
	padding-bottom: 5px;
	}
	
	.yellow02 {
	color: #ffcd35;
	font-size: 18px;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 5px;
	}
	
	.white01 {
	color: #ffffff;
	}
	
	.title01 {
	color: #333333;
	font-size: 30px;
	}
	
	.title02 {
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
    font-size: 14px;
	}

.title03 {
	color: #333333;
	font-size: 18px;
	}

	.title04 {
	color: #333333;
	font-weight: bold;
	font-size:15px;
	text-transform: uppercase;

	}
	

/* ---( Layout )------------------------------------ */
	
	.header01bg{
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 125px;
	}
	
	.header02bg{
	background-image: url(images/logo-02.gif);
	background-repeat: no-repeat;
	height: 143px;
	}
	
	.footer01bg{
	background-image: url(images/footer_2.gif);
	background-repeat: no-repeat;
	height: 160px;
	color: #cee0f3;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	}
	
	.footer02bg{
	color: #a4a2a1;
	font-size: 10px;
	font-weight: bold;
	}
	
	.nav01padding{
	height: 24px;
	padding-right: 8px;
	padding-top: 3px;
	color: #8a8a8a;
	}
	
	.nav02padding {
	padding-right: 30px;
	}
	
	.nav03padding {
	padding-right: 15px;
	}
	
	.nav04padding{
	height: 24px;
	padding-top: 3px;
	color: #8a8a8a;
	}
	
	.line01{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c2c2c2;
	border-bottom-color: #c2c2c2;
	}
	
	.line02{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c2c2c2;
	}
	
	.line03{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	}
	
	.body01padding {
	color: #ffffff;
	padding-right: 45px;
	padding-left: 45px;
	}

/* ---( Form )------------------------------------ */
	
	input.btn{
   	color:#482a2c;
   	font-family: Arial, Helvetica, sans-serif;
   	font-size:11px;
   	font-weight:bold;
   	background-color:#dbcdce;
   	border:1px dashed;
   	border-top-color:#a59593;
   	border-left-color:#a59593;
   	border-right-color:#a59593;
   	border-bottom-color:#a59593;
	}
	
	input.btnhov{
	color:#ffffff;
   	background-color:#482a2c;
	}
	
/* ---( Link )------------------------------------ */

	a:link, a:active, a:visited  {
	color: #858585;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover {
	color: #000000;
	text-decoration: none;
	}
	
	a.topNav:link, a.topNav:active, a.topNav:visited {
	/*color: #6a6a6a;*/
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 7px;
	padding-right: 7px;
	}
	
	a.topNav:hover {
	color: #ffcd35;
	text-decoration: none;
	}
	
	a.topNav02:link, a.topNav02:active, a.topNav02:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	a.topNav02:hover {
	color: #ffcd35;
	text-decoration: none;
	}
	
	a.topNav03:link, a.topNav03:active, a.topNav03:visited {
	color: #ffcd35;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	a.topNav03:hover {
	color: #ffcd35;
	text-decoration: none;
	}
	
	a.footer01:link, a.footer01:active, a.footer01:visited {
	color: #cee0f3;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	}
	
	a.footer01:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
	a.footer02:link, a.footer02:active, a.footer02:visited {
	color: #a4a2a1;
	font-size: 10px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	}
	
	a.footer02:hover {
	color: #333333;
	text-decoration: underline;
	}

	a.side01:link, a.side01:active, a.side01:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
	}
	
	a.side01:hover {
	color: #000000;
	text-decoration: none;
	}
	
	a.side03:link, a.side03:active, a.side03:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding-left: 15px;
	}
	
	a.side03:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
	a.side04:link, a.side04:active, a.side04:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	}
	
	a.side04:hover {
	color: #000000;
	text-decoration: none;
	}
	
	a.side02:link, a.side02:active, a.side02:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
	}
	
	a.side02:hover {
	color: #000000;
	text-decoration: none;
	}
	
	a.link01:link, a.link01:active, a.link01:visited {
	color: #0c1929;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	a.link01:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
	a.link02:link, a.link02:active, a.link02:visited {
	color: #acacac;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	a.link02:hover {
	color: #333333;
	text-decoration: underline;
	}
	
	a.link03:link, a.link03:active, a.link03:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
	a.link03:hover {
	color: #FFFFFF;
	text-decoration:none;
	}
	
	a.link04:link, a.link02:active, a.link02:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
	a.link04:hover {
	color: #D71F3B;
	text-decoration:none;
	}
	
	
	.RedImg{
	float:right;
	background-image: url(images/top-banner.gif);
	background-repeat: no-repeat; 
	width:330px; 
	height:33px;
	}
	.RegImgInner{
	padding-right:40px; 
	padding-top:3px; 
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	}
	
	input.button {
        /*background-color: rgb(100, 170, 120);*/
        background-image:url(images/th_bg.jpg);
        background-color: #18130F; /*rgb(255, 255, 255);*/
        border: 1px solid #FFFFFF; /*rgb(90, 160, 4);*/
        color: #FFFFFF;
        font-weight: bold;
    }
	a.button {
        /*background-color: rgb(100, 170, 120);*/
        background-image:url(images/th_bg2.jpg);
        background-color: #18130F; /*rgb(255, 255, 255);*/
        border: 1px solid #FFFFFF; /*rgb(90, 160, 4);*/
		padding-left:10px;
		padding-right:10px;
		padding-top:0px;
		padding-bottom:5px;
		height:20px;
        color:#FFFFFF;
        font-weight: bold;
		font-size:11px;
    }
	.packageprice{
	color:#77221F; 
/*	background-color:#D4ECFE; 
	width:200px; */
	padding:0px; 
	font-family:Georgia;
	}
	
	.para{
	color:#000000;
	font-family:Arial,Georgia;
	}
	
	.para li{
	margin-left:15px;
	}
	
	.packagepricedet{
	color:#77221F;
/*	background-color:#D4ECFE; */
	width:200px; 
	padding:0px; 
	font-family:Georgia;
	}
	
	th, div{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	}
/* ----------------------------  GRID Style -------------------------*/

table.data
{
	border-right: #000000 1px solid;
	
	border-top: #000000 1px solid;
	font-size: 12px;
	margin: 0px auto;
	border-left: #000000 1px solid;
	width: 100%;
	border-bottom: #000000 1px solid;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: white;
}

.data th
{
	padding-right: 5px;
	background-position: 50% top;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/th_bg2.jpg);
	padding-bottom: 5px;
	margin: 0px;
	color: #ffffff;
	padding-top: 5px;
	background-repeat: repeat-x;
	background-color: #1F5AB4;
}

.data td a{
text-decoration:underline;
color:#858585;
}
.data td a:hover{
text-decoration:underline;
color:#000000;
}



.data td {
padding: 5px;
}

.data th a {
color:#FFFFFF;
}

.even {
background-color: #D4ECFE; 
}

.popup{
    overflow : auto;
    border: solid 9px #1F5AB4;
    /*padding: 3px;*/
    visibility:hidden;
    /*display:none;*/
    margin: 0px 0px 0px 0px;
    position:absolute;
    height : auto;
    width : 750px;
    background-color:#ffffff;
}

.updateProgress
        {
           
            background-color:#FFFFFF; 
            position:absolute; 
            width:130px; 
            height:50px;    
        }
        .updateProgressMessage
        {
            margin:3px; 
            font-family:Trebuchet MS; 
            font-size:small; 
            vertical-align: middle;
        }
.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
li
{
	padding-top: 7px;
}

.Privileges
{
}
.Privileges div
{
	color : White;
	background-color : #014691;
	padding:3px;
	border: solid 1px;
	position:absolute ;
	margin:-30px 0px 10px 20px;
	z-index : 100px;
	display:none;
	width: 400px;
}

.Privileges:hover div
{
	position:absolute ;
	z-index : 20px;
	width: 400px;
	display : block;
}
	

	.RedImgNew{
	float:right;
	/*background-image: url(images/RedBar-Middle-Img.gif);*/
	background-repeat: no-repeat; 
	width:auto; 
	height:33px;
	}
	.RedImgNewleft{
	float:right;
	width:13px;
	height:33px;
	background-image: url(images/RedBar-Left-Img.gif);
	background-repeat:repeat-x;
	}
	.RedImgNewright{
	width:29px;
	float:right;
	height:33px;
	background-image: url(images/RedBar-Right-Img.gif);
	background-repeat: no-repeat; 
	padding-right:10px;
	}
	.RedImgNewmiddle{
	float:right;
	height:33px;
	background-image: url(images/RedBar-Middle-Img.gif);
	background-repeat:repeat-x;
	padding-top:3px;
	}

	.RegImgInnerNew{
	padding-right:40px; 
	padding-top:3px; 
	font-family:Arial, Helvetica, Verdana, sans-serif;
	}

 	.blue {
	    color: #0b64d1;
    }

    .header06bg{
	background-image: url(images/logo-02e.gif);
	background-repeat: no-repeat;
	height: 143px;
	}
		.header07bg{
	background-image: url(images/logo-02f.gif);
	background-repeat: no-repeat;
	height: 143px;
	}
	
	legend {
         color: #0b64d1;
    }
        
    .calendar {
        color: #000000;
    }

    .calendar .ajax__calendar_container {
        color: #000000;
        border:1px solid #646464;
        background-color: white;
    }
    .calendar .ajax__calendar_header { color: #000000; }
    .calendar .ajax__calendar_prev { color: #000000; }
    .calendar .ajax__calendar_title { color: #000000;}
    .calendar .ajax__calendar_next { color: #000000;}
    .calendar .ajax__calendar_body { color: #000000;}
    .calendar .ajax__calendar_days { color: #000000;}
    .calendar .ajax__calendar_dayname { color: #000000;}
    .calendar .ajax__calendar_day { color: #000000;}
    .calendar .ajax__calendar_months {color: #000000;}
    .calendar .ajax__calendar_month { color: #000000;}
    .calendar .ajax__calendar_years { color: #000000;}
    .calendar .ajax__calendar_year { color: #000000;}
    .calendar .ajax__calendar_footer { color: #000000;}
    .calendar .ajax__calendar_today {color: #000000; }
    .calendar .ajax__calendar_hover { color: #000000;}
    .calendar .ajax__calendar_active { color: #000000;}
    .calendar .ajax__calendar_other { color: #000000;}


    .divBlue {
        background-color:#D4ECFE;
        padding:10px 20px 10px 20px;
        border:solid 1px #0b64d1;
    }
    
    .textbox {
        border: 1px solid #a59593; /*rgb(220,220,220);*/
    }
    .tdBackground {
        color:#FFFFFF;
        background-color :#014691;
    }

    .pager{
        color:#FFFFFF;
        background :#014691 url(images/th_bg2.jpg) repeat-x;
    }
    .pager a{
        color:#FFFFFF;
        text-decoration:none;
    }
    .pager a:hover{
        text-decoration:underline;
    }


input.search {
        /*background-color: rgb(100, 170, 120);*/
        background-image:url(images/th_bg2.jpg);
        background-color: #18130F; /*rgb(255, 255, 255);*/
        border: 1px solid #FFFFFF; /*rgb(90, 160, 4);*/
        padding : 2px 7px 2px 7px;
		height:18px;
        color:#FFFFFF;
        font-weight: bold;
		font-size:11px;
    }
    .text-field {
	background-color: #8FC2FF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
/*	color: #858585;*/
	font-size: 12px;
	border-width: 0px;
	border-style: solid;
	border-color: #ffffff;
	vertical-align:middle;
	height: 16px;
	width: 120px;
	}

	.text-field-bg {
	/*padding-top: 3px;
	margin-top:3px;
	background-image: url(images/form.gif);
	background-repeat: repeat-x;
	height:16px;*/
	}
