
/*======================================= General Css ======================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #062f4e;
	margin: 20px auto;
}

TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4d4d;	
}

.defaulttext1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5e5e;
}

.defaulttext2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4d4d4d;
}

.defaulttext3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

.defaulttext4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#dd780c;
}

.defaulttext5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#363636;
}

.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#094069;
}

A.hylink1:Link, A.hylink1:Visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5e5e5e;
	text-decoration:none;
}

A.hylink1:Hover {
	text-decoration:underline;
}

A.hylink2:Link, A.hylink2:Visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#db7f23;
	text-decoration:none;
}

A.hylink2:Hover {
	text-decoration:underline;
}

A.hylink3:Link, A.hylink3:Visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#363636;
	text-decoration:none;
}

A.hylink3:Hover {
	text-decoration:underline;
}

A.hylink4:Link, A.hylink4:Visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#274054;
	text-decoration:none;
}

A.hylink4:Hover {
	text-decoration:underline;
}

A.hylink5:Link, A.hylink5:Visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f06000;
	text-decoration:underline;
}

A.hylink5:Hover {
	text-decoration:none;
}

.border1 {
	border:solid 1px #e4e4e4;
}

.border2 {
	border:solid 1px #e4e3e3;
}

.border3 {
	border:solid 1px #dddddd;
}

.bg1 {
	background-color:#e4e4e4;
	height:1px;
}

.bg2 {
	background-color:#f07e04;
	height:1px;
}

.bg3 {
	background-color:#8bc3ea;
	height:1px;
}

.bg4 {
	background-color:#f5f5f5;
}

.bg5 {
	background-color:#c5d1dc;
}

.comment {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5e5e5e;
}

.dasheddivider {
	background-image:url(../images/dashed_divider.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:1px;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5e5e5e;
}

/*---------- Select Box 20 height ----------*/

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e5e5e;
	border:solid 1px #cfcfcf;
}

select.selectmultiple {
	width:288px;
}

select.multiplecurrency {
	width:235px;
}

select.selectsalutation {
	width:100px;
	height: 20px;
}

select.selectcountry {
	width:289px;
	height: 20px;
}

select.selectstatus {
	width:180px;
	height: 20px;
}

/*------- Select Box 20 height -------*/


/*------- Textfield 20 height -------*/

input.textfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5e5e5e;
	border:solid 1px #cfcfcf;
	height:18px;
}

input.textfield-250x20 {
	width:240px;
	height: 20px;
	padding: 0px 4px 0px 4px;
	border:solid 1px #cfcfcf;
}

input.textfield-290x20 {
	width:280px;
	height: 20px;
	padding: 0px 4px 0px 4px;
	border:solid 1px #cfcfcf;
}

input.textfield-350x20 {
	width:340px;
	height: 20px;
	padding: 0px 4px 0px 4px;
	border:solid 1px #cfcfcf;
}

input.textfield-80x20 {
	width:70px;
	height: 20px;
	padding: 0px 4px 0px 4px;
	border:solid 1px #cfcfcf;
}

input.textfield-40x20 {
	width:30px;
	height: 20px;
	padding: 0px 4px 0px 4px;
	border:solid 1px #cfcfcf;
}

input.textfield-197x20 {
	width:187px;
	height: 20px;
	padding: 0px 4px 0px 4px;
	border:solid 1px #cfcfcf;
}

/*------- Textfield 20 height -------*/


/*------------ Textarea -------------*/

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5e5e5e;
	border:solid 1px #cfcfcf;
}

Textarea.description{
	width: 287px;
}

/*------------ Textarea ------------*/

/*------------ Textarea -------------*/

.button1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#094069;
	border:1px #094069 solid;
	margin:0;
	padding:2px 4px;
}

/*------------ Textarea ------------*/

/*======================================= General Css ======================================*/


/*==================================== Header Css ==========================================*/


#masthead, #homemasthead {
	border:solid 6px #fff;
	border-bottom:none;
}

#masthead .mastheadbg {
	background-image:url(../images/masthead_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#e8f0f7;
	height:115px;
}

#homemasthead .mastheadbg { /*============== the id "homemasthead" it is only used on homepage ===================*/
	background-image:url(../images/home_masthead_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#e2eff7;
	height:113px;
}

#masthead .defaulttext1 Img, #homemasthead .defaulttext1 Img {
	margin-left:15px;
	margin:19px 8px 0px 15px;
}

#masthead #navigation {
	background-image:url(../images/navigation_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:46px;
	margin-left:5px;
}

