@import url(event.css);
@import url(event_sheet.css);
@import url(calendar.css);
@import url(carroussel.css);
@import url(shoutbox.css);
@import url(agenda_create.css);
@import url(blitzer/jquery.ui.css);

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  color: #000;
  background: #a1c256 url(../images/bg-main.jpg) repeat-x;
}

/*** HTML ELEMENTS ***/
* {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 15px;
  margin-bottom: 10px;
}

a {
  outline: 0px;
  text-decoration: none;
  color: #000;
}

a img {
  border: 0px;
}

a:hover {
  text-decoration: underline;
}

/*** ALL ***/
#all {
  width: 100%;
  height: auto;
  position: relative;
}

/*** PAGE ***/
#page {
  width: 970px;
  height: auto;
  margin: auto;
  position: relative;
}

/*** HEADER ***/
#header {
  height: 170px;
  position: relative;
}

/*** LOGO ***/
#logo {
  width: 284px;
  height: 150px;
  position: absolute;
  top: -5px;
  left: -30px;
  display: block;
}

#logo h1 {
  display: none;
}

#perso {
  width: 233px;
  height: 153px;
  position: absolute;
  bottom: -23px;
  right: -10px;
  background: transparent url(../images/fete.png) no-repeat;
}

#ad-top {
  width: 474px;
  height: 66px;
  padding: 6px 0 0 6px;
  position: absolute;
  right: 75px;
  top: 115px;
  background: transparent url(../images/ad-top.png);
}

/*** HEADER MENU ***/
#header-menu {
  background: #FFF;
  padding: 10px 10px 0;
  position: relative;
  color: #555;
  height: 16px;
}

#header-menu a {
  color: #555;
}

#header-informations {
}

#login {
  position: absolute;
  top: 2px;
  right: 1px;
}

#login input {
  border: 1px solid #CCC;
  padding: 2px;
  width: 100px;
}

#login.logged {
  top: 10px;
  right: 10px;
}

#login.logged a { font-size: 11px; }

#login-tab {
  position: absolute;
  bottom: -24px;
  right: 10px;
  font-size: 11px;
}

#login.logged #login-tab {
  top: 26px;
  right: 0px;
}

#login.logged #login-tab a { font-weight: bold; color: #e24f3d; }

#login-tab-left,
#login-tab-right {
  width: 5px;
  height: 22px;
  position: absolute;
  z-index: 10;
  top: 0px;
}

#login-tab-left {
  left: 0px;
  background: transparent url(../images/top-tab-left.jpg);
}

#login-tab-right {
  right: 0px;
  background: transparent url(../images/top-tab-right.jpg);
}

#login-tab-content {
  height: 19px;
  position: relative;
  background: transparent url(../images/top-tab-bg.jpg);
  z-index: 1;
  padding: 3px 10px 0;
  white-space: nowrap;
}

#login-tab input {
  width: auto;
}

/*** NAVIGATION MENU ***/
#navigation_menu {
  padding: 0 0 14px 10px;
  background: transparent url(../images/bg-navigation.jpg) no-repeat scroll left bottom;
}

#navigation_menu a {
  height: 25px;
  margin-right: 5px;
  padding-left: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  display: inline-block;
  background: transparent url(../images/sprite.jpg) no-repeat scroll left -200px;
}

#navigation_menu a span {
  height: 22px;
  padding: 3px 10px 0 5px;
  display: inline-block;
  cursor: pointer;
  background: transparent url(../images/sprite.jpg) no-repeat scroll right -200px;
}

#navigation_menu a.select {
  color: #fff;
  background: transparent url(../images/sprite.jpg) no-repeat scroll left -174px;
}

#navigation_menu a.select span {
  background: transparent url(../images/sprite.jpg) no-repeat scroll right -174px;
}

#navigation_menu a#menu_agenda_create {
  background: transparent url(../images/sprite.jpg) no-repeat scroll left -273px;
  color: #9e5302;
}

#navigation_menu a#menu_agenda_create span {
  background: transparent url(../images/sprite.jpg) no-repeat scroll right -273px;
}

#notification-picto {
  width: 18px;
  height: 13px;
  background: transparent url(../images/notification.png) no-repeat scroll center;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding-bottom: 1px;
  text-align: center;
  position: relative;
  top: -1px;
  display: inline-block;
  cursor: pointer;
}

#notification-picto.none {
  background: transparent url(../images/notification-none.png) no-repeat scroll center;
}

#notifications {
  width: 258px;
  position: absolute;
  top: 25px;
  right: 1px;
  background: #fff;
  padding: 4px;
  display: none;
}

#notifications .notification_content,
#notifications .notification_avatar {
  position: relative;
  float: left;
}

