html,body{
	margin:0px;
	height:100%;

} 

body {
    /*background-image: url('../images/abstract_textures_wallpapers.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
}

.mydiv{
	font-family: arial;
	font-size: 9;
	color: #010101;
	position:absolute;
	visibility:hidden;
	background-color: #E6EFEE;
	layer-background-color:red;
}

body table.main-table{
	background-color: #E6EFEE;
	bordercolor:#374E80;
	border:3;
	width:100%;
	height:100%;
	border-collapse: collapse;
	border:5px outset #374E80;
	-moz-background-size:100% 100%;
}
body table.main-table tr.topside{
	background-color:#FFF;
	width:100%;
	border-collapse: collapse;
}
body table, body table tr, body table tr td{
	border-collapse:collapse;
}
body table.main-table tr.topside td{
	 width:100%;
	 height:30px;
	 vertical-align:top;
	 border-collapse: collapse;
}
body table.main-table tr.topside td table{
	width:100%;
	height:100%;
	border:0;
}
body table.main-table tr.topside td table tr td.left {
	text-align:left;
	width:25%;
	height:30px;
	padding-top:4px;
	padding-left:4px;
}



body table.main-table tr.topside td table tr td.middle{
	text-align: center;
	width:50%;
	padding-top:4px;
}
body table.main-table tr.topside td table tr td.right{
	text-align:right;
	width:25%;
	padding-top:4px;
	padding-right:4px;
}


/**/
body table.main-table tr.mainbody{
	border-collapse: collapse;
	border: 1px solid;
}
body table.main-table tr.mainbody td.left-body{
	background-color:#374E80;
	text-align: center;
	vertical-align:top;
	border:1px solid #999999;
	width:5%;
}
body table.main-table tr.mainbody td.left-body table{
	border:0;
}
body table.main-table tr.mainbody td.left-body table tr{
	height:20px;
	text-align:center;
}
body table.main-table tr.mainbody td.left-body table tr td{
    background: url("../images/button.png") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 25px;
}
body table.main-table tr.mainbody td.left-body table tr td:hover{
	background:url(../images/button-touch.png) no-repeat scroll center center transparent;
}
body table.main-table tr.mainbody td.left-body table tr td.menu-check{
	background:url(../images/button-check.png) no-repeat center center;
}
body table.main-table tr.mainbody td.left-body table tr td.menu-check a{
	color: #666666;
    font-family: arial;
    font-size: 11px;
    text-shadow: 1px 1px #FFFFFF;
}
body table.main-table tr.mainbody td.left-body table tr td.blank-forms{
	height:100%;
	background:none;
}
body table.main-table tr.mainbody td.left-body table tr td.menu-title{
	background:none;
	color:#fff;
	font-family:arial;
	font-size:11px;
}
body table.main-table tr.mainbody td.left-body table tr td a{
	font-family: arial;
	font-size:11px;
	text-decoration: none;
	color: #374E80;
}
body table.main-table tr.mainbody td.left-body table tr td a span{
	width:130px;
	float:left;
}
body table.main-table tr.mainbody td.right-body table{
	 width:100%;
	 height:100%;
	 border-collapse: collapse;
	 vertical-align:top;
}
body table.main-table tr.mainbody td.right-body table tr td table.tb_auto{
	width:auto;
	height:auto;
}
body table.main-table tr.mainbody td.right-body table tr.addandsearch{
	vertical-align:top;
	height:100%;
}
body table.main-table tr.mainbody td.right-body table tr.addandsearch td{
	width:100%;
	text-align:center;
	height:300px;
	padding-top:10px;
}
body table tr td a.select-btn{
	text-decoration:none;
}
body table tr td a.select-btn span{
    background-color: #EEEEEE;
    border: 1px solid #374E80;
    border-radius: 4px 4px 4px 4px;
    color: #374E80;
    font-family: arial;
    font-size: 11px;
    margin: 5px;
    padding: 1px 5px;
    
}
body table tr td a.select-btn span:hover{
	background-color:#c3e7eb;
}
body table.main-table tr.mainbody td.right-body table tr td{
	 border:1px #999999 solid;
	 color:#374E80;
	 line-height:20px;
}
body img.cal-btn {
	margin-left:-2px;
	border:none;
	margin-bottom:-6px;
	_margin-top:-20px;
}
body table.main-table tr.mainbody td.right-body table tr td.bottom-btn{
	padding:10px 0;
}
body table.main-table tr.mainbody td.right-body table tr td input, body table.main-table tr.mainbody td.right-body table tr td select, body table.main-table tr.mainbody td.right-body table tr td textarea{
	margin:3px 0;
}
a.btn{
	background-color: #EEEEEE;
    border: 1px solid;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 1px #666666;
    padding: 2px 5px;
    text-decoration: none;
	color: #374E80;
    cursor: pointer;
    font-family: arial;
    font-size: 11px;
}

a.btnr{
	background-color: #EEEEEE;
    border: 1px solid;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 1px #666666;
    padding: 2px 5px;
    text-decoration: none;
	color: #CC0000;
    cursor: pointer;
    font-family: arial;
    font-size: 11px;
}

body table.tb-one tr td{
	line-height:22px;
}
body table.main-table tr.mainbody td.right-body table tr td a.btn:hover{
	background-color:#c3e7fb;
}
body table.main-table tr.mainbody td.right-body table tr td.big-words{
    background-color: #374E80;
    color: #FFFFFF;
    font-family: arial,Geneva,sans-serif;
    font-size: 12px;
    text-align: center;
}
body table.main-table tr.mainbody td.right-body table tr td div{
	padding:5px 0;
	margin-top:-5px;
	_margin-top:-5px;
}
body table.main-table tr.mainbody td.right-body table tr td.bottom-btn div a{
    margin: 2px 3px;
}
body table.main-table tr.mainbody td.right-body table tr td div b font{
	small;
}
body table.main-table tr.mainbody td.right-body table tr td div font b a{
	color:#374E80;
}
body table.main-table tr.mainbody td.right-body table tr.addandsearch td a.add-new-hire {
	background:url(../images/add-new-hire.png) no-repeat;
	font-size:11;
	color: #374E80;
	cursor:pointer; 
	width:120px; 
	height:22px;
	text-decoration:none;
	padding:2px 20px;
}
body table.main-table tr.mainbody td.right-body table tr.addandsearch td a.add-new-hire:hover{
	background:url(../images/add-new-hire-touch.png) no-repeat;
}
body table.main-table tr.mainbody td.right-body table tr.addandsearch td a.search-new-hire{
	background:url(../images/search.png) no-repeat;
	padding: 2px 20px;
	font-size:11;
	color: #374E80;
	cursor:pointer;
	text-decoration:none;
}
body table.main-table tr.mainbody td.right-body table tr.addandsearch td a.search-new-hire:hover{
	background:url(../images/search-touch.png) no-repeat;
}
body table.frm-tb tr td input, body table.frm-tb tr td select, body table.frm-tb tr td textarea{
	margin:3px 0;
}
a.img-more img{
	text-decoration:none;
	border:none;
}
body table.main-table tr.mainbody td.right-body table.noline tr td{
	border:none;
}

.mytd{
font-family: arial;
font-size: 11;
color: #010101;
}


.css_btn_class {
	font-size: 100px;
	font-family:Arial;
	font-weight:normal;
	//-moz-border-radius:8px;
	//-webkit-border-radius:8px;
	//border-radius:8px;
	border:1px solid #dcdcdc;
	padding:9px;
	
	//padding-width:22px;
	//padding-height:150px;
	


	text-decoration:none;
	//background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	//background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	//filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	//background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background-color:#ededed;
	color:#777777;
	//display:inline-block;
	display:block;
	//text-shadow:1px 1px 0px #ffffff;
 	//-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	//-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	//box-shadow:inset 1px 1px 0px 0px #ffffff;
 	//width: 70%;
 	//height: 22px;
 	
 	border-top: 2px solid #EEEEEE;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
    border-left: 2px solid #EEEEEE;
 	display: block;
    height: 20px;
    width: 130px;
}
.css_btn_class:hover {
	//background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	//background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	//filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	//background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#CCCCCC;
}
.css_btn_class:active {
	position:relative;
	top:1px;
}


.gradjw {
 background-repeat: no-repeat;
     background: #cbccc8;
     background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbccc8));
     background: -moz-linear-gradient(top, #fff, #cbccc8);
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cbccc8');
   }
   

