html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    margin: 0 15px 10px 15px;
}

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

.help_tip {
    background: #f3f8fc url(../images/skin/help.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors input {
    border: 1px solid red;
}

td.errors select {
    border: 1px solid red;
}

td.errors textarea {
    border: 1px solid red;
}

table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}
.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 30%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.cancel {
    background: transparent url(../images/skin/cancel.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.query {
    background: transparent url(../images/skin/query.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.warning {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
	margin-bottom: 20px;
    border-style: double;
    border-width: 5px;
    border-color: #F48601;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 94px;
    font-weight: bold;
    background: url(./img/warning.png) 10px 10px no-repeat;
}
.warning ul {
	list-style: none;
}
#main_logo {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 30px;
}
#loading {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#logo {
	width: 163px;
	margin-left: auto;
	margin-right: auto;
}
.challenges_for_hour  {
	width: 545px;
	border: none;
}
.challenges_for_hour  td.icon{
	width: 50px;
}
.challenges_for_hour  td.name{
	width: 415px;
	text-align: left;
	padding-top: 15px;
}
.challenges_for_hour  td.name a{
	font-size: 16px;
	color: #3A9C25;
}
.challenges_for_hour  td.type{
	width: 80px;
}

.images_container {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.images_container td {
	background-color: white;
	border: solid 5px;
	border-color: #F4F4F4;
	text-align: center;
}
#loadingGallery {
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 200px;
	text-align: center;
	color: black;
	font-weight: bolder;
}
#loadingFromRemoteBusiness {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	text-align: center;
	color: black;
	font-weight: bolder;
}
.loaderFrame {
	width: 16px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
}
.loader-index {
	width: 32px;
	margin-right: auto;
	margin-left: auto;
}
#loader_main_content {
	float: right;
	margin-right: 10px;
}

body {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  background-image: url(body-background.jpg);
  background-repeat:  repeat-x;
  font-family: sans-serif;
}

div#page_header {
  height: 18px;
  width: 766px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  margin-top: 30px;
  background-repeat: no-repeat;
}
div#page_header #hul {
	background-image: url(hul.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	margin-left: 1px;
}
div#page_header #hur {
	background-image: url(hur.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	position: relative;
	top: -45px;
	left: 745px;
}
div#page_header #hc {
	background-color: white;
	height: 21px;
	width: 725px;
	position: relative;
	top: -21px;
	left: 21px;
	border-top: 3px solid #3A9C25;	
}
div#page_footer {
  height: 18px;
  width: 764px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
}
div#page_footer #fll {
	background-image: url(fll.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	margin-left: 1px;
}
div#page_footer #flr {
	background-image: url(flr.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	position: relative;
	top: -45px;
	left: 745px;
}
div#page_footer #fc {
	background-color: white;
	height: 21px;
	width: 725px;
	position: relative;
	top: -25px;
	left: 21px;
	border-bottom: 3px solid #3A9C25;	
}
div#page_content {
  background-color: white;
  width: 750px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 3px solid #3A9C25;
  padding: 4px;
  border-top: none;
  border-bottom: none;
}

div#content_logo {
  height: 160px;
}

div#content_header {
  margin-top: 25px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: 0px;
  width: 515px;
  position: relative;
  right: 5px;
  text-align: right;
}

div#content_left {
  float: left;
  margin-left: 5px;
}

div#left_menu {
  width: 208px;
  margin-right: 5px;
}

div#left_menu_inner {
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
}

div#content_footer {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

div#content_main {
  padding: 2px;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  margin-top: 15px;
}

div#main_main_inner {
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}
div#main_main_inner p {
  padding-left: 15px;
  padding-right: 15px;
}

h1, h2 {
  margin-left:	2px;
  margin-right:	2px;
  padding:		0px 10px 2px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

h1 {
  text-align: left;
  border-bottom-style: solid;
  color: #3A9C25;
}

h2 {
  text-align: left;
  font-size: 16px;
  color: #FF0000;
  margin-top:	10px;
}
h3 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
div.blueBox {
	border: solid 5px #3333FF;
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #FFFFFF;
}
h3 {
	color: #FF0000;
}

strong {
	color: #FF6600;
}
.large_input {
	width: 475px;
}

.gmap {
	font-size: 14px;
	border-bottom: none;
	color: #0000FF;
}

#map_div {
	margin-top: 20px;
}

td.name {
	font-weight: bold;
	color: #FF6600;
	width: 200px;
	text-align: right;
	margin-right: 20px;
	padding: 5px;
}

td.value {
	background: #FFFFFF;
	padding: 5px;
	border: solid 2px #CCCCCC;
}

.blue_input {
	border-color: #0000FF;
	color: #0000FF;
	background-color: #FFFFFF;
}

p {
	margin-top: 6px;
	margin-bottom: 12px;
}

.back_link a {
	color: #0000FF;
	font-size: 11px;
	font-weight: bolder;
}

.back_link {
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.phones_table {
	width: 200px;
	border: none;
}

.phones_table td {
	padding: 0px;
}

.add_phone {
	background: transparent url(../images/skin/add.png) 1px 50% no-repeat;
	width: 20px;
	height: 20px;
}
.remove_phone {
	background: transparent url(../images/skin/remove.png) 1px 50% no-repeat;
	width: 20px;
	height: 20px;
}
.inProgress {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border-style: double;
    border-width: 5px;
    border-color: #F48601;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 94px;
    font-weight: bold;
    background: url(./img/under_construccion.gif) 10px 10px no-repeat;	
}

.validation_error {
	color: red;
	font-weight: bold;
}

.equipos {
	list-style-position: inside;
	list-style-image: url(../images/team_bullet.png);
	margin-left: 10px;
	vertical-align: middle;
}

ul.equipos li a {
	font-size: 18px;
	color: #3A9C25;
}

.canchas {
	list-style-position: inside;
	list-style-image: url(../images/playFields_bullet.png);
	margin-left: 10px;
	vertical-align: middle;
}

ul.canchas li a {
	font-size: 18px;
	color: #3A9C25;
}
.business_checks {
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#calendar {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.sponsor {
    height: 200px;
    width: 250px;
}

#gratis {
    color: red;
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.lista_equipos_wrapper {
    width: 250px;
    margin-left: 350px;
}
div#lista_equipos {
	width: 250px;
	height: 200px;
	overflow-y: auto;
	background-color: white;
	margin-top: 5px;
}
.filtros_equipos {
	margin-left: 10px;
    float: left;
    width: 250px;
}

#message_body {
    margin: 20px;
    height: 300px;
    overflow-y: auto; 
}