/* shared */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td , a, select{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #505050;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff url(../images/bg-main.gif) scroll repeat-x top;
}

:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}

.clear-float {
	clear: both;
	font-size: 1px;
}

.img-float-right {
	float: right;
	padding: 0 0 15px 15px;
}

/* text */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #5d5d5d;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3458dc;
	margin: 20px 0 10px 0;
}

a.link {
	color: #2448bc;
	border-bottom: 1px dotted #505050;
}

a.link:hover {
	color: #2448ff;
	border-bottom: 1px dotted #3458ff;
}

p {
	line-height: 22px;
	margin: 0 0 20px 0;
}

ul, li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 0px 0;
}

li {
	background: transparent url(../images/bullet.png) scroll no-repeat 4px 9px;
	padding: 4px 15px;
	color: #505050;
}

.highlight {
	color: #3458dc;
}

/* button */



/* main */

.main-outer {
    width: 100%;
    text-align: center;
}

.main-inner {
    width: 800px;
    margin: 20px auto;
}

/* header */

.header {
	width: 902px;
	height: 50px;
}

.logo {
	width: 80px;
	height: 80px;
	float: right;
	padding-right: 40px;
	padding-bottom: 0px;
	background: transparent url(../images/logo-moule-distored-small-80.png) scroll no-repeat top;
}

.logo:hover{
	background: transparent url(../images/logo-moule-small-80.png) scroll no-repeat top;
}

.menu {
	width: auto;
	float: left;
	padding-left: 10px;
}

.menu-item {
	width: auto;
	float: left;
	padding: 20px 10px 5px 10px;
}

.menu-item a:hover {
	color: #FF7900;
}

.menu-item-selected a {
	color: #FF7900;	
}

.menu-item-disabled {
	color: #cccccc;	
}

.title{
	font-size: 12px;
}

/* banner */

.banner {
	background: transparent url(../images/moule-banner.png) scroll no-repeat top;
	width: 902px;
	height: 160px;
}

.icon {
	padding: 70px 0 0 60px;
	width: 842px;
	height: 183px;
}