.dropbtn {
    background-color: #999999;
    color: white;
    padding: 6px;
    font-size: 12px;
    font-family: verdana;
    border: none;
    width: 130px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #BBBBBB;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #374E80;
    padding: 6px;
    font-size: 12px;
    font-family: verdana;

    padding: 6px 6px;
    text-decoration: none;
    display: block;
    /*text-align: center;*/
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #EEEEEE}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #666666;
}   


.buttonlink{
	display:block;
	border-style:solid;
	border-color:#bbbbbb #888888 #666666 #aaaaaa;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 1px #666666;
	width:13em;
	height:2em;
	background: #EEEEEE;
	color: #374E80;
	line-height:2;
	text-align:center;
	text-decoration:none;
	font-family: Verdana;
    font-size: 12px;
}

.buttonlinkv{
	display:block;
	border-style:solid;
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 1px 1px 1px #666666;
	width:13em;
	height:2em;
	background: #CCCCCC;
	color: #374E80;
	line-height:2;
	text-align:center;
	text-decoration:none;
	font-family: Verdana;
    font-size: 12px;
}

.buttonlink:hover{
	border-color: #EEEEEE #EEEEEE #EEEEEE #EEEEEE;
	border-radius: 2px 2px 2px 2px;
	background: #CCCCCC;
}


