@import url("/css/common/standardFront.css");

/* @group main */
body {
	background-image: url("/images/layout/bg-body.png");
	background-repeat: repeat-x;
}

body .page {
	background: #fff url("/images/layout/bg-body.png") repeat-x;
}

/* @end */

/* @group header */

#header {
	border-bottom: 1px solid #521220;
}

#skip {
	color: #102050;
	font-size: 2px;
	line-height: 1;
	text-decoration: none;
}

#header ul.account li {
	border-left: 1px solid #0033AA;
}

#header #home a,
#header ul.account li a {
	color: #0033AA;
	text-decoration: none;
}

#header ul.account li a.myaccount {
	color: #0033AA;
}

#header #home a:hover,
#header ul.account li a:hover,
#header #home a:focus,
#header ul.account li a:focus,
#header #home a:active,
#header ul.account li a:active {
	color: #4A70D0;
	text-decoration: underline;
}

#header ul.account li a.myaccount:hover,
#header ul.account li a.myaccount:focus,
#header ul.account li a.myaccount:active {
	color: #4A70D0;
	text-decoration: underline;
}

#header ul.account li.first {
	border: none;
}

#header #home strong,
#header ul.account li strong {
	font-weight: bold;
}

#header ul.account div.customDropDown ol {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}

#header ul.account div.customDropDown ol li a:hover {
	background-color: #EEEEEE;
}

/* @end */

/* @group header */

#usedHeader {
	background-color: pink;
	border: 1px #000000 solid;
}

#usedHeader ul.usedAccount li {
	border-left: 1px solid #444444;
}

#usedHeader ul.usedAccount li.first, #usedHeader ul.usedAccount li.left {
	border: none;
}

#usedHeader ul.usedAccount li a {
	color: #0033AA;
	text-decoration: none;
}

#usedHeader ul.usedAccount li a:hover,
#usedHeader ul.usedAccount li a:focus,
#usedHeader ul.usedAccount li a:active {
	color: #4A70D0;
	text-decoration: underline;
}

#usedHeader ul.usedAccount li strong {
	font-weight: bold;
}

#usedHeader ul.usedAccount div.customDropDown ol {
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}

#usedHeader ul.usedAccount div.customDropDown ol li a:hover {
	background-color: #EEEEEE;
}

/* @end */

/* @group pagination */

.paginationLinks li {
	border-right: 1px solid #888888;
}

.paginationLinks li.paginationLastLi {
	border-right: none;
}

.paginationLinks li a:hover, .paginationLinks li a:focus, .paginationLinks li a:active {
	color: #fff;
	background: #0066FF;
	text-decoration: none;
}

.paginationLinks li a.disabled {
	color: #888888;
	cursor: text;
	background: none;
}

.paginationLinks li a.current{
	font-weight: bold;
	text-decoration: underline;
}

/* @end */

/* @group form */

input, textarea, select {
	border-width: 1px;
	border-style: solid;
	border-color: #4F81BD;
	background-color: #F3EBF9;
}

.remainingChars {
	color: #8c2f43;
	font-weight: bold;
}

form label {
	color: #521220;
}

/* @group error & confirmation */

div.confirmation, div.error {
	color: #000;
}

div.confirmation {
	border: 1px solid #539900;
	background-color: #b8f179;
}

div.confirmation a, div.confirmation a:hover, div.confirmation a:active, div.confirmation a:focus {
	color: green;
}

div.error, .error input, .error textarea {
	border: 1px solid #b00;
	background: #fd8082;
}

div.error a, div.error a:hover, div.error a:active, div.error a:focus {
	color: red;
}

div.error li {
	color: #fff;
}

div.error li a {
	color: #fff;
	text-decoration: underline;
}

.error label {
	color: #b00;
}

/* @end */

/* @end */

/* @group table */

table {
	border: 1px solid #E0E0E0;
}

table th, table td {
	border: 1px solid #E0E0E0;
	border-width: 0 1px;
}
table td {
	color:#444444;
}

table thead th {
	background: #E0E0E0;
	color: #000000;
	border: 1px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
}

table tbody tr.even th, table tbody tr.even td {
	background: #F0F0F0;
}

table tbody th {
	color: #000000;
	font-weight: bold;
}
/* @end */
/* @end */

/* @group footer */

#footer {
	border-top: 1px solid #84777B;
}

#footer dl.horizontalMenu dd {
	border-left: 1px solid #84777B;
}

#footer a {
	color: #84777B;
	text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #a49598;
	text-decoration: underline;
}

#footer dt {
	font-weight: bold;
}

/* @end */

/* supportChooseURL */
.ok {
	color: green;
	font-weight:normal;
}

