/**
 ** @project Epitech: techweb
 ** @authors Julien AMAR <amar_u@epitech.net>
 ** @authors Salah AZZOUG <azzoug@gmail.com>
 ** @authors Johana BERDUGO <berdug_j@epitech.net>
 ** @authors Benoit CALVEZ <calvez_b@epitech.net>
 ** @authors Djamila MEHANNI <mehann_d@epitech.net>
 ** @authors John THIRIET <thirie_j@epitech.net>
 **/
/* ------------------------- GENERAL ------------------------ */
html, body {
  margin: 0;
  padding: 0 0 0 0;
  border: 0;
  height: 100%;
}
body {
  background: url(bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #909abc;
  margin: 0;
  font-size: 12px;
  font-family: verdana, arial, "sans serif";
  color: #6372a1;
}
form {
  margin: 0;
  padding: 0;
}
p  {
  margin: 0;
  padding: 0;
}
h1, h2, h3 {
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
acronym{
  cursor: help ;
}
img {
  border: none;
}
hr.hide, .hidediv , .hidden{
  display: none;
}

a {
  font-weight:bold;
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #6372a1;
}
.error {
  color: #ff6600;
  margin: 5px;
  text-align: center;
}
.center {
  text-align: center;
}
#home_button {
  text-align: center;
}
#home_button input {
  margin-top: 10px;
}

#loading {
  width: 150px;
  background-color: #8490b5;
  padding: 5px;
  text-align: center;
  position: absolute;
  right: 0;
  color : #000000;
  font-weight: bold;
}

input, textarea, select{
  background-color: #ffffff;
  border: 1px solid #8490b5;
  margin-bottom: 3px;
  padding: 2px;
}
input {
  text-align:center;
}
.input_good {
  background-color: #ffffff;
  border: 1px solid #8490b5;
}
.input_bad , .input_bad_list{
  background-color: #ffe7d7;
  border: 1px solid #ff6600;
}
.upper {
text-transform: uppercase;
}
/* ------------------------- HEADER ------------------------- */
#header {
  width: 100%;
  float: left;
  height: 150px;
}

/* ------------------------- TITLE ------------------------- */
#title {
  position: absolute;
  padding-top: 26px;
  padding-left: 0px;
}

#title a {
  width: 191px;
  height: 80px;
  display: block;
  text-indent: -9000px;
  text-decoration: none;
  background: url(title.gif);
}

/* ------------------------- MENU ------------------------- */
#menu_top {
  width: 715px;
  height: 130px;
  top: 0;
  background: url(./menu.jpg);
  margin: 0;
  padding: 0;
  position: absolute;
  margin-left: 210px;
}
#menu_top li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menu_top li, #menu_top a {height: 130px; display: block;  text-indent: -9000px; text-decoration: none;}

#accueil,	#accueil_on		{left:     0; width: 100px;}
#projets,	#projets_on		{left: 100px; width: 110px;}
#agenda,	#agenda_on		{left: 210px; width: 100px;}
#forum,		#forum_on		{left: 310px; width: 100px;}
#profils,	#profils_on		{left: 410px; width: 100px;}
#archives,	#archives_on	{left: 510px; width: 105px;}
#logout,	#logout_on		{left: 615px; width: 105px;}

#accueil_on		{background: transparent url(./menu.jpg)    0px -130px no-repeat;}
#projets_on		{background: transparent url(./menu.jpg) -100px -130px no-repeat;}
#agenda_on		{background: transparent url(./menu.jpg) -210px -130px no-repeat;}
#forum_on		{background: transparent url(./menu.jpg) -310px -130px no-repeat;}
#profils_on		{background: transparent url(./menu.jpg) -410px -130px no-repeat;}
#archives_on	{background: transparent url(./menu.jpg) -510px -130px no-repeat;}
#logout_on		{background: transparent url(./menu.jpg) -615px -130px no-repeat;}

#accueil		a:hover {background: transparent url(./menu.jpg)    0px -130px no-repeat;}
#projets		a:hover {background: transparent url(./menu.jpg) -100px -130px no-repeat;}
#agenda			a:hover {background: transparent url(./menu.jpg) -210px -130px no-repeat;}
#forum			a:hover {background: transparent url(./menu.jpg) -310px -130px no-repeat;}
#profils		a:hover {background: transparent url(./menu.jpg) -410px -130px no-repeat;}
#archives		a:hover {background: transparent url(./menu.jpg) -510px -130px no-repeat;}
#logout			a:hover {background: transparent url(./menu.jpg) -615px -130px no-repeat;}

