@import url('reset.css');

body
{
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(167, 169, 172);
	background-color: rgb(255,255,255);
}

strong { font-weight: bold; }

em { font-style: italic; }

h1
{
	font-size: 11px;
	line-height: 11px;
	padding: 11px 0 8px 0;
	float: left;
}

h2,h3,h4,h5,h6
{
	font-weight: bold;
}

h3
{
}

h4
{
	font-size: 12px;
}

h5,h6
{
	font-size: 11px;
}

p, ul, li
{
	font-size: 11px;
	color: rgb(167, 169, 172);
	margin: 1px 0 20px 0;
	margin: 1px 0 20px 0;
	line-height: 16px;
}

#text ul li,
#text ol li
{
	font-size: 11px;
	color: rgb(167, 169, 172);
	margin: 1px 0 0px 0;
	line-height: 16px;
}

a
{
	color: rgb(167, 169, 172);
	text-decoration: none;
}

.current a
{
	color: rgb(0,0,0);
}

a:hover
{
	color: rgb(0,0,0);
    border-bottom: 1px solid rgb(0, 78, 110);
}

p a,
#text ul li a,
#text ol li a
{ border-bottom: 1px solid rgb(167, 169, 172);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: rgb(0,0,0); }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { border: none; }

/*
p a:hover
{
	color: rgb(0, 78, 110);
}
*/

#page
{
/*
	margin: 65px auto 0 auto;
	margin: 17px auto 0 auto;
*/	margin: 41px auto 0 auto;
	text-align: left;
	width: 960px;
    height: 672px;
    height: 576px;
    background-image: url('../images/bg-lines.png');
	background-repeat: repeat-y;
	background-position: 50% 31px;
    position: relative;
}

#content
{
    height: 672px;
    height: 576px;
}


#footer
{
	clear: both;
}

#footer p
{
}

#footer p a
{
	color: rgb(255,255,255);
}

#footer a:hover
{
    border-bottom: 1px solid rgb(255,255,255);
}

.clearer
{
	clear: both;
}

.controlbig,
.itemsbig
{
	display: none;
}

.bar
{
	height: 96px;
	padding: 0 48px;
}

.project .bar
{
	background-image: none;
}

#langnav
{
	font-size: 11px;
	line-height: 11px;
	padding: 11px 0 8px 0;
	float: right;
}

#langnav a:hover { border-bottom: none; }

#colorbar
{
	margin: 24px 48px 0 48px;
	background-color: rgb(65,255,67);
	height: 96px;
}

#textcontainer
{
	width: 864px;
	height: 479px;
	height: 380px;
	overflow: hidden;
	position: absolute;
	top: 127px;
	left: 48px;
	z-index: 500;
    background-color: rgb(255,255,255);
}

#text
{
/*
	width: 634px;
	width: 596px;
*/	width: 538px;
	height: 479px;
	height: 380px;
    overflow: auto;
}

#text:not(.projectlist) {
    margin-top:8px;
}

#text h2 { margin: 8px 48px 8px 0; }

#text h3 { margin: 8px 48px 8px 0; }

#text p { margin: 0 48px 0 0; }


/* some new stuff */
#text table.projectlist { 
    margin: 1px 48px 8px 0; 
}

#text table.projectlist tr{
    vertical-align:top;
}

#text table.projectlist tr td{
    padding-bottom:7px;
    padding-top:7px;
    border-bottom: 1px solid rgb(167, 169, 172);
}

#text ul { 
    margin: 8px 48px 8px 0; 
}

#text ul li{ 
    padding-bottom: 8px; 
}


#text img { 
    float:left;
    margin:0; 
}

#text p {
    clear:both;
}

#text p img {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0;
	margin-right: 0;
}

#text img.member-image { 
    float:right;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 16px;
	margin-right: 0;
}






#counter
{
	position: absolute;
	width: 128px;
	height: 12px;
	top: 108px;
	left: 48px;
	z-index: 1500;
	font-size: 12px;
	color: rgb(167, 169, 172);
	display: none;
}

#slidescontainer
{
	width: 864px;
	height: 480px;
	height: 384px;
	overflow: hidden;
	position: absolute;
	top: 126px;
	left: 48px;
	z-index: 500;
}

#slidescover
{
	position: absolute;
	top: 1px;
	left: 0;
	height: 480px;
	height: 384px;
	width: 864px;
	z-index: 1000;
	background-color: rgb(255,255,255);
	display: none;
}

#linescover
{
	position: absolute;
	top: 1px;
	left: 0;
	height: 480px;
	height: 190px;
	width: 864px;
	z-index: 900;
	background-color: rgb(255,255,255);
	display: none;
}

#prevbig
{
	position: absolute;
	width: 128px;
	height: 480px;
	height: 384px;
	top: 0;
	left: 0;
	z-index: 1500;
	cursor: pointer;
	background: url('/static/global/images/transparent.gif');
/*
	background-color: rgb(255,255,255);
*/}

#nextbig
{
	position: absolute;
	width: 128px;
	height: 480px;
	height: 384px;
	top: 0;
	right: 288px;
	z-index: 1500;
    cursor:pointer;
	background: url('/static/global/images/transparent.gif');
/*
	background-color: rgb(255,255,255);
*/}

#prevbig img
{
/*
	display: none;
*/

    margin-top: 221px;
    margin-top: 173px;
	margin-left: 3px;
}

