/* @group HTML */

body {
	background-color: #FFF;
	color: #7e7e7e;
	font: 0.813em/1.5em Arial, sans-serif;
	text-align: left;
}

a {
	color: #7e7e7e;
	text-decoration: none;
}

h1 {
	color: #FFF;
	font-size: 1.6em;
	line-height: 1.3em;	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.disclaimer{
	font-weight:bold;
}
	
.clear {
	clear: both;
}

.error {
	color:#FF0000 !important;
}

/* @end */

/* @group Container */

div#container {
	width: 76.615em;
}

/*
div#header {
	background: url(../images/bg/header.png) repeat-x 0 100%;
	height: 6.8em;
	width: 100%;
}

div#header div {
	float: right;
	padding: 0.6em 0.067em 0 0;
}

div#header img {
	float: right;
}

div#header span {
	clear: right;
	float: right;
	font-size: 0.923em;
}
*/
div#header {
    /* font-size:0.924em; */
    background: url("../images/bg/header.png") repeat-x scroll 0 100% transparent;
    /* height: 8.583em; */
    height: 7.923em;
    position: relative;
    vertical-align: bottom;
    z-index: 250;
}    

    div#header div.headline {
        float:left;
        display: inline;
    }
    
    div#header div.headline img {
        float: none;
        /* height: 7em; */
        height: 6.462em;
        margin: 0;
        vertical-align: bottom;
    }
    
    div#header img {
        float: right;
        /* height: 5.583em; */
        height: 5.154em;
        /* margin: 0.75em 3.75em 0 0; */
        margin: 0.692em 3.462em 0 0;
    }    
    
    UL#metanavigation {
        display: block;
        clear: both;
        height: 1.545em;
        /* font-size: 0.917em; */
        font-size: 0.846em;
        padding: 0 0 0.1em 0; 
		background:transparent;
        width:45em;
        position: absolute;
        right: 11.818em;
        bottom: 1.8em;
    }
    
    * html UL#metanavigation { bottom: 1.6em; }

    UL#metanavigation LI{
        display: inline;
        width: auto;
        float: right;
        padding: 0.273em 0.182em 0.182em 0;
        line-height:1.273;
    }

    UL#metanavigation LI A{
        display: block;
        width: auto;
        padding-left: 0.273em;
        text-decoration: none;
        color: #5A5A5A;
        border: none;
        border-left: 1px solid #999;
    }

    UL#metanavigation LI A:hover{
        color: #3C3C3C;
    }

    UL#metanavigation LI.first A{
        border: none;
    }
    
    ul#metanavigation li.group a {
        border: medium none;
        padding-left: 0.636em;
    }


div#content_background {
	position: relative;
	padding-bottom:5em;
}

div#content_background img {
	width: 76.615em;
}

div.content_position {
	position:absolute;
	left:0;
	top:0em;
}

div#content {
	height: 56.154em;
	width: 100%;
	position: relative;
/*	top: -56.4em; */
}

div#content_submission {
	min-height: 56.154em;
	width: 100%;
	position: relative;
	top: -61.55em;
}

div#left_column {
	/* width: 16em; */
	width: 16.15em;
	height: 100%;
	float: left;
}

div#right_column {
	float: right;
}

div#claim {
	clear: right;
	float: right;
	padding-top: 21em;
	text-align: right;
	width: 15em;
}

div#claim h1 {
	font-weight: normal;
}

#teaser {
    position: absolute;
    top: 26.25em;
    left: 2.5em;
    width: 14.167em;
    height: 10em;
    color: #fff;
    font-size: 0.923em;
    line-height: 1.3em;
}

#teaser .headline {
	font-weight: bold;
	margin-bottom: 8px;
}

#teaser .headline {
	font-weight: bold;
	margin-bottom: 5px;
}

#teaser .text{
	margin-bottom: 5px;
}

#teaser .more a,
#teaser .more a:visited {
    float: right;       
    background: url("../images/arrows_green.gif") no-repeat scroll right 3px transparent;
    color: #fff;
    font-weight: bold;
}

#teaser .more a:hover {
	text-decoration: underline;
}

div#stoerer {
	position: absolute;
    top: 44em;
    left: 2.5em;
	width: 14em;
	height: auto;
	font-size: 0.923em;
	/*margin-top: 44em;
	margin-left: 2.5em;*/
	line-height: 1.3;
	color: #fff;
}

div#stoerer a.stoerer-more,
div#stoerer a.stoerer-more:visited {
	color: #fff;
	font-weight: bold;	
	margin-left:6.5em;
	background: url(../images/arrows.gif) no-repeat right 3px;
	padding-right: 1.667em;
}


div#stoerer a.stoerer-more:hover {
	text-decoration:underline;
}



div#navigation_background img {
	height: 9.615em;
	width: 60.462em;
}

div#navigation {
	height: 9.615em;
	width: 60.462em;
	position: relative;
	top: -9.7em;
	
}