/* ------------------------- ACCUEIL ------------------------- */
#module_memo {
 width: 100%;
}

#module_text_memo {
  width: 100%;
}
.module_text_memo_off {
  padding: 0px;
  background-color: #e0e3ef;
  border: 1px solid #8490b5;
}
.module_text_memo_on {
  padding: 0px;
  background-color: #feffdd;
  border: 1px solid #e4e86c;
}
.profil_bg {
  background: transparent url(./profil.gif) bottom right no-repeat;
}
/* ------------------------- CONTENT ------------------------- */
#content {
  width: 98%;
  margin: 0 auto;
}

/* ------------------------- CENTER ------------------------- */
#center_text {
  width: 99%;
  min-width: 930px;
  float: left;
}

/* ------------------------- FOOTER  ------------------------- */
#footer {
  position: relative;
  clear: both;
  text-align: center;
}
#copy {
  position:absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  background-color: #c0c7df;
  font-size: 10px;
  padding: 2px;
  margin-top: 10px;
}

/* ------------------------- MODULES ------------------------- */
#left_col {
  width: 33%;
  float: left;
  border: 1px solid #8490b5;
}

#center {
  width: 33%;
  float: left;
  margin-left: 5px;
  border: 1px solid #8490b5;
}

#right_col {
  width: 32%;
  float: left;
  margin-left: 5px;
  border: 1px solid #8490b5;
}

ul.sortable li {
  position: relative;
}

ul.boxy {
  list-style-type: none;
  padding: 0px;
  margin: 0;
}
ul.boxy li {
  padding: 0;
}

.module {
  border: 3px solid #8490b5;
  background-color: #6372a1;
  padding: 1px;
}

.module_title {
  position: relative;
  cursor: move;
  background-color: #c0c7df;
  font-size: 11px;
  font-weight: bold;
  padding: 2px;
  padding-left: 10px;
  height: 15px;
}

.module_content {
  background-color: #ffffff;
  padding: 5px;
}
.module_content_hide  {
  display: none;
}
.module_buttons {
  position: relative;
  text-align: right;
  padding-right: 10px;
  margin-top: -18px!important;
  margin-top: -15px;
  height: 18px !important;
  height: 15px;
}
.module_arrow_down ,
.module_arrow_up,
.module_close {
  height: 10px;
  width: 10px;
  display: block;
  float: right;
  margin-top: 3px !important;
  margin-top: 0px;
  margin-left: 10px;
}
.module_arrow_up {
  background: url(./arrow_up.gif) no-repeat;
}
.module_arrow_down {
  background: url(./arrow_down.gif) no-repeat;
}
.module_close {
  background: url(./close_small.gif) no-repeat;
}

/* ------------------------- LAYER ------------------------- */
#layer {
  position: absolute;
  top: 0;
  margin: 10px;
  margin-top: 150px;
  border: 1px solid #6372a1;
  background-color: #c0c7df;
  padding: 5px;
}

#layer_title {
  padding: 3px;
  padding-left: 10px;
  height: 20px;
  font-weight: bold;
  color: #000000;
  font-size: 13px;
}

#layer_center {
  border: 1px solid #6372a1;
  background-color: #DFE3EF;
}

#layer_close {
  position: absolute;
  text-align: right;
  width: 100%;
  margin-left: -20px !important;
  margin-left: -10px;
  margin-top: 3px !important;
  margin-top: 7px;
}
#layer_page {
  height: 100%;
}/*
    #layer_left {
  position: absolute;
  width: 160px;
  padding: 10px;
}
#layer_content {
  margin-left: 180px;
  background-color: #ffffff;
  
}*/
/* ------------------------- LOGIN ------------------------- */
.window {
  border: 3px solid #8490b5;
  background-color: #6372a1;
  padding: 1px;
  width: 660px;
  left: 50%;
  margin-left: -330px;
  position: relative;
}
.window_title {
  position: relative;
  background-color: #c0c7df;
  padding: 2px;
  padding-left: 10px;
  height: 20px;
  text-align: center;
}
.window h2, .window h3 {
  font-size: 15px;
  font-weight: bold;
}
.window_content {
  background-color: #ffffff;
  padding: 5px;
  padding-right: 0;
}

.window_form {
  text-align: center;
}

.window_label  {
  width: 120px;
  float: left;
}

