body {
	background-image: -moz-linear-gradient(top, #aaaaaa, #dddddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ddd));
	background-color:#aaaaaa;
	height:1500px;
	overflow:hidden;
	color: #555;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 14px;
}

body, table {
	font-size: 14px;
	border-collapse: collapse;
}
	
body table.rounded {
	width: 100%;
	}
a:visited {
	text-decoration: underline;
	color: #289197;
}

a:link {
	text-decoration: underline;
	color: #289197;
}

a:hover {
	text-decoration: none;
}

#page {
	position:relative;
	margin: 9% auto auto auto;
	max-width: 490px;
	min-width:245px;
	width:50%;
}

.float {
	float:left;
	width:245px;
}

hr.clear {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#mainArea {
	width:100%;
	padding:15px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 0 0 0 0;
    padding-top: 1em;
	
	border-collapse:separate;
	
	-moz-box-shadow: 0px 0px 12px #444; 
	-webkit-box-shadow: 0px 0px 12px #444; 
	box-shadow:0px 0px 12px #444;

}

#mainArea a {
	color:#3f9bc4;
}


/* Mobile Area */
.mobileArea {
	text-align: left;
	font-size: .8em;
	vertical-align: bottom;
	/*background: transparent url("images/mobile_access.png") no-repeat left center;*/
	/*background: transparent url("images/picto-mobile-dark.png") no-repeat left center;*/
	background:transparent url("../login/images/picto-mobile-dark.png") no-repeat left top;
	margin-top:15px;
	position:relative;
	height:35px;
}
.mobileArea a {
	padding-left:45px;
	color:#777;
}

.mobileArea h2 {
	margin: 0;
	padding: 0 0 2px 43px;
	font-size: 1.3em;
	font-weight: normal;
}


/* Footer */
#footer {
	margin: 0;
	color: #000000;
	font-size: .8em;
	margin: 0 4%;
	width: 92%;
	clear:both;
}

/* Platform state */
#footer .state {
	background: transparent url("images/state_bg_left.png") no-repeat left bottom;
	padding: 0 0 0 10px;
	vertical-align: top;
	}
.state div {
	background: transparent url("images/state_bg_right.png") no-repeat right bottom;
	float: left;
	height: 43px;
	margin: 0;
	padding: 0px 10px 0 0;
	text-align: center;
	width: auto;
	}
.state_ok img {
	background: transparent url("images/bg_ok.png") no-repeat center top;
	padding: 4px 2px 2px 2px;
	}
.state p {
	background:no-repeat right top;
	padding-right:20px;
	margin:0px;
	line-height:2em;
	width:13em;
	margin-top:10px;
}
.state_problem img {
	background-image: url("images/bg_problem.png");
	}
.state_down img {
	background-image: url("images/bg_down.png");
	}

/* Powered By */
.poweredby {
	padding: .5em 0 0 0;
	text-align: right;
	vertical-align: top;
}

.poweredby a:link,
.poweredby a:visited {
	color: #000;
}
.poweredby a:hover {
	color: #fff;
}

/* Logo */
#logo {
	float: left;
	    position: relative;
    text-align: left;
    width: 100%;
    text-align:center;
}
#logo h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #777777;
    letter-spacing: 0px;
    margin: 0px 0px 20px 0px;
    width: 100%;
    
}
#logo table {
	border: none;
	bottom: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
}

#logoWrapper {
	position: relative;
	margin: 15px auto;
	z-index: 200;
	overflow:hidden;
    width: 160px;
    text-align: center;
}


.cellDark, .recordSummaryCell, .recordSummaryCellDark {
	background-color: #f4f4f4;
}
.cell, .cellDark, .cellOver, .cellOverDark, .cellSelected, .cellSelectedDark, .cellSelectedOver, .cellSelectedOverDark, .cellDisabled, .cellDisabledDark, .tallCell, .tallCellDark, .tallCellOver, .tallCellOverDark, .tallCellSelected, .tallCellSelectedDark, .tallCellSelectedOver, .tallCellSelectedOverDark, .tallCellDisabled, .tallCellDisabledDark, .gridSummaryCell, .gridSummaryCellDisabled, .recordSummaryCell, .recordSummaryCellDark, .recordSummaryCellOver, .recordSummaryCellOverDark, .recordSummaryCellSelected, .recordSummaryCellSelectedDark, .recordSummaryCellSelectedOver, .recordSummaryCellSelectedOverDark, .recordSummaryCellDisabled, .recordSummaryCellDisabledDark, .expansionCellCell, .expansionCellCellDark, .expansionCellCellOver, .expansionCellCellOverDark, .expansionCellCellSelected, .expansionCellCellSelectedDark, .expansionCellCellSelectedOver, .expansionCellCellSelectedOverDark, .expansionCellCellDisabled, .expansionCellCellDisabledDark, .specialCol, .specialColOver, .specialColSelected, .specialColSelectedOver, .specialColDisabled, .groupNode {
	border-bottom: none;
	border-top: none;
}


/* Errors */
.pageHeader {
width: 100%;
}
.pageHeader span {
	background-color: #FFDDDD;
	display: block;
	border: 1px solid #C31717;
	color: red;
	font-size: .9em;
	padding: .3em .8em;
    position: relative;
    margin:auto;
    text-align: center;
}


/* Submit Button */
#connectDiv {
	border: none;
	cursor: pointer;
	padding: 0px;
	height: 45px;
	line-height:45px;
	font-size:13px;
	width:100%;
	margin-top:20px;
}
#connectButton input {
	background: transparent;
	border: none;
	font-size: 1.2em;
	cursor: pointer;
	color: white;
	height:40px;
}

#connectButton {
	background:#3f9bc4;
	padding-left:12px;
	border:1px solid #2d627b;
	vertical-align:bottom;
	height:40px;
}

.formArea {
	text-align:left;
	float:right;
}

.formArea select {
	font-size: 1em;
}

.formArea label {
	font-size:14px;
	display:block;
}

.formArea #rememberMeDiv label {
	display:inline;
	font-size:11px;
}

.formArea label#langLabel {
	display:inline;
}


/* lang */
#page .langdiv {
	text-align: center;
	float:left;
	width:100%;
	padding: 0 15px;
}

#page .langdiv ul li
{
	display:inline;
}

#page .langdiv a img {
	position:relative; 
	top:4px;
	border:0px;
}

#page .langdiv a,
#page .langdiv a img,
#page .langdiv a:visited,
#page .langdiv a:active {
	color:#fff;
	text-decoration:none;
	text-transform: capitalize;
}



#page .langdiv ul
{
	padding-left:0px;
	margin-left:0px;
}

#page .langdiv ul li:before
{
	content:"-";
	color:#fff;
	margin-right:5px;
}

#page .langdiv ul li:first-child:before
{
	content:"";
}
