
/* Comment Generated by Combres - Resource '~/content/Site.css' (Mode: Static) */
/*----------------------------------------------------------
The base color for this template is #FFFFFF. If you'd like
to use a different color start by replacing all instances of
#FFFFFF with your new color.
----------------------------------------------------------*/
body
{
    background-color: transparent;
    font-size: 11px;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin:0px;
    color: #696969;
}



a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;

}
h2
{
    padding: 0 0 0px 0;    
    margin:2px;
    margin-bottom:2px;
    margin-left:2px;
    margin-right:2px;
    margin-top:10px;
    display:inline;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: black;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: black;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 170px;
    border: 1px solid #CCC;
}

surveyTextBox input[type="text"] 
{
    width: 270px;
    border: 1px solid #CCC;
}



input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  /* border: solid 1px #e8eef4; */
  border-collapse: collapse;
}

table td 
{
  padding-left: 5px;   
  padding-right: 5px;   
  vertical-align:middle;
 /* border: solid 1px #e8eef4; */
}

table tr
{
	vertical-align:top;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

table.nopad td
{
padding-left:0px;
padding-right:0px;
vertical-align:middle;
}

#LeftSideBooking
{
	width:320px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}


.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
datepicker{}
	#feedback { font-size: 1.4em; }
	#selectable .ui-selecting { background: #FECA40; }
	#selectable .ui-selected { background: #F39814; color: white; }
	#selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
	#selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }


.dateOk
{
	
}
.dateFull
{
	color:Red;
	background-color:Red;
}
.TimeNotOk
{
    text-decoration:line-through;
	text-align:center;
	height:24px;
}

li.TimeSlot
{
	list-style-type:none;
	width:50px;
	float:none;
	margin:0;
	width:50px;
	display:block;
	margin-left:0px;
	padding-left:0px;
}

ul.TimeSlot
{
	list-style-type:none;
	width:50px;
	float:none;
	margin:0;
	width:50px;
	display:block;
	margin-left:0px;
	padding-left:0px;
}

li.TimeMaster
{
	list-style-type:none;
	float:left;
	height:100px;
	margin:0;
	width:50px;
	
	display:block;
	margin-left:0px;
	padding-left:0px;
}

ul.TimeMaster
{
	list-style-type:none;
	float:none;
	margin:0;
	width:900px;
	display:block;
	margin-left:0px;
	padding-left:0px;
}
table.tbCalendar td
{
    padding-bottom:5px;
    padding-top:5px;
    padding-left:0px;
    padding-right:0px;
    width:20px;
    text-align:center;
}

table.tbTimeSlots td 
{
    vertical-align:middle;
   
}

table.tbSurvey th 
{
    text-align:center;
}

table.tbSurvey td
{
  
    text-align:center;
}

   /* Timeslot table */
   .DateSlotsDivs /* class mapping for jquery */
   {
   }
        #table {
            margin: auto;
            width: 500px;
            text-align: left;
            padding:0px;
            margin:0px;
            padding-bottom:10px;
            margin-bottom:10px;
            height:140px;
        }
        #table ul {
            list-style: none;
            clear: both;
            padding-left:0;
            margin-left:0;
            margin-top:0;
            
        }
        #table ul li {
            float: left;
            height: 35px;
            width: 50px;
        }
        #table ul.header {
           
           
        }
        #table ul.header li {
         
            font-weight: bold;
            font-size: 1em;
            padding-top: 1em;
            padding-bottom: 0;
            padding-left:0px;
            margin-left:0px;
        }
/* Booking Calendar */
.bookCalender /* class mapping for jquery */
{
}
.today
{
	background-color:Red;
	border-color:Black;
}

/* end booking Calendar */

/* Menus */
.MenuPackes
{

}

.MenuCategoires
{
	padding-left:15px;
}

.MenuItems
{
	padding-left:20px;
	
}

/* end menus */

.PaddLeft
{
    padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}


/* button */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    /*width: 100%; */
    height:24px;
  
  display:inline-table;
    
}

