@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: Handsome-Regular;
 src: url("fonts/Handsome-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: Handsome-Regular;
 src: url("fonts/Handsome-Regular.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: Chevin_Bold;
 src: url("fonts/Chevin_Bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: Chevin_Bold;
 src: url("fonts/Chevin_Bold.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: Nobel-Regular;
 src: url("fonts/Nobel-Regular.otf") /* EOT file for IE */
}

@font-face {
 font-family: No-move;
 src: url("fonts/No-move.ttf") /* EOT file for IE */
}

@font-face {
	 font-family: helvetig;
	 src: url("fonts/helvetig.ttf") /* TTF file for CSS3 browsers */
	}
	
@font-face {
 font-family: helvetig;
 src: url("fonts/Helvetica-Condensed-Black.otf") /* EOT file for IE */
}

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{
	
}

.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;
}

.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 textarea {
	width: 97.5% !important;
	font-family: Arial, Helvetica, sans-serif;
}
                
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;
                }      


/* Table with border */

			
#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);*/
	background:#D6D6D6 url(../images/tab_bg.jpg);		
	line-height:30px;
	color:#565656;	
	font-weight: bold;
	text-align:center;
	font-size: 16px;
	text-transform: uppercase;
}

tr.row_blue {
	background:#0080FF;
	line-height:20px;	
	color:#FFF;	
	font-weight: bold;	
	font-size: 12px;
	padding:0;
	text-align:left;
	vertical-align:top;
	border-right:1px solid #CCC;
}

tr.row1 {
	background:#D6D6D6 url(../images/tab_bg.jpg);
	line-height:20px;	
	color:#565656;	
	font-weight: bold;	
	font-size: 12px;
	padding:0;
	text-align:left;
	vertical-align:top;
	border-right:1px solid #CCC;
}

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;
}


td.bdr_right {
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	
}
td.bdr_right.last {
	border-right: 0px solid #AAAAAA;
}

/*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;	
}


.tbl_link{
	
}
.tbl_link :hover{
/*background-color:#CDCDCD;*/	

}

.tbl_link a{
	color:#565656;
	text-decoration:none;
}

.tbl_link a:hover{
	color:#000;
}

.short_tbl_header{
	/*background:#27A9E3;	
	width:100%; 
	height:100%; 
	text-align:center; 
	height:40px;*/	
}


/*.short_tbl_header:hover { 	
	
	opacity: .2;	
}*/

/************ Button ************/
.tab_btn_match_found {
	background:url(../images/btn_match_found.png);
	background-repeat:no-repeat;
	border:none; 
	width:130px;
	height:39px; 	 
	padding-top:0px; 
	color:#565656;
}

.tab_btn_match_found:hover {
	background:url(../images/btn_match_found_hover.png);
	background-repeat:no-repeat;	
	text-decoration: none;
	border:none;
	color:#000;	
}

.tab_btn {
	border:none; 
	height:39px; 	 
	padding-top:0px; 
	color:#565656;
}
                
.tab_btn:hover {
	text-decoration: none;
	border:none;
	color:#000;
	
}
                
.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;
}

.report_menu_container { 
	width:98%; 
	margin:0 auto; 
	text-align:left; 
	margin-top:10px;  
	margin-bottom:10px;
	height:65px;
}
.report_menu_container a{ 
	text-decoration:none;
}

.report_menu_box{
	width:95%; 
	height:26px; 
	text-align:right; 
	padding-top:40px; 
	color:#000;
	font-size:16px; 
	font-family: Nobel-Regular;
	font-weight:600;
	letter-spacing:.8;
}

.report_menu_button1{
	float:left; height:65px; width:150px; margin-right:20px; margin-bottom:5px;	
	background:#666699 url(../images/sold.png);
	background-repeat:no-repeat;
}

.report_menu_button1:hover,.report_menu_button2:hover,.report_menu_button3:hover,.report_menu_button4:hover,.report_menu_button5:hover,.report_menu_button6:hover,.report_menu_button7:hover,.report_menu_button8:hover,.report_menu_button9:hover,.report_menu_button10:hover { 	
	opacity: 0.8;	
}

