
body
{
	/* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background-color: #EEEEEE;
	
}

@media print
{
	body
	{
		background-color: #FFFFFF;	
	}
    div.header
    {
        background-color: #009ee0;
    }
	#cssmenu
	{
		visibility: hidden;	
	}
	#cssmenusmall
	{
		visibility: hidden;
	}
	a.button, a.button_add, a.button_edit, a.button_save, a.button_delete
	{
		visibility: hidden;
	}
	
	div.footer_print
	{
		visibility: visible;
		text-align: right;
		
	}
	
}

@media screen
{
	div.footer_print
	{
		visibility: hidden;	
	}
}

h2, h3
{
	margin: 8px 0px 5px 0px;
    color: #444444;
}

h2.section_group
{
	
}

div.body_main
{
	width: 1100px;
	margin-left: auto ;
	margin-right: auto ;
}

div.header
{
	width: 1100px;
	vertical-align: middle;
    background-color: #009ee0;
	/* text-align: center; */
}

div.home_group
{
	float: left; width: 152px; 
	border: solid 1px #888888; 
	margin: 10px 10px 10px 0px; 
	padding: 0px 10px 10px 10px;
	background-color: #F8F8F8;
	border-radius: 5px;
}

div.header_title
{
	
	color: #222222;
	font-size: 24px;
	margin-top: 30px;
}

div.menu
{
	text-align: center;
	height: 40px;
	background-color: #DDDDDD;
	width: 1000px;
	margin-top: 10px;
}

div.menu_item
{
	background-color: #CCCCCC;
	margin-left: 10px;
	height: inherit;
	width: auto;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 10 20 20 10;
}

div.content
{
	padding-top: 0px;
	font-size: 12px;

	
}

div.footer
{
	height: 30px;
	clear: left;
	
}


div.columns2
{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 3;
	column-gap: 20px;
}

div.tabletitle 
{
    font-weight: 600;
    font-size: 10pt;
}

a.button, a.button_add, a.button_edit, a.button_save, a.button_delete, a.button_onenote, a.button_favorite {
  display: block;
  
  background: #e1e1e1;
  padding: 7px 0px 7px 0px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #c1c1c2;
  color: #000;
  font-weight: bold;
  width: 150px;
  text-decoration: none;
  margin: 5px 0px 5px 0px;
  background-repeat: no-repeat;
  background-position: left;
}

a.button_add
{
  padding: 7px 0px 7px 10px;
  background-image: url("Images/gtk_add.png");
}

a.button_edit
{
  padding: 7px 0px 7px 10px;
  background-image: url("Images/edit.png");
  background-position: 3px 3px;
}

a.button_save
{
  padding: 7px 0px 7px 10px;
  background-image: url("Images/save.png");
  background-position: 5px 3px;
}

a.button_delete
{
  padding: 7px 0px 7px 10px;
  background-image: url("Images/delete.png");
  background-position: 3px 3px;
}

a.button_onenote
{
  padding : 7px 0px 7px 10px;
  background-image: url("Images/onenote.png");
  background-position: 3px 3px;
}

a.button_favorite
{
  padding: 7px 0px 7px 00px;
  background-image: url("Images/favorite_true.png");
  background-position: 3px 3px;
  width: 150px;
}

a
{
	color: #444444;
}

a.image_link:hover
{
	background-color: Transparent;
}

a:hover
{
	background-color:#A3A3A3;
}

a:visited
{
	color: #444444;
}

