body {
	background-image: url(/site_media/static/static_app/torneio/img/gradient2.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.container {
	/*background-color: white;*/
}

#chrome-frame {
	z-index: 9999;
}

h1 {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif;
	color: white;
/*	text-shadow: 1px 1px 3px black;*/
}

h2 {
	color: #C1262D;
	border-bottom: 1px solid;
	font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style:italic;
	font-weight:normal;
}

.header p {
	color: #C1262D;
	font-family:"Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style:italic;
	font-weight:normal;
	font-size: 2em;
}

.header p + p {
	text-indent: 0px;
}

.body {
	font-size: 1.2em;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif
}

.body a:HOVER {
	border-bottom: 1px dashed #21798E;
}

.body a {
	text-decoration: none;
	color: #21798E;
}

.logo img {
	/*width: 100%;*/
}

.title {
	top-margin: 1em;
}

.menubar {
	margin-top: 1em;
	margin-bottom: 1em;
}

.menubar ul {
	list-style-type: none;
	margin: 0;
}

.menubar li {
	display: inline;
	margin-right: 2em;
}

.menubar a {
	/*font-size: 1.2em;*/
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding: 5px;
}

.menubar a:VISITED {
	text-decoration: none;
}

.menubar a:HOVER {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: black;
	background-color: white;
}

.linksbar {
}

.linksbar ul {
		position: relative;
		height: 29px;
		overflow: hidden;
		margin: 0;
		padding: 0;
}

.linksbar li {
		float: right;
		list-style: none;
}

.linksbar li.back {
		background: url(/site_media/static/static_app/torneio/img/lava.png) no-repeat right -30px;
		width: 9px;
		height: 30px;
		z-index: 8;
		position: absolute;
		opacity: 0;
}

.linksbar li.back .left {
		background: url(/site_media/static/static_app/torneio/img/lava.png) no-repeat top left;
		height: 30px;
		margin-right: 9px; /* 7px is the width of the rounded shape */
}

.linksbar li.back .left {
		background: url(/site_media/static/static_app/torneio/img/lava.png) no-repeat top left;
		height: 30px;
		margin-right: 9px; /* 7px is the width of the rounded shape */
}

.linksbar li a {
		/*font-size: 1.2em;*/
		font-family: sans-serif;
		font-weight: bold;
		text-decoration: none;
		color: #21798E;
		outline: none;
		text-align: center;
		top: 5px;
		display: block;
		letter-spacing: 0;
		z-index: 10;
		height: 30px;
		position: relative;
		overflow: hidden;
		margin: auto 10px;
}

.linksbar a:VISITED {
		text-decoration: none;
}

.linksbar-hover a:HOVER {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #E1F1F4;
}

.map {
	width: 100%;
	height: 200px;
	background-color: white;
	border: 1px solid black;
/*	box-shadow: 1px 1px 5px black;
	-moz-box-shadow: 1px 1px 5px black;
	-webkit-box-shadow: 1px 1px 5px black;*/
}

.sponsors div {
	/*height: 110px;*/
}

.sponsors img {
	display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.tooltip {
	position:absolute;
	/*z-index:9999;*/
	color: black;
	font-size:10px;
	/*width:180px;*/
	background-color: white;
}

.bubble {
	position: relative;
	color: white;
	background-color: black;
	opacity: 0.8;
	width: 100%;
	text-align: center;
}

.bubble a {
	color: black;
	background-color: white;
	text-decoration: blink;
}

#locale_switcher { display: inline; }

/* ui */
.dialog, .auto-dialog { display: none; }
label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }
.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }