﻿body {
}
.login
{
    font-family: Tahoma;
    font-size: 10px;
    color: #0000FF;
}
.pageTitle
{
    font-family: tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #0000CC;
}
.copyright
        {
    font-family: Arial;
    font-size: 9px;
    color: #000080;
    font-weight: normal;
}
.topMenu
{
    font-family: arial, Helvetica, sans-serif;
    color: #0000CC;
    font-size: 10px;
}
.langMenu
{
    font-family: arial, Helvetica, sans-serif;
    color: #0000CC;
    font-size: 12px;
}
.Menu
{
    font-family: Tahoma;
    color: #000066;
    font-size: 10pt;

}
.page_font
{
    font-family: Tahoma;
    color: #000080;
    font-size: 8pt;
}
.link_12px_darkblue {
	FONT: 11px Tahoma, Verdana, Arial, sans-serif; TEXT-TRANSFORM: none; COLOR: #003399; TEXT-DECORATION: none
}

.stdfonts {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #808080; FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; TEXT-DECORATION: none
}
.stdfont2 {
	 FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; TEXT-DECORATION: none; font-weight:normal;
}
.stdfont3 {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: Blue; FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; TEXT-DECORATION: none
}
.stdfont4 {
	  FONT-SIZE: 7pt; COLOR: #000000; FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; TEXT-DECORATION: none; font-weight:lighter;
}
.hotel_list_title {
	FONT: bold 11px Tahoma, Verdana, Arial, sans-serif; TEXT-TRANSFORM: none; COLOR: #1c0747; TEXT-DECORATION: none
}
.stdfont_hyperlink {
	 FONT-SIZE: 8pt; COLOR: #003399; FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; font-weight:normal;
}
.buttonStyle {
	 FONT-SIZE: 8pt; 
	 FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; 
	 font-weight:Bold;
	 background-color:#FFFFC0;
	 border-color:#C0C0FF;
	 color:Blue;
}
.log {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: "Courier New", "Helvetica", "sans-serif"; TEXT-DECORATION: none
}

.ListSearchExtenderPrompt
{
    FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; 
    FONT-SIZE: 8pt; 
	font-style:italic;
	color:Gray;
	background-color:yellow;
}
/************************** error css ********************************/
.errorTextCSS
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}
.errorTextBox {
	border: 1px solid #cc0000;
	background-color: #ffffff;
}
/************************ error css end ********************************/
.warningTextCSS
{
    font-family: "Tahoma","Verdana","Arial","sans-serif"; 
    font-size: 12px;
    font-weight: bold;
    color: #E00000;
}

/************************ grid view css ********************************/
.gv_header {
	  FONT-SIZE: 10pt; 
	  COLOR: White; 
	  FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; 
	  TEXT-DECORATION: none; 
	  font-weight:bolder;
	  background-color:#6699FF;
}
.gv_row {
	  FONT-SIZE: 9pt; 
	  COLOR:Navy; 
	  FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; 
	  TEXT-DECORATION: none; 
	  font-weight:normal;
	  background-color:#F3F3E9;
}
.gv_alternative_row {
	  FONT-SIZE: 9pt; 
	  COLOR:Navy; 
	  FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; 
	  TEXT-DECORATION: none; 
	  font-weight:normal;
	  background-color:#F0F0E0;
}
.gv_edit_row {
	  FONT-SIZE: 9pt; 
	  COLOR:Navy; 
	  FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; 
	  TEXT-DECORATION: none; 
	  font-weight:normal;
	  background-color:#2461BF;
}
.gv_select_row {
	  FONT-SIZE: 10pt; 
	  COLOR:#333333; 
	  FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; 
	  TEXT-DECORATION: none; 
	  font-weight:bolder;
	  background-color:#D1DDF1;
}
.gv_select_link {
	  FONT-SIZE: 10pt; 
	  COLOR:Navy; 
	  FONT-FAMILY: "Tahoma","Verdana","Arial","sans-serif"; 
	  TEXT-DECORATION: none; 
	  font-weight:bolder;
}




.housebutton {
text-align: center;margin-bottom: 2px;
margin-top: 2px;font-size: 8pt;
color: white;background-color: #6699FF;
}

.bookcell {
	  FONT-SIZE: 9pt; COLOR: blue; FONT-FAMILY: "aria"; background-color: #F3F3E9; TEXT-DECORATION: none
}
/************************ grid view css end ********************************/



.roundedPanel
{	
	background-color:#FFF;
	color:#646464;
	font-weight:bold;
}



/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
/************ MaskedEdit Related Styles end***********************/


/************ AutoComplete Related Styles ***********************/
/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    font-size : 7pt; COLOR: #000000; FONT-FAMILY: "Verdana"; TEXT-DECORATION: none;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
/************ AutoComplete Related Styles end***********************/


/* Calender CSS */
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #fffacd;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}
/* Calender CSS */


/* DEMO Content Page Layout */
.demoarea {
	padding:5px;
	background:#FFF no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:5px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF no-repeat left bottom;
}
/* DEMO Content Page Layout */
.page_font_1
{
 font-family: Tahoma;
    color:GrayText;
    font-size: 10px;
}


.page_font_2
{
 font-family:Arial;
    color:Black;
    font-size: 12px;
}

.clsHomePgLinkBtnNormal 
{
         font-family: Tahoma;
        color:White;
         
        font-size: 10pt;
        background: url(/images/button_blank.gif) repeat-x;
     }
.clsHomePgLinkBtnMouseOver 
{
        font-family: Tahoma;
        color:Yellow;
        
        font-size: 10pt;
         background: url(/images/button_blank_a.gif) repeat-x;
         }
    
  
   .mainMenu
{
    font-family: Tahoma;
    color:White;

    font-size: 10pt;
    background: url(/images/button_blank.gif) repeat-x;
}

.style1 {
  font-family: Tahoma;
	color: #FFFFFF;
}
.style3 
{
      font-family: Tahoma; color: #FFFFFF; font-size: 11px; }
      
      
      
.style6 {
	  font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
}
.style8 {
  font-family: Tahoma;
	font-size: 12px;
}
.style81 {
  font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.style9 {  font-family: Tahoma;}
.style10 {
	font-size: 9px;
  font-family: Tahoma;
	color: #000000;
}
.style11 
{
    
    color: #FFFFFF
    }

a:link {
	text-decoration: underline;
}
.style12 {color: #001960}
.style13 {font-size: 11px}
.style33
{
      font-family: Tahoma; color: #FFFFFF;
      font-weight: bold;
       font-size: 12px; }
       
       
       .topbanner
{
    font-family: arial, Helvetica, sans-serif;
    color:White;
    font-size: 13px;
     font-weight: bold; 
}
.style16 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style21 {color: #032070}

a:visited {
	text-decoration: none;
}
.style12 {color: #001960}
.style13 {font-size: 11px}

       
       .topbanner
{
    font-family: arial, Helvetica, sans-serif;
    color:White;
    font-size: 13px;
     font-weight: bold; 
}

.label {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: "Arial","Verdana", "Helvetica", "sans-serif"; TEXT-DECORATION: none
}
.Menu1
{
    font-family: Tahoma;
    color: #0000CC;
    font-size: 10pt;

}

.validatorCalloutHighlight
{
    background-color: Lime;
}



.navigation
{
	width:100%;
	margin-top:30px;
}
#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}
#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}
#numnav
{
	float:inherit;
	text-align:center;
	
}
