@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------ 
[Master Stylesheet] 
 
Project:    EuroPCRonline
Version:    1.0 
Last change:    15/05/2009
Assigned to:    Gregori Despeaux
-------------------------------------------------------------------*/ 


/* Reset Typography --------------*/
body, td, input, select, option, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}



/* Links --------------*/
a:link,
a:visited,
a:active { 
	color: #006; text-decoration: none;
}
a:hover {
	color: #c00; text-decoration: none;
}
img {
	border-width: 0; 
}



/* Header sur certaines pages ---------------*/
.rougeEtBlanc {	background: url(/images/gradient_red.png) repeat-x top left #c00; color: #fff; font-weight: bold; }	
.rougeEtBlanc a {color: #fff; font-weight: bold; }	



/* Layout --------------*/
body {
	background: url(/images/layout/body_bg.png) top center repeat-y #c0c2c4;
	text-align: center;
	font-family: verdana;
	padding: 0;
	margin: 0;
}

#externalFrame {
	width: 1004px;
	margin: auto;
	text-align: left;
}





/* Header --------------*/
#topHeader {
	height: 70px;
	margin: 0;
	padding: 0;
}

#logo {
	display: block;
	float: left;
	width: 300px;
	height: 70px;
	background: url(/images/layout/logo.png) top left no-repeat;
}
	#logo span {
		display: none;
	}

#tagline {
	display: block;
	float: left;
	width: 400px;
	height: 70px;
	background: url(/images/layout/tagline.png) top left no-repeat;
}
	#tagline span {
		display: none;
	}




/* Login form --------------*/
#topHeaderLoginForm {
	display: block;
	float: right;
	width: 304px;
	height: 70px;
	margin: 0;
	padding: 0;
}
	#topHeaderLoginForm p {
		margin: 0;
		margin-top: 4px;
		padding: 0;
		display: block;
		float:left;
	}
	#topHeaderLoginForm * {
		font: normal 10px arial;
		color: #000;
	}
		#topHeaderLoginForm .login-login {
			width: 159px;
		}
			#topHeaderLoginForm #topHeaderLogin {
				width: 135px;
			}
		#topHeaderLoginForm .login-password {
			width: 119px;
		}
			#topHeaderLoginForm #topHeaderPassword {
				width: 95px;
			}
		#topHeaderLoginForm .login-submit {
			width: 26px;
			margin-top: 16px;
		}
		#topHeaderLoginForm .login-signin {
			display: none;
			text-align: right;
			float: right;
			margin-top: 0;
		}
			#topHeaderLoginForm .login-signin a {
				color: #666;
			}




/* Login form --------------*/
#topHeaderWelcome {
	display: block;
	float: right;
	width: 300px;
	height: 70px;
	margin: 4px 4px 0 0;
	padding: 0;
	font: normal 12px arial;
	text-align: right;
}
	#topHeaderWelcome a {
		font: normal 11px arial;
		text-transform: uppercase;
		color: #000;
	}
	#topHeaderWelcome a:hover {
		color: #c00;
	}
	#topHeaderWelcome .link-profile {
		display: block;
		float: right;
		margin: 8px 15px 0 0;
		margin-right: 15px;
		width: 63px;
		text-align: right;
		height: 18px;
		line-height: 18px;
		background: url(/images/layout/icons/profile.gif) top left no-repeat;;
	}
	#topHeaderWelcome .link-logout {
		display: block;
		float: right;
		margin: 8px 0 0 0;
		width: 63px;
		text-align: right;
		height: 16px;
		line-height: 18px;
		background: url(/images/layout/icons/logout.gif) top left no-repeat;;
	}




/* Dropdown menu --------------*/
#dropDownMenu {
	clear: both;
	float: left;
	width: 543px;
	height: 27px;
	background: url(/images/layout/dropdownmenu/dropdown_bg.png) top left no-repeat #fff;
	margin-bottom: -4px;
	z-index: 5;
}





/* Search form --------------*/
#topSearch {
	display: block;
	width: 386px;
	height: 27px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 74px;
	background: url(/images/layout/body_bg.png) repeat-y top -617px;
}
	#topSearch * {
		font: normal 11px arial;
		color: #000;
	}
	#topSearch p {
		display: block;
		float: left;
		margin: 0;
		margin-top: 3px;
		padding: 0;
	}
	#topSearch .search-text {
		margin-top: 4px;
		width: 160px;
	}
		#topSearch #topSearchText {
			width: 135px;	
		}
	#topSearch .search-select {
		display: block;
		float: left;
		margin: 0;
		margin-top: 3px;
		padding: 0;
		width: 200px;
	}
		#topSearch #topSearchSelect {
			width: 190px;	
		}
		#topSearch .NFSelectRight {
			padding-top: 3px;
		}
	#topSearch .search-submit {
		width: 26px;
	}