.enter {
	width: 260px;
	padding: 85px 0 0 650px;
	font-family: Verdana, sans-serif;
	color: #cccccc;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

/* content 
top right bottom left
*/

.content {
	background: transparent url(../images/bg-content.gif) scroll repeat-x top;
	width: 900px;
	border-right: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-top: 1px solid #CBCBCB;
}

.content-full {
	width: 860px;
	padding: 20px 20px 14px 20px;
}

.content-left {
	width: 415px;
	padding: 10px 5px 20px 5px;
	float: left;
	border: 0px solid #CBCBCB;
}

.content-right {
	width: 415px;
	padding: 10px 5px 20px 5px;
	float: right;
	border: 0px solid #CBCBCB;
}

.content-left-inside {
	width: 185px;
}

.content-right-inside {
	width: 185px;
}

.header-meteo {
	width: 830px;
	padding: 5px 10px 5px 20px;
	float: left;
	font-weight: bold;
	color: #505050;
	border: 0px solid #CBCBCB;
}

.clickable{
	cursor: pointer;
	font-weight: bold;
}

.sortie-left {
	width:320px;
	padding: 5px 20px 5px 50px;
	border: 0px solid #CBCBCB;
}

.sortie-left a:hover {
	color: #FF7900;
}

.sortie-right {
	width:395px;
	padding: 5px 20px 5px 50px;
	border: 0px solid #CBCBCB;
}

.sortie-right a:hover {
	color: #FF7900;
}

.content-left-participant {
	width: 415px;
	padding: 3px 0px 3px 0px;
	float: left;
	border: 0px solid #CBCBCB;
}

.meteo-left {
	width:373px;
	padding: 5px 20px 5px 50px;
	border: 0px solid #CBCBCB;
}

.meteo-left a:hover {
	color: #FF7900;
}

.meteo-right a:hover {
	color: #FF7900;
}

.meteo-right {
	width:373px;
	padding: 5px 20px 5px 20px;
}

.meteo-image {
	padding: 5px 5px 5px 5px;
	border: 0px solid #CBCBCB;
}

.shop-left {
	width:700px;
	padding: 5px 20px 5px 50px;
	border: 0px solid #CBCBCB;
}

.month-left {
	width:100px;
	padding: 5px 20px 5px 50px;
	border: 0px solid #CBCBCB;
}

.text-right {
	width:650px;
	padding: 5px 20px 5px 10px;
	border: 0px solid #CBCBCB;
}

.box-top-header {
	background: transparent scroll no-repeat top;
	width: 240px;
	height: 22px;
}

.box-top-header-orange {
	background-image: url(../images/box-top.png);
}

.sign {
	font-size: 10px;
	background: transparent scroll no-repeat 0 5px;
	padding: 9px 0 8px 30px;	
}

.sign-plus {
	background-image: url(../images/plus.png);
}

.sign-minus {
	background-image: url(../images/minus.png);
}

.sign-warn {
	background-image: url(../images/warn.png);
}

.sign-error {
	background-image: url(../images/error.png);
}

.bg-lock {
	background: transparent url(../images/bg-lock.png) scroll no-repeat 0;
	width: 602px;
	height: 68px;
	margin-bottom: 15px;
}

.bg-lock li {
	font-size: 10px;
}

.bg-lock-left {
	width: auto;
	float: left;
	padding: 18px 0 0 130px;
}

.bg-lock-right {
	width: auto;
	float: right;
	padding: 18px 100px 0 0;
}

.box {
	float: right;
}

.box-header {
	background: transparent scroll no-repeat top;
	width: 217px;
	height: 27px;
	cursor: pointer;
}

.box-header-stable-release {
	background-image: url(../images/box-header-stable-release.png);
}

.box-header-daily-build {
	background-image: url(../images/box-header-daily-build.png);
}

.box-header:hover {
	background-position: center;
}

.box-header-disabled, .box-header-disabled:hover {
	background-position: bottom;
	cursor: default;
}

.box-sep {
	width: 205px;
	padding: 10px;
}

.box-content {
	background-color: #ffffff;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	width: 205px;
	padding: 5px; 
}

.box-bottom {
	background: transparent url(../images/box-bottom.png) scroll no-repeat 0;
	width: 217px;
	height: 6px;
}

/* form */

.form-row {
	float: none;
	height: 20px;
	margin-bottom: 10px;
}

.item {
	float: left;
	font-size: 11px !important;
	padding-top: 4px;
	width: 120px;
	font-weight: normal;
}

.field {
	float: left;
	width: 175px;
}



input {
	background: #FFFFFF url(../images/bg_input.gif) repeat-x scroll left top;
	border: 1px solid #adadad;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #adadad;
	font-size: 100%;
	padding: 2px;
	width: 190px;
}

.form .btn {
	background: transparent none no-repeat scroll left top;
	cursor: pointer;
	float: left;
	height: 18px;
	width: 80px;
}

.form .btn:hover {
	background-position: left -18px
}

.form .btn:active {
	background-position: left -36px
}

.form .tab {
	background-image:url(../images/inner-tabs-sprite.png);
	float: left;
	height: 22px;
	width: 10px;
}

.form .tab-left {
	background-position: 0px 0px
}

.form .tab-center {
	background-position: -22px 0px
}

.form .tab-right {
	background-position: bottom -44px
}

.form .btn-submit {
	background-image:url(../images/btn-submit.png);
	margin-left: 150px;
}

.form .btn-refresh {
	background-image:url(../images/btn-refresh.png);
	margin-left: 120px;
}

.form .btn-reset {
	background-image:url(../images/btn-reset.png);
	margin-left: 10px;
}

a.dp-choose-date {
	float: left;
	width: 19px;
	height: 19px;
	padding: 0;
	margin: 3px 2px 0;
	display: block;
	text-indent: 100px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -40px;
	cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 80px;
	float: left;
}

/* message */

.message {
	background: transparent scroll no-repeat left 5px;
	width: 400px;
	padding: 10px 0 0 40px;
	font-size: 14px;
	color: #505050;
	font-weight: bold;
	margin: auto;
}

.message-link, .message-link * {
	font-weight: normal;
	font-size: 9px;
}

.message-success {
	background-image: url(../images/success-icon.png);
}

.message-error {
	background-image: url(../images/error-icon.png);
}

/* bottom */

.bottom {
	background: transparent url(../images/bg-bottom.gif) scroll repeat-y 0;
	width: 902px;
	height: 6px;
}

.table-header {
	width: 860px;
	border-top:solid 1px #EDEDED;
	border-left:solid 1px #EDEDED;
	border-right:solid 1px #EDEDED;
	background-image:url(../images/header-bg.gif);
}

/*.table-header {
	width: 860px;
	border-top:solid 1px #EDEDED;
	border-left:solid 1px #EDEDED;
	border-right:solid 1px #EDEDED;
	background-image:url(../images/header-bg.gif);
	table-layout:fixed;
}*/

.tr-header {
	height:12px;
}

.td-header {
	line-height:normal;
	vertical-align:middle;
	text-shadow:0 1px 0 #FFFFFF;
	padding:1px 3px 2px 5px;
	font-size: 11px;
	border: solid 0px #EDEDED;
}

.td-header-center{
	text-align: center;
}

.table-body {

	width: 860px;
	border-bottom:solid 1px #EDEDED;
	border-left:solid 1px #EDEDED;
	border-right:solid 1px #EDEDED;
}

.tr-body {
	height:12px;
}

.td-body {
	height:12px;
	vertical-align:middle;
	text-shadow:0 1px 0 #FFFFFF;
	padding:1px 3px 2px 5px;
	font-size: 11px;
	border-bottom:solid 0px #EDEDED;
	border: solid 0px #EDEDED;
}

.td-body-valign{
	vertical-align:top;
}

.td-body-sommet {
	text-align: right;
}

.td-body-img{
	padding: 1px 0 4px 1px;
}

.td-body-center{
	text-align: center;
}

.td-body-month {
	background-color: #F9F9F9;
}

.date-td-header {
	line-height:normal;
	vertical-align:middle;
	text-shadow:0 1px 0 #FFFFFF;
	padding:1px 3px 6px 5px;
	font-size: 10px;
	font-weight: bold;
}

.date-td-header-align{
	text-align: center;
}

.test-td-header {
	line-height:normal;
	vertical-align:middle;
	text-shadow:0 1px 0 #FFFFFF;
	padding:1px 3px 6px 5px;
	font-size: 11px;
}

.test-td-header-align{
	text-align: center;
}

.test-td-body-top-m{
	padding:3px 3px 3px 5px;
}

.displayMap {
	margin-left: 30px;
	width: 400px;
	height: 250px;
	color: #FFFFFF; 
	font-weight: normal; 
	background-color: #686868;
	padding: 5px 0px 10px 5px;
	border-left: solid 1px #EDEDED;
	border-right: solid 1px #EDEDED;
	border-bottom: solid 1px #EDEDED;
}

.displayMapErrorMsg {
	padding: 5px 0px 5px 27px;
	color: #FF7900; 
	font-weight: normal; 
	background-color: #FFFFFF;
	line-height:normal;
	vertical-align:middle;
	text-shadow:0 1px 0 #FFFFFF;
	font-size: 11px;
	border-left: solid 1px #EDEDED;
	border-right: solid 1px #EDEDED;
	border-bottom: solid 1px #EDEDED;
}

.liveSearchResult {
	padding: 5px 0px 5px 15px;
	color: #FF7900; 
	font-weight: normal; 
	line-height:normal;
	vertical-align:middle;
	text-shadow:0 1px 0 #FFFFFF;
	font-size: 10px;
	border: solid 1px #EDEDED;
}

