/* CSS Document */

#bodyLogin {
	background-color: #38778A;
	background-image: url(../images/BackgroundLoginRight.png);
	background-repeat: repeat-x;
	width: 100%;	
	border: 0;
	margin: 0;
	padding: 0;
	background-position: 0px -50px;
	color:#FFF;
	font-weight:bold;
}

#bodyLogin div#loginImgContent {
	background-image: url(../images/BackgroundLogin.png);
	background-repeat: no-repeat;
	height: 710px;
	background-position: -100px -50px;
	padding:90px 20px 0px 450px;
}

#bodyLogin div#loginImgContent div#loginContent {
	position:relative;
	width:600px;
	margin:0 auto;
}

#bodyLogin div#loginImgContent div#loginContent h1 {
	font-size:18px;
}

#bodyLogin div#loginImgContent div#loginContent h2 {
	font-size:14px;
}

#bodyLogin div#loginImgContent div#loginContent form#loginForm {
	height: 80px;
}

#bodyLogin div#loginImgContent div#loginContent form#signUpConfirmedForm {
	height: 180px;	
	padding-top: 70px;
}

#bodyLogin div#loginImgContent div#loginContent form#signUpConfirmedForm table.formTable {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#bodyLogin div#loginImgContent div#loginContent div#loginMessages {
	height: 100px;	
}

#bodyLogin a, #bodyLogin a:visited, #bodyLogin a:hover {
	color:#FFF;
	text-decoration:none; 
}

#bodyLogin a:hover {
	text-decoration:underline; 
}

#bodyLogin div#loginCopyright {
	position:relative;
	float:right;
	margin-right: 20px;
}

.defaultInputText {
	color:#999999;
	font-size:13px;
	padding:2px 0 0 5px;
	position:absolute;
}

.loginTextBox {
	border:2px solid #999999;
	display:inline;
	line-height:18px;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/Background.png);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

table {
	border: 0;	
}

a, a:visited, a:hover {
	color:#666;
	text-decoration:none; 
}

a img.linkimage {
	margin-right: 4px;
}

a img.linkimageRight {
	margin-left: 4px;
}

a:hover {
	text-decoration: underline;
}

.normalText {
	font-size: 12px;
}

.normalBoldTitle {
	font-size: 14px;	
	font-weight: bold;
	padding-bottom: 10px;
}

.normalBoldText {
	font-size: 12px;	
	font-weight: bold;
	padding-bottom: 10px;
}

.underlined { 
	text-decoration: underline; 
}

.whiteText {
	color: white;
}

a.whitetext, a.whitetext:visited, a.whitetext:hover {
	color: white; 
}

.Titre {
	color: #2323A7;
	display: block;
	font-size: 22px;	
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

.Titre1 {
	color: #2323A7;
	display: block;
	font-size: 16px;	
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.title2 {
	color: #2323A7;
	display: block;
	font-size: 14px;	
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

.blackTitle {
	color: black;
	display: block;
	font-size: 14px;	
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

.blackContent {
	color: black;
	display: block;
	font-size: 14px;	
	margin: 20px 0px 10px 0px;
}

.TitleCell {
	border-color:#000000;
	background-color:#ECF0F9;
	text-align:center;
	font-weight:bold;
}

.textContent {
	font-size: 92%;
	line-height: 140%;	
	margin-left: 60px;
}

.important {
	line-height: 140%;	
	font-weight: bold;
}

.veryImportant {
	line-height: 140%;	
	font-weight: bold;
	color: red;	
}

.alignRight {
	text-align:right;
}

.alignCenter {
	text-align:center;
}

#HeaderZone, #ContentZone, #FooterZone {
	width:950px;
	margin: 0 auto;
}

#FooterCopyright{
	width: 940px;
	margin: 15px auto;
}

#FooterCopyright table.Copyright{
	border:0;
	border-style:none;
	border-collapse:collapse;
	text-align:center;
	width:100%;
}

#FooterCopyright table.Copyright td{
	margin:0;
	padding:0;
	height:24px;
}

#FooterCopyright table.Copyright td.Left{
	background-image:url(../images/CopyrightLeft.png);
	background-repeat:no-repeat;
	width:8px;
}

#FooterCopyright table.Copyright td.Right{
	background-image:url(../images/CopyrightRight.png);
	background-repeat:no-repeat;
	width:9px;
}

#FooterCopyright table.Copyright td.Center{
	background-image:url(../images/CopyrightCenter.png);
	background-repeat:repeat-x;
}

#FooterCopyright .Copyright {
	color:#000000;
	text-align:center;
	font-size: 12px;
	font-weight:bold;	
}

.errorMessage {
	color: red;
	font-size: 14px;	
	font-weight: bold;
}

#capsLockMsgDivUserEdit {
	position:absolute;
	width:230;
}

.capsLockInvisible {
	font-size: 1px;	
	visibility: hidden;
}

.capsLockVisible {
	color: red;
	font-size: 14px;
	font-weight: bold;
	width: 325px;
	visibility: visible;
	margin: 10px;
}

.menuLink {
}

table.formTable {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

table.formTable th {
	padding: 0 0 10px 0;
}   

td.label {
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

table.formTable td.submitButtons {
	padding-top: 10px;
	text-align: right;
}

table.meetingList{
	width: 100%;
}

table.meetingList th {
	padding-bottom: 0px;
	padding-top: 0px;
	background-image:url(../images/CopyrightCenter.png);
	white-space: nowrap;	
}

table.meetingList td.button {
	text-align: center;
}

table.meetingList td.main, td.normal {
	padding-left: 10px;
}

table.meetingList td.right {
	text-align: right;
	padding-right: 10px;
}

table.meetingList td.main {
	color: blue;
}

table.meetingList td.image {
	text-align: center;
	padding: 0;
}

table.meetingList tr.odd {
	background-color: #E2E4E7;
}

table.meetingList tr.tableRowEven, tr.even {
	background-color: #EFF0F1;
}

table.meetingList tr.startedrow {
	background-color: #CFE5FF;
}

table.width100percent {
	width: 100%;
}

td.explain {
	text-align:center; 
	font-size: 10px;
	font-style: italic	
}

.chooseAnotherPerson {
	display: block;
	margin-bottom: 20px;
}

.label {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.Titre0 {
	color: #2323A7;
	display: block;
	font-size: 16px;	
	font-weight: bold;
}

.cursorHelp {
	cursor: help;
}

.paragraph {
	padding-top: 20px;
}