input[type="text"], input[type="password"], select
{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input[type="text"].textBoxTimeEntry
{
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input[type="submit"]
{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

textarea
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

table
{
	border: solid 1px #AAAAAA;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	font-size: 10pt;
	background-color: #F5F5F5;
    border-radius: 5px;
}

table.noformat
{
	border-style: none;
	border-collapse: collapse;
	border-spacing: 2px;
	empty-cells: show;
	font-size: 10pt;
	background-color: #EEEEEE;
}

thead
{
	display: table-header-group; 
	background-color: #E8E8E8;
    border-top: none;
}

tr.alternate
{
	background-color: #FCFCFC;
}

td, th
{
	border: solid 1px #AAAAAA; 
    table-layout: auto;
	border-collapse: collapse;
	padding: 3px 6px 3px 6px;
    
}

tbody tr
{
    background: -webkit-linear-gradient(#FAFAFA, #DDDDDD); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FAFAFA, #DDDDDD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FAFAFA, #DDDDDD); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FAFAFA, #DDDDDD); /* Standard syntax (must be last) */


}

tbody tr:hover
{
	/* background-color: #D1E2FF; */

    background: -webkit-linear-gradient(#DDFFDD, #DDDDDD); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#DDFFDD, #DDDDDD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#DDFFDD, #DDDDDD); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#DDFFDD, #DDDDDD); /* Standard syntax (must be last) */
}


thead
{
	background-color: #E8E8E8;
	font-weight: bold;

    background: -webkit-linear-gradient(#FFFFFF, #CCCCCC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #CCCCCC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #CCCCCC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #CCCCCC); /* Standard syntax (must be last) */
}

table.noformat td, table.noformat th
{
	border-style: none;
	table-layout: auto;
	border-collapse: collapse;
	padding: 2px 6px 2px 6px;
}

td.total
{
	background-color: #EAEAEA;
}

td.tdBold
{
	font-weight: bold;
}

td.total_bold
{
	background-color: #EAEAEA;
	font-weight: bold;
}

td.total_center
{
	text-align: center;
	background-color: #EAEAEA;
}

td.weekend, th.weekend
{
	background-color: #EEEECC;
}

td.today, th.today
{
	background-color: #CCEEEE;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 6px solid #0B288A;
    background-color: white;
    font-size: 11pt;
    z-index:1002;
    overflow: auto;
}

.textBoxCenter
{
	text-align: center;
	border: solid 1px #BBBBBB;
}

.textBoxTimeEntry
{
	font-size: 11px;
	text-align: center;
	border: solid 1px #BBBBBB;
}

.timeEntryDesc
{
	font-size: 8pt;
	width: 60px;
}

.tdCenter
{
	text-align: center;
}

.tdRight
{
	text-align: right;
}

.hidden
{
	visibility: hidden;
}

div.inputData
{	
	border: solid 1px #CCCCCC;
	padding: 5px 5px 5px 5px;
	width: auto;
	margin-bottom: 10px;
}

div.margins_5px
{
	margin: 5px 5px 5px 5px;
}



/***************************************/
/* Progress Bar Entities */
/***************************************/

.progress {
  height: 20px;
  background: #cbcbcb;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 5px;
}
.progress > span {
  position: relative;
  float: left;
  margin: 0 -1px;
  min-width: 0px; /* WAS 30 */
  height: 18px;
  line-height: 16px;
  text
 white-space: nowrap; -align: right;
  background: #cccccc;
  border: 1px solid;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: -moz-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: -o-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: linear-gradient(to bottom, #f0f0f0, #dbdbdb 70%, #cccccc);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.progress > span > span {
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
  white-space: pre;
}
.progress > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 18px;
  background: url("progress.png") 0 0 repeat-x;
  border-radius: 5px;
}
.progress .green {
  background: #85c440;
  border-color: #78b337 #6ba031 #568128;
  background-image: -webkit-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: -moz-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: -o-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: linear-gradient(to bottom, #b7dc8e, #99ce5f 70%, #85c440);
}
.progress .red {
  background: #db3a27;
  border-color: #c73321 #b12d1e #8e2418;
  background-image: -webkit-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: -moz-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: -o-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: linear-gradient(to bottom, #ea8a7e, #e15a4a 70%, #db3a27);
}
.progress .orange {
  background: #f2b63c;
  border-color: #f0ad24 #eba310 #c5880d;
  background-image: -webkit-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: -moz-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: -o-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: linear-gradient(to bottom, #f8da9c, #f5c462 70%, #f2b63c);
}
.progress .blue {
  background: #5aaadb;
  border-color: #459fd6 #3094d2 #277db2;
  background-image: -webkit-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
  background-image: -moz-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
  background-image: -o-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
  background-image: linear-gradient(to bottom, #aed5ed, #7bbbe2 70%, #5aaadb);
}



/***************************************/
/* CSS Menu Entities */
/***************************************/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu div,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 1100px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu.align-right ul li {
  float: right;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.22);
}
#cssmenu.align-right ul li a {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#cssmenu ul {
  background: #222222;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -webkit-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -o-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -ms-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: linear-gradient(to top, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
}
#cssmenu:after,
#cssmenu ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu ul li {
  float: left;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
  z-index: 1;
}
#cssmenu ul li::after {
  content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  border-top-left-radius: 50% 4px;
  border-top-right-radius: 50% 4px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 2;
  bottom: 10px;
}
#cssmenu ul li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 3;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  color: #ffffff;
}
#cssmenu ul li:hover,
#cssmenu ul li a:hover,
#cssmenu ul li.active {
  background: #1275ae;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -webkit-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -o-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -ms-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: linear-gradient(to top, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
}
#cssmenu ul li:hover::after,
#cssmenu ul li.active::after {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #1275ae 61%, #1275ae 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

/* SMALL SUB MENU */
#cssmenusmall ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  position: relative;
  display: block;
  font-size: 11px;
  font-weight: normal;
  background: #555555;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #353535;
  zoom: 1;
}
#cssmenusmall ul:before {
  content: '';
  display: block;
}
#cssmenusmall ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenusmall li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 4px;
}
#cssmenusmall li a {
  display: block;
  float: left;
  color: #CCCCCC;
  text-decoration: none;
  font-weight: normal;
  padding: 4px 20px 2px 20px;
  border-bottom: 3px solid transparent;
}
#cssmenusmall li a:hover {
  color: #FFFFFF;
  border-bottom: 3px solid #00b8fd;
}
#cssmenusmall li.active a {
  display: inline;
  border-bottom: 3px solid #00b8fd;
  float: left;
  margin: 0;
}

