
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,label { padding: 0; margin: 0; }
input,select,textarea { vertical-align:middle; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding-left:4px; }
table { border-collapse: collapse; border-spacing: 0; text-align: left;}
th {text-align: left;}
fieldset,img { border: 0;}
ol,ul,li { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }

a:active { outline: none; }
:focus { -moz-outline-style: none; }



/* std */

h1 {font-size: 20px; line-height: 30px; }
h2 {font-size: 16px; line-height: 26px; }
h3 {font-size: 14px; line-height: 24px; }

/* util */

.center {
	margin-left:auto; 
	margin-right:auto;
}

.clear { clear: both; }
.clear-left {clear: left;}
.clear-right { clear: right; }
.clear-min {
	clear: both;
	height: 1px;
	font-size:1px;
	background: transparent;
}

.float-left { float: left; }

.hidden { display:none; }
.invisible { visibility: hidden; }

.vspace20, .vspace40, .vspace50 {
	clear: both;
	width: 100%;
	height: 20px;
	background: transparent;
}
.vspace40 { height: 40px; }
.vspace50 { height: 50px; }

.pos-rel { position:relative;}
.pos-abs { position: absolute; }

.overlay { z-index: 2; }


/** app specific **/

body {
	font: normal 12px Arial;
	background: #9e9e9e url(../images/body_bg.png) repeat-x left top;
}

.default-page-width { width: 960px;}



a, a:link, a:visited, a:hover, a:active {
	color: #768b9c;
	text-decoration: underline;
}

.footer {height: 28px; position: relative;}
.footer, 
.footer a, 
.footer a:link, 
.footer a:visited, 
.footer a:hover, 
.footer a:active{
	color: #fff;
	font-size: 10px;
}

.footer .fcopy {
	position:absolute;
	right: 0;
	top: 10px;
	text-align: right;
}
.footer .fabout {
	position:absolute;
	left: 0;
	top: 8px;
}



label {
	color: #000;
	font-weight: bold;
}

.error { color: #c00; }

.op-success { color:#222632; }

.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

/* - Buttons - */

div.button-block {margin-top: 20px; padding: 0; line-height: 24px;}

a.sd-button {
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left:8px; 
	float: left;
}

a.sd-button, a.sd-button span {
	background-image: url(../images/button_sprite.png);
	background-repeat: no-repeat;
	font: normal 12px Arial;
	text-decoration: none;
}

a.sd-button span {display: inline-block; line-height: 30px; height: 30px; padding-right: 8px;}

a.primary   { color: #768b9c; background-position: left top; }
a.primary span {color: #768b9c; background-position: right -30px; }
a.secondary { color: #666; background-position: left -60px; margin-right: 10px;}
a.secondary span { color: #666; background-position: right -90px; }

/*--- header --*/

.header-container {
	position: relative;
	height: 72px;
}

.header-container a.logotype {
	display: block;
	height: 27px;
	width: 217px;
	position: absolute;
	left: 5px;
	top: 16px;
	background: url(../images/bs4w_logotype_217x27.png) no-repeat left top;
}

.header-container a.logotype span { margin-left: -9999px; }

.header-container div.identity {
	display: block;
	position: absolute;
	top: 20px;
	right: 18px;
	color: #222;
}

div.identity a,
div.identity a:link,
div.identity a:visited,
div.identity a:hover,
div.identity a:active {
	color: #222;
	font-size: 12px;
	text-decoration: underline;
}

.info-page {
	width: 900px;
}

.info-page p {margin-bottom: 10px;}

.info-page h1 {
	color: #768b9c;
	margin-bottom: 10px;
}

.info-left {
	float:left;
	margin-right: 40px;
	width:500px;
}

.info-right {
	float: left;
	width: 360px;
	height: 429px;
}

.container-fade-outer  {
	background: url(../images/container_fade_left.png) no-repeat left top;
}

.container-fade-inner {
	background: url(../images/container_fade_right.png) no-repeat right top;
	margin-left: 15px;
	padding: 15px 15px 0 0;
	min-height: 402px;
}

.info-image {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 246px;
	width: 360px;
}

.credit-image {
	width: 242px;
	height: 429px;
	background: url(../images/credits_242x429.png) no-repeat center center;
	position: relative;
}

a.credit-link, 
a.credit-link:link,
a.credit-link:hover,
a.credit-link:visited,
a.credit-link:active {
	background: none;
	display:block;
	position:absolute;
}

a.credit-link span {margin-left: -9999px;}

a.rtg {
	width:200px; height: 50px; top: 0; left: 22px;	
}
a.cww {
	width:125px; height: 114px; top: 70px; left: 60px;	
}
a.rnd {
	width:200px; height: 50px; top: 205px; left: 24px;	
}
a.nfn {
	width:242px; height: 54px; top: 285px; left: 0;	
}
a.ste {
	width:204px; height: 62px; top: 368px; left: 24px;	
}


.credit-page h3 {color: #222; font-size: 12px; font-weight:bold; }
.credit-page p {font-size: 11px; color: #444;}
.credit-page span.funder { font-size: 11px; font-weight:bold; color: #444; }







