/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: 3*/
html, body, form, fieldset, input, textarea {
        margin: 0;
        padding: 0;
        font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/* body */

body
{
	background: url(../../images/projectGenie.png) no-repeat fixed top left;
}

/* block */

#header
{
	padding: 0;
	margin: 0;
	background: #ACD65F url(top-bg.png) repeat-x top left;
	overflow: auto;
	border: 0 solid #5E8922;
	border-width: 0 0 1px 0;
}
* html #header
{
	height: 1%;
}
#content
{
	margin: 0 1em 1em 13em;
	font-size: 0.9em;
}
#content .lefthidden
{
	display: none;
}
#content .left
{
	float: left;
	width: 24em;
	padding: 0.4em;
	margin: -1.4em 0 0 0;
}
* html #content .left
{
	margin: -1.2em 0 0 0;
}
#content .right
{
	margin: 0 0 0 26em;
}

/* headings */

#header h1
{
	float: left;
	font-size: 1.3em;
	padding: 0.2em;
	margin: 0 0 0.6em 7.6em;
}
* html #header h1
{
	margin: 0 0 0.6em 4em;
}
#header h3
{
	float: right;
	font-weight: normal;
	font-size: 1em;
	padding: 0.2em;
	margin: 0 0 0 10em;
}
#content h2
{
	clear: right;
	border: 0 solid #5E8922;
	border-width: 0 0 1px 0;
	padding: 0 0 0.2em 0;
}
#content .overflow .col2 h2
{
	margin-bottom: 0;
}
#content h3
{
	padding: 0.2em 4em 0.2em 0.2em;
	margin: -1.2em 0 1em 0;
	background: #F5FDEF;
	font-weight: normal;
	font-size: 1.2em;
}
.datablock .tablebox h3
{
	border: 0 solid #FFF;
	border-width: 1em 0 0 0;
	margin: 1em 0 1em 0;
}
.datablock .datacontainer-small p
{
	padding: 1em;
	margin-top: 0;
}
#content h4
{
	clear: right;
	border: 0 solid #AAD55C;
	border-width: 0 0 1px 0;
	padding: 0 0 0.2em 0;
}
#content h5
{
	line-height: 1.6em;
	padding: 1em;
	margin: 0;
	border: 1px solid #F00;
	font-size: 1.4em;
	background: #FFF3FD;
}
#content h6
{
	float: right;
	margin: 0.3em 0.3em 1em 1em;
	font-size: 1em;
}

/* text */
table td p
{
	margin: 0.2em;
}
#content
{
	font-size: 0.8em;
}
div.note, div.notealt
{
	padding: 0.1em 0.3em 0.1em 0.3em;
	overflow: auto;
}
div.notealt
{
	background: #F4F4F4;
}
blockquote
{
	padding: 0.6em 0.4em 0.2em 0.4em;
	margin: 1em 2em 0.4em 2em;
	border: 0px solid #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background: url(../../images/quote.gif) no-repeat top left;
}
pre
{
	padding: 1em 0.4em;
	margin: 1em 2em 0.4em 2em;
	border: 0px solid #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	overflow: auto;
	line-height: 1em;
	font-size: 1.3em;
}

/* links */
a
{
	text-decoration:none;
	color: #000;
}
#content a
{
	border: 0 dotted #CCC;
	border-width: 0 0 1px 0;
}
#content a:hover
{
	border-color: #5E8922;
	border-width: 0 0 1px 0;
}

/* menus */

#topmenu
{
	background: #DDEFCF;
	margin: 0;
	clear: both;
}
#topmenu ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 10em;
}
#topmenu ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}
#topmenu ul li a
{
	line-height: 1.6em;
	color: #000;
	text-decoration: none;
	padding: 0.3em 0.3em 0.1em 0.3em;
	border: 0 solid transparent;
	border-width: 0 0 3px 0;
}
* html #topmenu ul li a
{
	border-color: #FFF;
}
#topmenu ul li a:hover
{
	border-color: #CCC;
}