.window_input {
  width: 150px;
}
.submit {
  width: 150px;
  margin-left: 75px
}
.subwin {
  float: left;
  width: 302px;
  height: 170px;
  padding: 10px;
  margin-right: 5px;
  background-color: #e0e3ef;
  padding-bottom: 20px;
}
.endsubwin {
  clear:both;
}
.login_bg {
  background: transparent url(./key.png) bottom right no-repeat;
  background-color: #e0e3ef;
}
#error_login {
  margin-top: 5px;
}

/* ------------------------- LOST PASS ------------------------- */
.lost_win {
  width: 350px;
  margin-left: -175px;
}
.lost_content {
  background-color: #e0e3ef;
}

/* ------------------------- MENUS BOUTONS ------------------------- */
#project_menu ul, #_menu ul, #profil_menu ul, #forum_menu ul{
  list-style-type: none;
}
#project_menu li, #agenda_menu li, #profil_menu li, #forum_menu li{
  float: left;
  list-style-type: none;
}
#project_menu a, #agenda_menu a, #profil_menu a, #forum_menu a{
padding: 7px;
padding-left:15px;
padding-right:15px;
border-right: 1px solid #6372a1;
margin: 0;
height: 16px;
display: block;
text-align: center;
text-decoration: none;
background: #dfe3ef;
}
#project_menu a:hover, #agenda_menu a:hover, #profil_menu a:hover, #forum_menu a:hover{
background: #c0c7df;
color: #fff;
}
#project_menu, #agenda_menu, #profil_menu, #forum_menu {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


/* ------------------------- DECOUPAGE------------------------- */
#project_list li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.openable:hover {
  cursor: pointer;
}

.nopointer:hover { cursor:default; }

#project_parent_0 {
  padding: 6px;
  margin: 0px;
}

.tree {
  margin: 4px 0px 4px 20px;
  padding: 0px;
}

#project_list {
  margin: 2px 0px 0px 0px;
  padding: 0px;
}

.project_action {
  margin-top : -10px;
  text-align: right;
}
.add_proj_label {
  width: 200px;
  float: left;
}
.add_proj_input {
  width: 300px;
}

.project_right {
  width: 700px;
}

.current_project {
  background-color: #99c;
  color: #fff;
}

#project_description {
  margin: 10px;
  padding: 10px;
}

#project_description h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#project_description table { margin-left: 20px;  }

.project_description_label {
  text-align: right;
  padding: 8px 0px;
  color: black;
  width: 200px;
}

.project_description_value {
  text-align:left;
  padding: 8px 0px;
}

.project_important {
  color: black;
  font-weight: bold;
}

.project_advance img
{
  border:1px solid #6571a1;
  float:left; height:15px;
}

.project_advance div
{
  float:left; padding-top:1px;
}

#project_user_list
{
  list-style-type: none;
  padding:0px;
}

#project_home h2
{
  text-align:center;
  font-size: 18px;
  font-weight: bold;
  margin:1.5em 0;
  display:block;
}

#project_home_desc
{
  position: relative;
  border: none;
  text-align:center;
  width: 650px;
  left: 50%;
  margin-left: -325px;
}

#project_home_desc td, #project_home_desc th
{
  border: 1px dotted #6571a1;
  padding: 5px;
}

/* ------------------------- INSCRIPTION ------------------------- */
.my_win
{
  padding: 10px;
  margin-right: 5px;
  padding-bottom: 20px;
}
.my_win input {
  width: 335px;
}
.my_win label {
  width: 250px;
}
.my_win submit {
  margin-left: 150px;
}

/* ------------------------- PROJETS ------------------------- */
.insc_win
{
  padding: 10px;
  margin-right: 5px;
  background-color: #e0e3ef;
  padding-bottom: 20px;
}
.insc_win input {
  width: 335px;
}
.insc_win label {
  width: 250px;
}
.insc_submit {
  margin-left: 150px;
}

/* ------------------------- UPDATE PROFIL ------------------------- */

.projet_update input, .projet_update textarea, .input_good_list, .input_bad_list{
  width: 305px;
}
.projet_update label {
  width: 270px;
}
.proj_submit {
  margin-left: 150px;
}
.add_projet_btn {
width: 50px !important;
}

