/*---------------------------------------------------------------------

Template Name: 	Online Booking
Version:	 	1.0
Release Date: 	August 08, 2010

File:       	orange.css
Updated:    	2010-08-08

Copyright (c) 2010 Zoran Juric - http://themeforest.net/user/zoranjuric

-----------------------------------------------------------------------

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in
this file. Instead use the custom.css file to add your styles. You can
copy a style from this file and paste it in custom.css and it will
override the style in this file.

---------------------------------------------------------------------*/

h1 {
	color:#F79C00;
}

a:hover {
	color: #F79C00;
}

.btn-custom {
	background-color: #F79C00 !important;
}

h2.headline {
	background:#FFAF26;
	box-shadow:0 2px 0 #F79C00;
	-moz-box-shadow:0 2px 0 #F79C00;
	-webkit-box-shadow:0 2px 0 #F79C00;
}

#nav a.dropdown_subfoot{
	background-color:#F79C00;
}

.box h3 a{
	color: #F79C00;
}

#topmenu a:hover {
	color: #FFAF26;
}

ul.list .price {
	color: #FFAF26;
}

.callcenter span {
	color:#F79C00;
}

#subfooter {
	background: #F79C00;
	border-top:5px solid #FFAF26;
}

.searchpanel h1 {
	color:#FFAF26;
}

.datepick {
	border: 2px solid #F79C00;
}
.datepick-nav, .datepick-ctrl {
	background-color: #F79C00;
}
.datepick-ctrl {
	background-color: #F79C00;
}
.datepick-cmd:hover {
	background-color: #FFAF26;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #FFAF26;
}
.datepick-month td .datepick-highlight {
	background-color: #FFAF26;
}
.datepick-month td .datepick-selected {
	background-color: #FFAF26;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #FFAF26 !important;
}

.carousel a:hover { 
	background-color: #FFAF26;
}


.content-box a {
	color: #F79C00;
}

.question > a {
	color: #F79C00;
}

div.stepped {
	background: #FFAF26;
}
div.triangle {
	border-top:12px solid #FFAF26;
}

/*****************************************************
   OBM CSS   
******************************************************/   
   body {
   	margin-left: 0px;
   	margin-right: 0px;
   	margin-top: 5px;
   	margin-bottom: 0px;
   }   
/*
   Base Color
*/   
   .classBaseColorDarkTone, .classBaseColorDarkToneBold  {
      background-color: #3C68B4;
      color: #FFFFFF;
   }
   
   .classBaseColorMediumTone,.classBaseColorMediumToneBold, .classBaseColorInputRightAligned, .classBaseColorInputRightAlignedBB, .classSecondColorInputRightAlignedBoldSubTotal, .classSecondColorInputRightAlignedSubTotal{
      background-color: #FAFAFA;
      color:#666;
   }
   
   .classBaseColorLightTone, .classBaseColorLightToneBold{
      background-color: #FFFFFF;
      color: #666;
   }
   
/*
   Second Color
*/   

   .classSecondColorDarkTone, .classSecondColorDarkToneBold{
      background-color:  #FAFAFA;
      color: #666;
   }   

   .classSecondColorMediumTone, .classSecondColorMediumToneBold, classSecondColorInputRightAlignedSubTotal, .classSecondColorInputRightAlignedBoldSubTotal{
      background-color: #FAFAFA;
      color: #666;
   }

   .classSecondColorLightTone, .classSecondColorLightToneBold{
      background-color: #FAFAFA;
      color: #666;
   }
   
/*-------------------------------------------*/
   
   .classBaseColorMediumToneBold {
      font-weight: bold;
   }
   
  .classBaseColorDarkToneBold{
      font-weight: bold;
   }
   .classSecondColorDarkToneBold{
      font-weight: bold;
   }   
   
   .classSecondColorMediumToneBold{
      font-weight: bold;      
   }
   .classBaseColorLightToneBold{
      font-weight: bold;
   }
   .classSecondColorLightToneBold{
      font-weight: bold;
   }
     
/*-------------------------------------------*/
   a.classBaseColorLink, a.classBaseColorLink:hover, a.classBaseColorLinkBold, a.classBaseColorLinkBold:hover {
      text-decoration: none;
      background-color: #F9FCFF;
      color: #336699;
   }
   a.classBaseColorLinkBold{
      font-weight: bold;
   }
   a.classBaseColorLink:hover, a.classBaseColorLinkBold:hover{
      color: #FF9922;
   }
   a.classBaseColorLinkBold:hover{
     font-weight: bold;
   } 
   
/*-------------------------------------------*/   
     
   a.classSecondColorLink, a.classSecondColorLink:hover, a.classSecondColorLinkBold, a.classSecondColorLinkBold:hover{
      text-decoration: none;
      background-color: #FFF9F2;
      color: #FF9922;
   }   
   a.classSecondColorLink:hover, a.classSecondColorLinkBold:hover{
      color: #336699;
   }
   a.classSecondColorLinkBold{
      font-weight: bold;
   }   
   a.classSecondColorLinkBold:hover{
      font-weight: bold;
   }   
   
/*-------------------------------------------*/   
   
   
   .classBaseColorInputRightAligned, .classBaseColorInputRightAlignedBB, .classSecondColorInputRightAlignedBoldSubTotal, .classSecondColorInputRightAlignedSubTotal{
     border: 0;
     background-color: transparent;
     text-align: right;
     
   }
   .classBaseColorInputRightAlignedBB{
     font-weight: bold;
   }   
   .classSecondColorInputRightAlignedBoldSubTotal{
     font-weight: bold;
   }   
   
/*-------------------------------------------*/