html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	background-color: #666666;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #333;
}

h1
{
	color: #A3A3A3;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 200%;
	font-weight: bold;
}

h3
{
	color: #F89232;
	font-size: 125%;
	font-weight: bold;
}

h4 
{
	color: #A3A3A3;
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 2px;
}

a
{
	color: #039;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}


select, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

td
{
	font-size: 0.9em;
}

/**** HEADER *****/
#header
{
	background-color: #fff;
	border-top: solid 3px #99CC66;
	height: 65px;
	margin: 0px auto 0px auto;
	width: 900px;
}

#header img
{
	margin: 5px 0px 0px 5px;
}

.logoArea
{
	background: #ffffff url(../images/webolize_logo.png) no-repeat;
	display: block;
	height: 50px;
	margin: 5px 10px 5px 0px;
	width: 430px;
}

.logoArea h1
{
	display: none;
}

/***** NAV MENU ******/
#navMenu
{
	background: #C9C9C9 url(../images/menu-bg.gif) repeat-x;
	height: 32px;
	margin: 0px auto 0px auto;
	padding: 0;
	width: 900px;
}

#navMenu ul
{
	border-left: solid 1px #666666;
	display: inline;
	width: 900px;
}

#navMenu ul ul
{
	display: none;
}

#navMenu ul li
{
	display: inline;
	height: 32px;
	width: 12em;
}

#navMenu ul li a
{
	color: #000;
	border-right: solid 1px #666666;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	padding: 9px 12px 9px 12px;
	text-align: center;
}

#navMenu ul li a:hover,
#navMenu ul li a.selected
{
	background: #C9C9C9 url(../images/menu-over.gif) repeat-x;
}

/***** CONTENT ******/

#container
{
	background: #fff url(../images/side-bg.gif) repeat-y top right;
	min-height: 200px;
	margin: 0px auto 0px auto;
	padding: 12px 0px 24px 0px;
	width: 900px;
}

#main
{
	padding: 0;
	background-color: #fff;
	margin-right: 220px;
}


.section
{
	margin: 0px 7px 14px 7px;
	padding: 5px;
}

.section h3
{
	color: #666666;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ddd;
}

#content .moduletools
{
	padding: 0px 12px 0px 12px;
}

#content .moduletools a
{
	background-color: yellow;
}

/****** SIDE CONTENT ******/

#side
{
	float: right;
	width: 210px;
}

#headerside
{
	height: 50px;
	background-color: #fff;
}

#side .section
{
	background-color: #fff;
border: solid 1px #ccc;
	margin: 7px;
	padding: 0;
}

#side .section h3
{
	background-color: #CCE3B5;
	color: #666666;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-left: .5em;
}

#side .section p,
#side .section ul,
{
	margin: 4px 4px 4px 4px;
}


/****** FOOTER *******/

#footer
{
	color: #cccccc;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	margin: 10px auto 0px auto;
	text-align: center;
	width: 900px;
}

#footer a
{
	color: #cccccc;
	display: inline-block;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	padding: 4px 8px 2px 8px;
}

#footer a:hover
{
	color: #666666;
	background-color: #cccccc;
}



/************ LEGACY VALUES **********/


#subtitle
{
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	float: left;
}

#globalmenu
{
	color: #fff;
	text-align: right;
}

#globalmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalmenu li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
}

#globalmenu a
{
	color: #fff;
}

#content
{
	padding: 0;
	border-bottom: none;
	border-right: none;
	width: auto;
}


.error
{
	color: #c00;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}


.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.feeditem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.feeditem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.feeddetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}

/**** Webolize Time Tracker Application specific  ****/

.wbzSectionName
{
	background-color: #eee;
	border: solid 1px black;
	border-bottom: solid 1px #ccc;
}

.webolizeMainNav
{
	background-color: #eee;
	border: solid 1px black;
	border-bottom: solid 1px #ccc;
}

.webolizeProjectNav
{
	background-color: #eee;
	border: solid 1px black;
	border-bottom: solid 1px #ccc;
	margin-top: 2px;
	margin-bottom: 4px;
}

.webolizeProjectNav .ProjectName
{
	font-weight: bold; 
	text-align: left;
}

.webolizeProjectNav .ProjectButtons
{
	text-align: right;
	width: 400px;
}

td.webolizeSectionName
{
	background-color: #ccc;
/*	border: solid 1px #eee; */
	border-bottom: solid 1px #eee;
}

td.webolizeSectionName a
{
	font-weight: bold;
}

/* * END WEBOLIZE * */
/**** You can put your website specific css and classes below  ****/