/* ------------------------- PROFILS------------------------- */
.profil {
  margin:0px 8px;
  margin-top: -10px;
  border-top: 1px solid #6572a6;
  width:auto;
  height: 95px;
  padding-top: 5px;
  background-color:#eef1fa;
  border-bottom: 1px solid #6572a6;
}
.profil_photo {
  border: 1px solid #e0e3ef;
  margin: 3px 10px;
  float: left;
}
.profil_info1 {
  float: left;
  margin-left: 15px;
  width: 30%;
}
.profil_info2 {
  margin-left: 15px;
  width: auto;
}
.profil_list{
  list-style-type: none;
  height: 80px;
  margin: 0px 20px 0px 0px;
  padding: 7px 0px;
  overflow:hidden;
}
.profil_list li {
  padding: 1px 0px;
  width: 400px;
}
.profil_list{
  list-style-type: none;
  height: auto;
  width:auto;
  margin: 0px;
}
.profil_riht_menu {
  margin-top: 3px;
  height: 30px;
  width: auto;
}
.profil_title {
  margin-left: 15px;
  margin-top: 3px;
  float: left;
}
.profil_pics {
  margin-top: 2px;
  margin-right: 25px;
  text-align: right;
  float: right;
}
.profil_left, .profil_left_admin { 
  list-style-type: none;
  width:auto;
  height:45px;
  padding: 5px 0px;
  border-bottom: 1px solid #6572a6;
}
.profil_left { 
  background-color:#eef1fa !important;
}
.profil_left:hover, .profil_left_admin:hover{ 
  background-color:#dfe3ef !important;
}
.profil_left_admin { 
  background-color:#dce2f4 !important;
}
.profil_left_info {
  list-style-type: none;
  height: 40px;
  width:auto;
  float: left;
  margin-left: 0px;
}
.profil_left_list{
  list-style-type: none;
  height: 80px;
  width:auto;
  margin: 0px;
  padding: 7px 0px;
  overflow:hidden;
}
.profil_left_list li {
  padding: 1px 0px;
}
.profil_update, .projet_update {
  border-top: 1px solid #6572a6;
  width:auto;
  height:auto;
  margin: 10px;
  padding: 10px;
  background-color:#eef1fa;
  border-bottom: 1px solid #6572a6;
}
.profil_update_title {
  margin-left: 15px;
  margin-top: 3px;
}
.profil_proj {
  margin:0px 8px;
  margin-top: -10px;
  border-top: 1px solid #6572a6;
  width:auto;
  padding-top: 5px;
  background-color:#f6f8fc;
  border-bottom: 1px solid #6572a6;
}
.profil_project {
  border-top: 1px dashed #6572a6;
  padding: 5px;
}
/* ------------------------- SEP-WIN ------------------------- */
#window_menu {
  background-color: #DFE3EF;
  height: 30px;
}
#window_left {
  float: left;
  width: 300px;
  overflow: auto;
  white-space:nowrap;
  background-color: #EEF1FA;
  border-right: 1px solid #6372A1;
  border-top: 1px solid #6372A1;
}
#window_right {
  overflow: auto;
  border-top: 1px solid #6372A1;
  border-left: 1px solid #6372A1;
  margin-left: 3px;
  background-color: #ffffff;
}
.window_left_arc {
  width: 150px !important;
}
.window_left_games {
  width: 200px !important;
}
.window_left_agenda {
  width: 250px !important;
}
.agenda_bg_on {
 background-color: #dfe3ef;
}
.agenda_bg_off {
 background-color: #eef1fa;
}
.agenda_week {
 padding-left: 3px;
 padding-right: 3px;
}
.agenda_bg_title_off {
 background-color: #6372a1;
 color: #fff;
 font-weight: bold;
}
.agenda_bg_title_on {
 background-color: #fff;
 color: #6372a1;
}
.mini_agenda_bg_on a {
 display: block;
 height: 20px;
 color: #6372A1;
}
/*------------------------------FORUM--------------------------*/
.forum {
  margin:0;
  margin-top: 10px;
  margin-bottom: 10px;
  width:auto;
  height: 48px;
  padding-top: 3px;
  background-color:#eef1fa;
  //border-top: 1px solid #6572a6;
  border-bottom: 1px solid #6572a6;
}
.forum_photo {
  border: 1px solid #e0e3ef;
  margin: 0px 5px;
  float: left;
}
.forum_user_info {
  float: left;
  margin-left: 7px;
  margin-top: 7px;
}
.forum_changes {
  float: right;
  margin-top: 7px;
  margin-right: 7px;
}
.forum_pie {
  float: left;
}
.forum_choices {
  float: left;
  line-height: 18px;
}
.forum_subject{
  padding: 5px;
  border-bottom: 1px solid #6572a6;
}
.forum_suj {
  background: url(forum_suj.png) no-repeat top left;
  padding-left: 20px;
}
.forum_snd {
  background: url(forum_snd.png) no-repeat top left;
  padding-left: 20px;
}
.forum_snd_pie {
  margin-top: 5px;
  margin-bottom: -11px;
  background-color: #f6f8fc;
  padding: 5px;
  border-top: 1px solid #6572a6;
  border-bottom: 1px solid #6572a6;
}
.forum_txt {
  margin-left: 10px;
}
.forum_area {
  height: 150px;
}
/*------------------------------ARCHIVES--------------------------*/

