﻿.tamco_add_new
{
	background-color: #235888; /*background-color: #235888;*/
    font-weight: normal;
}
.tamco_add_new:hover
{
	background-color: rgb(79, 150, 221);
    font-weight: bold;
}

.tamco_add_new2
{
	background-color: rgb(222, 223, 222);
    font-weight: normal;
}
.tamco_add_new2:hover
{
	background-color: rgb(160, 159, 150);
    font-weight: bold;
}


.tamco_grid_edit
{
	color: black;
    font-weight: normal;
}
.tamco_grid_edit:hover
{
	font-weight: bold;
}


.tamco_saved_items_btn {
  border: none;
  
  width: auto;
  outline: none;
  display: inline-block;
  padding: 6px 60px 6px 60px;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #235888;
  color: #fff;
  /* Animations */
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .tamco_saved_items_btn:focus, .tamco_saved_items_btn:hover {
    text-decoration: none;
    background-color: #4781bc;
    color: #fff; }



.tamco_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #14396a), color-stop(1, #14396a) );
	background:-moz-linear-gradient( center top, #14396a 5%, #14396a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#14396a', endColorstr='#14396a');
	background-color:#14396a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;	
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
	padding:2px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;
}
.tamco_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0d448c), color-stop(1, #0d448c) );
	background:-moz-linear-gradient( center top, #0d448c 5%, #0d448c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d448c', endColorstr='#0d448c');
	background-color:#0d448c;
}
.tamco_button:active {
	position:relative;
	top:1px;
}

.tamco_button2{
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#dfdfdf');
	background-color:#235888;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;	
	font-family:arial;
	font-size:10pt;
	font-weight:normal;
	padding:2px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #7cacde;
}
.tamco_button2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #ededed 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed');
	background-color:#4781bc;
}
.tamco_button2:active {
	position:relative;
	top:1px;
}

.cmdPrevious
{
	width: 27px;
	height: 38px; 
	background-image: url('pics/buttons/Previous Record Button.png');
}
.cmdPrevious:hover
{
	background-image: url('pics/buttons/Previous Record Button_over.png');
}
.cmdPrevious:active
{
	background-image: url('pics/buttons/Previous Record Button_click.png');
}

.report_button
{
	color: Black;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
.report_button:hover 
{
	/*text-decoration: underline;*/
	font-weight: bold;
	color: Black;
}

.menu_button
{
	color: lightgray;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	text-decoration: none;
}
.menu_button:hover 
{
	/*text-decoration: underline;*/
	font-weight: bold;
	color: white;
	font-size: 10pt;
	padding-left: 4px;
	text-decoration: none;
}

.td_menu_button
{
    width: 149px; 
    height:33px; 
    display: inline-block; 
    background-image: url('pics/tab_off.png');
    cursor: pointer;
}
.td_menu_button_on
{
    width: 149px; 
    height:33px; 
    display: inline-block; 
    background-image: url('pics/tab_on.png');
    cursor: pointer;
        
}
.td_menu_button:hover 
{
    width: 149px; 
    height:33px; 
    display: inline-block; 
    background-image: url('pics/tab_on.png');
    cursor: pointer;
}

.td_menu_tab_button
{
    /*border-radius: 15px 15px 0px 0px;*/
    background-color: #FFFFFF;
    width: 152px; 
    height:33px;     
    cursor: pointer;
    text-align: center;
    color: #4D4D4D;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    border-left-color: #D2D2D2;
    border-right-color: #D2D2D2;
    border-top-color: #D2D2D2;
}
.td_menu_tab_button a
{
color: #4D4D4D;
}
.td_menu_tab_button:hover
{
    /*background-color: #A6A6A6;*/
    background-color: #DDDDDD;
}
.td_menu_tab_button_on
{
    /*border-radius: 15px 15px 0px 0px;*/
    background-color: #595959;
    width: 152px; 
    height:33px;     
    cursor: pointer;
    text-align: center;    
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    border-left-color: #595959;
    border-right-color: #595959;
    border-top-color: #595959;
}
.td_menu_tab_button_on a{
    color: #ffffff;
}

.left_menu
{
    width: 150px; 
    height: 30px;
    /*background-color: #235888; */
    background-color: #235888;
    text-align: left;
    padding-left: 4px;
    padding-top: 16px; 
    cursor: pointer;       
}

.left_menu:hover
{
    /*background-color: #4781bc; */
    background-color: #4781bc;
}

.left_menu_config
{
    width: 75px; 
    height: 22px;
    /*background-color: #235888; */
    background-color: #235888;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px; 
    cursor: pointer;       
}

.left_menu_config:hover
{
    /*background-color: #4781bc; */
    background-color: #4781bc;
}

.left_upper_menu
{
    width: 154px; 
    height: 30px;
    /*background-color: #235888; */
    background-color: #235888;
    text-align: center;    
    padding-top: 10px; 
    cursor: pointer;   
}

.left_upper_menu:hover
{
    /*background-color: #4781bc; */
    background-color: #4781bc;
}

.reports_lower_menu
{
    width: 154px; 
    height: 30px;
    /*background-color: #235888; */
    background-color: #235888;
    text-align: center;    
    padding-top: 10px; 
    cursor: pointer;   
}

.reports_lower_menu:hover
{
    /*background-color: #4781bc; */
    background-color: #4781bc;
}

.login_button_new
{
    width: 152px; 
    height: 30px;
    background-color: #235888;
    text-align: center;    
    padding-top: 10px; 
    cursor: pointer;   
}

.login_button_new:hover
{
    background-color: #4781bc;
}

.left_item_menu
{
    width: 115px; 
    height: 53px;
    /*background-color: #235888; background-color: #235888;*/
    text-align: center;    
    vertical-align: middle;    
    cursor: pointer;  
    display: inline-block;
}

.left_item_menu:hover
{
    background-color: #4781bc; /*background-color: #000051;*/
}

.left_menu_item
{
    width: 110px; 
    height: 20px;
    background-color: #235888; /*background-color: #235888;*/
    text-align: left;
    padding-left: 5px;
    padding-top: 6px; 
    cursor: pointer;   
    display: inline-block;
}

.left_menu_item:hover
{
    background-color: #4781bc; /*background-color: #000051;*/
}

.reports_left_upper_menu
{
    width: 75px; 
    height: 25px;
    /*background-color: #235888; */
    background-color: #235888;
    text-align: center;    
    padding-top: 10px; 
    cursor: pointer;   
}

.reports_left_upper_menu:hover
{
    /*background-color: #4781bc; */
    background-color: #4781bc;
}


.tamco_saved_items_btn_yesno {
  border: none;
  
  width: auto;
  outline: none;  
  padding: 0px 0px 0px 0px;
  font-size: 10pt;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #235888;
  color: #fff;
  display: table-cell;
  /* Animations */
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .tamco_saved_items_btn_yesno:focus, .tamco_saved_items_btn_yesno:hover {
    text-decoration: none;
    background-color: #4781bc;
    color: #fff; }