/* Tabs CSS */

.tabbedmenu 
{
 margin-left:10px;
}

.tm-static-menu
{
    margin-top:10px; 
    margin-left:0px;}
 
.tm-static-menuitem 
{
    font-size:1.2em;
padding-left: 5px;
    padding-right: 5px;
	 height: 28px;
    text-align: center;
    color: #46560b;
	 background-color:#dbd8d1 ;
}

.tm-static-selected{ background-color:#46560b; color:#fff;}
.tm-static-hove{  background-color:#46560b; color:#fff;}
.tm-dynamic-menu{}
.tm-dynamic-menuitem
{background-color:#46560b; color:#fff; padding-left:5px;height: 28px; text-align:left; width: 100px;}

.tm-dynamic-menu a{color: #fff;}
.tm-dynamic-selected{}
.tm-dynamic-hover{background-color:#46560b; color:#fff;}




.formview{
width:100%;
 background-color: #f8f8f8; 
}



/* Standart Detils View */

.DetailsView
{
	 color: #131313;
	 width: 100%;
	 border: 0px;
	 text-align:left;
	 Border-top: solid 0px #cfd8e1;
	padding:5px;
	 margin-top: 1px;
	 margin-bottom: 15px;
}

.dv-footer
{
	background: #f8f8f8;
	font-weight: bold;
	color: White;
}

.dv-commandrow
{

	font-weight: normal;
	color: Black;
	background-image: url('../App_Resources_related/Images/headerBg.jpg');
    background-repeat: repeat-x;
    height:26px;
}

.dv-editrow
{
	background: #f8f8f8;
	height: 20px;
}

.dv-row
{
	background: #f8f8f8;	
}

.dv-pager
{
	background: #2461BF;
	color: White;
	text-align: center;
}

.dv-fieldheader
{
	width: 32%;
	
	font-weight: bold;
	font-family: "Trebuchet MS", "Gill Sans", Trebuchet MS, Trebuchet MS, Trebuchet MS, Trebuchet MS;
 	font-size:  9pt;
	color:#191919;
}

.dv-narrowfieldheader
{
	width: 17%;
	
	font-weight: bold;
	font-family: "Trebuchet MS", "Gill Sans", Trebuchet MS, Trebuchet MS, Trebuchet MS, Trebuchet MS;
 		font-size:  9pt;
color:#191919;
}

.dv-nowidthfieldheader
{
	background: #EFF3FB;
	font-weight: bold;
	font-family: "Trebuchet MS", "Gill Sans", Trebuchet MS, Trebuchet MS, Trebuchet MS, Trebuchet MS;
 		font-size:  9pt;
}

.dv-header
{
	background: #507CD1;
	font-weight: bold;
	color: White;
	
}

.dv-alternatingrow
{
	background: #f8f8f8;
	
}

.dv-textbox
{
	width: 90%;
}

.dv-NumberOfSeats
{
    font-weight: bold;
    color: Black;
}

.dv-NoAllotmentSeatsCount
{
    font-weight: bolder;
    color: #46560b;
}

.dv-UnsoldSeatsCount
{
    font-weight: bold;
    color: #46560b;
}

.dv-SoldSeatsCount
{
    font-weight: normal;
    color:  #83b809;
}


textarea 
{
	/* DO NOT SPECIFY THE WIDTH AND HEIGHT */
    overflow: hidden;
}

/* Standart GridView */

.gridview 
{
    background: #f8f8f8;
	color: #333333;
	width: 100%;
	text-align:left;

	margin-bottom: 10px;
	margin-top: 2px;
	
	
	
}

.gv-footer
{
	background: #f8f8f8;
	font-weight: bold;
	color: White;
	height:22px;
	
}
 
.gv-row
{
	background: #fff;
	padding:0px;
	height: 0px;
}

.gv-row td
{
 vertical-align: top;
}

.gv-editrow
{
	background: #ffffff;
}

.gv-selectedrow
{
	font-weight: normal;
	color: #46560b;
}

.gv-pager
{

	text-align: center;
	color: #019CBA;
	height: 20px;
	background-image: url('../App_Resources_related/Images/headerBg.jpg');
    background-repeat: repeat-x;

}

.gv-pager a visited
{
	color: #3FAD70;
	

}

.gv-header
{
	background-image: url('../App_Resources_related/Images/headerBg.jpg');
	background-repeat: repeat-x;
	height: 26px;
}

.gv-header a
{
	font-weight: bold;
	color: #131313;
}

.gv-alternating
{
	background: #fff;
	
}

.gv-insertbutton
{
       float: right;
       
       color:#fff;
       margin-right:10px;
       text-align: right;
       height: 28px;
       width: 98%;
       border-top:1px solid #ccc;

}

.gv-insertbutton a
{
       background-image: url('../App_Resources_related/Images/headerBg.jpg');
       background-repeat: repeat-x;
       height: 26px;
}

.gv-insertbutton a:hover
{
color:#46560b;
}

.gv-commandcolumns
{
	width: 25px;
    padding-right: 10px;
}

.gv-noresultsfound{

margin-top:30px;

margin-left:5px;
font-size:16px;
color:#46560b;
}
/* Booking Paxes GridView */

.bookingpaxes-gridview 
{
    background: #f8f8f8;
	color: #333333;
	width: 100%; /* the only value changed from the first one */
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 2px;
}

.bookingpaxes-gv-footer
{
	background: #f8f8f8;
	font-weight: bold;
	color: White;
	height:22px;
}
 
.bookingpaxes-gv-row
{
	background: #f8f8f8;
	padding:0px;
	height: 20px;
}

.bookingpaxes-gv-editrow
{
	background: #ffffff;
}

.bookingpaxes-gv-selectedrow
{
	font-weight: normal;
	color: #46560b;
}

.bookingpaxes-gv-pager
{

	text-align: center;
	color: #019CBA;
	height: 20px;
	background-image: url('../App_Resources_related/Images/headerBg.jpg');
    background-repeat: repeat-x;
}

.bookingpaxes-gv-pager a visited
{
	color: #3FAD70;
}

.bookingpaxes-gv-header
{
	background-image: url('../App_Resources_related/Images/headerBg.jpg');
	background-repeat: repeat-x;
	height: 26px;
}

.bookingpaxes-gv-header a
{
	font-weight: bold;
	color: #019CBA;
}

.bookingpaxes-gv-alternating
{
	background: #f8f8f8;
	
}


/* Invocie lines GridView */

.invoicelines-gridview 
{
    background: #f8f8f8;
	color: #333333;
	width: 100%; /* the only value changed from the first one */
	text-align:left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
}

.invoicelines-gv-footer
{
	background: #f8f8f8;
	font-weight: bold;
	color: White;
	height:22px;
}
 
.invoicelines-gv-row
{
	background: #f8f8f8;
	padding:0px;
	height: 20px;
}

.invoicelines-gv-editrow
{
	background: #ffffff;
}

.invoicelines-gv-selectedrow
{
	font-weight: normal;
	color: #46560b;
}

.invoicelines-gv-pager
{

	text-align: center;
	color: #019CBA;
	height: 20px;
	background-image: url('../App_Resources_related/Images/headerBg.jpg');
    background-repeat: repeat-x;
}

.invoicelines-gv-pager a visited
{
	color: #3FAD70;
}

.invoicelines-gv-header
{
	background-image: url('../App_Resources_related/Images/headerBg.jpg');
	background-repeat: repeat-x;
	height: 26px;
}

.invoicelines-gv-header a
{
	font-weight: bold;
	color: #019CBA;
}

.invoicelines-gv-alternating
{
	background: #f8f8f8;
	
}

.invoicelines-gv-commandcolumns
{
	width: 25px;
    padding-right: 10px;
}


/* order section */

 .or-insertbuttontable
{
       float: right;
       color: #fff;
       margin-right: 10px;
       text-align: right;
       height: 28px;
       width: 98%;
       border-top: 1px solid #ccc;
}

.or-insertbuttontable a
{
       background-image: url('../App_Resources_related/Images/headerBg.jpg');
       background-repeat: repeat-x;
       height: 26px;
}
.or-insertbuttontable a:hover
{
       color: #46560b;
}

.or-buttons-frontcell
{
       width: 60%;
}


.or-buttons-buttonscell
{
	width: 20%;
}

/* bookings section */

.bookings
{
	width: 100%;
}

.bk-bookingstatusrow
{
	background-color: #f8f8f8;
	width: 100%;
}

.bk-bookingstatustext
{
	color: Black;
}
.bk-bookingstatus
{
	color: #46560b;
	font-size: large;
}
.bk-roomtyperow
{
	background-color: #f8f8f8;
	width: 100%;
}

.bk-roomtype
{
	width: 100%;
	/*font-style: italic;*/
}

.bk-findactivehotelsbutton
{
	border-width : 1px;
	border-color: #d8d8d8;
	background-color: #f8f8f8;
	width: 180px;
	height: 35px;
}

.bk-avaivablehotelsdropdownlist
{
	width: 100%;
}

.bk-checkinoutdaterow
{
	background-color:  #f8f8f8;
	width: 40%;
	vertical-align: middle;
}

.bk-checkinoutdate
{
	
}

.bk-pricerow
{
	background-color: #f8f8f8;
	width: 100%;
}

.bk-pricetext
{
	font-size: large;
}

.bk-insertbuttontable
{
	float: right;
	
	color:#fff;
	margin-right:10px;
	text-align: right;
	height: 25px;
	width: 98%;
	border-top:1px solid #ccc;
}

.bk-insertbuttontable a
{
	color: #606060;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 150%;
	height: 26px;
	padding: 3px;
	background-image: url('../App_Resources_related/Images/headerBg.jpg');
	background-repeat: repeat-x;
}
.bk-insertbuttontable a:hover
{
 color:#46560b;
}

.bk-buttons-frontcell
{
	width:40%;
}

.bk-buttons-buttoncell
{
	width: 20%;
}

.bk-price
{
	font-size: x-large;
}

.messages
{
	padding: 0px;
	width: 100%;
}

.ms-content-view
{
	
	padding: 5px;
}

.ms-content-edit
{
	background-color: #9ebef5;
	padding: 0px;
	text-align:center;	
}

.ms-header-unreadcustomer
{
	background-color: #ff9999;
	padding: 5px;
}

.ms-header-readcustomer
{
	background-color: #ffbbbb;
	padding: 10px;
}

.ms-header-unread
{
	background-color:  #e8e8e8;
	padding: 10px;
}

.ms-header-read
{
	background-color: #f8f8f8;
	padding: 0px;
}

.ms-header-subject
{
	font-size: large;
}

.ms-header-sender
{
	font-style: italic;
}

.ms-header-receiver
{
	font-style: italic;
}

.ms-header-date
{
	font-style: italic;
}

.invoice
{
	background-color: #f8f8f8;
	width: 100%;
}


.iv-content
{
       font-size: 12px;
}


.iv-headertext
{
       font-size: 16px;
}

.iv-totalamount
{
 padding-left: 780px;
 color:#000;
}

.iv-totalamounttext
{
	font-weight: bolder;
	font-size: larger;
	color:#000;
}

.myspace_ErrorMessagesBulletedList
{
  
    }
    .helparticle{
       margin-top: 10px; 
margin-bottom: 10px;       
}

.messageingtextbox
{
width: 600px;
}
  .travellerinvoiceformview
{
background: #f8f8f8;
width: 100%;
text-align:left;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
}




.or-buttons-frontcell-3buttons { width: 40%; }


.ms-newmessagebutton {    border: 0px;    background: #46560b;    color: White;height: 28px; margin-bottom:15px;}
.ms-newmessagepanel {    float: right; }
.visitormessagepage-title { font-size: 200%; color:  #83b809; padding-top:15px;}
.visitormessagepage-buttonpanel { margin-top:15px; width:100%; border-top: 1px;  }
.visitormessagepage-button { }

.gv-pager-results{float:left; margin-right:10px; }
.gv-pager-droplisttext{float:left;margin-right:20px;}
.gv-pager-droplist{float:left;margin-right:20px;}
.gv-pager-pages{float:left;}

