html {
  height: 100%;
  font-family: verdana, sans-serif;
  font-size: 16px;
}
.chatBanner { 
z-index: -999; 
} 
body {
  height: 100%;
  background-color: #C0BBB0;
  color: #0C5C94;
  margin: 0;
  padding: 0;
}

img {
  border: none
}

.mainContainer {
  min-height: 100%;
  width: 990px;
  margin: 0 auto;
  background-color: #FFF;
  padding-top: 15px;
}

#popupstyle
{
  border-top:1px solid #0000ff;
  border-right:1px none #0000ff;
  border-bottom:1px solid #0000ff;
  border-left:1px none #0000ff;
}

/**************************************************************************
 Generic styles
 **************************************************************************/
input[type=text],
textarea,
input[type=password]
{
  border: 1px solid #22659a;
  line-height: 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 200px;
  margin-right: 5px;
}


button, input[type=button], input[type=submit] {
  height: 23px;
  border: 1px solid #E4E9EC;
  background: url('../images/buttonBackground.jpg') top;
  line-height: 19px;
  color: #FFF;
  font-weight: bold;
  height: 28px;
  padding: 3px;
  text-transform: capitalize;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

a {
  color: #088A08;
  text-decoration: none;
  padding-right: 2px;
}

a:hover {
  text-decoration: underline;
  
}

select
{
  max-width: 200px;
  background-color: #F5F5F5;
  border-color: #4682B4;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
 
}


select option, select {
  text-transform: capitalize;
 
}

select.multiSelect
{
  min-width: 300px;
  min-height: 60px;
}

/**************************************************************************
 Top Bar
 **************************************************************************/
.centered {
  text-align: center;
}

.modal {
  position: absolute;
  opacity: 0.9;
  background-color: #eee;
  width: 100%;
  min-height: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.topBar {
  height: 77px; /*Antes 63*/
  clear: left;
  border: 1px solid #E8E8E8;
  width: 950px;
  margin: 0 auto;
  
  background: url('../images/topBarBackground.jpg') bottom repeat-x;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

.topBar input {
  /*background-color: #D0E0D0;*/
  /*color: #A6ABA9;*/
  padding: 3px 0;
}

.topBar img {
  float: left;
  margin: 10px;
}

.topBar .searchBar {
  margin-left: 30px;
  float: left;
  height: 60px;
  width: 288px;
  /*margin-left: 10px;*/
}

.topBar .searchBar #search_content {
  float: left;
  margin-top: 30px;
  width: 170px;
  color: gray;
  /*width: 165px;*/
}

.topBar .searchBar #searchSubmit {
  float: left;
  margin-left: 3px;
  margin-top: 28px;
  width: 60px;
}

.topBar .loginBox {
  margin-left: 10px;
  float: left;
  height: 50px; /*63*/
  font-size: 12px;
  line-height: 19px;
  width: 420px;
  
}

.topBar .loginBox .rememberAndForgot .first,
.topBar .loginBox .rememberAndForgot .second,
.topBar .loginBox .boxesAndButton .first,
.topBar .loginBox .boxesAndButton .second
{
  width: 173px;
  float: left;
  margin: 4px 1px;
  height: 15px;
    
}
.topBar .loginBox .rememberAndForgot .thirt a
{
  width: 60px;
  float: right;
  margin: 4px 1px;
  height: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
}


.topBar .loginBox .boxesAndButton .third
{
  width: 60px;
  float: left;
  margin: 4px 1px;
  height: 15px;
  margin-top: 2px;
}

.topBar .loginBox .boxesAndButton .first input,
.topBar .loginBox .boxesAndButton .second input
{
  width: 170px;
}

.topBar .loginBox .boxesAndButton .third input
{
  width: 55px;
}
.topBar .loginBox #login_username,
.topBar .loginBox #login_dummy_password
{
    color: gray;

}
.link_especial{
  	
}
/**************************************************************************
 Menu & rotating photo bar
 **************************************************************************/
.menuAndPhotoBar {
  border: 1px solid #E8E8E8;
  width: 950px;
  margin: 10px auto 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.menuAndPhotoBar .menuBar{
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  background: url('../images/menuBackground.jpg') top;
  height: 26px;
  padding-left: 10px;
}
.menuAndPhotoBar .menuBar #linkpress{
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  background: url('../images/menuBackground.jpg') top;
  height: 26px;
  padding-left: 10px;
  background: #6699CC;
}

.menuAndPhotoBar .menuBar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: left;
}

.menuAndPhotoBar .menuBar ul li {
  float: left;
  color: #FFF;
  font-size: 12px;
  line-height: 26px;
  padding: 0;
  margin: 0px 0 0;
}

.menuAndPhotoBar .menuBar ul li:hover {
  background-color: #3771C2;
}

.menuAndPhotoBar .menuBar ul li img {
  width: auto;
  margin-left: 4px;
}

.menuAndPhotoBar .menuBar ul li a, .menuAndPhotoBar .menuBar ul li span {
  display: block;
  padding: 0 15px;
  color: #FFF;
  text-decoration: none;
}

