﻿
#wrap {
	max-width:66em;
	margin:0 auto;
}

p
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 3em;
    color: #487db3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;    
    padding: 0px;
    margin: 0px;
}

h3, h4, h5, h6 { font-size: 1.5em; }

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

#header-users,
#header-timesheets,
#header-clients,
#header-jobs,
#header-reports
{
	background-image: url(/content/icons.gif);
	background-repeat: no-repeat;
	height: 70px;
	padding-top: 10px;
	padding-left: 90px;
	width: 400px;
	margin-bottom: 20px;
}

#header-users { background-position: 0px -320px; }
#header-timesheets { background-position: 0px -160px; }
#header-clients { background-position:  0px 0px; }
#header-jobs { background-position: 0px -80px; }
#header-reports { background-position: 0px -240px; }

body
{	
	overflow-y: scroll;
	font:76%/1.5 Tahoma, Arial, Helvetica, sans-serif;    ;
	padding: 0px; margin: 0px;		
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;    
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
	border: solid 1px #cdcdcd;
	
	margin: 0px;    
	padding:10px;    
    width: 320px;    
    
    float: left;
    position: relative;
    top: -15px;    	    
}

fieldset#build-report,
fieldset#timesheet-entry
{
	margin-top: 0px;
	top: 0px;
	width: 840px;
}

fieldset p 
{
    margin: 2px 10px 10px 10px;
    width: 300px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.label { width: 180px; }

.validation-summary
{ 
	display: none; 
	border: solid 1px #FFAE85;
	background-color: #FFFBCC;
	padding:5px 10px;
	margin:0 0 15px 0;
	width:817px;		
	position: relative;
}
	
.validation-summary p{
		font-size:12px;
		margin:0px;
		color: #ee4e00;
}

.validation-summary ul{
	margin:0px 0 0 10px;
	padding:0px 0 0 10px;
}

.validation-summary li{
	margin:0 0 5px 0;
	font-size:12px;
	color: #ee4e00;
	list-style-image: url(../images/framework/bk_li-error.png);
}

textarea,
select,
input 
{	
	font-family: Arial; color: #666; font-size: 11px; 
	padding: 2px;
}
input[type="button"] 
{ 
	background:#459300 url(/Content/bg-button-green.gif) repeat-x scroll left top !important;
	border:1px solid #459300 !important;
	color:#FFFFFF !important;
	cursor:pointer;
	display:inline-block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;    
	font-size:11px !important;
	padding:4px 7px !important;
	width:auto !important;  
}

input[type="text"],
input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
#timesheet-entry input { width: 30px;  }

textarea,
select {width: 330px; text-align: left; border: solid 1px #cdcdcd; }

textarea { height: 50px; }

.clear { width: 100%; height: 1px; clear: both; }

div#navigation
{
    width: 860px;
    margin: 0 auto;     
    position: relative;	               
}

ul.navigation
{
    float: left;
    list-style: none;
    padding: 0px; margin: 0px;
}

ul.navigation li 
{ 
	
	float: left;  margin-right: 5px; padding: 0px;	
}
ul.navigation li a  
{
	float: left; display: block; height: 18px; padding: 5px; padding-top: 0px; float: left; 
	background: #fff;
}
                     
#ajax-loader
{
	background-color: #cdcdcd;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;	
	opacity: 0.5;
}

#ajax-loader-gif
{
	background-image: url(/content/images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1001;	
}

.note { cursor: help; display: block; width: 7px; height: 13px; padding: 0 5px 5px 5px; color: #666; background:#ebf5fe; border: solid 1px #929eae; }
.table-note { cursor: help; color: #990100; }

#pnl-table .percentage,
#pnl-table .cost { text-align: right; }

.alpha-nav
{
	list-style: none;
	margin: 0px; padding: 0px;	
	margin-bottom: 15px;
	float:left;
}

.alpha-nav li { float: left; padding: 0 5px 0 5px; border: solid 1px #929eae; margin: 2px; background:url(/content/images/table-header-blue.png); }
.alpha-nav li a { text-decoration: none; color: #000; }
.alpha-nav li a:hover { text-decoration: underline; }
