/* Generics */

* { margin: 0; padding: 0; }
html,body{margin:0;padding:0;height: 100%;}
p {margin:0;padding-top:3px;padding-bottom:5px;line-height:1.2em}
h1{margin:0 0 .7em 0;padding:0}
form {margin:0;padding:0;font-family:Tahoma, Arial}
img {border:none}

a:hover {
	color:#F60;
}

ul {
	margin-left:20px;
}

.middle{
	vertical-align:middle;
}

label {
	margin-left:4px;
	margin-right:8px;
}

label input{
	margin-right:5px;
}

td.top {
	vertical-align:top;
}	

body {
	background-color: #FFF;
	font: 11px Tahoma, Arial, sans-serif;
}

img, table {
	border:0;
}
table {
}
table th {
	text-align:left;
}

select, input, textarea, button {
	font-size:11px;
	font-family:Tahoma;
}

.clearFloat {
	clear:both;
}

select {
/*	padding:1px;
	margin:0;
	border:1px solid #BBB;*/
}
option {
	padding:1px 3px 0 3px;
}

button {
	padding:2px 4px 2px 4px;
}


input, textarea {
	padding:2px 2px 2px 4px;
}


.searchInput {
	background: #FFF url(../../../images/search.png) no-repeat 3px 3px;
	padding:1px 0 1px 18px;
}

.bigButton {
	padding:1em;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.right {
	text-align:right;
}
.fullWidth {
	width:100%;
}
.center {
	text-align:center;
}
.hide {
	display:none;
}

.handCursor {
	cursor:pointer;
}
.dataType-date {
	background-image: url(../../../images/icons/calendar_view_month.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	padding-right:18px;
	width:11ex;
}

img.button {
	cursor:pointer;
}


/* Site specifics */

.roundCorners_ {
	background-color:#EFEFEF;
	border:1px solid #8293C6;
}

.boardBox {padding:8px}
.boardBox .boardMenu {padding:0 8px 8px 8px}
.boardBox .boardContent {background-color:lightyellow;border-top:1px solid #DDD;}
.boardBox .boardContent .boardContentTitle {font-size:12px;color:#FFF;font-weight:bold;margin:1px;background-color:#9CA9D0;border-bottom:1px solid #5C6FA7;padding:4px 4px 4px 6px}
.boardBox .boardContent .boardContentFrame {padding:5px 10px 10px 10px}
.boardBox .boardContent .content {padding:15px}
.boardBox .boardMenu a{
	color:#36C;
	text-decoration:none;
	border-bottom:1px solid #36C;
}
.boardBox .boardMenu a:hover{
	color:#F60;	
	border-bottom:1px solid #F60;
}

#baseline {
	margin:10px;
	color:#555;
	font-size:12px;
	padding:10px;
	text-align:center;
	line-height:1.2em;
}
#baseline span.hightlight {
	font-weight:bold;
	color:#20409A;
}
#baseline a {
	font-weight:bold;
}


.content {
	padding:15px 30px 30px 30px;
}

/* ======== BTN MOOVI ========== */
.btnMoovi {
	border:1px solid #CCCCCC;
	background-color:#DCE2F0;
	padding:4px 8px 4px 8px;
	color:#556DB3;
	font-weight:bold;
	font-size:12px;
}
.btn_moovi {
	display:inline;
	color:#556DB3;
	font-weight:bold;
	font-size:12px;
	padding:0;
	border-collapse:collapse;
}
.btn_moovi .sb-inner {background:#FFF;}
.btn_moovi .btn_out .sb-border {background-color:#CCC;}
.btn_moovi .btn_over .sb-border {background-color:#8293C6;}
.btn_moovi .btn_out .btnFrame {background-color:#DCE2F0;}
.btn_moovi .btn_over .btnFrame {background-color:#EFF5FF;}
.btn_moovi .btnFrame {
	/*color:#556DB3;*/
	padding:4px 8px 4px 8px;
	/*font-weight:bold;*/
}

/* Buttons site
-------------------------------------------------------- */
.btn_label_right{
	float:left;
	width:228px;
	height:19px;
}
.btn_right {
	float:right;
	width:249px;
	padding-top:3px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-align: right;
	color:#FFFFFF;
	clear: both;
}
.btn_right_purple {
	background: url(../img/btn/btn_right_purple.png) no-repeat;
}
.btn_right_blue {
	background: url(../img/btn/btn_right_blue.png) no-repeat;
}

.btn_tn_label_right{
	float:left;
	width:173px;
	height:19px;
}
.btn_tn_right {
	float:right;
	width:193px;
	height:19px;
	padding-top:3px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-align: right;
	color:#FFFFFF;
	clear: both;
}
.btn_tn_right_blue {
	background: url(../img/btn/btn_tn_right_blue.png) no-repeat;
}

.btn_label_left{
	padding-left:24px;
	float:left;
	width:228px;
	height:19px;
}
.btn_left {
	float:left;
	width:249px;
	height:19px;
	padding-top:3px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-align: left;
	color:#FFFFFF;
	clear: both;
}
.btn_left_green {
	background: url(../img/btn/btn_left_green.png) no-repeat;
}



.headerTitle {
	margin:0;
	font-family: Verdana, Arial, Sans-Serif; 
	color: #F60;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom:6px;
}
.headerTitle a{
	color:#36C;
	text-decoration:none;
}
.headerTitle a:hover{
	color:#F60;
	text-decoration:underline;
}

.bottomForm{
	padding:10px;
	text-align:center;
}
.stateBar {
	background-color:lightyellow;
	padding:4px;
	border:1px solid #DDD;
	margin-bottom:4px;
}


/* RESUME
-------------------------------------------------------- */

#resume{
}

.sectionTitle{
	padding:5px 5px 5px 8px;
	font-weight:bold;
	font-size:13px;
	color:#203F9A;
	/*border-bottom:1px solid #C3CBE2;*/
}
.sectionContent{
	border:1px solid #BBB;border-right:2px solid #BBB;border-bottom:2px solid #BBB;
	background-color:#FFF;
	padding:10px;
	position:relative;
}
.addSection {
	margin-top:2px;
	text-align:right;
	font-weight:bold;
}
.addSection a{
	color:#69AADB;
	border-bottom-color:#69AADB;	
}

/* wrapper
-------------------------------------------------------- */
.wrapper {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6.5em; /* the bottom margin is the negative value of the footer's height */

}


/* Header
-------------------------------------------------------- */
#top {
	height:96px;
	position:relative;
}
#top .logo {
	position:absolute;
	left:6px;
	top:4px;
}
#top .board {
	position:absolute;
	right:6px;
	top:22px;
}
#top .pub {
	position:absolute;
	width:468px;
	height:60px;
	border:1px solid #36C;
	border:1px solid #555;
	background-color:#F1F1F1;
	left:345px;
	top:17px;
}

#top h1 { font-size: 3em; }
#top a:link, #top a:visited, #top a:hover { color: #FFF; text-decoration: none; }


/* TopBar
-------------------------------------------------------- */

#topBar {
	height:22px;
	background: url(../img/topBar.jpg) no-repeat;
	position: relative;
	color:#FFF;
}
#topBar .leftSide{
	position: absolute;
	top:4px;
	left:10px;
}
#topBar .rightSide{
	position: absolute;
	top:4px;
	right:10px;
}
#topBar a {
	color:#FFF;
}