a.buttonNoSize {
    background: transparent url("/Online/iog/content/buttons/ButtonGrayRight.png") no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-bottom:2px;
    margin-right: 1px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonNoSize span {
    background: transparent url("/Online/iog/content/buttons/ButtonGrayLeft.png") no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 6px;
} 
a.buttonNoSize:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonNoSize:active span {
    background-position: bottom left;
    padding: 6px 0 4px 6px; /* push text down 1px */
} 


a.buttonDisabled {
    background: transparent url("/Online/iog/content/buttons/ButtonDisabledRight.png") no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-bottom:2px;
    margin-right: 1px;
    padding-right: 6px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonDisabled span {
    background: transparent url("/Online/iog/content/buttons/ButtonDisabledLeft.png") no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 6px;
    text-decoration:line-through;
    color:Silver;
} 


a.button{
background:url("/Online/iog/content/buttons/button.gif");
background-color:White;
background-repeat:no-repeat;
display:block;
color:#555555;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
width:191px;
margin-left:10px;
}

a.button span {text-indent:30px; display:block; }

a.buttonsmall{
background:url("/Online/iog/content/buttons/button104.gif");
background-repeat:no-repeat;
background-color:White;
display:block;
color:#555555;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
overflow:hidden;
width:104px;
margin-left:10px;
}

a.DeleteButton{
background:url("/Online/iog/content/images/delete-icon.png");
background-repeat:no-repeat;
background-color:White;
display:block;
height:20px;
line-height:20px;
text-decoration:none;
overflow:hidden;
padding-left:20px;


}

a.CheckButton
{

background:url("/Online/iog/content/images/check-icon.png");
background-repeat:no-repeat;
background-color:White;
display:block;
height:16px;
padding-left:20px;
padding-right:2px;
padding-top:2px;
padding-bottom:2px;
line-height:20px;
text-decoration:none;
overflow:hidden;
margin-top:10px;


}

a.buttonmedium{
background:url("/Online/iog/content/buttons/button134.gif");
background-repeat:no-repeat;
display:block;
color:#555555;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
overflow:hidden;
width:134px;
margin-left:10px;

}

a.buttonxSmall{
background:url("/Online/iog/content/buttons/button40.gif");
background-repeat:no-repeat;
display:block;
color:#555555;
font-weight:bold;
height:30px;
line-height:29px;

text-decoration:none;
overflow:hidden;
width:45px;
text-indent:2px;

}
a.buttonxSmall:hover
{
    font-weight:bolder;
    text-decoration:underline;
    height:40;
}

a:hover.button{
color:#0066CC;
}

.info{
		background:url("/Online/iog/content/buttons/info.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.add{
		background:url("/Online/iog/content/buttons/add.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
		opacity:1;
	}
	.delete{
		background:url("/Online/iog/content/buttons/delete.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
		background:url("/Online/iog/content/buttons/user.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.alert{
		background:url("/Online/iog/content/buttons/alert.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.msg{
		background:url("/Online/iog/content/buttons/msg.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url("/Online/iog/content/buttons/download.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
 
	.lens{
		background:url("/Online/iog/content/buttons/lens.gif") no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.Empty
	{
		text-indent:10px;
		display:block;
		
	}


/* end button */

.AntalDropDown
{
	font-size:10px;
	font-weight:bold;
	width:100px;
}


 .DateMedium
 {
 background-color:#FFB187;
 }
  .DateFull
  {
  	background-color:#FF3542;
  }
   .DateFree
   {
   	background-color:#DCFFC9;
   }
    .unknowDateAvailability
   {
   	background-color:white;
   }
   .DateSelected
   {
   	border-style:solid;
   	border-color:Black;
   	border-width:1px;
   }
   
   .bookingsystemby
   {
   	padding-top:10px;
   	padding-left:10px;
   	font-size:8px;
   	color:Silver;
   	
   }
   
   
   .waitDialog  
   {
   background:url("/Online/iog/content/images/loader.gif") no-repeat;
   height:30px;
   width:30px;
   }
   	 
.requiredStar   
{
	color:Red;
}

   
     .TrSameHeight {
        	border-collapse: collapse;
        	padding: 0px;
        	margin: 0px;
        	height: 22px;
        	vertical-align: middle;
        	
           }