/* Main --------------*/
#mainFrame {
	margin: 0;
	padding: 0;
	clear: both;
	background: url(/images/layout/mainframe.png) top center repeat-y #fff;
	z-index: 4;
}
#mainFrameHeader {
	width: 1004px;
	height: 5px;
	background: url(/images/layout/mainframeheader.png) top center no-repeat #fff;
	font-size: 1px;
}
#mainFrameFooter {
	width: 1004px;
	height: 9px;
	background: url(/images/layout/mainframefooter.png) top center no-repeat #fff;
	clear: both;
	font-size: 1px;
}

#mainContent {
	display: block;
	float: left;
	width: 780px;
	margin: 20px;
	background: #fff;
}



/* Left menu --------------*/
#navigation {
	width: 175px;
	float: left;
	margin-left: 4px;
}
	#navigation span{
		display: none;
	}

	#navigation .btn-linkedin {
		display: block;
		width: 175px;
		height: 30px;
		background: url(/images/layout/navigation/linkedin.png) top center no-repeat #fff;
		margin-top: 10px;
	}

	#navigation .btn-facebook {
		display: block;
		width: 175px;
		height: 30px;
		background: url(/images/layout/navigation/facebook.png) top center no-repeat #fff;
		margin-top: 10px;
	}

	#navigation .btn-pcrreplay {
		display: block;
		width: 175px;
		height: 50px;
		background: url(/images/layout/navigation/pcrreplay.jpg) top center no-repeat #fff;
		margin-top: 10px;
	}

	#navigation .btn-pcrslides2009 {
		display: block;
		width: 175px;
		height: 40px;
		background: url(/images/layout/navigation/pcrslides2009.jpg) top center no-repeat #fff;
		margin-top: 10px;
	}

	#navigation .btn-asiapcr2010 {
		display: block;
		width: 175px;
		height: 40px;
		background: url(/images/layout/navigation/asiapcr2010.jpg) top center no-repeat #fff;
		margin-top: 10px;
	}

	#navigation .btn-personalprogramme {
		display: block;
		width: 175px;
		height: 40px;
		background: url(/images/layout/navigation/personalprogramme.jpg) top center no-repeat #fff;
		margin-top: 10px;
	}

	#navigation .kt-header {
		display: block;
		width: 175px;
		height: 34px;
		background: url(/images/layout/navigation/keytopicsheader.jpg) top center no-repeat #fff;
		margin-top: 10px;
	}

	#navigation .kt-main {
		display: block;
		width: 175px;
		background: url(/images/layout/navigation/keytopicsmain.jpg) repeat-y #e2e2e2;
	}

	#navigation #ktMenu {
		background: url(/images/layout/navigation/keytopicsmenu_bg.png) repeat-x #e2e2e2;
		margin: 0 2px 0 2px;
		padding: 4px 0 8px 0;
		list-style-type: none;
		color: #000;
		font: normal 11px arial;
	}
		#navigation #ktMenu li {
			background: url(/images/layout/navigation/keytopicsmenu_dot.gif) no-repeat 4px 6px transparent;
			margin: 0 3px 6px 0;
			padding: 0;
			padding-left: 15px;
		}
			#navigation #ktMenu li a:link,
			#navigation #ktMenu li a:visited,
			#navigation #ktMenu li a:active   { color: #000; }
			#navigation #ktMenu li a:hover    { color: #c00; }
	
	#navigation .kt-footer {
		display: block;
		width: 175px;
		height: 6px;
		background: url(/images/layout/navigation/keytopicsfooter.jpg) bottom center no-repeat #fff;
		margin-bottom: 10px;
		font-size: 1px;
	}





/* Under the footer --------------*/
#miscLinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 9px;
	color: #000;
}
	#miscLinks li {
		margin: 0;
		padding: 0;
		display: inline;
	}

#copyright {
	margin: 5px 0;
	padding: 0;
	text-align: center;
	font-size: 9px;
	color: #000;
}



/* Ligne contenant pathway et bookmark --------------*/
#pathway { float: left;	margin: 3px 10px; padding: 1px 3px; font-size: xx-small; width: 500px; }
	#pathway a { font-size: xx-small; }
	#pathway a:hover { background-color: #ffe; border-top: 1px solid #c00; }

#bookmark {	float: right; width: 30px; margin: 3px 10px; text-align:right; }