.report_menu_button2{
	float:left; height:65px; width:150px; margin-right:20px; margin-bottom:5px;	
	background:#9999CC url(../images/Inventory1.png);
	background-repeat:no-repeat;
}

.report_menu_button3{
	float:left; height:65px; width:150px; margin-right:20px; margin-bottom:5px;	
	background:#CCCCCC url(../images/loan.png);
	background-repeat:no-repeat;
}

.report_menu_button4{
	float:left; height:65px; width:150px; margin-right:20px; margin-bottom:5px;	
	background:#CCCC99 url(../images/stock_inhand.png);
	background-repeat:no-repeat;
}

.report_menu_button5{
	float:left; height:65px; width:150px; margin-right:20px; margin-bottom:5px;	
	background:#FFCC99 url(../images/received1.png);
	background-repeat:no-repeat;
}

.report_menu_button6{
	float:left; height:65px; width:150px; margin-right:20px; margin-bottom:5px;	
	background:#FFFFCC url(../images/rep3.png);
	background-repeat:no-repeat;
}

.report_menu_button7{
	float:left; height:65px; width:150px; margin-right:20px; margin-bottom:5px;	
	background:#CC6699 url(../images/allrep1.png);
	background-repeat:no-repeat;
}

.report_menu_button8{
	float:left; height:65px; width:150px; margin-right:20px; margin-bottom:5px;	
	background:#FF99CC url(../images/status1.png);
	background-repeat:no-repeat;
}

.report_menu_button9{
	float:left; height:65px; width:150px; margin-right:20px; margin-bottom:5px;	
	background:#FFCCCC url(../images/stock_inhand.png);
	background-repeat:no-repeat;
}

.report_menu_button10{
	float:left; height:65px; width:150px; margin-right:20px; margin-bottom:5px;	
	background:#996666 url(../images/all_by_status2.png);
	background-repeat:no-repeat;
}

.statistics_container { 
width:98%; 
margin:0 auto; 
text-align:left; 
margin-top:10px;  
margin-bottom:10px;
height:65px;
}
.statistics_container a{ 
text-decoration:none;
}

.statistics_inner_box{
	float:left; 
	height:65px; 
	width:150px; 
	margin-right:20px;
	margin-bottom:5px;
}
.statistics_container : hover{
	opacity: .8;
}
	

.statistics_box1{
	width:95%; 
	height:26px; 
	text-align:right; 
	padding-top:0px; 
	color:#FFF; 
	font-size:20px;
	font-family:Handsome-Regular;
	font-weight:bold;
}
	
.statistics_box2{
	width:95%; 
	height:25px; 
	text-align:right; 
	color:#FFF; 
	font-size:16px; 
	font-family:Nobel-Regular;
	font-weight:100;
	
}

.statistics_box3{
	width:100%; 
	text-align:left; 
	color:#FFF; 	
	font-size:9px;
	
}


.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;
		
}

.search_col{
	background:#EEF8FD;
	
}

.order_by_col{
	/*background:#FFECFF;*/
	background:#FFFFE6;
}

.Table_Row_Highlight { 
font-size:12px;
}

.Table_Row_Highlight:hover { 
background-color: #BCEDF5; 
text-decoration:none;
cursor:pointer;
font-size:12px;
}

#Table_Row_Highlight { 
font-size:12px;

}


#Table_Row_Highlight:hover { 
background-color: #BCEDF5; 
text-decoration:none;
cursor:pointer;
font-size:12px;
}

.circle {		
		font-size: 10px;
		background: #EA4335;
		border:1px solid #F00;
		padding: 3px 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;			
		font-style: normal;
		color: #FFF;
		margin-top: 2px;
		margin-right: 0px;
		margin-left: 10px;
		line-height: 10px;
		height: 10px;		
		float:right;
		/*behavior: url(PIE/PIE.htc);	*/		
	}

.circle_green {		
		font-size: 10px;
		background: #008040;
		border:1px solid #008040;
		padding: 3px 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;			
		font-style: normal;
		color: #FFF;
		margin-top: 2px;
		margin-right: 0px;
		margin-left: 18px;
		line-height: 10px;
		height: 10px;		
		float:left;
		text-align:center;
		/*behavior: url(PIE/PIE.htc);	*/		
	}




