@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: Handsome-Regular;
 src: url("Handsome-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: Handsome-Regular;
 src: url("Handsome-Regular.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: Chevin_Bold;
 src: url("Chevin_Bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: Chevin_Bold;
 src: url("Chevin_Bold.ttf") /* TTF file for CSS3 browsers */
}

body {
	background: #E6E6E6;  
	font: 100%/1.5 "Verdana","Helvetica","HelveticaNeue", "Arial", sans-serif;    
	-webkit-text-size-adjust: 100%;  
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.img_thumb {
	width:178px; 
	float:left;
	margin-right:15px;
	border:solid 1px #CCC;
	margin-bottom:10px;
}

.main-container
{
	max-width:100%;
	min-width:990px;
	margin: 0 auto;		
	padding: 0px;
	border:1px solid #000;
	background:#CCC;
}
.search_container
{
	width:50%;	
	margin-left:0px auto;
	margin-right:0px auto;
	margin-top:100px;	
	padding: 0px;
	border:1px solid #000;
	background:#F4F4F4;
	text-align:center;
}

#main{
max-width:96%;
	min-width:990px;
	min-height:500px;
	margin:0 auto;	
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border:1px solid #D7D7D7;
	background-color:#FFFFFF;
	-webkit-box-shadow: #B3B3B3 1px 1px 1px;
	-moz-box-shadow: #B3B3B3 1px1px 1px; 
	box-shadow: #B3B3B3 1px 1px 1px;	
	margin-bottom:10px;
	/*background:url(../images/oslRB.png);*/	
	behavior: url(PIE/PIE.htc);
}

#main_top{
width:990px;
/*-webkit-border-radius: 0px 0px 15px 15px;
-moz-border-radius: 0px 0px 15px 15px;
border-radius: 0px 0px 15px 15px;*/
border:0px solid #ccc;
background-color:#FFFFFF;
-webkit-box-shadow: #B3B3B3 5px 5px 5px;
-moz-box-shadow: #B3B3B3 5px 5px 5px; 
box-shadow: #B3B3B3 5px 5px 5px;"
}

#big-content{
max-width:96%;
min-width:1024px;
margin:0 auto;
-webkit-border-radius: 0px 0px 15px 15px;
-moz-border-radius: 0px 0px 15px 15px;
border-radius: 0px 0px 15px 15px;
border:1px solid #D7D7D7;
background-color:#FFFFFF;
/*-webkit-box-shadow: #B3B3B3 5px 5px 5px;
-moz-box-shadow: #B3B3B3 5px 5px 5px; 
box-shadow: #B3B3B3 5px 5px 5px;"*/
behavior: url(PIE/PIE.htc);
}

#search-content{
	max-width:96%;
	min-width:900px;
	min-height:500px;
	margin:0 auto;	
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border:1px solid #D7D7D7;
	background-color:#FFFFFF;
	-webkit-box-shadow: #B3B3B3 1px 1px 1px;
	-moz-box-shadow: #B3B3B3 1px1px 1px; 
	box-shadow: #B3B3B3 1px 1px 1px;
	margin-top:20px;
	margin-bottom:10px;
	/*background:url(../images/oslRB.png);*/	
	behavior: url(PIE/PIE.htc);
}


.profile_image {
	width: 45px;
	height: 45px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;	
	behavior: url(PIE/PIE.htc);
	float:left; 
	margin-top:10px; 
	margin-left:10px;
	}
	
.profile_name{
	float:left; 
	height:75px; 
	width:30%; 
	margin-top:10px; 
	margin-left:10px; 
	text-align:center; 
	color:#FFF; 
	font-size:20px; 
	padding-top:10px;	
}

.clear
{
clear:both;	
}



.login1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	color: #FFF;
	padding-left:70px;
}

.option_container{
	width:100%; 
	height:70px; 	
}

.option{
	float:left;
	width:100px;
	height:70px;
	margin-bottom:10px;
	font-size:12px;
	line-height:15px;	
	border-right:1px solid #CCC;
}
.option a{
	text-decoration:none;
	
}
.option :hover{
	background:#ECECEC;
}

.option_last{
	
	float:left;
	width:150px;
	height:70px;
	margin-bottom:10px;
	font-size:12px;
	line-height:15px;	
	border-right:0px solid #CCC;
	text-align:center;
}
.option_last :hover{
	/*background:#ECECEC;*/
}
	
.option.last :hover{
	
}

.option_inner_box{
	padding-top:5px;
	width:100px;
	height:75px;
}
.option_inner_box_img{
	height:35px;
}
.option_inner_box_text{
	height:25px;
}

