﻿@import "reset.css";

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #EEE;
    font-size: 12px;
    font-family: "trebuchet ms";
    margin: 0px;
    padding: 0px;
    line-height:18px;
    color: #2d2d2d;
  	-webkit-text-size-adjust: none;

}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

td
{
    padding:2px;    
}

#ctl01
{
    width:960px;
    margin:auto;
    min-height:600px;
    background:#FFF;    
}

textarea, input, select
{
    font-size:12px;
    padding:1px;
    font-family:Trebuchet MS;
    color: #2d2d2d;    
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: 0px;
}

h1
{
    font-size: 25px;
    line-height:50px;
    font-weight:500;
}

h2
{
    font-size: 15px;
    font-weight: 500;
    line-height:25px;
    margin:0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#menu 
{
    background:#CCC;
}

#menu li 
{
    padding:10px;
    float:left;
}

#loginInformation
{
    text-align:right;
    padding:10px;
    background:#EEE;
 }
 
 #padding 
 {
    padding:10px;     
}

#customerlist *
{
    text-decoration:none !important;
}
#customerlist h2
{
    margin:0px;
    font-size:12px;
}

#customerlist table, #cList li ul
{
    margin:0 0 0 30px;    
}

#customerlist li table, #cList li ul
{
    display:none;    
}

#cList, #editArea
{
    float:left;    
}

#cList {
	width: 30%;
}

#editArea {
	width:70%;
}

#customers {float:left;width:300px;}
#projectInfo {float:right;width:635px;}

.addMyTime, .addMyMaterial {display:none;}

.summary td {border-top:1px solid #999;}

.odd { background:#EEE;}

.times {width:100%;}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.taskCompleted {color: Green;}