/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

* {
	border:none; 
	margin:0; 
	padding:0;
}

body {
	background:#fff; 
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
/*	line-height:48px;*/
}

a:link, a:visited {
	color:#FFFFFF;
	font-weight: 600;
	text-decoration:none; 
}

h1 {
	font-size:12px;
	margin-bottom:0px; 
}

h2 {
	font-size:12px;
	margin-top:0px;
}

p {
	margin:0px 0;
}

#wrap {
	float:left;
	margin: 0px 0px 0px 54px;
	width:116px; 
	line-height:48px;
}


/************************************************
      GENERAL PROPERTIES FOR EXAMPLE 1 & 2 
************************************************/


#menu1, #menu2 {
	width:116px;
	height:50px;
	border-bottom:0px solid #959595;
}

#menu1 li, #menu2 li {
	display:inline;
}


/************************************************
 CREATING CSS HALF ROUNDED BUTTON FOR BOTH EXAMPLE
************************************************/
#menu1 li a, #menu2 li a  {
	background:transparent url(../top-nav-images/nav1-button.jpg) no-repeat top left;
    display:block;
    float:left;
	width:116px;
    height:50px;
    margin-right:0px;
}

#menu1 li a .button1, #menu2 li a .button {
	background:transparent   url(../top-nav-images/nav1-button.jpg) no-repeat top right;
    display:inline;
    float:left;
    height:50px;
	width:116px;
    padding:0px 0px 0px 0px;
    margin-left:0px;
    cursor:pointer;
	text-align:center;
}

#menu1 li a:hover, #menu2 li a:hover {
	background-position:0px bottom;
	background-image:url(../top-nav-images/nav1-button-over.jpg);
	color:#fff;
}

#menu1 li a:hover .button1, #menu2 li a:hover .button {
	background-position:right bottom;
	background-image:url(../top-nav-images/nav1-button-over.jpg);

}

/************************************************
         EXAMPLE 1 - SINGLE REMOTE AREA
************************************************/
#menu1 a .text {
	display:none;
} 

#menu1 a:hover .text {
	display:block;
	position:absolute;
	height:20px;
	top:30px;
	left:0px;
	color:#FFFFFF;
	font-size:12px;
}

/**********************************  Tigra calendar   ******************************/

/* input box in default state */ 
.tcalInput {
	background: url('img/cal.gif') 100% 50% no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

/* additional properties for input boxe in activated state, above still applies unless in conflict */
.tcalActive {
	background-image: url('img/no_cal.gif');
}
/* container of calendar's pop-up */
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 170px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;

	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}

/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer; color:#000;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center; color:#000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image: url('img/prev_year.gif'); }
#tcalPrevMonth { background-image: url('img/prev_mon.gif'); }
#tcalNextMonth { background-image: url('img/next_mon.gif'); }
#tcalNextYear { background-image: url('img/next_year.gif'); }

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 0px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: gray;
	color: white; line-height:20px;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 0px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 11px;
	cursor: pointer; line-height:20px; color:#000;
}		
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
#tcalGrid td.tcalToday { border: 1px solid red; }
#tcalGrid td.tcalSelected { background-color: #FFB3BE; }		
.tcal{ border:1px solid #000;}
#tcal1,#tcal_1,#tcal_2,#tcal_3,#tcal_4,#tcal_5,#tcal_6,#tcal_7,#tcal_8,#tcal_9,#tcal_10{
	width: 55px;
	height: 24px;
	border: 1px solid #000 !important;
}

/*************  TIGRA CALENDAR  ****************************/