#homemasthead #navigation {
	background-image:url(../images/home_navigation_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:46px;
	margin-left:5px;	
}

#header TD {
	background-image:url(../images/header_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:36px;
	vertical-align:bottom;
	padding-left:26px;
	border:solid 6px #fff;
	border-bottom:none;
	border-top:none;
}

/*==================================== Header Css ==========================================*/


/*========================================== Home Page Css =============================================*/

/*------------------------------------- Middle Container Css -------------------------------------------*/

#leftpanel {
	border-left:solid 1px #e4e4e4;
}

#featurespanel .defaulttext3 {
	font-weight:bold;
	padding:0px 0px 4px 7px;
}

#featurespanel .defaulttext2 {
	font-size:12px;
	color:#222222;
	padding:0px 0px 20px 7px;
}

#rightpanel {
	border:solid 1px #e4e4e4;
	border-left:none;
	border-bottom:none;
}

/*--------------------------------- HOME PAGE RIGHT PANEL SERVICE 24 HOURS PANEL CSS -------------------------------- */

.services #chat a {
	background-image:url(../images/icon_chat.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #chat a:visited, .services #chat a:hover {
	background-image:url(../images/icon_chat_hl.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #chat a.current {
	background-image:url(../images/icon_chat_hl.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #email a {
	background-image:url(../images/icon_email.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #email a:visited, .services #email a:hover {
	background-image:url(../images/icon_email_hl.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #email a.current {
	background-image:url(../images/icon_email_hl.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #call a {
	background-image:url(../images/icon_call.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #call a:visited, .services #call a:hover {
	background-image:url(../images/icon_call_hl.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #call a.current {
	background-image:url(../images/icon_call_hl.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #faqs a {
	background-image:url(../images/icon_faqs.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #faqs a:visited, .services #faqs a:hover {
	background-image:url(../images/icon_faqs_hl.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #faqs a.current {
	background-image:url(../images/icon_faqs_hl.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.services #chat, .services #email, .services #call {
	width:66px;
	height:79px;
	vertical-align:middle;
}

.services #faqs {
	width:45px;
	height:79px;
	vertical-align:middle;
}

.services td a{
	display:block;
	width:44px;
	height:56px;
	margin:12px 0px;
	text-decoration:none;
}

.services td a:visited{
/*	color: black;*/
}

.services td a:hover, .services td a.current{
/*	background-color: #CDDADA;
	color: navy;*/
}

#tabcontentcontainer{
	z-index:1;
	width:242px; /*width of 2nd level content*/
	height:46px;
	/*height:1.5em;*/ /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
	display:none;
}

/*-------------------------------------- HOME PAGE RIGHT PANEL SERVICE 24 HOURS PANEL CSS ENDS HERE -------------------------------- */


#rightpanel #announcements .defaulttext4 {
	padding:5px 0px 2px 0px;
}

#rightpanel #announcements .defaulttext5 {
	padding:0px 0px 6px 0px;
}


/*----------------------------------- Middle Container Css ------------------------------------------ */

/*----------------------------------- Home Page Clients Css ------------------------------------------ */

#clients {
	border:solid 1px #e4e4e4;
	border-top:none;
}

#clients .dasheddivider {
	height:23px;
	background-position:left bottom;
}

/*----------------------------------- Home Page Clients Css ------------------------------------------ */

/*========================================== Home Page Css =============================================*/


/*==================================== Inside Content Panel Css ==========================================*/

#maincontainer {
	background-color:#fff;
}

#maincontainer #content #breadcrumb .defaulttext1 {
	border-bottom:solid 1px #e5e5e5;
	padding:5px 0px;
}

#breadcrumb A.hylink1:Link, #breadcrumb A.hylink1:Visited {
	color:#979696;
	font-size:11px;
	font-weight:bold;
}

#breadcrumb A.hylink1:Hover {
	font-size:11px;
	font-weight:bold;
}

#maincontainer #content .border2#tabs {
	border-left-width:0px;
}

#maincontainer #content #tabs TD {
	padding:6px 13px;
	border-left:solid 1px #e4e3e3;
	background-color:#f5f5f5;	
}

#maincontainer #content #tabs .defaulttext1 {
	background-color:#ffffff;
}

#maincontainer #rightbar {
	width:279px;
	background-color:#b7e0fc;
/*	border-left:solid 6px #ffffff;*/
	border-right:solid 6px #ffffff;	
}

#maincontainer #rightbar table TD {
	padding-left:26px;
}