#leftmenu
{
	position:fixed;
	left: 0;
	top: 1.6em;
	width: 9em;
}
* html #leftmenu
{
	position:absolute;
}
#leftmenu ul
{
	list-style: none;
	padding: 0;
	margin: 3em 0 0 0;
}
#leftmenu ul li
{
	display: block;
	padding: 0;
	margin: 0 0 0.3em 0;
}
* html #leftmenu ul li
{
	height: 1%;
}
#leftmenu ul li a
{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0.3em;
	border: 0 solid #FFF;
	border-width: 0 0 0 3px;
}
#leftmenu ul li a:hover
{
	border-color: #CCC;
	background: #F4F4F4;
}
#leftmenu ul li a.current
{
	background: #DDEFCF;
	font-weight: bold;
	border: 0 solid #000;
	border-width: 0 0 0 3px;
}

/* tables */

table
{
	width: 99.9%;
	border-collapse: collapse;
}
* html table
{
	width: 98%;
}
table caption
{
	display: none;
}
table tr:hover
{
	background: #F4F4F4;
}
table tr th
{
	border: 0 solid #5E8922;
	border-width: 0 0 1px 0;
	background: #DDEFCF;
	text-align: left;
}
table tr td
{
	border: 0 solid #F4F4F4;
	border-width: 0 0 1px 0;
}
table tr td, table tr th
{
	padding: 0.2em;
}

/* forms */
form fieldset
{
	padding: 0.4em;
	background: #F5FDEF;
	border: 1px solid #94CA34;
}
form p
{
	padding: 0.6em 0 0.3em 0;
}
form label
{
	float: left;
	width: 9em;
	padding: 0 1em 0 0;
}
.left form label
{
	width: 6em;
}
form textarea, form input, form select
{
	font-size: 1.2em;
	border: 1px solid #CDED9A;
}
form textarea, form input
{
	padding: 0.2em;
}
form textarea:focus, form input:focus, form select:focus
{
	border: 1px solid #94CA34;
}
form textarea
{
	width: 24em;
	height: 4em;
}
form textarea.largetextarea
{
	width: 97%;
	height: 8em;
}

/* images */

a img
{
	border: 0;
}
#header #topHomePageLink
{
	position: absolute;
	left: 0;
	top: 0;
}
#content h2 img
{
	float: right;
}
.rightimg, .r
{
	float: right;
}
.leftimg, .l
{
	float: left;
}

/* columns */

.col2
{
	float: left;
	width: 47%;
	margin: 0 1% 0.3em 1%;
}
.col3
{
	float: left;
	width: 31%;
	margin: 0 1% 0.3em 1%;
}
.overflow
{
	overflow: auto;
}
* html .overflow
{
	height: 1%;
	margin: 0 0 0.3em 0;
}

/* misc */

.hiddenrow
{
	display: none;
}
.highlight
{
	padding: 0.1em 0.3em 0.1em 0.3em;
	background: #FAFECD;
}
.savebutton
{
	width: 10em;
	background: #DDEFCF url(../../images/save_sm.png) no-repeat left center;
	color: #000;
}
.addbutton
{
	width: 10em;
	background: #DDEFCF url(../../images/add_sm.png) no-repeat left center;
	color: #000;
}
.gobutton
{
	width: 10em;
	background: #DDEFCF url(../../images/go_sm.png) no-repeat left center;
	color: #000;
}
.searchbutton
{
	width: 10em;
	background: #DDEFCF url(../../images/search_sm.png) no-repeat left center;
	color: #000;
}
.success
{
	background: #FFF url(../../images/success.png) no-repeat left center;
	padding: 0 0 0 18px;
}
.failure
{
	background: #FFF url(../../images/failure.png) no-repeat left center;
	padding: 0 0 0 18px;
}
#content .loading
{
	color: #CCCCCC;
	background: #FFF url(loading.gif) no-repeat scroll center;
}
#content .loading a
{
	color: #CCC;
}
#content .loading *
{
	color: #CCC;
	background-color: transparent;
	background: url(none);
	height: 1%;
	border: 1px solid none;
}
.rss
{
	background: url(../../images/rss.png) no-repeat left center;
	padding: 0 0 0 18px;
}