

.nowrap 
{
	white-space: nowrap;
}

a:link 
{
	color: #495B84;
}

a:visited
{
	color: #495B84;
}

a:hover
{
	color: #495B84;
}

a:active
{
	color: #495B84;
}

body
{
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}

.title
{
	font-size: 18px;
}


.white
{
	color: White;
}

.small
{
	font-size: 10px;
	font-family: Verdana;
}


.menu
{
	color: white;
}

#top
{
	position: absolute;
	top: 0%;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}

/* **************************** LOGIN HEADER ****************************************** */
#loginheader
{
    /*	position: relative;
	top: 0%;
	left: 0px;
	width: 100%;*/
	background-color: #798CB6;
	height: 70px;
	visibility: visible;
}



#loginheader_title
{
	position: relative;
	text-align: left;
	float: left;
	top: 23px;
	left: 15px;
	height: 55px;
	width: 300px;
	visibility: visible;
	color: white;
}

#loginheader_menu
{
	position: relative;
/*	text-align: center;*/
	top: 15px;
	left: 0%;
	height: 77px;
	width: 100%;
	visibility: visible;
	color: white;

}

#loginheader_logo
{
	position: relative;
	float: right;
	top: 15px;
	right: 5px;
	height: 50px;
	width: 185px;
	visibility: visible;
	background-color: #ccc;
	background-image: url("transpa/logo.gif");
	background-repeat: no-repeat;
}

/* **************************** HEADER ****************************************** */

#header
{
    /*	position: relative;
	top: 0%;
	left: 0px;
	width: 100%;*/
	background-color: #798CB6;
	height: 90px;
	visibility: visible;
}



#header_title
{
	position: absolute;
	text-align: left;
	float: left;
	top: 23px;
	left: 15px;
	height: 55px;
	width: 300px;
	visibility: visible;
	color: white;
}

#header_menu
{
	position: absolute;
	text-align: center;
	top: 15px;
	left: 0%;
	height: 77px;
	width: 100%;
	visibility: visible;
	color: white;

}

#header_logo
{
	position: absolute;
	float: right;
	top: 15px;
	right: 5px;
	height: 50px;
	width: 185px;
	visibility: visible;
	background-color: #ccc;
	background-image: url("transpa/logo.gif");
	background-repeat: no-repeat;
}











#content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	visibility: visible;
}


#tablemain 
{
	BORDER-RIGHT: darkgray 1px solid; 
	BORDER-TOP: darkgray 1px solid; 
	BORDER-LEFT: darkgray 1px solid; 
	/*WIDTH: 502px;*/
	BORDER-BOTTOM: darkgray 1px solid; 
	HEIGHT: 187px
}

#tabledetails
{
	BORDER-RIGHT: darkgray 1px solid; 
	BORDER-TOP: darkgray 1px solid; 
	BORDER-LEFT: darkgray 1px solid; 
	/*WIDTH: 502px;*/
	BORDER-BOTTOM: darkgray 1px solid; 
}










table.header
{
	background-color: #798CB6;
	width: 100%;
	height: 60px;
	font-size: 10px;
	color: white;
}

*.headertitle
{
	font-size: 18px;
}


table.week
{
	font-size: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

td.weekheader
{
	font-size: 12px;
	background-color: #798CB6;
	color: white;
	font-weight: bold;
}


td.weekfooter
{
	font-size: 10px;
	font-weight: normal;
	background-color: #798CB6;
	color: white;
	font-weight: bold;
}



td.title
{
	color: #F4873E;
	font-size: 10px;
}

td.ok
{
	color: green;
}



table.detail 
{
	BORDER-RIGHT: darkgray 1px solid; 
	BORDER-TOP: darkgray 1px solid; 
	BORDER-LEFT: darkgray 1px solid; 
	/*WIDTH: 502px;*/
	BORDER-BOTTOM: darkgray 1px solid; 
}

td.detailheader
{
	font-size: 10px;
	background-color: #798CB6;
	color: white;
}



a.week:link
{
	color: #33f;
}

a.week:visited
{
	color: #33f;
}

a.weekok:link
{
	color: green;
}

a.weekok:visited
{
	color: green;
}

a.absenceweek:link
{
	color: #33f;
}

a.absenceweek:visited
{
	color: #33f;
}

a.absenceweekok:link
{
	color: red;
}

a.absenceweekok:visited
{
	color: red;
}


.divider 
{
	border-bottom: #aaa 1px solid;
}

.absencevehiclecontrolwidth
{
	width: 130px;
}

.absencecontrolwidth
{
	width: 170px;
}

.absenceamountcontrol
{
	width: 40px;
}

.absencedate 
{
	font-size: 14px;
}

.logincontrolwidth
{
	width: 200px;
}

.logintable
{
	border-left: 0px gray solid;
	border-right: 0px gray solid;
	border-top: 0px gray solid;
	border-bottom: 0px gray solid;
	width: 382px;
}

.loginrowseparator
{
	height: 10px;
}

.timereportdate 
{
	font-size: 14px;
}








    span.note {
	    font-family: verdana, arial, sans-serif;
	    font-size: 10px;
	    margin: 5px 5px 5px 5px;
    }

    .header {
	    font-weight: bold;
    }


    /* Css Popup */

    .thumbnail{
	    position: relative;
	    z-index: 0;
    }

    .thumbnail:hover {
	    background-color: transparent;
	    z-index: 50;
    }

    .thumbnail span.block {
	    position: absolute;
	    background-color: #eee;
	    padding: 4px;
	    left: -1000px;
	    border: 1px solid #aaa;
	    visibility: hidden;
	    color: black;
	    text-decoration: none;
    }

    .thumbnail:hover span.block { 
	    visibility: visible;
	    top: 10px;
	    left: 20px;
    }