#maincontainer #rightbar .defaulttext1 {
	padding:0px;
	background-image:url(../images/white_hdivider.gif);
	background-position:26px bottom;
	background-repeat:no-repeat;
}

#rightbar A.hylink4:Link, #rightbar A.hylink4:Visited {
	background-image:url(../images/arrow_blue.gif);
	background-position:26px center;
	background-repeat:no-repeat;
	padding:5px 0px 6px 37px;
	display:block;
}

#rightbar A.hylink4:Hover {
	background-image:url(../images/arrow_blue.gif);
	background-position:26px center;
	background-repeat:no-repeat;
	padding:5px 0px 6px 37px;
	display:block;	
}

/*==================================== Inside Content Panel Css ==========================================*/


/*==================================== Company Section Css ==========================================*/

/*-------------------------------- Business Units Section Css -------------------------------- */

#commercial_services .defaulttext2, #travel_services .defaulttext2, #community_services .defaulttext2 {
	background-image:url(../images/company/gray_arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:52px;
}


body#company div#business_units #rightbar #link1 A.hylink4:Link, body#company div#business_units #rightbar #link1 A.hylink4:Visited {
	color:#f07304;
	font-weight:bold;
	background-image:url(../images/arrow_orange.gif);
	background-position:26px center;
	background-repeat:no-repeat;	
	background-color:#ffffff;
}

body#company div#business_units #rightbar #link1 A.hylink4:Hover {
	background-color:#fff;
	text-decoration:none;
}

#commercial_services_expand .defaulttext1, #travel_services_expand .defaulttext1, #community_services_expand .defaulttext1 {
	padding:13px 30px 5px 19px;
	background-color:#f5f5f5;
}

#commercial_services_expand .bg4, #travel_services_expand .bg4, #community_services_expand .bg4 {
	font-size:12px;
	padding:20px;
}

#commercial_services_expand #commercial_services_info .defaulttext2, #travel_services_expand #travel_services_info .defaulttext2, #community_services_expand #community_services_info .defaulttext2 {
	padding:20px;
	background-color:#fff;
}

#commercial_services_info .defaulttext5, #travel_services_info .defaulttext5, #community_services_info .defaulttext5 {
	font-size:12px;
	color:#4d4d4d;
	padding:3px 0px 3px 0px;
}

/*-------------------------------- Business Units Section Css Ends Here ------------------------------------*/

/*-------------------------------- Management Team Section Css -------------------------------- */

body#company div#management_team #rightbar #link2 A.hylink4:Link, body#company div#management_team #rightbar #link2 A.hylink4:Visited {
	color:#f07304;
	font-weight:bold;
	background-image:url(../images/arrow_orange.gif);
	background-position:26px center;
	background-repeat:no-repeat;	
	background-color:#ffffff;
}

body#company div#management_team #rightbar #link2 A.hylink4:Hover {
	background-color:#fff;
	text-decoration:none;
}

body#company div#management_team #management .defaulttext1 {
	font-size:11px;
}

#managementinfo #vishwas .defaulttext1, #managementinfo #vivek .defaulttext1, #managementinfo #anupama .defaulttext1, #managementinfo #ankit .defaulttext1, #managementinfo #smita .defaulttext1 {
	color:#ffffff;
	background-color:#515050;
}

#managementinfo #vishwas .defaulttext5, #managementinfo #vivek .defaulttext5, #managementinfo #anupama .defaulttext5, #managementinfo #ankit .defaulttext5, #managementinfo #smita .defaulttext5 {
	font-size:12px;
	color:#ffffff;
	background-color:#202020;
	padding-left:11px;
}


/*-------------------------------- Management Team Section Css Ends Here -------------------------------- */

/*-------------------------------- Client Showcase Section Css -------------------------------- */

body#company div#client_showcase #rightbar #link5 A.hylink4:Link, body#company div#client_showcase #rightbar #link5 A.hylink4:Visited {
	color:#f07304;
	font-weight:bold;
	background-image:url(../images/arrow_orange.gif);
	background-position:26px center;
	background-repeat:no-repeat;	
	background-color:#ffffff;
}

body#company div#client_showcase #rightbar #link5 A.hylink4:Hover {
	background-color:#fff;
	text-decoration:none;
}

#clientlist #category .bg4 {
	padding:6px 6px 6px 14px; 
}

#clientlist #list .defaulttext2 {
	padding:10px 0px 20px 0px;
}

#clientlist #list .bg2 {
	background-color:#e8e8e8;
}

#clientlist #list .defaulttext1 {
	padding:15px 0px 0px 0px;
}

/*-------------------------------- Client Showcase Section Css Ends Here -------------------------------- */

/*-------------------------------- Mission & Core Values Section Css Starts Here --------------------------------- */

body#company div#mission_corevalues #rightbar #link3 A.hylink4:Link, body#company div#mission_corevalues #rightbar #link3 A.hylink4:Visited {
	color:#f07304;
	font-weight:bold;
	background-image:url(../images/arrow_orange.gif);
	background-position:26px center;
	background-repeat:no-repeat;	
	background-color:#ffffff;
}

body#company div#mission_corevalues #rightbar #link3 A.hylink4:Hover {
	background-color:#fff;
	text-decoration:none;
}

/*-------------------------------- Mission & Core Values Section Css Ends Here -------------------------------- */

/*-------------------------------- Technology Section Css Starts Here --------------------------------- */

body#company div#technology #rightbar #link4 A.hylink4:Link, body#company div#technology #rightbar #link4 A.hylink4:Visited {
	color:#f07304;
	font-weight:bold;
	background-image:url(../images/arrow_orange.gif);
	background-position:26px center;
	background-repeat:no-repeat;	
	background-color:#ffffff;
}

body#company div#technology #rightbar #link4 A.hylink4:Hover {
	background-color:#fff;
	text-decoration:none;
}

/*-------------------------------- Technology Section Css Ends Here -------------------------------- */

/*-------------------------------- Partners Section Css Starts Here --------------------------------- */

body#company div#partners #rightbar #link6 A.hylink4:Link, body#company div#partners #rightbar #link6 A.hylink4:Visited {
	color:#f07304;
	font-weight:bold;
	background-image:url(../images/arrow_orange.gif);
	background-position:26px center;
	background-repeat:no-repeat;	
	background-color:#ffffff;
}

body#company div#partners #rightbar #link6 A.hylink4:Hover {
	background-color:#fff;
	text-decoration:none;
}

/*-------------------------------- Partners Section Css Ends Here -------------------------------- */

/*==================================== Company Section Css Ends here ==========================================*/


/*==================================== Merchant Login Css ==========================================*/

#merchant_login_panel.border3 {
	border-width:0;
	border-left-width:1px;
}

#merchant_login_panel A.hylink1 {
	font-size:12px;
	text-decoration:underline;
}

#merchant_login_panel TD {
	color:#444444;
}

/*==================================== Merchant Login Css ==========================================*/

/*==================================== Registration Css ==========================================*/

#maincontainer #innercontainer {
	border:solid 1px #e4e4e4;
	border-top:0px;
}

#bizcontactinfo .dasheddivider, #bizinfo .dasheddivider, #signatoryinfo .dasheddivider, #estimatedtransaction .dasheddivider, #currencies .dasheddivider, #bankdetails .dasheddivider, #schemes .dasheddivider {
	padding:0px;
	height:18px;
}

#bizcontactinfo .defaulttext2, #bizinfo .defaulttext2, #signatoryinfo .defaulttext2, #estimatedtransaction .defaulttext2, #currencies .defaulttext2, #bankdetails .defaulttext2, #schemes .defaulttext2 {
	padding:0px;
}

/*==================================== Registration Css ==========================================*/


/*==================================== Footer Css ==========================================*/

#footer .defaulttext2 {
	color:#929292;
	padding-top:22px;
}

#footer .defaulttext2 A.hylink1:Link, #footer .defaulttext2 A.hylink1:Visited {
	color:#929292;
	text-decoration:underline;
}

#footer .defaulttext2 A.hylink1:Hover {
	color:#929292;
	text-decoration:none;
}

/*==================================== Footer Css ==========================================*/


/*==================================== CSS Given By Developer ====================================*/

.error {
	font-size:11px;
	color:#d50729;
}

.displaynone{
	display:none;	
}

.clickable{
	cursor:pointer;	
}

/*=================================== CSS Given By Developers =======================================*/
/**************** Admin Login Panel Starts Here ******************/
body.login-body { background-color:#08426f; background-image:url('../images/admin-login-header-bg.png'); background-position:left top; background-repeat:repeat-x; margin-top:162px; }
body.login-body td { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#fff; }
body.login-body td span { font-size:12px; }
body.login-body td a.hylink:link, body.login-body td a.hylink:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:none; }
body.login-body td a.hylink:hover { text-decoration:underline; }
body.login-body .error { color: #fb2323 !important; font-weight: bold;}
/**************** Admin Login Panel Ends Here ******************/