#nextbig img
{
/*
	display: none;
*/	margin-right: 3px;
    margin-top: 221px;
    margin-top: 173px;
	float: right;
}

#closebig
{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 288px;
	z-index: 2000;
	cursor: pointer;
	background: url('/static/global/images/transparent.gif');
}

#videosign
{
	position: absolute;
	top: 0;
	left: 0;
	height: 384px;
	width: 576px;
    z-index: 1400;
	background: url('/static/global/images/transparent.gif');
}

#videosign img {
    margin-top: 172px;
    margin-left: 268px;    
}


#closebig img
{
/*
	display: none;
*/	margin: 3px;
	float: right;
}

#bigslidescontainer
{
	position: absolute;
	top: 0;
	top: 1px;
	left: 0;
	height: 480px;
	height: 384px;
	width: 864px;
	z-index: 1000;
/*
	display: none;
*/}

#bigslides
{
	position: absolute;
	top: 0;
	left: 0;
	height: 384px;
	width: 576px;
/*
    background-color: rgb(240,240,240);
    background-color: rgb(167, 169, 172);
    background-color: rgb(80%, 80%, 80%);
*/}

#bigslides div
{
	height: 480px;
	height: 384px;
	width: 576px;
    text-align:center;
    text-align:right;
    overflow: hidden;
}

#bigslides div.loading
{
	background-color: red;
	background: url('/static/global/images/spinner.gif') no-repeat 50% 50%;
}

#bigslides div img
{
	margin: 0 auto;
/*
	display: none;
*/}

#bigslidescontainer #info
{
	position: absolute;
	top: 1px;
	left: 576px;
	height: 288px;
	height: 190px;
	width: 288px;
	z-index: 500;
	background-color: white;
}

#bigslidescontainer #info p { margin: 6px 12px; }

#bigslidescontainer #info dl a
{
	border-bottom: 1px solid rgb(167, 169, 172);
}

#bigslidescontainer #info dl
{
	margin: 7px 12px;
	font-size: 11px;
	color: rgb(167, 169, 172);
	line-height: 16px;
}

#bigslidescontainer #info dt
{
	float: left;
	width: 84px;
	padding-right: 12px;
}

#bigslidescontainer #info dd
{
	float: left;
	width: 168px;
}

#prev
{
	position: absolute;
	width: 64px;
	width: 72px;
	height: 192px;
	top: 288px;
	top: 192px;
	left: 0;
	z-index: 500;
	cursor: pointer;
	background: url('/static/global/images/transparent.gif');
}

#next
{
	position: absolute;
	width: 64px;
	width: 72px;
	height: 192px;
	top: 288px;
	top: 192px;
	right: 0;
	z-index: 500;
    cursor: pointer;
	background: url('/static/global/images/transparent.gif');
}

#prev img
{
/*
	display: none;
*/	margin-top: 81px;
	margin-left: 3px;
}

#next img
{
/*
	display: none;
*/

    margin-right: 3px;
	margin-top: 81px;
	float: right;

}

#slides
{
	position: absolute;
	width: 864px;
	height: 192px;
	top: 288px;
	top: 192px;
	left: 0;
	z-index: 400;
	overflow:hidden;
}

#slides ul
{
}

#slides li {
    float:left;
    cursor:pointer;
	background-color: rgb(255,255,255);
}

#slides ul li.highlight img
{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#slides ul li .meta { display: none; }

#slidesinfo { 
	position: absolute;
	top: 620px;
	top: 516px;
	left: 48px;
	width: 864px;
	height: 48px;
	overflow: hidden;
	z-index: 500;
}

#bigslidesinfo { 
	position: absolute;
	top: 620px;
	top: 516px;
	left: 48px;
	width: 864px;
	height: 48px;
	overflow: hidden;
	z-index: 5000;
	background-color: rgb(255,255,255);
}

#slidesinfo h3,
#bigslidesinfo h3
{
	font-size: 11px;
	color: rgb(167, 169, 172);
	margin: 0;
	line-height: 16px;
	font-weight: normal;
}


ul#mainnav
{
	margin-left: 588px;
	margin-top: 6px;
}

ul#mainnav li
{
	float: left;
	margin-right: 6px;
}

ul#mainnav li a
{
	border-right: 1px solid rgb(167, 169, 172);
	padding-right: 6px;
	display: block;
}

ul#mainnav li.last a
{
	border-right:none;
}

ul#mainnav li a:hover { border-bottom: none; }


ul#subnav
{
	position: absolute;
	top: 134px;
	left: 636px;
	height: 288px;
	width: 288px;
	z-index: 1000;
}

ul#subnav li
{
	margin-bottom: 0;
	margin-top: 0;
}

ul#subnav li a:hover { border-bottom: none; }


.itemsbigx { display: block; }

.news #text h2
{
	margin-bottom: -8px;
    line-height: 16px;
}

.list #text img
{
	display: block;
	float: right;
	margin: 4px 38px 16px 38px;
}

.detail #text img
{
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0;
	margin-right: 0;
}

.news #text p
{
	margin-bottom: 16px;
	margin-right: 54px;
}

.hide { display: none; }

#info dl dt img {
    margin-bottom:-1px;
}

#text img.videohead {
    margin:0;
    padding-top:3px;
    margin-right:4px;
}