.mytdnothing{
    display:block;
	border-radius: 0px 0px 0px 0px;
	width:15em;
	height:2em;
	color: #FFFFFF;
	line-height:2;
	text-align:center;
	text-decoration:none;
	font-family: Verdana;
    font-size: 12px;
    background-color:#374E80;
}

.mystyletdtr{
     background-color:#374E80;
}


.buttonlinkvtop{
	display:block;
	border-style:solid;
	border-color: #374E80 #374E80 #374E80 #374E80;
	width:15em;
	height:2em;
	background: #999999;
	color: #374E80;
	line-height:2;
	text-align:center;
	text-decoration:none;
	font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}


/* RADIOS & CHECKBOXES STYLES ******************************************** */

/* base styles */
input[type="radio"], 
input[type="checkbox"] {
    height: 1.2em;
    width: 1.2em;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(#FCFCFC, #DADADA);
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
     box-shadow:inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
}

/* border radius for radio*/
input[type="radio"] {
    -webkit-border-radius:100%;
    border-radius:100%;
}

/* border radius for checkbox */
input[type="checkbox"] {
    -webkit-border-radius:2px;
    border-radius:2px;
}

/* hover state */
input[type="radio"]:not(:disabled):hover,
input[type="checkbox"]:not(:disabled):hover {
    border-color:rgba(255,0,0,0.5);
    box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.4);
}

/* active state */
input[type="radio"]:active:not(:disabled),
input[type="checkbox"]:active:not(:disabled) {
    background-image: -webkit-linear-gradient(#C2C2C2, #EFEFEF);
    box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2), inset -1px -1px 0 rgba(255,255,255,0.6);
    border-color:rgba(0,0,0,0.5);
}

/* focus state */
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline:none;
    box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.4);
}

/* input checked border color */
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    border-color:rgba(0, 0, 0, 0.5)
}

/* radio checked */
input[type="radio"]:checked:before {
display: block;
height: 0.3em;
width: 0.3em;
position: relative;
left: 0.4em;
top: 0.4em;
background: rgba(0, 0, 0, 0.7);
border-radius: 100%;
content: '';
}

/* checkbox checked */
input[type="checkbox"]:checked:before {
font-weight: bold;
color: rgba(0, 0, 0, 0.7);
content: '\2713';
-webkit-margin-start: 0;
margin-left: 2px;
font-size: 0.9em;
}

/* disabled input */
input:disabled {
opacity: .6;
box-shadow: none;
background: rgba(0, 0, 0, 0.1);
box-shadow:none;
}

/* style label for disabled input */
input:disabled + label {
opacity: .6;
cursor:default;
-webkit-user-select: none;
}

input[type="text"]:hover {
     box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.4);
}

input[type="password"]:hover {
     box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.4);
}

input[type="submit"]:hover {
     box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.4);
}

input[type="reset"]:hover {
     box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.4);
}

textarea:hover {
     box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.4);
}

select:hover {
     box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.4);
}

a:hover {
     box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.4);
}

img:hover {
     box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.4);
}

img:focus {
     box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.4);
}



/**/