div#body {
	clear: right;
	float: left;
	padding: 6.067em 0 0 3.6em;
	position: relative;
	top: -9.615em;
}

div#body div.scrollable {
	height: 26.9em;
	overflow: auto;
	width: 42.8em;
}

div.scrollable div {
	padding-right: 1em;
}

div.scrollable .img {
	clear: left;
	float: left;
	padding-bottom: 1em;
}

div#content_background div.scrollable div  img{
	width: 40.5em;
}


div#content_background div.scrollable .img img {
	width:7.7em;
}

div.scrollable .position {
	float: left;
	height: 12.385em;
	padding-bottom: 1em;
}

div#meta_navigation {
	clear: both;
	/* text-align: right; */
	/* padding: 1.25em 0 0.563em; */
	padding: 1.25em 0 0.563em 2em;
	position: relative;
/*	top: -56.4em; */
	
}

div.metanavi_position {
	clear: both;
	position: relative;
	top: -61.4em; 
}

div.home_link_box {
	position:absolute;
	left:0;
	/* top:6.8em; */
	top:8em;
	height:17em;
	width:16em;
	z-index:99;
}
	div.home_link_box img {
		height:17em;
		width:16em;
	}

/* @end */

/* @group Navigation */

div#navigation div {
	float: left;
	/* font-size: 1.188em; */
	font-weight:bold;
	line-height: 1.25em;
}

div#navigation strong {
	font-size: 1.6em;
	font-weight: normal;
}

/**********************************
home 
************************************/

div#home {
	/*width: 10.5em;*/
	
	width: 5.54em;
}

div#home div {	
	/*padding: 1.313em 0 0 1.813em;*/
	padding: 0;
}

#navigation #home a {	
	width:5.54em;
}

	#navigation #home a img.bg {		
		width:5.54em;
	}

	
/**********************************
looking
************************************/

div#looking {
	/*width: 10.4em;*/
	width: 8.08em;
	
}

#navigation #looking a {	
	width:8.08em;
}

	#navigation #looking a img.bg {		
		width:8.08em;
	}

div#looking div {
	/*padding: 1.313em 0 0 1.75em;*/
	padding: 0;
}

/**********************************
offering 
************************************/

div#offering {
	/*width: 10.3em;*/
	width: 8.08em;
}

#navigation #offering a {	
	width:8.08em;
}

	#navigation #offering a img.bg {		
		width:8.08em;
	}

div#offering div {
	/*padding: 1.313em 0 0 1em;*/
	padding: 0;
	height: 5em;
}

/**********************************
apply 
************************************/

div#why_apply {
	/*width: 10.3em;*/
	width: 6.1em;
}

#navigation #why_apply a {	
	width:6.1em;
}

	#navigation #why_apply a img.bg {		
		width:6.1em;
	}

div#why_apply div {
	/*padding: 1.313em 0 0 1em;*/
	padding: 0;
	/*height: 5em;*/
}


/**********************************
process 
************************************/


div#process {	
	width: 9.5em;
}

#navigation #process a {	
	width: 9.5em;
}

	#navigation #process a img.bg {		
		width: 9.5em;
	}

div#process div {
	/*padding: 1.313em 0 0 0.875em;*/
	padding: 0;
}


/**********************************
submission
************************************/

div#submission {
	/*width: 10em;*/
	width: 8.6em;
}

#navigation #submission a {	
	width: 8.6em;
}

	#navigation #submission a img.bg {		
		width: 8.6em;
	}

div#submission div {
	/*padding: 1.313em 0 0 0.8em;*/
	padding: 0;
}

div#submission div strong {
	font-size: 1.438em;
}


/**********************************
status 
************************************/

div#status_report {
	/*width: 10.3em;*/
	width: 5.7em;
}

#navigation #status_report a {	
	width: 5.7em;
}

	#navigation #status_report a img.bg {		
		width: 5.7em;
	}

div#status_report div {
	/*padding: 1.313em 0 0 1em;*/
	padding: 0;
	/*height: 5em;*/
}



/**********************************
community 
************************************/

div#community {
	/*width: 10.3em;*/
	width: 8.75em;
}

#navigation #community a {	
	width: 8.75em;
}

	#navigation #community a img.bg {		
		width: 8.75em;
	}

div#community div {
	/*padding: 1.313em 0 0 1em;*/
	padding: 0;
	/*height: 5em;*/
}



/* @end */

/* @group Text */

span.underline {
	text-decoration: underline;
}

#body ul {
	padding-left: 0.89em;
}

#body a, 
#personal a {
	/* color: #009a00; */
	color: #0099CC;
}

#body a.strong {
	font-weight: bold;
}

#body a:hover, #meta_navigation a:hover {
	text-decoration: underline;
}

#body a.anchor {
	color: #7e7e7e;
	text-decoration: none;
}

