* {
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 12px;
  font-family:Helvetica, Verdana, sans-serif;
  /*     background: url("../../../images/themes/highconnexion/body-bg.jpg") repeat-y center top; */
  background-color: #dcdcdc;
}

.clear {
  clear: both;
}

.bold {
  font-weight:bolder;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.purple {
  color: #951eae;
}

.purple_link {
  color: #951eae;
  text-decoration: underline;
}


/********************************************* HEADER MENU ****************************************/
/*
#header_menu {
  background-color: #376092;
  float: left;
  height: 42px;
  width: 930px;
}
*/
/* <TABLE_VERSION> */
.navigation {
  empty-cells: show;
  border-collapse: separate;
}

.navigation td {
  border: none;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #77078D;
  border-left: solid 1px #fff;
  border-right: none;
  padding: 2px 0px;
}

.navigation td.first_td {
  border-left: solid 1px #77078D;
}

.navigation a {
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  background: #C046D9;
  padding: 2px 10px;
}

.navigation a:hover {
  background: #4AD090; /* #B2FF19; */
}
/* </TABLE_VERSION> */

.header_menu {
  position: absolute;
  top: 4px;
  /* left: 368px; */
  left: 320px;
  height: 28px;
}

.title_menu {
  border: solid 1px #77078d;
  /* background-color: #ffffff; */
  font-size: 12px;
}

.title_menu_item {
  border-left: solid 1px #ffffff;
  list-style-type: none;
  color: #ffffff;
  font-weight: bold;
  display: inline;
  width: auto;
  text-align: center;
  padding: 2px 10px;
  background-color: #c046d9;
}

.title_menu_item:hover {
  border-left: solid 1px #ffffff;
  list-style-type: none;
  color: #ffffff;
  font-weight: bold;
  display: inline;
  width: auto;
  text-align: center;
  padding: 2px 10px;
  background-color: #b2ff19;
}

.title_menu_item_first {
  list-style-type: none;
  color: #ffffff;
  font-weight: bold;
  display: inline;
  width: auto;
  text-align: center;
  padding: 2px 10px;
  background-color: #c046d9;
}

.title_menu_item_first:hover {
  list-style-type: none;
  color: #ffffff;
  font-weight: bold;
  display: inline;
  width: auto;
  text-align: center;
  padding: 2px 10px;
  background-color: #b2ff19;
}

.title_menu_item a, .title_menu_item_first a {
  color: #ffffff;
  font-weight: bold;
}
/*********************************************** LEFT MENU **************************************/
.menu {
  width: 254px;
  border: solid 3px #951eae;
  position: absolute;
  top: 40px;
  left: 20px;
  background-color: #ffffff;
  z-index: 1;
  font-family: "trebuchet ms", helvetica, sans-serif;
}

.menu_title {
  color: #951eae;
  font-weight: bold;
  padding-left: 15px;
}

.menu ul li {
  /* margin-left: 15px; */
  padding-right: 15px;
  list-style-type: none;
}

.menu ul li.current_li {
  margin-left: 0px;
  list-style-type: none;
  /* text-indent: 15px; */
  background-color: #951eae;
  color: #ffffff;
}

.menu ul li.current_li_title {
  list-style-type: none;
  background-color: #951eae;
  color: #ffffff;
}

.menu ul li.links_title_selected a {
  color: #fff;
  text-decoration: none;
  padding-left: 0px;
}

.menu ul li.links_title_selected {
  padding-left: 15px;
  font-weight: bold;
  text-decoration: none;
  background-color: #951eae;
}

.menu ul li.links_title a {
  padding-left: 15px;
  font-weight: bold;
  text-decoration: none;
}

.menu ul li:hover {
  background-color: #951eae;
}

.menu ul li:hover a {
  color: #ffffff;
}

.menu ul li a {
  color: #951eae;
  text-decoration: underline;
  padding-left: 45px;
}

.menu ul li.current_li a {
  text-decoration: none;
  color: #ffffff;
}

/*
.menu ul li a:hover {
  color: #951eae;
  text-decoration: none;
}
*/

.dots_separator {
  background: transparent url(../../../images/themes/cct/dots_hr.jpg) no-repeat;
  height: 11px;
} 
/*********************************************** NAVIGATION BAR **************************************/
.navbar {
  position: relative;
  top: -12px;
  padding: 5px;
  background-color: #951eae;
  left: 320px;
  font-family: "trebuchet ms", helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.navbar a {
  font-family: "trebuchet ms", helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
/*********************************************** REST OF CLASSES **************************************/
.header {
  background: transparent url(../../../images/themes/cct/bg-up3.jpg) repeat-x scroll 0% 0%;
  height: 200px;
  border-bottom: solid 5px #951eae;
  padding-top: 27px;
  width: 100%;
  overflow-x: hidden;
}

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

a * {
  cursor:pointer;
}

.content {
  background-color: #dcdcdc;
  color: #626262;
  padding-left: 330px;
  padding-top: 20px;
  font-family: "trebuchet ms", helvetica, sans-serif;
}

.logo_small {
  position: absolute;
  top: 10px;
  left: 10px;
}

.rightbox {
  float: right;
  margin: -115px 10px 10px 10px;
  position: relative;
  z-index: 100;
  width: 300px;
}

.photo_comment {
  width: 260px;
  padding: 3px 10px;
  margin-left: auto;
}

.photo {
  
}
