html {
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.5em;
	color: #333;
	background: #FFF;
	font-size: 84%;
	margin: 0;
	padding: 0;
	font-family: 'Asap', Arial, sans-serif;
}
.hide {
	display:none;
}
p {
	padding: 0 0 20px 0;
	line-height: 1.7em;
	font-size:14px;
}
img {
	border: 0;
}
.title {
	height: 60px;
	margin-bottom: 20px;
	background:  url(img/tabs-divider.png) no-repeat bottom center;
	display: block;
	font-size: 40px;
	line-height: 70px;
	margin-left: 30px;
	color: #5C0413;
	font-weight: 700;
	font-style: normal;
	padding:0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, 'Play', sans-serif;
	line-height: 1.4em;
	font-weight: bold;
	color:#5C0413;
	padding:0;
	margin:0;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 16px;
	font-weight:normal;
	text-transform:uppercase;
}
,bold {
	font-weight:bold;
}
.gray {
	color:#666;
}
.clearFix {
	clear:both;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #cc6600;
	text-decoration: none;
}
a:hover {
	color:#5C0413;
}
blockquote {
	margin: 20px 0;
	padding: 10px 20px 0 20px;
	border: 1px solid #E5E5DB;
	background: #FFF;
}
ul {
}
ul li {
}
ol {
}
ol li {
}
.left {
	float: left;
	width: auto;
	margin-right: 10px;
}
.right {
	float: right;
	width: auto;
	margin-left: 10px;
}
.center {
	display: block;
	text-align: center;
	margin: 20px auto;
}
#main, #logo, #menubar, #site_content, #footer {
	margin-left: auto;
	margin-right: auto;
}
#main {
}
.logBox {
	background-color:#F6F6F0;
	border: 15px solid #F99128;
	margin: 0 auto;
	/*overflow: hidden;*/
	padding: 10px 20px 20px;
	width:300px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	height:270px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-165px 0 0 -185px;
}
.logBox .messageBox {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	position: absolute;
	background: #FF0000;
	width: 300px;
	color: white;
	top: -80px;
}
.logBox .messageBox p {
	padding:10px;
}
.top_wrap {
	width: 990px;
	overflow: hidden;
	height: 230px;
	margin: 0 auto;
	position: relative;
	display:none;
}
.topBg {
	position: absolute;
	width: 100%;
	height: 230px;
	z-index: 2;
	background: url(img/bg_cavalos.jpeg) -170px center repeat-x;
}
.topBg2 {
	position: absolute;
	width: 100%;
	height: 230px;
	z-index: 1;
	background: url(img/bg_cavalos.jpeg) -170px center repeat-x;
}
.logInfo {
	position: relative;
	top: 200px;
	width: 950px;
	margin: -20px auto 0;
	z-index: 200;
	text-align: right;
	padding: 0 20px;
	display:none;
}
#menubar {
	margin: 0 0 10px 0;
	width: 680px;
	z-index: 500;
	height: 30px;
	/*display:block;*/
	display:none;
}
#menubar ul#menu {
	margin:0 auto 10px;
	padding:0;
	width:680px;
	border-bottom: 2px solid #9E4F28;
	border-collapse:collapse;
	float: left;
	line-height:normal;
	height:auto;
}
#menubar ul#menu li {
	text-align:center;
	float:left;
	position:relative;
	z-index:500;
	list-style:none;
	margin:0;
	padding:0;
}
#menubar ul#menu li a, #menubar ul#menu li a:visited {
	font-family: Arial, 'Play', sans-serif;
	display: block;
	font-size: 10px;
	color: #C60;
	text-decoration: none;
	margin: 0 3px;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 5px;
	cursor: pointer;
	background:#F4F4F4;
				border:1px solid #ccc;
				border-bottom: 0px solid #fff;
			font-weight:bold;
		-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 10px;
}
#menubar ul#menu li a:hover {
	color: #5C0413;
}
#menubar ul#menu li.selected a {
	background: url(img/bgMenu.png) repeat-x bottom left;
	color:#fff;
}
#menubar ul#menu li.selected a:hover {
	color:#fff;
}
/*
#menubar {
	width: 898px;
	height: 46px;
	padding: 0 0 0 4px;
}
ul#menu {
	float: right;
	margin: 0;
	padding: 0;
}
ul#menu li {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 6px;
	list-style: none;
	margin: 3px 2px 0 0;
	background: #635B53 url(tab.png) no-repeat 0 0;
}
ul#menu li a {
	font: normal 100% 'lucida sans unicode', sans-serif;
	display: block;
	float: left;
	height: 20px;
	padding: 7px 22px 4px 16px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background: #635B53 url(tab.png) no-repeat 100% 0;
}
ul#menu li.selected a {
	height: 20px;
	padding: 7px 22px 4px 16px;
}
ul#menu li.selected {
	margin: 3px 2px 0 0;
	background: #FFF;
}
ul#menu li.selected a, ul#menu li.selected a:hover {
	background: #FFF;
	color: #111;
}
ul#menu li a:hover {
	color: #E4EC04;
}*/
/******** Menu Front *******/
/*ul#menu li.front {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 6px;
	list-style: none;
	margin: 3px 2px 0 0;
	background: #635B53 url(front.png) no-repeat 0 0;
}
ul#menu li.front a {
	font: normal 100% 'lucida sans unicode', sans-serif;
	display: block;
	float: left;
	height: 20px;
	padding: 7px 22px 4px 16px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background: #635B53 url(front.png) no-repeat 100% 0;
}
ul#menu li.front a:hover {
	color: #E4EC04;
}
ul#menu li.front {
	background-color: FFF;
}
ul#menu li.front {
	margin: 3px 2px 0 0;
}
ul#menu li.front a, ul#menu li.front a:hover {
	background-image:url('front.png');
	color: #FFF;
}*/
/***************************/
#site_content {
	width: 680px;
	margin: 0;