#notifications .notification {
  clear: both;
  position: relative;
  overflow: auto;
}

#login.logged #login-tab #notifications .notification .button {
  background: #999;
  color: #fff;
  padding: 1px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 3px;
  display: inline-block;
}

#notifications .notification_avatar {
  width: 54px;
}

#notifications .notification_content {
  width: 186px;
  padding: 5px;
  white-space: normal;
}

#notifications img {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 5px;
}

#login.logged #login-tab #notifications a {
  font-weight: normal;
  color: #E24F3D;
}

#no-notification {
  text-align: center;
  padding: 10px;
  font-size: 13px;
}

/*** MAIN ***/
#main {
  width: auto;
  height: auto;
  overflow: auto;
  padding: 0 10px;
  background: #fff;
  position: relative;
}

/*** CONTENT ***/
#content {
  width: 640px;
  position: relative;
  float: left;
  margin-right: 10px;
}

/*** CONTENT LEFT ***/
#left {
  width: 380px;
  height: auto;
  position: relative;
  float: left;
  margin-right: 10px;
}

/*** CONTENT RIGHT ***/
#right {
  width: 250px;
  position: relative;
  float: left;
}

/*** DASHBOARD ***/
#dashboard {
  width: 300px;
  float: left;
  position: relative;
}

/*** PUB RIGHT ***/
#pub_right {
  margin-bottom: 10px;
}

/*** PUB BOTTOM ***/
#pub_bottom {
  clear: both;
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/*** FOOTER ***/
#footer {
  color: #999;
  margin: -27px 0 -17px;
  padding: 40px 0 20px;
  position: relative;
  z-index: 100000;
  background: transparent url(../images/footer.png) repeat-x;
}

#footer a { color: #CCC }

#footer_content {
  width: 970px;
  margin: auto;
  text-align: center;
}

#footer_dates {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

#footer_link {
  border-bottom: 1px solid #333;
  border-top: 1px solid #888;
  padding-bottom: 20px;
}

#footer_informations {
  padding-top: 20px;
  border-top: 1px solid #888;
}

/****************************/
/*** GENERAL CLASSES ***/
/****************************/

/*** HEAD BLEU ***/
div .head-blue {
  width: auto;
  height: 30px;
  position: relative;
  background: transparent url(../images/sprite.jpg) no-repeat scroll left -5px;
}

div .head-blue .rounded-right {
  width: 4px;
  height: 30px;
  top: 0px;
  position: absolute;
  right: 0px;
  background: transparent url(../images/sprite.jpg) no-repeat scroll right -5px;
}

div .head-blue .head-blue-content {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  padding: 5px 0 0 5px;
}

div .head-blue .head-blue-link {
  height: 17px;
  padding-left: 5px;
  font-size: 11px;
  position: absolute;
  right: 10px;
  bottom: 0px;
  background: transparent url(../images/hd-rounded-tab-left.png) no-repeat;
  color: #54819e;
}

div .head-blue .head-blue-link span {
  height: 15px;
  padding: 2px 10px 0 5px;
  display: block;
  background: transparent url(../images/hd-rounded-tab-right.png) no-repeat scroll right top;
}

/*** ROUNDED ***/
.rounded-top {
  height: 10px;
  font-size: 0px;
  background: transparent url(../images/rounded-top.png);
}

.rounded-bottom {
  height: 10px;
  font-size: 0px;
  background: transparent url(../images/rounded-bottom.png);
}

.rounded102 {
  width: 10px;
  height: 10px;
  background-image: url(../images/rounded-blue-102.png);
  position: absolute;
  z-index: 1;
}

.top-left {
  top: 0px;
  left: 0px;
}

.top-right {
  top: 0px;
  right: 0px;
  background-position: right top;
}

.bottom-left {
  bottom: 14px;
  left: 0px;
  background-position: left bottom;
}

.bottom-right {
  bottom: 14px;
  right: 0px;
  background-position: right bottom;
}

/*** SMALL MENU ***/
#small-menu {
  float: right;
  width: 140px;
  height: 150px;
  border-left: 1px solid #CCC;
}

#small-menu a {
  margin: 5px 0px;
  font-weight: bold;
  display: block;
  color: #536774;
  background: #F1F1F1;
  padding: 5px 0px 5px 10px;
}

/*** BUTTON ***/
button {
  padding: 0px;
  margin: 0px;
  background: none;
  border: 0;
  outline: 0;
}

button span {
  width: auto;
  height: 30px;
  display: block;
  background: transparent url(../images/button-left.jpg) no-repeat;
  padding-left: 5px;
}

button span span {
  background: transparent url(../images/button-right.jpg) no-repeat scroll right top;
  padding: 7px 10px 0 5px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  height: 23px;
}