.ko {
	color: red;
	font-weight:normal;
}

/* @end */


/* @group .newButton colors */

.newButton,
.newButton:hover,
.newButton:focus,
.newButton:active {
	color: #fff;
	text-decoration: none;
}

.newButton span.orange,
.newNohover span.orange,
.newNohover:hover span.orange {
	background: #005499 url("/images/templates/template315/btn-light-orange.gif") no-repeat;
}

.newButton span.orange span,
.newNohover span.orange span,
.newNohover:hover span.orange span {
			background-image: url("/images/templates/template315/btn-light-orange.gif");
		background-color: transparent;
	background-repeat: no-repeat;
	color:#FFFFFF;
}

.newButton:hover span.orange,
.newButton:focus span.orange,
.newButton:active span.orange,
.newHover span.orange {
	background-color: #4A91CC;
		background-image: url("/images/templates/template315/btn-light-hover-orange.gif");
		background-repeat: no-repeat;
}

.newButton:hover span.orange span,
.newButton:focus span.orange span,
.newButton:active span.orange span,
.newHover span.orange span {
	background-color: transparent;
		background-image: url("/images/templates/template315/btn-light-hover-orange.gif");
		background-repeat: no-repeat;
	color:#FFFFFF;
}

.newButton span.grey,
.newNohover span.grey,
.newNohover:hover span.grey {
	background: #808284 url("/images/layout/btn-light-grey.gif") no-repeat;
}

.newButton span.grey span,
.newNohover span.grey span,
.newNohover:hover span.grey span {
	background-image: url("/images/layout/btn-light-grey.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	color:#fff;
}

.newButton:hover span.grey,
.newButton:focus span.grey,
.newButton:active span.grey,
.newHover span.grey {
	background-color: #A0A3A6;
	background-image: url("/images/layout/btn-light-hover-grey.gif");
	background-repeat: no-repeat;
}

.newButton:hover span.grey span,
.newButton:focus span.grey span,
.newButton:active span.grey span,
.newHover span.grey span {
	background-color: transparent;
	background-image: url("/images/layout/btn-light-hover-grey.gif");
	background-repeat: no-repeat;
	color:#fff;
}

/* @end */

/* @group text color, font and style */

#content {
	color:#000;
	font-size:1em;
}

h2 {
	color:#005499;
	font-size:1.8em;
	font-weight:normal;
}

h3, fieldset legend {
	color:#000000;
	font-size:1.5em;
	font-weight:normal;
}

h4 {
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
}

h5 {
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
}

a, button.link {
	color:#0033AA;
	text-decoration:none;
	background:none;
	border:none;
}

a:hover, button.link:hover {
	color:#4A70D0;
	text-decoration:underline;
	background:none;
	border:none;
}

a.link2, button.link2 {
	color:#0033AA;
	text-decoration:none;
	background:none;
	border:none;
	font-style:italic;
}

a.link2:hover, button.link2:hover {
	color:#4A70D0;
	text-decoration:underline;
	background:none;
	border:none;
	font-style:italic;
}

.quote {
	color:#444;
	font-size:0.9em;
}

.legend {
	color:#B43044;
	font-size:0.9em;
}

/* @end */

/* @group birthday */

select.selectday, select.selectmonth, select.selectyear, form.inline select.selectday, form.inline select.selectmonth, form.inline select.selectyear {
	width:auto;
}

/* @end */

.borderDiv {
	border: 2px #000000 solid;
}

/* @group supportPage */

body.pinkBackground {
	background-color: #ede5e7;
}

.main .message h3 {
	color: #000000;
	font-weight: bold;
}

/* @end */

/* @group cmsSpace */


#content.coloredBackground {
	background-color: #00ABD1;
}

.roundedDiv .top-left, .roundedDiv .top-right, .roundedDiv .bottom-left, .roundedDiv .bottom-right {
	background-image:url("/images/templates/template315/mainPartCorners.gif");
}

.roundedDiv .inside {
	background-color: #FFFFFF;	
}


/* @end */

/* @group progressBar */

.progressBar {
	background-color: #FFFFFF;
	border-color: #000000;
}

.progressBar .progress {
	background-color: #000000;
}

/* @end */

/* @group spaceMenu */

.spaceMenu {
			background-color: #347B8D;
				border-bottom: 2px solid #521220;
	}
	
.spaceMenu li a {
	color: #FFFFFF;
	font-weight: bold;
}

.spaceMenu li a:hover, .spaceMenu li a.selected {
	color: #FFFFFF;
}

/* @end */

.warningZone {
	background-color: #FFFFDF;
	border: 1px solid #444;
}
