/* $Id: style.css,v 1.1.2.1 2009/07/06 08:03:14 agileware Exp $ */

/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	/*background-color: #C5C9AB;*/
	background: white url(bg-grad.jpg) top left repeat-x;
	font: 0.75em/170% Arial, Helvetica, sans-serif;
	color: #454C43;
	text-align:center;
}

a { text-decoration:none; border:none;}
a img {border:none;}

.PageBackgroundGlare {}
.PageBackgroundGlareImage {
	width: 307px;
	height: 321px;
	position:absolute;
	top:0px;
	left:0px;
	background: transparent url(/includes/theme/images/Page-BgGlare.png) top left no-repeat;
}

#container {
	width: 980px;
	margin:0px auto;
	background: transparent url(/includes/theme/images/Sheet-v.png) top left repeat-y;
	text-align:center;
}

#container-right {
	width: 100%; 
	background: transparent url(/includes/theme/images/Sheet-v.png) top right repeat-y;
	text-align:center;
}

#container-center { width:920px; background: white; margin:0pt auto; text-align:left; position:relative;}

#header {position:relative; margin-bottom:10px;padding-bottom:0px;border-bottom:1px dashed #D3E9B6;padding-top:10px;}
.menu {position:absolute; top:20px; right:10px;}

.menu ul { list-style:none; font-size:16px; margin:0; padding:0;}
.menu ul li { float: left; margin:0 5px 0px 0px; padding:0 5px 0px 0px; border-right: 1px solid orange; }
.menu ul li a { color: #0099FF; font-weight: bold;}
.menu ul li.active {}
.menu ul li.active a {}
.menu ul li.active a.active {}
.menu ul li.last {border:none;}

#logo {}
#logo a {margin-left:5px;}
#logo a img {border:none;}

#main {width:100%;}

#content {
	width:740px;
	float:left;
}

#sidebar {
	float:left;
	width:180px;
}

/* BLOCKS */

.block {}
.block-title {}
.block-title h2 {margin-left:0px;}
.block-body {padding-left:10px;}

#footer { width:980px; margin:10pt auto; background: transparent;text-align:right;}
#footer input.submit, #footer input.button { margin-left:10px;}

ul#tabmenu { list-style:none; }


/* NOTES */

.client-note {padding:5px; margin:5px; border-bottom:1px dashed #cacaca; }
.client-note-details { padding-left:15px; color:gray; font-size:11px; font-style:italic;}
.client-note-delete { color:red; }
.client-note-edit { color: green; }


.content { margin:5px 0px; padding: 5px 0px;}