.archives_dir a, 
.archives_dir_private a, 
.archives_dir_public a, 
.archives_dir_chef a,
.archives_dir_on a,
.archives_dir_private_on a, 
.archives_dir_public_on a,
.archives_dir_chef_on a {
  width: 100%;
  height: 20px;
  display:block;
  padding-top: 90px;
  text-align:center;
  border-bottom: 1px solid #6372A1;
  background: url(big_folder.gif) center no-repeat;
}

.archives_dir_on, 
.archives_dir_private_on, 
.archives_dir_public_on,
.archives_dir_chef_on {
  background-color: #dfe3ef !important;
}

.archives_dir_on a {
  background-image: url(big_folder_on.gif) !important;
}
.archives_dir a{
  background-image: url(big_folder.gif) !important;
}
.archives_dir_private_on a {
  background-image: url(big_folder_private_on.gif) !important;
}
.archives_dir_private a{
  background-image: url(big_folder_private.gif) !important;
}
.archives_dir_public_on a {
  background-image: url(big_folder_public_on.gif) !important;
}
.archives_dir_public a{
  background-image: url(big_folder_public.gif) !important;
}
.archives_dir_chef_on a {
  background-image: url(big_folder_chef_on.gif) !important;
}
.archives_dir_chef a{
  background-image: url(big_folder_chef.gif) !important;
}
.archives_table {
  border: 1px solid #ffffff;
}
.archives_upload  {
  background-color: #dfe3ef;
  padding: 5px;
  border-top: 1px solid #6572a6;
  border-bottom: 1px solid #6572a6;
}

/*------------------------------PROJETS HOME MENU--------------------------*/
.list_over {
    padding: 0;
    list-style: none;
   }
.list_over ul {
	list-style: none;
	margin:0;
	padding:0;
	border: none;
}
.list_over li a {
	height: 20px;
    display: block;
    list-style: none;
    padding: 0;
    padding-top: 5px;
    background-color: #eef1fa;
    text-decoration: none;
	border-top: 2px solid #fff;
}
.list_over li {
    width:100%;
}
.list_over li a:hover {
	background-color: #dfe3ef;
}
.list_over_ li a {
	height: auto;
	padding: 1px;
	font-weight: normal;
}
.list_right{
	margin-top: -18px;
	float: right;
}

/*-----------------------------------AGENDA-------------------------------*/
.agenda_line {
	height:20px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #d0d4e3;
}
.agenda_hour {
	display: block;
	width: 40px;
	height: 100%;
	float: left;
}
.agenda_txt {
	padding-left: 5px;
	display: block;
	float: left;
}
.agenda_hour2 {
	display: block;
	width: 4%;
	height: 100%;
	float: left;
	background-color: #f6f8fc;
}
.agenda_txt2 {
	padding-left: 5px;
	width: 12.5%;
	display: block;
	float: left;
	border-left: 2px solid #d0d4e3;
	height: 100%;
}
.agenda_end, ._end{
	clear: both;
}
#add_event {
  position: absolute;
  top: 100px;
  left: 500px;
}
/**/
.agenda_box_hour {
	margin-left: 1%;
	position: absolute;
	background: url(bg_flou.png);
	border: 1px solid #000000;
	-moz-border-radius: 6px;
}
.agenda_box_hour_title {
	background: url(bg_flou.png);
	font-size: 9px;
	padding: 0 0 2px 0;
}
.agenda_box_hour_title acronym {
	font-size: 12px;
}
/**/
/*-----------------------------------SEARCH-------------------------------*/
.module_content_search {
  background-color: #eef1fa;
}
.menu_search_form {
  background-color: #e0e3ef;
  padding: 5px;
  clear: both;
}
.menu_search {
	list-style: none;
	margin:0;
	padding:0;
	border: none;
}
.menu_search li a {
    display: block;
	float: left;
    list-style: none;
    padding: 2px 7px 2px 7px;
    background-color: #eef1fa;
    text-decoration: none;
	margin-right: 3px;
}
.menu_search li {
    width:auto;
}
.menu_search li a:hover, #menu_search_on{
	background-color: #e0e3ef;
}
.search_input, .search_input_bad {
	text-align: left;
	background: url(loupe.png) right no-repeat;
	padding: 3px;
	padding-right: 25px;
	background-color: #fff;
	width: 200px;
}
.search_input_bad {
  background-color: #ffe7d7;
  border: 1px solid #ff6600;
}
.search {
  width:auto;
  height: auto;
  padding-top: 3px;
  background-color:#eef1fa;
  border-bottom: 1px solid #6572a6;
}
/*-------------------------------- CONTROL-PANEL --------------------------------*/
#control_panel_off {
  width: 715px;
  height: 10px;
  top: 130px;
  margin: 0;
  padding: 0;
  position: absolute;
  margin-left: 210px;
  text-align: center;
}
#control_panel_on {
  width: 715px;
  height: 130px;
  top: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  margin-left: 210px;
  text-align: center;
}
.control_module {
	height: 120px;
}
.control_module_center {
	height: 90px;
	background-color: #eef1fa;
}


