
BODY    { color: Black; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; margin:0;
	behavior: url('css/cssfocusandhover.htc');
	}
TABLE   { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

H1 { font-size: 14px; }

TD	{ padding-left: 3px; padding-right: 3px; }

FORM, #frame FORM	{ display:inline; margin: 0; }

INPUT { font-size: 10px; }

.leftbg { background-color: #ce6300;  
	  background-image: url("/images/curve.gif");
	  background-repeat: repeat-y;
	  background-position: top right;
	  height: 100%; width: 120px; 
	  margin: 0px; padding: 0px; border: 0px;
}

.rightbg { background-color: #ce6300;  
	  background-image: url("/images/line.gif");
	  background-repeat: repeat-y;
	  background-position: top left;
	  height: 100%; min-width: 40px; 
	  margin: 0px; padding: 0px; border: 0px;
}

.mainbox { height: 100%; background: #ffffff; min-width: 500px; padding-left: 30px; padding-right: 30px;}
.leftside { background-color: transparent; left: +5px;
	    color: #FFF ; position: fixed;}

.leftsidetitle { font-weight: normal; text-decoration: underline; }
.indented {
        padding-left: 1.4em;
        padding-right: 1.4em;
}

A:link { color: black;
        background: transparent;
        text-decoration: none;
         }
A:visited { color: black;
        background: transparent;
        text-decoration: none;
        }
A:active { color: red;
        background: transparent;
         }
A:hover { color: black;
        background: transparent;
        text-decoration: underline;
         }

div.menu {
	width:100px;
	background:#ce6300;
	padding:0;
	margin:1em;
	border:0px solid #000;
}

div.menu a {
	display:block;
	margin:0;
	width:100%;
	padding:0.3em;
	font-weight:bold;
	border-top:0px solid #000;
	color:#fff;
	text-decoration:none;
}

 html>body div.menu a {width:auto;} 

div.menu a:hover {background:#b22222;color:#fff;text-decoration:none;}
div.menu a:visited {color:#fff;}

div.submenu {
	width:80px;
	background:#ce6300;
	padding:0;
	margin-left:1em;
	border:0px solid #000;
}

div.submenu a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	font-weight:normal;
	border-top:0px solid #000;
	color:#fff;
	text-decoration:none;
}

html>body div.submenu a {width:auto;}

div.submenu a:hover {background:#b22222;color:#fff;}
.current { width: 100%; border:1px solid #8b7355; color:#fff;}
	
.Notification {
	text-align: center;
	background: #CCCCCC;
	color: blue;
	font-size: 8px;
}

.NavBar {
	text-align: left;
	background: #8b7355;
	color: #CCCCCC;
        font-size: 10px;
}

.ActionBox {
	text-align: left;
	background: #8b7355;
}

.CustomerDetail {
	background: white;
	color: black;
	margin: 5px;
}

.ProjectDetail {
	width: 100%;
	background: white;
	color: black;
	margin: 5px;
}

.TaskDetail {
	width: 100%;
	background: white;
	color: black;
	margin: 5px;
}

.ProjectList {
	width: 100%;
	background: white;
	color: black;
	margin: 5px;
}

.TaskList {
	width: 100%;
	background: white;
	color: black;
	margin: 5px;
}

.PaymentList {
	width: 100%;
	background: white;
	color: black;
	margin: 5px;
}

.InvoiceList {
	width: 100%;
	background: white;
	color: black;
	margin: 5px;
}

.Header	{
	color: white;
	background-color: #b22222;
}

.EditBox {
	background-color: #8b7355;
	color: white;
}
.inred {
	color: #FF0000;
}
.overstrike {
	text-decoration: line-through;
}

.ErrorBox {
	width: 200px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
.ErrorMsg {
	height: 100px;
	width: 200px;
	text-align: center;
	font-weight: bold;
}

.ErrorHeader	{
	color: white;
	background-color: #b22222;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.LoginBox {
	width: 300px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}

.LoginHeader	{
	color: white;
	background-color: #b22222;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.LoginTable {
	width: 300px;
	text-align: center;
	background-color: #8b7355;
	color: white;
}

