/* @override 
	http://staging.s18280.gridserver.com/extranet/screen.css
	http://staging.dubberly.com/extranet/screen.css
	http://staging.dubberly.com/screen.css
*/

/*	Desc: Dubberly Design Extranet Screen Style Sheet

	Author: Chanpory Rith

	Date: May 18, 2007
	

======================================= */

/*=STRUCTURE

======================================= */

html {



}

body {
	font: 62.5% Helvetica, Serif; /* Resets 1em to 10px */
	margin: 24px 24px 24px 48px;
	color: #555;
	/*background: url(/global_images/background.gif) repeat-x;*/
}

body#slideshow {
	margin: 10px 24 0 48px;
	/*background: url(/global_images/background_bottom.gif) repeat-x;*/
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display:inline-block;
	}
	

/*=COMMON

======================================= */

* {

	padding: 0;

	margin: 0

}

p {
	font-size: 1.3em;
	line-height: 1.8em;
	color: #999;
}


#masthead h1 {

	text-indent: -9999px;

	font-size: 1%

}

img {

	border: 0

}

span {
	display: inline-block;
	vertical-align: middle;
}

span a {
	margin-left: -5px;
}


a {
	padding: 0px 5px 0 5px;
	text-decoration: none;
	color: #0087c0;

	display: block;
	float: left;
}

a:hover {
	color: #007aad;
	background-color: #cdf1f8;
}

h1 {
	font-size: 40px;
	margin-bottom: 6px;
	font-weight: normal;
}

h2 {
	display: block;
	font-size: 1.6em;
	margin: 0px 0 24px 115px;
	color: #555;
}



/*=MASTHEAD

======================================= */

#masthead {



}

/*=NAVIGATION

======================================= */

#navigation {
	}
#header {
	margin-left: 115px;
}



/*=CONTENT

======================================= */

#content {

	margin-top: 24px;
	margin-bottom: 10px;
	width: 900px;

}

.downloads {
	width: 100%;
	position: relative;
}

.section {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	width: 600px;
	display: inline-block;
	padding-bottom: 23px;
	vertical-align: top;
}

.section h3.date {
	font-size: 1.3em;
	display: block;
	font-weight: normal;
	line-height: 1.6em;
	color: #55;
	float: left;
	margin: 8px 0 24px 0;
	width: 115px;
}

.section h3 {
	margin: 8px 0 0 0;
	font-size:1.3em;
	line-height: 1.8em;
	font-weight: normal;

}


ul.documents {
	float: left;
	margin-left: 175px;
	width: 375px;
	margin: 0 0 10px 0;
	list-style-type: none;	

}

ul.documents li {
	display: block;
}

ul.documents li p {
	margin: 10px 0 0px 0;
	white-space: nowrap;
}

ul.documents li p strong{
	color: #555;
}

ul.contact_persons {
	list-style-type: none;
	margin-top: 20px;
}


.date {
	/*margin-left: 12px;*/
	float: left;
	width: 115px;
	color: #555;
}

.contact_info {
	width: 225px;
	margin-left: 48px;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	padding-bottom: 23px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.contact_info p{
	color: #555;
}

.contact_info a {
	margin-left: -5px;
	clear: both;
}

.contact_info a + a {
	margin-top: 20px;
}

.contact_info span {
	clear: both;
}

.contact_info h3 {
	font-size: 1.3em;
	line-height: 1.8em;
	margin: 10px 0 0 0;
}

ul.contact_persons li p{
	color: #aaa;
}

.slideshownav {
	
	width: 100%;
}

.slide {
	float: left;
	text-align: center;
	margin: 0 6px 0 6px;
}

.slidename {
	font-size: 1.3em;
}

.slide img {
	margin-bottom: 8px;	
	border: 1px solid #aaa;
}

.highlighted img{
	border: 3px solid #0092e3;
	margin-bottom: 4px;	

}


/*=FOOTER

======================================= */

#footer p{

	float: left;

}

#footer span {
	
}

#footer .top {
	width: 115px;
}

