﻿
body 
{
	height:100%;
	background: #999966 url(img/bkgnd.gif) repeat left top;
	font-family:Arial;	
	margin:0px;
	padding: 5px;
	font-size:0.8em;	
}

img
{
	display:block;
}

h1
{
	font-size:1.4em;
	background-color:White;
	padding:2px;
	margin-top:0px;
	border-bottom:2px solid black;
	border-top:1px solid black;
}

h2
{
	margin-top:0px;
	margin-bottom:4px;
	font-size: 1.2em;
	border-bottom:1px solid #E3E3D5;
}

/* ---------- page container ---------- */
 
div.master_container
{	
	margin-left:auto;
	margin-right:auto;
	background-color: #EBEBE1;
	padding: 4px;
	padding-bottom:20px;
	border:1px solid #999966;
	border-bottom-width:0px;
	
	/* minor hack to get IE & FF to do min-height */
	min-height:450px;
	height:auto !important;
	height:400px;
	
}

div.header_bar
{
	zoom:100%;/*ie7 fix*/
	background:#999966;
	color:white;
	padding:8px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.2em;
	border:1px solid black;
	-moz-border-radius-topleft: 5px;	
	border-top-left-radius: 5px;	
	-moz-border-radius-topright: 5px;	
	border-top-right-radius: 5px;	
}

div.header_bar a
{
	text-decoration:none;
	color:White;
}

div.header_bar a.logout
{
	font-size: 0.8em;
}

div.header_bar a.client_logo
{
	border:1px solid black;
	float:left;
}

div.header_bar div.login_info_block
{
	margin-top:5px;
	float:left;
	margin-left:10px;
	width:400px;
}

div.toolbar
{
	background-color:Black;	
	padding-left:1px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid #999966;
	border-right:1px solid #999966;
}

div.info_panel
{
	border:1px solid black;
	background-color: #FBFBF9;
	padding:10px;
	-moz-border-radius: 5px; 
	border-radius: 5px;	
}

div.footer
{
	background:#999966;
	color:White;
	padding: 2px 4px 0px 4px;
	font-size:0.8em;
	text-transform:uppercase;
	border:1px solid black;	
	margin:0px 1px 0px 1px;
	
	-moz-border-radius-bottomleft: 5px;	
	border-bottom-left-radius: 5px;	
	-moz-border-radius-bottomright: 5px;	
	border-bottom-right-radius: 5px;	
}

div.footer a.mz_logo
{
	float:right;
}


div.crumb_nav
{
	font-family:Verdana;
	background-color:#808080;
	border-bottom:2px solid white;
	padding:2px 10px 2px 10px;
	margin:0px 1px 0px 1px;
	font-size:0.7em;
	color:White;
	line-height:2em;
}

div.crumb_nav a.crumb
{

	text-decoration:none;
	padding:1px 2px;
	background-color:#EEEEEE;
	color:black;
	border:1px solid #C0C0C0;
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	white-space:nowrap;
}
div.crumb_nav a.crumb:hover
{
	-moz-border-radius: 5px; 
	border-radius: 5px;	
	color:black;
	background-color:White;
}

/* block of entry fields */
div.entry_fields
{
}

div.entry_fields label
{
	display:block;
	padding-top: 5px;
}

div.entry_fields label span
{
	float:left;
	width: 200px;
}
div.entry_fields label input
{
	float:left;
}

ul.check_box_list
{
	margin-top:0px;
	list-style-type:none;
	padding-left:0px;
	
}
ul.check_box_list li
{
	margin-top:0px;
	padding-top:0px;
}

span.ud_C_TimesheetEntry_val_multilink_timesheet_entry_countries label
{
	clear:none;
	width: 200px;
	overflow:hidden;
	float:left;
}

/* auto-create description within job create ... */

.fctrl_LinkContentWithAutoCreateDescription .description-help-prompt
{
	border-top:1px solid #eee;
	margin-top:4px;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
}
.fctrl_LinkContentWithAutoCreateDescription .description-help-prompt .headline
{
	font-weight:bold;
}
.fctrl_LinkContentWithAutoCreateDescription .description-input
{
	padding:10px;
}
.fctrl_LinkContentWithAutoCreateDescription .description-input label
{
	display:block;
	margin-bottom:2px;
}

.fctrl_LinkContentWithAutoCreateDescription .description-new
{
	width:20em;
}