/* Prelude
-------------------------------------------------------- */
#prelude {
	width: 366px;
	position: absolute;
	top: 0;
	right: 18px;
	padding: 6px 0 0 0;
	color: #CAE4FC;
	text-align: center;
}
#prelude a:link, #prelude a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #CAE4FC;
	text-decoration: none;
}
#prelude a:hover { text-decoration: underline; }
#prelude a:focus, #prelude a:active { background: yellow; color: red; padding: 5px 8px; }


.indexMap {
	margin:0 auto;
	width:529px;
	border:2px solid #D2D3D4;
}


.infosBar {
	position:relative;
	height:85px;
}
.infosBar .newsletter {
	position:absolute;
	right:10px;
	top:10px;
}
.infosBar .productCatalog {
	position:absolute;
	right:25px;
	top:10px;
}
.infosBar .moovip {
	position:absolute;
	left:450px;
	top:10px;
	/*border:1px solid #C3D9FF;*/
}

.leftSideBar {
	vertical-align:top;
	width:183px;
	background-color:#EFEFEF;
}
.rightSideBar {
	vertical-align:top;
	width:183px;
/*	background-color:#EFEFEF;*/
}
.main {
	vertical-align:top;
}

	

/* Page
-------------------------------------------------------- */
.page {
	background-color: #FFF;
}


#sidebar {
	width: 222px;
	float: right;
}

/* Footer
-------------------------------------------------------- */
.footer {
	width: 950px;
	margin: 0 auto;
	text-align:center;
	font-family: Arial;
}

.footer, .push {
	height: 6.5em; /* .push must be the same height as .footer */
}