/*** WEATHER ***/
#weather {
  width: 300px;
  position: relative;
  overflow: hidden;
}

#weather .day {
  width: 100px;
  height: auto;
  float: left;
  text-align: center;
  margin: 10px 0 15px;
  position: relative;
}

/*** Registration ***/
.row {
  margin: 5px 0;
}

#registration label {
  width: 120px;
  display: inline-block;
  padding-left: 3px;
}

#registration label.label_radio {
  display: inline;
  width: auto;
}

#agenda_create input,
#registration input {
  border: 1px solid #CCC;
  width: 150px;
  padding: 3px;
}

#registration select { width: 158px; }

#agenda_create input.radio { width: auto }
#registration input.radio { width: auto }

#registration #birthday {
  width: 80px;
}

#registration .exemple { font-size: 10px }

#registration #year { width: 50px }

#registration #account,
#registration #personal_informations {
  float: left;
  position: relative;
}

#registration #account {
  width: 300px;
  padding-left: 20px;
}

#registration #personal_informations {
  width: 309px;
  margin-right: 10px;
  border-right: 1px solid #CCC;
  padding-bottom: 20px;
}

h3 {
  color: #666666;
}

h3 span {
  Background: #f0ba00;
  color: #fff;
  padding: 1px 6px;
}

#registration .row_button {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  text-align: center;
}

.text {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
  font-style: italic;
  background: #F1F1F1;
  color: #666;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.text .color1 {
  font-weight: bold;
  color: #3677bb;
  font-size: 14px;
}

.text .color2 {
  font-weight: bold;
  color: #8b9e33;
  font-size: 14px;
}

.text .color3 {
  font-weight: bold;
  color: #bb7a2d;
  font-size: 14px;
}

.text.valid {
  border: 1px solid #ff6f6f;
  padding: 10px;
  font-size: 13px;
  font-style: italic;
  background: #ffd7d5;
  color: #ff2f2f;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}

.text.valid {
  border: 1px solid #99a5b0;
  padding: 10px;
  font-size: 13px;
  font-style: italic;
  background: #ddefff;
  color: #51575d;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}

.text h4 {
  margin: 15px 0 5px;
}

.text p {
  margin: 5px 0;
}

.errors {
  font-style: italic;
  color: #ff0000;
  padding-left: 3px;
}

.error {
  background: #fddcbf;
  padding: 3px 0;
}

/*** PAGINATION ***/
.pagination {
  clear: both;
  text-align: center;
  padding: 10px 0;
}

.pagination span,
.pagination strong,
.pagination a {
  padding: 1px 6px;
  display: inline-block;
  background: #F0F0F0;
  font-size: 11px;
  border: 1px solid #ccc;
  color: #E17E09;
}

.pagination strong {
  font-size: 12px;
}

/*** MEMBERS ***/
#members #members_list {
  overflow: auto;
  clear: both;
  padding-bottom: 10px;
}

#member-left {
  float: left;
  width: 352px;
  margin-right: 24px;
}

#member-left .member {
  width: 114px;
}

#member-right {
  float: left;
  width: 264px;
}

#member h2,
#profile h2 {
  color: #536774;
  padding: 2px 0 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
}

#member h2 span {
  float: right;
  margin-top: 3px;
  font-size: 12px;
}

#member h2 span a { color: #666 }

#profile h2 {
  padding: 7px 0 8px;
}

#profile h2 button {
  position: absolute;
  top: 0px;
  right: 0px;
}

#profile_friends {
  clear: both;
}

#member_profile {
  width: 350px;
  margin-right: 24px;
  float: left;
  background: #ccc;
  font-weight: bold;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 0;
}

#member_profile table {
  width: 100%;
}

#member_profile td {
  padding: 2px 10px;
  vertical-align: top;
  width: 50%;
}

#member_profile td.sep div {
  font-size: 0px;
  height: 1px;
  overflow: hidden;
  background: #666;
  border-bottom: 1px solid #F1F1F1;
}

#member_profile td span {
  display: block;
  /*font-style: italic;*/
  font-size: 11px;
  color: #556b21;
}

#member_profile input,
#member_profile textarea {
  width: 144px;
  margin-top: 3px;
  padding: 3px;
  border: 1px solid #fff;
  background: #E5E5E5;
  font-weight: bold;
}

#member_avatar_input {
  text-align: center;
  background: #CCC;
  padding: 10px 0;
  margin-top: 1px;
  font-weight: bold;
}

#member_avatar_input input { margin-top: 5px; }

#member_profile textarea {
  width: 318px;
  font-family: Tahoma;
  font-size: 11px;
}