#body ul {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#body ul li {
	list-style-position: outside;
	list-style-type: square;
}

#body span.highlight {
	color: #009a00;
}
/*
div#meta_navigation ul li {
	display: inline;
	font-size: 90%;
	list-style-type: none;
	padding-left: 2em;
}
*/
    
    #meta_navigation p.last_updated,
    #meta_navigation  p.copyright,
    #meta_navigation ul li    {
        font-size:0.846em;
        line-height:1.273;
        color:#7E7E7E;
    }
    
    #meta_navigation p.last_updated {
        border-bottom:1px solid #b7b7b7;
        margin-bottom:0.5em;
        zoom:1;
    }

    #meta_navigation p.last_updated span {
        display:block;
        padding-bottom:0.5em;
    }

    #meta_navigation  p.copyright {
        margin-bottom:0.1em;
    }

    #meta_navigation ul { overflow:hidden; margin-bottom:1em; }    
    * html #meta_navigation ul { height:1%; }    
    
    #meta_navigation ul li {
        float:left;
        display:inline;
    }
    
    #meta_navigation ul li a {
        text-decoration: none;
        color:#7E7E7E;
        padding-left:1.5em;
        background: url("../../html/images/main/dot_copyright.gif") no-repeat scroll 0.6em 50% transparent ;
        
    }

    #meta_navigation ul li.first a {
        padding-left:0;
        background:none;
    }


#navigation a {
	color: #b2b2b2;
	display:block;
	/*height:5em;*/
/*width:7em;*/
	height: 9.1em;
	position:relative;
	
}

	#navigation a img.bg {
		/*height:5em;*/
		height: 9.1em;
		
/*width:7em;*/
	}
	
	#navigation span {
		display:block;
		position:absolute;
		/*top:0;
		left:0;*/
		
		top: 1.54em;
		left: 1.23em;
		
		cursor:pointer;
		padding-bottom:0.5em;
	}
	
/*div#offering 	a, div#offering 	a img.bg, 
div#submission 	a, div#submission a img.bg {
	width:7.5em;
}*/

#navigation a:hover {
	color: #009a00;
}

#navigation a.active {
	color: #009a00;
}

/* @end */

/* @group Form */

div.section_header {
	color: #fff;
	background-color: #009a00;
	padding-left: 2em;
}

div.section_header a {
	color: #fff;
}

div.section_body {
	background-color: #ebf8ff;
}

div.section_inner {
	padding: 0.923em 1em 1.308em 2.308em;
}

img.toggle {
	background-image: url(../images/expand-collapse.gif);
	width: 9px;
	height: 9px;
}

img.active {
	background-position: -10px;
}

div#submission_form {
	clear: right;
}

div#submission_form h1 {
	padding: 1.5em 0 0 11.5em;
}

div#form_container {
	padding: 5.615em 0.308em 0;
}

form div#personal {
	background-color: #ebf8ff;
	padding: 0.538em 0 0.2em 2.077em;
	/* height: 7.692em; */
}

form div#personal div.input_group {
	float: left;
	margin-right: 1.692em;
}

form div#personal div.left {
	/* width: 27.4em; */
	width: 29em;
}

form div#personal div.middle {
	width: 18em;
}

form div#personal div.right {
	/* width: 16.5em; */
	width: 19em;
}

div.input_group input {
	float: right;
}

div.input_group label {
	clear: both;
}

div.check_group {
	float: left;
	width: 17.5em;
	margin-right: 0.462em;
}

div.check_group input {
	float: left;
}

div.check_group label {
	float: left;
}

	ul.level1 label { width: 13.5em; }
	ul.level2 label { width: 11.5em; }
	ul.level3 label { width: 11em; }

div.check_group_wide {
	width: 100%;
}

div.upload_group {
	width: 100%;
}

div.upload_group input {
	float: left;
	margin-right: 1em;
}

label {
	float: left;
	padding-right: 0.385em;
}

label.big_label {
	float: left;
	width: 40em;
}

form input, form textarea {
	border: 1px solid #7dcde4;
}

form input.noborder {
	border: none;
}

form input.big_checkbox {
	float: left;
}

form input.submit {
	background-color: #0198cd;
	border: none;
	color: #FFF;
	float: right;
	font-weight: bold;
}

form textarea {
	height: 15.385em;
	width: 53.077em;
}

form select {
	float: right;
}

form .default {
	margin-bottom: 0.385em;
	width: 11em;
}

form .large {
	width: 40em;
}

form .spacing {
	margin-right: 1.769em;
}

form div#indication {
	margin-top: 0.846em;
}

form ul.level1, form ul.level2, form ul.level3 {
	clear: left;
	padding-left: 1.462em;
}

form ul.level1 li {
	clear: left;
}

p.abstract_box {
	padding-bottom: 20px;
    padding-left: 21px;
}

span.abstract {
	font-style: italic;
}


/* @end */