.footer a:link, .footer a:visited {color:#333}
.footer a:hover {color:#F60}

.footer .copyright {
	color:#999;
	margin-top:4px;
}




table.formLayout {}
table.formLayout td.label {
	text-align:right;
	vertical-align:top;
	padding:4px 4px 2px 4px;
	background-color:#EFF5FF;
	font-weight:bold;
}
table.formLayout td.value {
	vertical-align:top;
	padding:2px 2px 2px 4px;
}
table.formLayout .errorMsg {
	color:#900;
	font-weight:normal;
	font-style:italic;
	padding:3px;
}

#modal {
	position:absolute;
	top:150px;
	left:250px;
	background-color:#F8FBFF;
	border:1px solid #DDD;
}
#modal .modalFrame {
	border:1px solid #7A9ADB;
}
#modal .modalFrame2 {
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
#modal .header{
	padding:4px;
	background-color:#E1ECFF;
	font-weight:bold;
	text-transform:uppercase;
}
#modal .content{
	padding:10px;
}
#modal .buttons{
	padding:4px;
	text-align:center;
}


.dataGrid {
	margin:0;
	padding:0;
	border:1px solid #90B8E7;
	background-color: #FFF;
/*	border-collapse: collapse;*/
}
.dataGrid .header {
	background-color:#D6E5FF;
	color:#36C;
	padding:2px;
}

.dataGrid .header .cell{
	font-weight:bold;
	padding-bottom: 4px;
}
.dataGrid .header .cell a{
	color:#36C;
}
.dataGrid .header label {
	margin:0;
}
.dataGrid .line {
	background-color:#EFF5FF;
/*	background-color:#FFF;*/
}
.dataGrid .dragOver{
	background-color:lightyellow;
}
.dataGrid .cell {
	vertical-align:top;
	padding: 3px 4px 3px 4px;
}
.dataGrid input {
/*	border:1px solid #B3AA9A;
	border-right:1px solid #E6E0D7;
	border-bottom:1px solid #E6E0D7;*/
	border:1px solid #DDD;
	padding: 2px;
}

a.se_pagination {
	color:#4A65AC;
	text-decoration:none;
	margin-left:5px;
}
a.se_header {
	color:#FFF;
	text-decoration:none;
}

.se_result_items {
	width:100%;
	background-color:#FFF;
	border:1px solid #DDD;
}
.se_result_items th {
	padding:5px;
	background-color:#EFF5FF;
	font-weight:bold;
}
.se_result_items td {
	padding:1px 3px 1px 3px;
}


.boardPanel{
	border:1px solid #B6C8D8;
	margin-right:10px;
	margin-bottom:10px;
}
.boardPanel .title{
	font-weight:bold;
	background-color:#EFF5FF;
	padding:3px 3px 3px 5px;
}
.boardPanel .title a{
	color:#36C;
}
.boardPanel .panelContent{
	padding:6px;
	background-color:#FFF;
}

.redaction {
	font-size:12px;
	font-family:Arial;
}
.redaction p {
	padding:5px;
}
.redaction ul {
	padding: 5px 0 5px 20px;
}
.redaction ul li{
	margin-bottom:2px;
}

.smallButton {
	padding:0 1px 0 1px;
	border:1px solid #98B1C9;
	border-right:1px solid #6186A8;
	border-bottom:1px solid #6186A8;
	background-color:#E9EFF5;
}

.separator {
	border-top:1px solid #BBB;
	margin:3px 0 3px;
}

#modal_container {
	/*background-color:#fff;*/
	/*border:2px solid #666;*/
}
#modal_overlay {
	background-color:#000;
}

h1 {
	margin:0;
	font-family: Verdana, Arial, Sans-Serif; 
	color: #444;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -1px;
}

.greyBarDark .sb-inner {background-color:#EEE}


/* ROUNDED CORNERS GENERICS */
table.rc {border-collapse:collapse;}
table.rc td.lh0 {line-height:0;}
table.rc td img {padding:0;margin:0}


.tooltip {
	background-color:lightyellow;
	padding:3px 5px 3px 5px;
	border:1px solid #333;
}


.offer_options {
	background-color:#DFEBFF;
}

.offer_options a{
	color:#36C;
	font-family:Tahoma,Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #00E;
}
.offer_options a:hover{
	color:#F60;
	border-bottom:1px solid #F60;
}

.baseline {
	padding:5px;
	text-align:center;
}
.baseline a{
	text-decoration:none;
	font-weight:bold;
}