.menuAndPhotoBar .menuBar ul li em {
  float: left;
  height: 15px;
  width: 20px;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  background-color: #F9A72B;
  margin-right: 4px;
  margin-top: 6px;
  line-height: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.menuAndPhotoBar .menuBar ul li a:hover {
  text-decoration: underline;
}

.menuAndPhotoBar .menuBar ul li ul {
  display: none;
  position: absolute;
  background-color: #FFF;
  min-width: 100px;
  margin: 0;
  padding: 0;
  border: 1px solid #3771C2;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  z-index: 3;
}

.menuAndPhotoBar .menuBar ul li ul li {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
}

.menuAndPhotoBar .menuBar ul li ul li:hover {
  background: none;
}

.menuAndPhotoBar .menuBar ul li ul li a {
  display: block;
  padding: 0 15px;
  color: #315A97;
}

.menuAndPhotoBar .menuBar ul li ul li a:hover {
  text-decoration: underline;
}

.menuAndPhotoBar .floatingLink {
  float: right;
  font-size: 12px;
  line-height: 26px;
  margin-right: 5px;
  margin-top: -0px;
}

.menuAndPhotoBar .floatingLink a {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
}

.menuAndPhotoBar .floatingLink a:hover {
  text-decoration: underline;
}

.menuAndPhotoBar img {
  width: 950px;
}

.menuAndPhotoBar .titleText {
  font-size: 25px;
  text-align: center;
}

/**************************************************************************
 Main content
 **************************************************************************/
.content {
  clear: left;
  width: 952px;
  margin: 10px auto 0;
}

.content .leftContainer {
  float: left;
  width: 216px;
  margin: 0;
  padding: 0;
}

.content .sideMenu {
  list-style: none;
  float: left;
  width: 216px;
  margin: 0;
  padding: 0;
}

.content .sideMenu li {
  margin: 4px 0;
  width: 206px;
  overflow: visible;
}

.content .sideMenu li span {
  background-image: url('../images/leftMenuBackground.jpg');
  background-position: 0px 0px;
  background-repeat: repeat-x;
  width: 206px;
  height: 54px;
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  z-index: 0;
}

.content .sideMenu li span.selected {
  background: url('../images/leftMenuSelectedBackground.gif') no-repeat !important;
  padding-right: 53px;
  display: block;
  height: 55px;
}

.content .sideMenu li span.yellow {
  background: url('../images/yellowBackground.jpg') repeat-x;
}

.content .sideMenu li span a {
  padding: 5px;
  padding-left: 15px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  width: 196px;
  height: 54px;
}

.content .sideMenu li span.selected a {
  color: #116297;
}

.content .contentContainer {
	width: 533px;
  float: left;
  overflow: auto;
  min-height: 100px;
  border: 1px solid #E8E8E8;
  margin-top: 4px;
  margin-right: 5px;
  margin-left: 6px;
  padding-bottom: 5px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

.content .greenButton {
  height: 49px;
  margin: 0px 0px 5px 0px ;
  background: url('../images/greenBackground.jpg') repeat-x;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  
}

.content .greenButton a {
  display: block;
  height: 43px;
  font-size: 12px !important;
  text-align: center;
  padding: 0 8px 1px 8px ;
  color: #FFF !important;
  
}

.content .yellowButton {
  height: 59px;
  background: url('../images/yellowBackground.jpg') repeat-x;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

.content .yellowButton a {
  display: block;
  height: 59px;
  font-weight: bold;
  font-size: 32px !important;
  text-align: center;
  padding-top: 3px;
  color: #FFF !important;
}

.content .greennButton {
   height: 49px;
  background: url('../images/yellowBackground.jpg') repeat-x;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

.content .greennButton a {
  display: block;
  font-weight: bold;
  font-size: 17px !important;
  text-align: center;
  color: #FFF !important;
  
}

.content .greennButton a:hover {
  text-decoration: none !important;
}

.content .yellowButton a:hover, .content .greenButton a:hover {
  text-decoration: none !important;
}

.content .rightContent {
  width: 190px;
  float: left;
}

.content .rightContent .signUp {
  text-align: center;
}

.content .rightContent a {
  text-decoration: none;
  font-size: 14px;
  color: #088A08;
}

.content .rightContent a:hover {
  text-decoration: underline;
}

.content .rightContent p {
  border: 1px solid #E4E9EC;
  line-height: 22px;
  padding: 3px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.content .rightContent p em {
  font-style: normal;
  display: block;
  text-align: center;
  font-weight: bold;
}

/**************************************************************************
 Footer
 **************************************************************************/
.bottomBar {
 
  width: 950px;
  margin: 10px auto 0;
  clear: left;
  font-size: 13px;
  height: 20px;
  padding-top: 10px;
  font-weight: bold;
  color:#0C5C94;
 
}


.bottomBar .copyright {
  float: left;
}

.bottomBar ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 160px;
}

.bottomBar ul li {
  float: left;
}

.bottomBar ul li a {
  color: #0C5C94;
  text-decoration: none;
}

.bottomBar ul li a:hover {
  text-decoration: underline;
}

.bottomBar .languageChanger {
  margin-right: 5px;
  color: #FFF;
  text-align: center;
  float: right;
  width: 111px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background: url('../images/languageChangerBackground.jpg') no-repeat;
}

.bottomBar .languageChanger .languages
{
  position:absolute;
  background-color: #0C5C94;
  float: none;
  margin-left: 0px;
  margin-top: -20px;
  width: 111px;
}
.bottomBar .languageChanger .languages li
{
  float:none;
}
.bottomBar .languageChanger .languages a
{
  color: #fff;
  display: block;
}
.bottomBar .languageChanger .languages a:hover
{
  text-decoration: none;
  background-color: #226Cff;
}
div.imagesAdvertising {
  float: left;
  margin-top: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border: 1px solid #E8E8E8;
  padding: 5px;
  text-align: center;
  background-color: #FFFBE8;
}

div.imagesAdvertising p {
  margin: 0;
  padding: 4px 0;
  text-align: justify;
  font-size: 12px;
}

div.imagesAdvertising a.advertise {
  font-size: 12px;
  color: #176B25;
  text-decoration: underline;
}

div.imagesAdvertising img {
  width: 200px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border: 2px solid #FFF;
  margin: 3px 0;
}

div.imagesAdvertising img:hover {
  border: 2px solid #F7B456;
}

.content .contentContainer .map {
  width: 100%;
  height: 270px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  background-color: #e5e3df;
}
.content .contentContainer .map span
{
  font-size: 5px;
}
.content .contentContainer .regions {
  clear: left;
}

.content .contentContainer .regions div {
  float: left;
  width: 177px;
}

.content .contentContainer .regions div a {
  display: block;
  padding: 2px 5px;
  font-size: 12px;
}

.content .contentContainer .featured {
  /*
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  */
  background-color:#EDF6FA;
  font-size:14px;
  line-height:16px;
  padding:15px 0 10px;
  height:100%;
}
.featured2 {
  /*
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  */
  background-color:#EDF6FA;
  float:left;
  font-size:14px;
  line-height:16px;
  padding:15px 0 10px;
  width:50%;
}


.content .contentContainer .featured .column {
  float: left;
}

.content .contentContainer .featured .textArea {
  padding-left: 40px;
  padding-right: 10px;
  width: 270px;
}

.content .contentContainer .featured .textArea div {
  padding: 4px 0;
}

.content .contentContainer .featured .textArea div .title {
  font-weight: bold;
  padding-right: 4px;
}

.content .contentContainer .featured .photoArea {
  width: 200px;
}

.content .contentContainer .featured .photoArea img {
  max-width: 196px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.content .contentContainer .featured .photoArea a {
  margin: 5px;
  float: left;
  color: #176B25;
  font-size: 12px;
  text-decoration: underline;
  line-height: 14px;
}

.content .contentContainer .photo div.photoArea {
  width: 100%;
  text-align: center;
}

.content .contentContainer .photo div.photoArea a {
  float: none;
}

.content .contentContainer .photo div.photoArea a img {
  min-width: 50%;
}

.content .contentContainer .photo div.textArea {
  width: 490px;
}

.content .chatButton {
  height: 40px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  background: transparent url(../images/yellowBackground.jpg) repeat-x scroll 0 0;
}

.content .chatButton a {
  float: left;
  font-size: 20px !important;
  line-height: 40px;
  width: 100%;
  color: #FFF !important;
}

.content .chatButton a:hover {
  text-decoration: none !important;
}

.content .chatButton a span {
  float: left;
  padding: 0 10px;
  font-weight: bold;
}

.content .chatButton a span.right {
  float: right;
  font-size: 14px;
  font-weight: normal;
}

div.quickSearch {
  margin-top: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  background: transparent url(../images/yellowBackground.jpg) repeat scroll 0 0;
}

div.quickSearch .title {
  font-size: 14px;
  color: #FFF;
  margin-bottom: 7px;
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

div.quickSearch form {
  padding-bottom: 5px;
}

div.quickSearch form div {
  margin: 15px 0;
  text-align: center;
}

div.quickSearch form div input, div.quickSearch form div select {
  /*background-color: #FFF;
   padding: 3px;
   width: 170px;
   border: none;*/
}

div.quickSearch form h2 {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  margin: 5px 0;
}

.pages {
  padding: 5px 0;
  padding-left: 30px;
  background-color: #EEF7FA;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
}

.pages h1 {
  /*font-size: 25px;*/
  /*color: #FECF3F;*/
  color: #FFCC66;
  text-align: center;
}

.pages div {
  line-height: 20px;
  padding: 5px 0;
  padding-left: 30px;
}

.pages div label {
  float: left;
  height: 20px;
  line-height: 20px;
  width: 140px;
}

.pages div input, .pages div select {
  line-height: 17px;
  /*background-color:#FFF;
   border:1px solid #FECF3F;*/
}

.searchResults {
  /*color: #FECF3F;*/
  color: #FFCC66;
  text-align: center;
  line-height: 26px;
  width: 100%;
  height: 80%;
}
.searchResults1 {
  /*color: #FECF3F;*/
  color: #FFCC66;
  text-align: center;
  line-height: 26px;
  font-size: 30px;
}
.searchResults2 {
  /*color: #FECF3F;*/
  color: #FFCC66;
  text-align: center;
  line-height: 26px;
  font-size: 30px;
  margin-left: 30px;
}


.searchResultDiv
{
  font-size: 14px;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin: 5px 0;
}

.searchResultDiv div
{
  min-height: 20px;
}
.searchResultDiv span.title
{
  float: left;
  /*min-width: 100px;*/
   width: 135px;
   /*text-align: right;*/
   vertical-align: baseline;
}

.content .contentContainer .randomPhotos {
  width: 100%;
  float: left;
  background-color: #EDF6FA;
  
}

.content .contentContainer .randomPhotos div {
  float: left;
  width: 100%;
  /*margin-left:15px;*/
  
}

.content .contentContainer .randomPhotos div div {
  width: 106px;
  
}

.content .contentContainer .randomPhotos .photos {
  padding: 10px 0 3px;
  background-color: #FFF;
}

.content .contentContainer .randomPhotos div a {
  display: block;
  text-align:center;
  font-size: 12px;
  /*height: 40px;*/
}
.estilo1
{
      margin-left:3px;
      /*text-align:center;*/
       /*display: block;*/
}

.content .contentContainer .randomPhotos div a em {
  display: block;
  font-style: normal;
  font-size: 10px;
  padding-bottom: 3px;
}

.content .contentContainer .randomPhotos img {
  border: 2px solid #FFF;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  background-color: #FFF;
}

.content .contentContainer .randomPhotos img:hover {
  border: 2px solid #F7B456;
}

.categoryContainer {
  padding-left: 35px;
}

.category {
  padding: 10px 15px;
  float: left;
}

.category h1 {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}

td .content {
  width: auto;
}

.club {
  width: 520px;
  clear: left;
  font-size: 12px;
  height: 250px;
  overflow: auto;
}

.club .column {
  float: left;
}

.club .textArea {
  width: 290px;
  text-align: justify;
  padding-right: 10px;
}

.title {
  font-weight: bold;
  font-size: 14px;
}

.richTitle{
  font-weight: bold;
  font-size: 14px;
  float: none;
}

.club .photoArea {
  width: 200px;
}

.club .photoArea img {
  width: 190px;
}

.contentContainer div.lastChild {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

.ie6Alert {
  clear: left;
  font-size: 12px;
  padding: 0 15px;
}

.ie6Alert .text {
  float: left;
  margin: 10px 5px;
  margin-right: 0;
  padding: 5px;
  height: 70px;
  width: 340px;
  background-color: #EEF7FA;
}

.ie6Alert .links {
  float: left;
  height: 70px;
  margin: 10px 0;
  padding: 5px;
  width: 570px;
  background-color: #EEF7FA;
}

.ie6Alert .links img {
  width: 180px;
  height: 50px;
  border: 2px solid #EEF7FA;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
}

.ie6Alert .links img:hover {
  border: 2px solid #FFF;
}

.ie6Alert .close {
  float: left;
  background-color: #EEF7FA;
  height: 70px;
  margin: 10px 5px;
  margin-left: 0;
  padding: 5px;
  width: 10px;
}

.ie6Alert .text b {
  display: block;
}

.authenticated {
  padding-top: 25px;
  padding-right: 10px;
  float: right;
}

.loginFailed {
  padding: 10px 10px 10px 40px;
  color: #C63;
  border: 1px solid #C63;
}

.content .myFriends, .content .localMixtape {
  margin-top: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border: 1px solid #E8E8E8;
  padding-left: 20px;
  padding-bottom: 10px;
}

.content .myFriends h1, .content .localMixtape h1 {
  margin: 8px 0;
  text-decoration: underline;
  height: 16px;
}

.content .myFriends h1 a, .content .localMixtape h1 a {
  font-size: 12px;
}

.content .myFriends div {
  margin: 8px 0;
  font-size: 12px;
  clear: left;
  height: 22px;
  line-height: 22px;
}

.content .myFriends .folderCreation {
  display: none;
  padding-bottom: 15px;
}

.content .myFriends input {
  width: 150px;
  /*background-color: #FFF;*/
}

.content .myFriends input.button {
  width: auto;
}

.content .myFriends a.more, .content .localMixtape a.more {
  color: #176B25;
  font-size: 14px;
  text-decoration: underline;
  line-height: 14px;
}
/***  modified part 
.content .advertising {
  
  background-color: #F8B914;
}
.content .advertising td
{
  text-align: center;
  padding: 5px 0;
}
.content .advertising .advertisement
{
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.content .curved1
{
  border: 1px solid #FFFFFF;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-radius-bottomleft: 10px;
}
.content .curved1-big
{
  border: 1px solid #FFFFFF;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-radius-bottomleft: 30px;
}
.content .curved2
{
  border: 1px solid #FFFFFF;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-topleft: 10px;
  -webkit-border-radius-bottomright: 10px;
}
.content .curvedTL
{
  -moz-border-radius-topleft: 10px;
  -webkit-border-radius-topleft: 10px;
}
.content .curvedBR
{
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-bottomright: 10px;
}
modified part ******/
.content .notifications {
  margin-top: 10px;
  margin-bottom: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border: 1px solid #E8E8E8;
  padding-left: 20px;
  
}
#bglink span
{
  display: none;
}
.advertising
{
  margin-top: 10px;	
  background-color: #0C5C94;
  margin-bottom: 10px;
}
.advertising h4 {
  text-align: center;
  margin: 8px 0;
  text-decoration: underline;
}
.advertising td
{
  text-align: center;
  padding: 5px 0;
}
.advertising .advertisement
{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2px;
  margin-right: 2px;
  width: 80px;
  height: 80px;
  background-image: url("/images/advertiseHere.jpg");
}
.advertising2
{
  margin-top: 10px;	
  background-color: #0C5C94;
  margin-bottom: 10px;
}
.advertising2 h4 {
  text-align: center;
  margin: 5px 5px;
  text-decoration: underline;
}
.advertising2 td
{
  text-align: center;
  padding: 5px 5px;
}
.advertising2 .advertisement2
{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  width: 80px;
  height: 80px;
  background-image: url("/images/advertiseHere.jpg");
}
.curved1
{ 
  border: 1px solid #FFFFFF;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
.curved1-big
{
  border: 1px solid #FFFFFF;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
}
.curved2
{
  border: 1px solid #FFFFFF;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
.curvedTL
{
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
}
.curvedBR
{
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}


.content .notifications h1 {
  margin: 8px 0;
  text-decoration: underline;
}

.content .notifications h1 a {
  font-size: 12px;
}

.content .notifications div {
  margin: 8px 0;
  font-size: 12px;
  clear: left;
  height: 22px;
  line-height: 22px;
}

.content .notifications div em {
  float: left;
  font-style: normal;
}

.content .notifications div span {
  float: right;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #295592;
  font-style: normal;
  height: 22px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  color: #FFF;
  line-height: 22px;
}

.contentNotificationsDivSpan {
  float: right;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #295592;
  font-style: normal;
  height: 22px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  color: #FFF;
  line-height: 22px;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
}


div.worldHeadlines {
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border: 1px solid #E8E8E8;
  padding-left: 10px;
  padding-bottom: 10px;
}

div.worldHeadlines h1 {
  font-size: 14px;
  text-decoration: underline;
}

div.worldHeadlines .headline {
  margin-bottom: 15px;
}

div.worldHeadlines .headline img {
  width: 160px;
}

div.worldHeadlines .headline p {
  padding: 0;
  margin: 0;
  border: 0;
  width: 160px;
  text-align: justify;
  font-size: 12px;
  line-height: 14px;
}

.content div.worldHeadlines a {
  color: #176B25;
  font-size: 12px;
  text-decoration: underline;
  line-height: 14px;
}

.content .localMixtape h1 a {
  float: left
}

.content .localMixtape h1 span {
  float: right;
  padding-right: 10px;
}

.content .localMixtape h1 span a {
  color: #176B25;
  font-size: 12px;
  text-decoration: underline;
  line-height: 14px;
}

.content .localMixtape div {
  text-align: center;
  padding-bottom: 10px;
}

.content .localMixtape div img {
  width: 150px;
}

.content .localMixtape div div {
  text-align: justify;
  font-size: 12px;
  padding-left: 10px;
  padding-bottom: 0;
  line-height: 14px;
}

.greenLink {
  padding: 5px 20px;
  width: auto;
  background-color: #176B25;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 12px;
}

.greenLink:hover {
  color: #DFA;
}

/* form inside facebox */
.faceboxForm div {
  min-height: 20px;
}

.faceboxForm label {
  float: left;
  width: 140px;
  line-height: 20px;
}

/* generic columns */
.columnContainer {
  clear: left;
}

.columnContainer .column {
  float: left;
}

/* categories lists */
ul.categories, ul.categories ul {
  list-style: none;
  padding-left: 10px;
}

ul.categories li
{
  margin: 5px;
  border: 1px solid #ddd;
  padding: 5px;
}
ul.categories li a
{
  font-size: 12px;
}
ul.categories li h3
{
  font-size: 14px;
  margin: 3px 0;  
}

/* generic padded div to avoid the overlap with the menu buttons */
.leftPadded {
  padding-left: 40px;
  clear: left;
}

.leftPadded table {

}
.leftPadded form div
{
  min-height: 20px;
  clear: left;
  margin: 4px 0px;
}
.leftPadded form div div
{
  min-height: 0px;
  margin: 0px;
}
.leftPadded form fieldset select
{
  max-width: 300px;
}
.leftPadded form .error_list
{
  color: red;
  list-style: none;
  float:left;
  margin: 0;
  padding: 0;
}
.leftPadded form .error_list li
{
  float:left;
}
.leftPadded form label
{
  width: 160px;
  line-height: 20px;
  float: left;
}
.leftPadded.largeLabel form label
{
	width: 200px;
}
.leftPadded form .richEditor label
{
  display: block;
  float: none;
}
.leftPadded form .richEditor span.mceEditor
{
  float: left;
  position: relative;
  margin-left: 0px;
}
.leftPadded form .category_selector_content
{
  border: 1px solid #ddd;
  padding: 5px;
}
.leftPadded form .category_selector_content h3
{
  margin: 5px 0;
}


///////////////////////////////

.leftPadded form .contactFormStep .captcha
{
  height: 90px;
  padding-right:5px;
}
form.contactForm .contactFormStep .formRow img
{
  float:right;
  width: 70px;
}

//////////////////////////
.boxedDiv {
  padding: 10px;
  text-align: center;
}

.boxedDiv table
{
  width: 100%;
}

.boxedDiv table td
{
  text-align: left;
  vertical-align: top;
}

.boxedDiv table td:first-child
{
  width: 100px;
}

.sagaForm label {
  width: 180px;
}

/** accordion list **/
ul.accordionList, ul.accordionList ul {
  list-style: none;
  padding-left: 30px;
}

ul.accordionList.noMargin,
ul.accordionList.noMargin ul
{
  padding: 0;
  margin: 5px 0;
}

ul.accordionList ul {
  display: none;
}

ul.accordionList li em {
  cursor: pointer;
  display: block;
  font-style: normal;
  font-size: 18px;
  text-transform: capitalize;
}

ul.accordionList li em:hover {
  background-color: #ddd;
}

ul.accordionList li h3 {
  margin: 5px 0;
}

ul.accordionList li p {
  margin: 5px 0;
}

.hidden {
  display: none;
}

/* calendar table */
#GotCalendar {
  width: auto;
  border: 1px solid #E8E8E8;
  margin: 0 auto;
}

#GotCalendar tr {
  border: 1px solid #E8E8E8;
}

#GotCalendar td.today, #GotCalendar td.today a {
  color: #FECF3F;
  font-weight: bold;
}

#GotCalendar a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: blue;
}

#GotCalendar a:hover {
  background-color: #E8E8E8;
}

/** jquery tabs **/
div.tabs
{
  display: none;
}

/** floating loading div **/
div.loading
{
  position: absolute;
  padding: 10px;
  background-color: #fff;
}
div.loading img
{
  position: relative;
  top: 3px;
  margin-right: 5px;
}
/* photo selector */
div#photos img
{
  border: 2px solid white;
  cursor: pointer;
}
div#photos img.selected
{
  border: 2px solid yellow;
}
div#photos img:hover
{
  border: 2px solid orange;
}
div#upload iframe
{
  border: none;
  width: 100%;
  height: 59px;
}


table.translationTable
{
  display: block;
  border: solid 1px #ddd;
  /*
  padding: 5px;
  margin: 5px;
  border: solid 1px #ddd;
  */
  /*overflow: auto;
  width: 525px;*/
}
table.translationTable tbody,
table.translationTable tr,
table.translationTable td
{
  /*display: block;
  overflow: auto;
  width: 514px;*/
}
table.translationTable td{
	width: 520px !important;
}
table.translationTable td.selector
{
  text-align: right;
}
table.translationTable td.selector select, 
table.translationTable td.selector option,
table.translationTable td.selector input
{
  font-size: 9px;
}

table.translationTable .fieldContents a
{
  color: #176B25;
}
.fieldContents img{
	max-width:400px;
	max-height:400px;
}
.fieldContents p{
  max-width:520px;
  max-height:500px;
}
.quickUploader
{
  border: 1px solid #ddd;
  padding: 3px !important;
}

.clearer
{
  clear: left;
}
.personResult
{
  height: 100px;
}
.personResult a
{
  line-height: 30px;
}
.personResult img
{
  position: relative;
  top: 0px;
  max-height: 100px;
}

.imageGallery
{
  border: 1px solid #ddd;
  height: 250px;
}
.imageGalleryText
{
  border: 1px solid #ddd;
  border-top: none;
}
.imageGallery a
{
  float:left;
  margin: 0 5px;
  text-align: center;
  border: 2px solid transparent;
}
.imageGallery a.visible
{
  border: 2px solid yellow;
}
.category_multimedia img
{
  max-height: 150px;
  max-width: 150px;
}

/******** chat ********/
.chat_image {
	-moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright:10px;
 /* -moz-border-radius-topleft: 10px;*/
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  padding-right: 5px; 
  background-color: GhostWhite;
  height: 40px; 
  float: right; 
  margin-top: -20px; 
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
}
.chat
{
  height:25px;
  margin-bottom:-5px;
  position:absolute; 
  top:0; 
  left:0; 
  z-index:10; 
  width:100%;
}
.chat .bar
{
  background: url('/images/chatBackground.png') repeat-x top;
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius: 10px;
  padding-left: 0px;
  padding-right: 0px;
  height: 25px;
  position: relative;
  z-index: 1;
}
.chat .bar .title
{
  float: left;
  width: 65px;
  height: 20px;
  z-index: 2;
  margin-left: -70px;
  line-height: 20px;
  padding-left: 5px;
}
.chat .bar .title .green
{
  color: #046f2e;
}
.chat .bar .buttons
{
  height: 20px;
  overflow: auto;
  padding: 0px 150px 0 190px;
}
.chat .bar .buttons a
{
  float: left;
  height: 18px;
  line-height: 18px;
  text-align: left;
  border: 1px solid #ddd;
  max-width: 200px;
  min-width: 40px;
  padding: 0 10px;
  font-size: 14px;
  cursor: pointer;
}
.chat .bar .buttons a:hover
{
  border: 1px solid orange;
  text-decoration: none;
}
.chat .bar .menus
{
  float: left;
  width: 250px;
  height: 20px;
  margin-top: -20px;
}
.chat .bar .menus .userList
{
  float: left;
  width: 60px;
  cursor: pointer;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}
.chat .bar .menus .userList:hover
{
  color: orange;
}
.chat .bar .menus .userList ul
{
  display: none;
  position: absolute;
  min-height: 20px;
  /*right: 0px;*/
  background-color: white;
  margin-top: 0px;
  min-width: 100px;
  padding: 0;
  border: 1px solid #3771C2;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  z-index: 3;
  list-style: none;
}
.chat .bar .menus .publicRooms
{
  float: left;
  width: 125px;
  cursor: pointer;
  height: 18px;
  line-height: 19px;
  font-size: 12px;
  text-align: left;
  padding: 0px 0px 0px 20px;
}
.chat .bar .menus .publicRooms:hover
{
  color: orange;
}
.chat .bar .menus .publicRooms ul
{
  display: none;
  position: absolute;
  min-height: 20px;
  /*right: 139px;*/
  background-color: white;
  margin-top: 0px;
  min-width: 100px;
  padding: 0;
  border: 1px solid #3771C2;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  z-index: 3;
  list-style: none;
}
.chatWindows
{
  position: absolute;
  width: 0px;
  height: 0px;
}

.pagination
{
  margin: 10px 0;
}
.pagination span,
.pagination a
{
  float: left;
  padding: 3px;
  border: 1px solid #ddd;
  margin: 0 3px;
}
.pagination span
{
  color: orange;
}
.pagination em
{
  float: left;
}
.pagination a:hover
{
  border: 1px solid orange;
}
.criteria
{
  clear: left;
  padding: 0 40px;
}
.criteria a
{
  float: right;
  color: #176B25;
  font-weight: bold;
}

.youtubeFix
{
  position: relative;
  z-index: 0;
}

#category_chooser
{
  border: 1px solid #ddd;
  margin: 5px 0;
}

.leftPadded form .bigLabel label
{
  width: 300px;
}

div form .toShare div
{
  width: 45%;
  float: left;
  clear: none;
  padding: 5px;
  line-height: 30px;
}
div form .toShare div:hover
{
  background-color: #ddd;
}
div form .toShare div input
{
  float: right;
}

.chatWindows div.window
{
  position: absolute;
  width:384px;
}
.chatWindows .window .windowTop
{
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  margin-top: 20px;
  padding: 5px 5px 2px 5px;
  background-color: #125E95;
  color: white;
  font-weight: bold;
}
.chatWindows .window .windowTop .windowTitle
{
  padding-right: 40px;
}
.chatWindows .window .windowTop .windowButtons
{
  float: right;
  width: 40px;
  margin-top: -20px;
}
.chatWindows .window .windowTop .windowMinimizeButton
{
  background: url('http://www.gotsaga.com/images/gotSagaMinimizeButton.png');
  width: 19px;
  height: 19px;
  cursor: pointer;
  float: left;
}
.chatWindows .window .windowTop .windowMinimizeButton:hover
{
  background: url('http://www.gotsaga.com/images/gotSagaHighlightedMinimizeButton.png');
}
.chatWindows .window .windowTop .windowCloseButton
{
  background: url('http://www.gotsaga.com/images/gotSagaCloseButton.png');
  width: 19px;
  height: 19px;
  cursor: pointer;
  float: left;
}
.chatWindows .window .windowTop .windowCloseButton:hover
{
  background: url('http://www.gotsaga.com/images/gotSagaHighlightedCloseButton.png');
}
.chatWindows .window .windowMiddle
{
  background-color: white;
  border-bottom: 1px solid #0C5C94;
  border-left: 1px solid #0C5C94;
  border-right: 1px solid #0C5C94;
}
.chatWindows .window .windowMiddle .windowChat
{
  height: 188px;
  width: 258px;
  overflow: auto;
  float: left;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #ddd;
}
.chatWindows .window .windowMiddle .windowChat .windowChatOriginal
{
  display: none;
}
.chatWindows .window .windowMiddle .windowUserList
{
  height: 188px;
  width: 88px;
  float: left;
  overflow: auto;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #ddd;
}
.chatWindows .window .windowMiddle .commands
{
  height: 20px;
  width: 300px;
  float: left;
}
.chatWindows .window .windowMiddle .commands
{
  padding: 1px 0 4px 4px;
}
.chatWindows .window .windowMiddle .commands table,
.chatWindows .window .windowMiddle .commands ul
{
  display: none;
}

.chatWindows .window .windowBottom
{
  background-color: white;
  border-bottom: 1px solid #0C5C94;
  border-left: 1px solid #0C5C94;
  border-right: 1px solid #0C5C94;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
.chatWindows .window .windowBottom .windowText
{
  width: 190px;
  float: left;
  font-size: 14px;
  padding: 0 5px 5px;
}
.chatWindows .window .windowBottom .windowText textarea
{
  width: 362px;
}
.chatWindows .window .windowBottom .windowCommands
{
  width: 90px;
  float: left;
  padding: 5px;
}
.chatWindows .window .windowBottom .windowCommands .commandButton
{
  margin-top: 10px;
  cursor: pointer;
  height: 35px;
  background-color: #125E95;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
.counter_dock_chat
{
	display:none;
	color: white;
	font-weight: bolder; 
	background-color:red;
	-moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}
.regionsAC h2
{
  /*color: #FECF3F;*/
  color: #FFCC66;
  text-align: center;
  font-size: 30px;
}

.regionsAC div label,
.regionsAC div input,
.regionsAC div select
{
  float: left;
}
.regionsAC div input #location_input
{
    padding-left: 30px;
   
}
.regionsAC div input[type=button]
{
  position: relative;
  top: -4px;
}

#airValid
{
  margin-top: 5px;
}

.descPhotoPhoto,
.descPhotoText,
.descPhotoRemove
{
  float: left;
  padding: 0 2px;
}
.descPhotoText label
{
  float: left;
  width: 90px;
}
.descPhotoText input
{
  border: 1px solid #22659A;
  width: 200px;
}
.descPhotoText textarea
{
  border: 1px solid #22659A;
  width: 200px;
  height: 75px;
}

.leftPadded .help
{
  
}

.highlight
{
  color: #0B702B;
}
.steps
{
  padding: 0 10px;
}
.dialog
{}

.top_share
{
  background-color: #E9EFF8;
  padding: 2px;
}
.top_share button
{
  float: left;
}
.top_share span
{
  float: left;
  margin-top: 4px;
  cursor: pointer;
}
.top_share .searcher_input
{
  float: right;
  margin-top: 4px;
  background: url(/images/magnifier.gif) no-repeat top left #FFF;
  padding-left: 19px;
}
.friend_selector_container
{
  width: 465px;
  height: 200px;
  overflow: auto;
}
.friend_selector_container .friend_selector
{
  width: 149px;
  height: 90px;
  float: left;
  clear: none;
  margin: 3px;
  padding: 0 50px 0 11px;
}
.friend_selector_container .friend_selector.selected
{
  background-color: #536CA5;
  color: #FFF;
}
.friend_selector_container .friend_selector .share_photo
{
  position: relative;
  float: left;
  clear: none;
  width: 80px;
  text-align: center;
  height: 90px;
  padding: 5px 0;
}
.friend_selector_container .friend_selector .share_photo .check_icon
{
  position: absolute;
  margin-left: -70px;
  margin-top: 60px;
}
.friend_selector_container .friend_selector .share_name
{
  position: inherit;
  float: left;
  clear: none;
  width: 80px;
  text-align: ;
  height: 70px;
  padding: 5px 0;
}
.leftPadded form label.checkbox_label
{
  float: none;
  width: auto;
}
.leftPadded label 
{
    padding-right: 20px;
}
input[type=text][required=true],
textarea[required=true]
{
  border-color: #65229A;
}

form.registrationForm
{
  padding-left: 40px;
}
form.registrationForm .registrationStep
{
  padding: 5px;
}
form.registrationForm .registrationStep .formRow
{
  clear:both;
}
form.registrationForm .registrationStep .formRow input
{
  /*background-color: #FFF;*/
}
form.registrationForm .registrationStep .captcha
{
  height: 90px;
  padding-right:5px;
}
form.registrationForm .registrationStep .formRow img
{
  float:right;
  width: 70px;
}
form.registrationForm .registrationStep .business
{
  display: none;
}
form.registrationForm .registrationStep div
{
  min-height:20px;
  padding: 5px 0;
}
form.registrationForm .registrationStep div label
{
  float:left;
  width: 180px;
  height: 20px;
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}
form.registrationForm .registrationStep div ul
{
  list-style: none;
  margin: 0;
}
form.registrationForm .registrationStep div ul li
{
  float: left;
  white-space:nowrap;
}
form.registrationForm .registrationStep div ul li label
{
  width: auto;
  padding: 0;
  float: none;
}
form.registrationForm .registrationStep .error_list
{
  font-size: 12px;
  color: #F33;
}
form.registrationForm .registrationStep .captcha .error_list
{
  height: 20px;
}
#availability
{
  font-size: 12px;
}
.available
{
  color: #176B25;
}
.unavailable
{
  color:#6B2517;
}
.search
{
  padding-left: 35px;
}
.search p
{
  padding: 0;
  margin: 0;
  float:left;
  line-height: 25px;
}
.search select
{
  margin-left: 10px;
}
.search div
{
  margin: 5px 0;
}

.contentContainer div.message .title
{
  font-weight: bold;
  margin-bottom: 5px;
}
.contentContainer div.status .title
{
  padding: 5px 15px;
  float: left;
  width: auto;
  background-color: #176B25;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  margin-bottom: 5px;
}
.contentContainer div.location,
.contentContainer div.travel
{
  font-weight: bold;
}
.contentContainer div.more a
{
  color: #176B25;
  font-size: 14px;
  text-decoration: underline;
  line-height: 14px;
}

.menuAndPhotoBar .userProfile
{
  width: 100%;
  padding-top:15px;
}
.menuAndPhotoBar .userProfile .photo
{
  float: left;
  width: 255px;
  text-align: center;
}
.menuAndPhotoBar .userProfile .photo img
{
  width: auto;
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius: 10px;
}
.menuAndPhotoBar .userProfile .photo a
{
  display: block;
  text-align: left;
  margin: 10px 0 10px 30px;
  color: #176B25;
  font-size: 12px;
  text-decoration: underline;
}
.menuAndPhotoBar .userProfile .information
{
  float:left;
  width:  260px;
  font-size: 14px;
  line-height: 24px;
}
.menuAndPhotoBar .userProfile .map
{
  float: left;
  width: 430px;
  font-weight: bold;
  font-size: 14px;
}
.menuAndPhotoBar .userProfile .map a
{
  color: #176B25;
  text-decoration: underline;
  margin-left: 10px;
}
.menuAndPhotoBar .userProfile .map .map
{
  width: 400px;
  height: 180px;
  background-color: #e5e3df;
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius: 10px;
}
.menuAndPhotoBar .userStatus
{
  background-color: #EFF7FA;
  line-height: 30px;
  padding: 5px;
  padding-left: 10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius: 10px;
}
.menuAndPhotoBar .userStatus em
{
  padding: 5px 20px;
  width: auto;
  background-color: #176B25;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  line-height: 12px;
}
.menuAndPhotoBar .userStatus span
{
  margin-left: 10px;
  font-weight: bold;
  font-size: 14px;
  font-style: italic;
}
.menuAndPhotoBar .userStatus a
{
  color: #176B25;
  text-decoration: underline;
  margin-left: 10px;
  font-size: 12px;
}

.userForm
{
  font-size:16px;
  line-height:20px;
}
.userForm label
{
  line-height:20px;
  float:left;
  width:120px;
}
.photoGallery .category
{
  padding: 5px 0;
}
.photoGallery .category .title
{
  text-transform:uppercase;
  font-weight:bold;
  padding: 3px 0;
}

.upperButton
{
  padding: 15px !important;
  text-align:right;
}

.centeredHighlightedTitle
{
  text-align: center;
  /*color: #FDAE3E;*/
  color: #FFCC66;
  font-weight: bold;
}
.highlightedErrorBox
{
  width: 80%;
  margin: 10px auto;
  border: 1px solid #C53;
  padding: 10px;
  color: #C53;
}

.fancy_colors
{
  color: #C53;
}
.fancy_colors a
{
  color: #057130;
}
.bulk_text_container
{
  margin: 2px auto;
  width: 80%;
  padding: 5px;
  color: #999;
  font-size: 14px;
}
.strong_content
{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  padding-top: 10px;
  border-top: 2px solid #999;
}

.requiredFields
{
    float: left;
}
.requiredFieldsIndent
{
    float: left;
    text-indent: 23%;
}
.requiredFieldsSpecial
{
    float: left;
    text-indent: 12%;
}






//////////////////////////////////

form.contactForm .contactFormStep .captcha
{
  height: 90px;
  padding-right:5px;
}
form.contactForm .contactFormStep .formRow img
{
  float:right;
  width: 70px;
}


form.contactForm .contactFormStep div label
{
  float:left;
  width: 180px;
  height: 20px;
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}

form.contactForm .contactFormStep div ul li
{
  float: left;
  white-space:nowrap;
}
form.contactForm .contactFormStep div ul li label
{
  width: auto;
  padding: 0;
  float: none;
}
form.contactForm .contactFormStep .error_list
{
  font-size: 12px;
  color: #F33;
}
form.contactForm .contactFormStep .captcha .error_list
{
  height: 20px;
}
.border
{
    border: 1px solid #DDDDDD;
    display: block;
    margin: 15px;
    padding: 10px;
}
/**  parte del pequenio dialogo **/
    
#dialogt {position:absolute; width:425px; padding:10px; z-index:200; background:#fff}
#dialog-headert {display:block; position:relative; width:411px; padding:3px 6px 7px; height:14px; font-size:14px; font-weight:bold}
#dialog-titlet {float:left}
#dialog-closet {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; background:url(images/dialog_close.gif) no-repeat}
#dialog-contentt {display:block; height:160px; padding:6px; color:#666666; font-size:13px}
#dialog-maskt {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#FFF; opacity:.75; filter:alpha(opacity=75); z-index:100}
.error {background:#fff url(images/error_bg.jpg) bottom right no-repeat; border:1px solid #924949; border-top:none}
.errorheader {background:url(images/error_header.gif) repeat-x; color:#6f2c2c; border:1px solid #924949; border-bottom:none}
.warning {background:#fff url(images/warning_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; border-top:none}
.warningheader {background:url(images/warning_header.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
.success {background:#fff url(images/success_bg.jpg) bottom right no-repeat; border:1px solid #60a174; border-top:none}
.successheader {background:url(images/success_header.gif) repeat-x; color:#3c7f51; border:1px solid #60a174; border-bottom:none}
.prompt {background:#fff url(images/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; border-top:none}
.promptheadert {background:url(images/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}

/** Estilos para los anuncios **/
.advertisementgeneral {
  padding: 21px 13px 12px 8px; 
  width: 58px; 
  height: 43px; 
  font-size: 13px; 
  text-align: center; 
  text-decoration: none;
}

.emotions {
	font-size: 10px; 
	cursor: pointer;
}