#menu_lang {
  width: 89px;
  height: 70px;
  top: 0;
  background: url(../../images/flags.png);
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: 100px;
  float:left;
}
#menu_lang li {margin: 0; padding: 0; list-style: none; position: absolute;}

#menu_lang li, #menu_lang a {height: 35px; display: block;  text-indent: -9000px; text-decoration: none;}

#english,	#english_on		{left:    0; width: 40px;}
#spanish,	#spanish_on		{left: 50px; width: 40px;}
#deutsch,	#deutsch_on		{left:    0; width: 40px; top: 35px;}
#french,	#french_on		{left: 50px; width: 40px; top: 35px;}

#english_on		{background: transparent url(../../images/flags.png)   0px  -70px no-repeat;}
#spanish_on		{background: transparent url(../../images/flags.png) -50px  -70px no-repeat;}
#deutsch_on		{background: transparent url(../../images/flags.png)   0px -105px no-repeat;}
#french_on		{background: transparent url(../../images/flags.png) -50px -105px no-repeat;}

#english	a:hover {background: transparent url(../../images/flags.png)   0px  -70px no-repeat;}
#spanish	a:hover {background: transparent url(../../images/flags.png) -50px  -70px no-repeat;}
#deutsch	a:hover {background: transparent url(../../images/flags.png)   0px -105px no-repeat;}
#french		a:hover {background: transparent url(../../images/flags.png) -50px -105px no-repeat;}


#menu_skin {
  width: 368px;
  height: 75px;
  top: 0;
  background: url(../../images/skins.png);
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: 200px;
}
#menu_skin li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menu_skin li, #menu_skin a {height: 75px; display: block;  text-indent: -9000px; text-decoration: none;}

#default,	#default_on		{left:     0; width: 121px;}
#barbie,	#barbie_on		{left: 121px; width: 126px;}
#light,		#light_on		{left: 247px; width: 121px;}

#default_on		{background: transparent url(../../images/skins.png)    0px -75px no-repeat;}
#barbie_on		{background: transparent url(../../images/skins.png) -121px -75px no-repeat;}
#light_on		{background: transparent url(../../images/skins.png) -247px -75px no-repeat;}

#default	a:hover {background: transparent url(../../images/skins.png)    0px -75px no-repeat;}
#barbie		a:hover {background: transparent url(../../images/skins.png) -121px -75px no-repeat;}
#light		a:hover {background: transparent url(../../images/skins.png) -247px -75px no-repeat;}

/*-----------------------------------WEATHER -------------------------------*/
.weather_box {
	margin-left:50px;
	margin-right: -50px;
	width: 49%;
	float: left;
	margin-bottom: 20px;
}
.weather_box h3{
	padding: 0;
	margin: 0;
	margin-left:-25px;
	font-weight: bold;
	font-size: 10px;
}
.weather_box img{
	margin-left: -30px;
}
.weather_box span{
	color: #000;
	font-weight: bold;
	position: relative;
	left: -30px;
}
/*-----------------------------------RSS -------------------------------*/
blockquote{
	background: url(./quote.png) no-repeat top left;
	padding-left: 25px;
	margin-left: 15px;
	font-style: italic;
	margin-top:10px;
}