#member_avatar {
  float: left;
  padding: 1px;
  border: 1px solid #999;
}

.member {
  float: left;
  width: 150px;
  text-align: center;
  font-size: 11px;
  /*font-style: italic;*/
  font-weight: bold;
  color: #444;
}

#members .member {
  width: 128px;
}

.member a {
  color: #444;
}

.member a:hover {
  text-decoration: none;
}

.member img {
  display: inline-block;
  padding: 1px;
  border: 1px solid #CCC;
  margin: 10px 10px 2px 10px;
}

/*** RECENTLY EVENTS ***/
#recently_events {
  margin-bottom: 10px;
}

#recently_events_title {
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #E17E09;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

.recently_event {
  margin-bottom: 1px;
}

#recently_events a {
  font-size: 11px;
  color: #536774;
  font-weight: bold;
}

/*** MESSAGES ***/
#messages {
  float: right;
  width: 489px;
  padding-right: 10px;
}

#messages #title {
  font-size: 14px;
  font-weight: bold;
  color: #536774;
}

.message_mine,
.message {
  background: #f1f1f1;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.message {
  background: #e9ecf6;
  border: 1px solid #b9cbe2;
}

.message-content {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 13px;
}

.message .message-content {
  border-bottom: 1px solid #CCC;
}

.message-info {
  font-size: 11px;
  border-top: 1px solid #FFF;
  font-style: italic;
}

/*** CONVERSATION ***/
.conversation_read,
.conversation_unread {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  overflow: hidden;
}

.conversation_infos {
  width: 120px;
  float: left;
  color: #717171;
  position: relative;
}

.conversation_infos span {
  font-size: 10px;
  display: block;
  margin-top: 3px;
}

.conversation_content {
  width: 340px;
  overflow: hidde;
  float: left;
  position: relative;
}

.conversation_options {
  position: relative;
  float: left;
  padding-top: 8px;
}

.conversation_title a {
  color: #536774;
}

.conversation_message {
  font-size: 10px;
  margin-top: 3px;
}

.conversation_message a { color: #717171; }

.conversation_unread a {
  font-weight: bold;
}

/*** MOST VIEWED ***/
#most_viewed {
  background: #cbe17e;
  padding: 5px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

#most_viewed_title {
  font-size: 18px;
  font-style: italic;
  text-shadow: 1px 1px 1px #252917;
  color: #fff;
  padding: 0 0 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
  text-align: center;
}

.most_viewed {
  clear: both;
  position: relative;
  padding: 2px 5px;
  overflow: hidden;
}

.most_viewed_number {
  padding-right: 15px;
  float: left;
  font-size: 29px;
  font-style: italic;
  text-shadow: 1px 1px 1px #252917;
  color: #fff;
  position: relative;
}

.most_viewed_content {
  float: left;
  position: relative;
  padding-top: 4px;
  font-size: 10px;
}

.most_viewed_content a {
  display: block;
  font-size: 12px;
  text-shadow: 1px 1px 1px #fff;
  color: #333;
}

/*** INVITER ***/
#inviter {
  width: 500px;
  height: 400px;
  position: absolute;
  z-index: 100000;
  left: 50%;
  margin-left: -250px;
  top: 150px;
}

#inviter-bg {
  width: 100%;
  height: 400px;
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}

#inviter-content {
  width: 490px;
  height: 390px;
  position: relative;
  z-index: 10000;
  margin: 5px;
  background: #fff;
}

#inviter-login,
#inviter-contacts {
  width: 490px;
  height: 390px;
  position: absolute;
  overflow-y: auto;
}

#inviter-access {
  text-align: center;
  padding: 20px 0px;
  margin: 0px 20px;
  border-bottom: 1px solid #ccc;
}

#inviter-access p {
  padding: 10px 0;
}

#inviter-access label {
  width: 200px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-align: left;
}

#inviter-access input {
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #CCC;
  background: #F1F1F1;
  padding: 5px;
  text-align: left;
  width: 190px;
}

#inviter-types {
  text-align: center;
  padding: 30px 0px 10px;
  margin: 0px 20px;
  border-bottom: 1px solid #ccc;
}

#inviter-types a {
  display: inline-block;
  margin: 0px 5px 20px;
}

#inviter-button {
  text-align: center;
  padding-top: 20px;
}

#invit_registration {
  background: #e6992a;
  border: 5px solid #fff;
  padding: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 80px;
  right: 0px;
  width: 300px;
}

#invit_registration a { color: #fff; }

#invit_close {
  background: #a56b19;
  padding: 2px 5px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#invit_arrow {
  width: 35px;
  height: 23px;
  background: transparent url(../images/invit_arrow.png);
  position: absolute;
  top: -23px;
  left: 300px;
}