.text_below_icon{
font-size:12px;
line-height:15px;	
}


.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	letter-spacing: .2px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000;
	letter-spacing: .2px;
}

.print3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;	
	color: #000;
	letter-spacing: .2px;
}

.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style5 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;	
}
.style_drop_down1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000;
	letter-spacing: .2px;
	padding-bottom:5px;
}
.style_drop_down2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #00C;
	letter-spacing: .2px;
	padding-bottom:5px;	
}

.style_drop_down3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #903;
	letter-spacing: .2px;
	padding-bottom:5px;
	font-weight: bold;
}

.bill_main_heading {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight: bold;
	color:#000;	
}

.billheading {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	color:#000;	
}
.billnormal {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color:#000;	
}


.bill_main_heading_big {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;	
	font-weight: bold;
	color:#000;	
}

.billheading_big {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
	color:#000;	
}
.billnormal_big {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color:#000;	
}

.red1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #F00;
}



.error_strings{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
/*background-color:#F2D2B3;*/
width:20px;
}

#top{
width:990px;
height:50px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border:0px solid #ccc;
background-color:#FFFFFF;
-webkit-box-shadow: #B3B3B3 5px 5px 5px;
-moz-box-shadow: #B3B3B3 5px 5px 5px; 
box-shadow: #B3B3B3 5px 5px 5px;	
}

#rotator1{
width:990px;
height:230px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border:0px solid #ccc;
background-color:#FFFFFF;
-webkit-box-shadow: #B3B3B3 5px 5px 5px;
-moz-box-shadow: #B3B3B3 5px 5px 5px; 
box-shadow: #B3B3B3 5px 5px 5px;	
}

.rotator-header {
	width:900px;	
}



#left{
	margin-left:50px;
	width:100%;	
	border: 1px solid #ccc;	
	margin: 0 0 20px 0;
	background: #fff;	
	 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#left_add{
	margin-left:50px;
	width:100%;	
	border: 1px solid #ccc;	
	margin: 0px 0px 5px 5px;
	background: #fff;	
	 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	
	
	
}
#left_top{
	margin-left:50px;
	width:100%;	
	border: 1px solid #ccc;	
	margin: 0px 0px 20px 5px;
	background: #fff;	
	 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	position:relative;
	top:15px;
}
#right{
	margin-left:50px;
	width:100%;	
	border: 1px solid #ccc;	
	margin: 0 0 20px 0;
	background: #fff;	
	 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	position:relative;
	margin-bottom:20px;
}
#spacer15{
	position:relative;
	left:10px;	
	top:15px;
}

#spacer1{
	position:relative;		
	top:15px;
}
#booked{
	/*background: #fff url('../images/booked.png') top left repeat-x;	*/
	background:#FFF1DF;
	position:relative;		
	top:0px;
	font: 9pt Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: .2px;
}
#available{
	/*background: #fff url('../images/not_booked.png') top left repeat-x;*/	
	background:#EDFBFE;
	position:relative;		
	top:0px;
	font: 9pt Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: .2px;
}

input[type=text], textarea,select,password {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus, select:focus, password:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  /*padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;*/
  border: 1px solid rgba(81, 203, 238, 1);
}


.round_box {
		font-size: 10px;
		background: #ea4f35;
		padding: 3px 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;		
		font-style: normal;
		color: #fff;
		margin-top: 9px;
		margin-right: 15px;
		line-height: 10px;
		height: 10px;		
		float:right;
	}

/*************** Forms ***************/

/*form label {
                display: block;
                padding: 0 0 10px;
                font-weight: bold;
                }*/
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p small {
                font-size: 0.75em;
                color: #777;
                }
				
				
form input.text-input,
form select,
form textarea,
form .wysiwyg {
	padding: 5px;
	font-size: 14px;
	background: #fff url('../images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
	/*height:auto;*/				
}

form input
{
	/*height:25px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

form .smallest-input {
	width: 8% !important;
	/*position:relative;*/
	left:0px;
	top:0px;
}

form .small-input {
	width: 12% !important;
	/*position:relative;*/
	left:0px;
	top:0px;
}
											
form .small2-input {
	width: 17% !important;
	left:0px;
	top:0px;
}
	
form .search-input {
	width: 30% !important;
}		
               
form .medium-input {
	width: 50% !important;				
}

form .medium2-input {
	width: 60% !important;				
}


form .large-input {
	width: 75% !important;
	/*position:relative;*/
	left:0px;
	top:0px;	
}
											
form .large2-input {
	width: 85% !important;				
	/*position:relative;*/
	left:0px;
	top:0px;	
} 
              