/*	position: relative;*/
	z-index: 20;
	background: white;
	padding: 0 0 20px 0;
	display:block;
	/*border-bottom:1px solid #ccc;*/
}
.sidebar {
	width: 190px;
	float: right;
	font-size: 12px;
}
.sidebar ul {
	float: left;
	margin-bottom: 1em;
	padding: 0;
	width: 15em;
}
.sidebar ul li {
	list-style: none;
	background: url(img/submenu_bg.png) repeat-y center right;
	margin: 0;
	color: white;
	width: 15em;
	border-bottom: 1px solid #FFF;
}
.sidebar ul li a, .sidebar ul li a:visited {
	color: #FFF;
	padding: 0.85em 1em;
	text-transform: uppercase;
	font-family: Arial, 'Play', sans-serif;
	font-size: 0.88em;
	line-height: 1.3em;
	display: block;
}
.sidebar ul li a:hover {
	color: #5C0413;
}
.sidebar ul li a.selected {
	color: #5C0413;
	font-style: italic;
}
#content {
	text-align: left;
	width: 680px;
	padding: 0;
}
#content .indent p {
	padding:0 0 20px 20px;
}
#content ul {
	margin: 2px 0 22px 0px;
	font-size:14px;
	line-height:27px;
}
#content ul li {
	list-style-type: none;
	background: url(img/menu-leaf.gif) no-repeat left 5px;
	margin: 0 0 0 0;
	padding: 0 0 4px 15px;
	line-height: 1.7em;
}
#footer {
	width: 930px;
	padding: 25px 30px 0 30px;
	background: white;
	margin-top: 0;
	height: 70px;
	margin: 0 auto;
	border-top: 1px solid #BBB;
	
	display:none;
}
#footer .block1, #footer .block2, #footer .block3 {
	width:320px;
}
#footer .block1 {
	float:left;
}
#footer .block1 p {
	color: #868686;
	font-size:12px;
}
#footer .block2 {
	margin:0 auto;
	width:200px;
}
#footer .block3 {
	float:right;
	height: 30px;
	background: url(img/far_footer.png) no-repeat right center;
}
.form_settings {
}
.form_settings p {
	padding: 0 0 4px 0;
}
.form_settings span {
	float: left;
	width: 200px;
	text-align: right;
	padding: 0 10px 0 0;
}
.form_settings input, .form_settings textarea {
	padding: 5px;
	width: 299px;
	font: 100% arial;
	border: 1px solid #E5E5DB;
	background: #FFF;
	color: #47433F;
}
.form_settings .submit {
	font: 100% arial;
	border: 1px solid #FFF;
	width: 99px;
	margin: 0 0 0 0px;
	height: 33px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #F99128;
	color: #FFF;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form_settings .submit:hover {
	background: #5C0413;
}
.form_settings textarea, .form_settings select {
	font: 100% arial;
	width: 299px;
}
.form_settings select {
	width: 310px;
}
.form_settings .checkbox {
	margin: 4px 0;
	padding: 0;
	width: 14px;
	border: 0;
	background: none;
}
.regPass {
	margin: 20px 0 0 0;
}
.separator {
	width: 100%;
	height: 0;
	border-top: 1px solid #D9D5CF;
	border-bottom: 1px solid #FFF;
	margin: 0 0 20px 0;
}
table {
	margin: 10px 0 30px 0;
}
table tr th, table tr td {
	background: url(img/bgMenu.png) repeat-x top left #C60;
	color: #FFF;
	text-align: center;
	border-right: 1px solid #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	line-height: 1.5em;
}
table tr td {
	background: #E5E5DB;
	color: #333;
	border-top: 1px solid #FFF;
	vertical-align:top;
	padding:2px;
	font-size:14px;
}
table.outterTable tr td {
	background: none;
	vertical-align:top;
	text-align:left;
	padding:2px;
	font-size:12px;
}
table.outterTable tr td.rightTd,
table.outterTable tr td.rightTd2{
	text-align:right;
	font-weight: bold;
	padding: 0 5px 0 0;
}
table.outterTable tr td.rightTd2{
	font-style:italic;
}
table.outterTable tr td.leftTd2{
	font-style:italic;
}
table.innerTable {
	margin:0;
}
table.innerTable tr th {
	font-size: 12px;
	font-weight: normal;
	padding:0;
}
table.innerTable tr td {
	background: #E5E5DB;
	color: #5C0413;
	border-top: 1px solid #FFF;
	padding:0 0 0 5px;
}
.button {
	font: 100% arial;
	border: 1px solid #FFF;
	width: 99px;
	margin: 0 0 0 0px;
	height: 25px;
	padding: 2px 0 3px 0;
	cursor: pointer;
	background: #F99128;
	color: #FFF;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: table-cell;
	color: #5C0413 !important;
	vertical-align: middle;
	text-align:center;
}
.button:hover {
	background: #5C0413;
	color:#FFF !important;
}
table.ascTreeTable {
	font-family: 'Asap', Arial, sans-serif;
	font-size:12px;
	color: #5C0413;
	width:100%;
	border-spacing:0px;
}
table.ascTreeTable a, 
table.ascTreeTable a:visited {
	color: #FFF;
	text-decoration:none;
}
table.ascTreeTable a:hover {
	color: #FFF;
	text-decoration:underline;
}
table.ascTreeTable td {
	background: none;
	border-right:0px solid #FFF;
	padding:0px;
}
table.ascTreeTable td.bg {
	background-color: #C60;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align:middle;
}
table.ascTreeTable td.bg p {
	text-align:center;
	padding:0;
}
table.ascTreeTable td.sigla p {
	text-align:center;
	margin:0;
	padding:2px 0 0 0;
}
table.ascTreeTable td.borderLeftTop {
	border-left: 1px solid #C60;
	border-top: 1px solid #C60;
}
table.ascTreeTable td.borderLeftBottom {
	border-left: 1px solid #C60;
	border-bottom: 1px solid #C60;
}
table.ascTreeTable td.borderLeft {
	border-left: 1px solid #C60;
}
table.ascTreeTable td.borderTop {
	border-top: 1px solid #C60;
}
table.padraoRaca {
	margin:0 0 20px 0;
}
table.padraoRaca td {
	vertical-align:middle;
}
table.padraoRaca td.td1 {
	width:75%;
	text-align:left;
	padding:0 0 0 15px;
}
table.padraoRaca td.td2 {
}
table.abrv {
	margin: 0 0 20px 0;
}
table.abrv td.td1 {
	padding: 0;
	font-weight: bold;
}
table.abrv td.td2 {
	text-align:left;
	padding:0 0 0 10px;
}
table.lgm {
}
table.lgm tr td {
	background:none;
	text-align:left;
}
table.compTable {
	font-family: 'Asap', Arial, sans-serif;
	font-size:12px;
	color: #5C0413;
	width:100%;
	border-spacing:0px;
}
table.compTable td {
	background: none;
	border-right:0px solid #FFF;
	padding:4px 4px 4px 8px;
}
table.compTable td.bg {
	background-color: #C60;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align:middle;
}
table.compTable td.bg p {
	text-align:left;
	padding:0;
	font-size:12px;
	color:#FFF;
}
table.compTable td.bg p strong {
	font-size:14px;
}
table.compTable td.comp p {
	text-align:left;
	margin:0;
	padding:2px 0 0 0;
	color:#C00;
}
table.compTable td.borderLeftTop {
	border-left: 1px solid #C60;
	border-top: 1px solid #C60;
}
table.compTable td.borderLeftBottom {
	border-left: 1px solid #C60;
	border-bottom: 1px solid #C60;
}
table.compTable td.borderLeftTopBottom {
	border-left: 1px solid #C60;
	border-bottom: 1px solid #C60;
	border-top: 1px solid #C60;
}
table.compTable td.borderLeft {
	border-left: 1px solid #C60;
}
table.compTable td.borderTop {
	border-top: 1px solid #C60;
}
table.quadro {
	width:100%; 
	border-spacing:0; 
	margin: 0 0 20px 0;
}
table.quadro tr th {
	font-size: 14px;
	font-weight: normal;
	padding:0;
}
table.quadro tr td {
	background: #E5E5DB;
	color: #5C0413;
	border-top: 1px solid #FFF;
	padding:0 0 0 5px;
}
table.quadro tr td.pais {
	vertical-align:middle;
}
table.noStyle {
	width:100%; 
	border-spacing:0; 
	margin: 0 0 20px 0;
}
table.noStyle tr th {
	background: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding:0;
	color: #333;
	text-align:left;
}
table.noStyle tr td {
	background: #FFF;
	color: #333;
	padding:0 0 0 15px;
	text-align:left;
	font-size: 14px;
}
table.studR tr th, table.studR tr td,
table.studD tr th, table.studD tr td{
	width:20%;
}
.lupa a {
	padding:0 0 0 20px;
	background:url(img/lupa.png) no-repeat left center;
}
.voltar a {
	padding:0 0 0 20px;
	background:url(img/backto.png) no-repeat left center;
}
.registos, .paginas {
	float:right;
}
.paginas {
	margin-right: 20px;
}
#site_content #content h4,
#site_content h4{
	display:none;
}