form .large3-input {
	width: 98% !important;				
	/*position:relative;*/
	left:0px;
	top:0px;
} 

form .large4-input {
	width: 100% !important;				
	/*position:relative;*/
	left:0px;
	top:0px;
}  
 
form textarea {
	width: 97.5% !important;
	font-family: Arial, Helvetica, sans-serif;
}

form .measurement-input {
	width: 50% !important;	
	height:20px; !important;
	resize: none;
	left:0px;
	top:0px;
	overflow: auto;	
}

                
form select {
	padding: 4px;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

				
form input[type="checkbox"],
form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
}

/************ Table ************/

#main-content table {
                width: 100%;
                border-collapse: collapse;
                }
                
#main-content table thead th {
                font-weight: bold;
                font-size: 15px;
                border-bottom: 1px solid #ddd;
                }
                
#main-content tbody {
                border-bottom: 1px solid #ddd;
                }
                
#main-content tbody tr {
                background: #fff;
                }
              
#main-content tbody tr.alt-row {
                background: #f3f3f3;
                }
                
#main-content table td,
#main-content table th {
                padding: 10px;
                line-height: 1.3em;
				vertical-align:top;
                }        
				
#main-content table tfoot td .bulk-actions {
                padding: 15px 0 5px 0;
                } 
				
#main-content table tfoot td .bulk-actions select {
                padding: 4px;
				border: 1px solid #ccc;
                }      
				
#menu8 {
	width: 170px;
	margin-top: 10px;
	font: 11pt Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: .2px;
}
	
#menu8 li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #777;
	display: block;
	background: url(../images/menu8.gif);
	padding: 8px 0 0 20px;
}
	
#menu8 li a:hover {
	color: #257EB7;
	background: url(../images/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
}
	
#menu8 li a:active {
	color: #fff;
	background: url(../images/menu8.gif) 0 -64px;
	padding: 8px 0 0 25px;
}

#menu8 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/************ Button ************/
.button {
				font-family: Verdana, Arial, sans-serif;
                display: inline-block;
               /* background: #459300 url('../images/bg-button-green.gif') top left repeat-x !important;*/
				background: #346C9B;
                border: 1px solid #4A8BC2 !important;
                padding: 4px 7px 4px 7px !important;
                color: #fff !important;				
                font-size: 11px !important;
                cursor: pointer;
				height:35px;
				min-width:100px;
                }
                
.button:hover {
                text-decoration: underline;
}
                
.button:active {
                padding: 5px 7px 3px 7px !important;
}
				
.button:focus {
  box-shadow: 0 0 5px rgba(235, 126, 9, 1);
  /*padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;*/
  border: 1px solid rgba(81, 203, 238, 1);
}	
			
				
a.remove-link {
				color: #bb0000;
				}

a.remove-link:hover {
				color: #000;
				}


table.table_top{
	width:99%;	
	margin:auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	font-size: 14px;	
	color:#666;	
}

table.table_search{
	width:98%;	
	margin:auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	font-size: 14px;	
	color:#000;	
	
	background:#CCC;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border:1px solid #D7D7D7;	
	behavior: url(PIE/PIE.htc);
}



table.table_main1{
	width:98%;
	border: solid 1px #AAAAAA;
	margin:auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	font-size: 14px;	
	color:#666;
	margin-bottom:12px;
}



table.table_main2 {
	margin:auto;
	border: 0px;
	background-color:#F0F0F0;
	text-align: center;
/*padding: 24px 12px 24px 4px;*/
}

table.table_main3 {
margin:auto;
border: 0px;
background-color: #008877
/*padding: 24px 12px 24px 4px;*/
}


tr.row0 {
	background:#649AC6 url(../images/bg1.png);		
	line-height:30px;
	color:#FFF ;	
	font-weight: bold;
	text-align:center;
	font-size: 16px;
}

tr.row1 {
	background:#D6D6D6 url(../images/tab_bg.jpg);
	line-height:20px;	
	color:#000;	
	font-weight: bold;	
	font-size: 12px;
	padding:0;
	text-align:left;
	vertical-align:top;
}


tr.row2 {	
	/*background:#CCC;*/
	font-size: 14px;
	font-weight: bold;
	color: #333;	
	vertical-align:middle;
	line-height:55px;	
}

tr.row2_style3 {
	border: 0px;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;	
	color: #333;
	letter-spacing: .6px;
	vertical-align:middle;
	height:30px;	
}

tr.row3 {
	border: 0px;	
	font-size: 12px;
	line-height:25px;
	vertical-align:top;
	text-align:left;
	color:#000;
}


tr.row3_left {
border: 0px;
background:url(images/vline2_green.jpg);
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}

tr.row4 {
	border: 0px;
	background-color:#F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

tr.row5 {
	border: 0px;
	background-color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color:  #000;
}

tr.search {
border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	height:30px;
	vertical-align:middle;
}
tr.row6 {
	border: 0px;
	background-color: #AACC88;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color:#FFF;
	font-weight: bold;
}
td.col2 {
	border: 0px solid;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}

td.col2_right {
	border: 0px solid;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
}
td.col2_center {
	border: 0px solid;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

td.col3 {
border: 0px solid;
text-align:left;
font-size: 11px;
font-family: Verdana;
color:#333;
}

td.col3_center{
border: 0px solid;
color:#333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}


/*For Calander*/
.toolbar .calendar_button_container {
	width:40em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	
#back_button, #forward_button, #today_button, #calendar_button 
{
	background: url(../images/calendar-buttons.png) no-repeat 0px 0px; width: 40px; height: 27px; margin: 8px 3px 0 3px; cursor: pointer;
}

#back_button:hover {background-position: 0px -27px;}
#back_button:active {background-position: 0px -54px;}
#today_button {background-position: -80px 0px; width: 69px;}
#today_button:hover {background-position: -80px -27px;}
#today_button:active {background-position: -80px -54px;}		
#calendar_button {background-position: -149px 0px; width: 46px;}
#calendar_button:hover {background-position: -149px -27px;}
#calendar_button:active {background-position: -149px -54px;}
#forward_button {background-position: -40px 0px;}
#forward_button:hover {background-position: -40px -27px;}
#forward_button:active {background-position: -40px -54px;}
#todays_date, #month_date {color:#34404b; font-size: 1.063em; font-weight: bold; margin-top: 12px;  text-align: center;}
#month_date {width: 11em; cursor: }



.icon {background: url(../images/icons.png) no-repeat; height: 16px; width: 16px; float: left; display: inline; overflow: hidden;}
	.icon.new {background-position: 0 -16px;}
	.icon.new_big {background-position: 0 -64px; height: 20px; width: 19px;}
	.icon.add {background-position: 0 -32px; height: 15px; width: 14px;}
	.icon.print {background-position: -16px 0;}
	.icon.calendar {background-position: 0 0;}
	.icon.data {background-position: -32px 0;}
	.icon.person {background-position: -16px -16px;}
	.icon.crayon {background-position: -32px -16px;}
	.icon.right_arrow {background-position: 0px -32px;}
	.icon.dropdown {background-position: -56px 0; height: 6px; width: 7px; margin: 6px 0 0 7px;}
	.data .icon.dropdown {margin: 6px 0 0 5px;}
	.icon.smallperson {background-position: -48px 0; height: 10px; width: 8px; margin: 6px 8px 0 14px;}
	.icon.smallservice {background-position: -48px -32px; height: 10px; width: 10px; margin: 6px 8px 0 16px;}
	.msie7 .icon.smallperson {margin: 7px 8px 0 14px;}
	.msie7 .icon.smallservice  {margin: 7px 8px 0 15px;}
	.icon.grouparrow {background-position: -49px -49px; width: 8px; height: 6px; margin: 9px 2px 0 1px;}
	
	
tr.rowCalender {
	border: 0px;
	background:url(../images/toolbar-tall-background.png);
	/*background-color: #666;*/
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	letter-spacing: .2px;
}

/*For Tab     */
.tab_container{
	background:url(../images/tab_bg.jpg);
	height:40px;
	padding-top:5px;
	padding-left:5px;
	width:98%;	
	border:1px solid #AAAAAA;
	margin-right:10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin:0 auto;
	margin-top:10px;
}
.tab_container a{
	text-decoration:none;
}

.outer_box{
	float:left;
	height:19px;
	padding:10px;
	background:url(../images/tab_bg2.jpg);
	color:#333;
	border-right:1px solid #E4E4E4;
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-bottom:1px solid #AAAAAA;
	margin-right:5px;
	font-size:16px;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	min-width:100px;
	text-align:center;
}

.outer_box:hover{
	background:url(../images/tab_bg_hover.jpg);
	border-right:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	
}

.outer_box.current{
	border-bottom:0px solid #333;
	background:url(../images/tab_bg_current.jpg);
	height:20px;	
	border-right:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	color:#346C9B;
	font-weight:bold;	
}

.outer_box2{
	float:left;
	height:19px;
	padding:10px;
	background:url(../images/tab_bg22.jpg);
	color:#333;
	border-right:1px solid #E4E4E4;
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-bottom:1px solid #AAAAAA;
	margin-right:5px;
	font-size:16px;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	min-width:100px;
	text-align:center;
}

.outer_box2:hover{
	background:url(../images/tab_bg_hover.jpg);
	border-right:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	
}

.outer_box2.current{
	border-bottom:0px solid #333;
	background:url(../images/tab_bg_current.jpg);
	height:20px;	
	border-right:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	color:#346C9B;
	font-weight:bold;	
}

.outer_box22{
	float:left;
	height:39px;
	/*padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;*/
	
	background:url(../images/tab_bg22.jpg);
	color:#333;
	border-right:1px solid #E4E4E4;
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-bottom:1px solid #AAAAAA;
	margin-right:5px;
	font-size:16px;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	min-width:100px;
	text-align:center;
}

.outer_box22:hover{
	/*background:url(../images/tab_bg_hover.jpg);*/
	border-right:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	
}

.outer_box22.current{
	border-bottom:0px solid #333;
	background:url(../images/tab_bg_current.jpg);
	height:40px;	
	border-right:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	color:#346C9B;
	font-weight:bold;	
}

.outer_box11{
	float:left;
	height:39px;
	/*padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;*/
	
	background:url(../images/tab_bg2.jpg);
	color:#333;
	border-right:1px solid #E4E4E4;
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-bottom:1px solid #AAAAAA;
	margin-right:5px;
	font-size:16px;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	min-width:100px;
	text-align:center;
}

.outer_box11:hover{
	background:url(../images/tab_bg_hover.jpg);
	border-right:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	
}

.outer_box11.current{
	border-bottom:0px solid #333;
	/*background:url(../images/tab_bg_current.jpg);*/
	height:40px;	
	border-right:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	color:#346C9B;
	font-weight:bold;	
}

/************ Button ************/
.tab_btn {
	border:none; 
	height:39px; 	 
	padding-top:0px; 
	color:#F00;
}
                
.tab_btn:hover {
                text-decoration: none;
				border:none;
}
                
.tab_btn:active {
                /*padding: 5px 7px 3px 7px !important;*/
}
				
.tab_btn:focus {
  box-shadow: 0 0 5px rgba(235, 126, 9, 1);
  
  border: 1px solid rgba(81, 203, 238, 1);
}
	
.tab_btn_current {
	border:none; 
	height:39px; 	 
	padding-top:0px; 
	color:#F00;
	background:#FFF;
}
                
.tab_btn_current:hover {
	text-decoration: none;
	border:none;
}





.errorDiv{padding:10px; margin:10px 0;  margin-left:10px; margin-right:10px; font-size: 14px; border:1px solid #D55518; background:#FFE0DF; color:#CB1F02; -moz-border-radius:2px; -webkit-border-radius:2px; line-height: 22px;}

.successDiv{padding:10px; margin:10px 0; margin-left:10px; margin-right:10px; font-size: 14px; border:1px solid #348B1E; background:#E6FFDF; color:#348B1E; -moz-border-radius:2px; -webkit-border-radius:2px; line-height: 22px;}

.errorDivAutoHhide{padding:10px; margin:10px 0;  margin-left:10px; margin-right:10px; font-size: 14px; border:1px solid #D55518; background:#FFE0DF; color:#CB1F02; -moz-border-radius:2px; -webkit-border-radius:2px; line-height: 22px;}

.successDivAutoHhide{padding:10px; margin:10px 0; margin-left:10px; margin-right:10px; font-size: 14px; border:1px solid #348B1E; background:#E6FFDF; color:#348B1E; -moz-border-radius:2px; -webkit-border-radius:2px; line-height: 22px;}


<!--Fro Pagination-->
div.pagination {
	padding: 3px;
	margin: 3px;	
}
div.pagination a {
	padding: 2px 7px 2px 7px;
	margin: 2px;	
	text-decoration: none; /* no underline */
	/*border: 1px solid #AAAADD;	
	color: #000099;	*/
	color: #3A9EC3;
}
div.pagination a:hover, div.pagination a:active {
	font-weight: bold;
	/*color: #000099;
	border: 1px solid #000099;
	*/
	border: 1px solid #3A9EC3;
	color: #3A9EC3;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;		
	font-weight: bold;
	/*background-color: #000099;
	color:#FFF;
	border: 1px solid #000099;*/
	
	color:#3A9EC3;
	
}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		/*border: 1px solid #EEE;
		color: #DDD;
		*/
		color:#3A9EC3;		
}

.f_measure{
	color:#F00;
	background:#FFFF;
}
