/* Zemoga */
/* Sackatoga CSS */
/* revision 0.1 by Fabian Garzón  - December - 2006*

/* ----------[ GENERAL ]---------- */


html {
	overflow:auto;
}
body {
	margin:0px;
	padding:0px;
	background: url(../assets/images/background/global_bg.gif) repeat-x #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.7em;
	letter-spacing:normal;
	color:#666666;
}
hr {
	display: none;
	clear:both;
}
img {
	border: none;
}
/* ----------[ LAYOUT ]---------- */
#main_container {
	width:870px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
#header {

}
#section_container {
	background:url(../assets/images/background/main_container_bg.gif) repeat-y;
	padding:7px;
	margin:0px;
	/* position:relative; */
	height:auto;
}
#section_column {
	float:left;
	background:url(../assets/images/boxes/content_yellow_box.gif) repeat-y;
	width:200px;
	display:inline;
	position:relative;
}
#section_content {
	float:right;
	width:650px;
	display:inline;
	position:relative;
}
#footer {
	background:url(../assets/images/background/footer_bg.gif) no-repeat bottom;
	clear:both;
	padding:20px 7px 7px 7px;
	text-align:right;
	font-size: 10px;
	margin-bottom:10px;
}
/* ----------[ TEXT ]---------- */
h1, h2, h3, h4 {
	font-weight: bold;
	color: #4B4B4B;
	padding:0px 0px 0px 6px;
	margin:0px 0px 10px 0px;
	clear:both;	
}
h1 {
	background: url(../assets/images/background/h1-background.gif) no-repeat #E4E2E3;
	height:28px;
	padding: 6px 0px 0px 9px;
	font-size: 13px;
} 
h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 10px;
}
p{
	margin: 0px 0px 10px 5px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a:link,
a:visited {
	text-decoration:none;
	color:#D5951C;
}
a:hover {
	color:#B57D17;
}	
/* ----------[ BUTTONS ]---------- */
a.button {
	background:url(../assets/images/buttons/end_purple_button.gif) right top no-repeat;
	padding:0px 12px 0px 0px;
	color:#FFFFFF!important;
	font-size:9px;
	text-transform:uppercase;
	height:22px;
	float:left;
}
a.button span {
	background:url(../assets/images/buttons/beginning_purple_button.gif) top left no-repeat;
	padding-left:10px;
	float:left;
	width:5px;
}
a.button.black {
	position:absolute;
	background:url(../assets/images/buttons/end_black_button.gif) right top no-repeat;
	right:10px;
	top:7px;
}
a.button.black span {
	background:url(../assets/images/buttons/beginning_black_button.gif) no-repeat;
}
.log_info a.button {
	background:url(../assets/images/buttons/yellow_button.gif) no-repeat center 0px;
	height:16px;
	padding:0px 13px 7px 13px;
	display:inline;
	float:none;
}
.component a.button {
	background:url(../assets/images/buttons/end_purple_button.gif) right top no-repeat;
	float:left;
}
#section_content a.button {
	margin-bottom:10px;
	margin-left:6px;
}
#news a.button {
	margin-left:40px;
}
#featured_opportunity a.button {
	margin-left:12px;
}
#calendar a.button {
	margin-left:40px;
}
/* ----------[ TABLES ]---------- */
.tableNF 
{
	width:100%;
	border-top:3px solid #FFFFFF;
	padding:0px;
	border-collapse:collapse;
	margin-bottom:15px;
}
.tableNF tr,
.tableNF th,
.tableNF td {
	padding:1px 4px;
	vertical-align:top;
}
.tableNF thead tr 
{
	background-color:#FFFFFF;
}
.tableNF thead th {
	text-align:center;
	font-size:9px;
	text-transform:uppercase;
	color: #FFFFFF;
}
.tableNF tbody th {
	text-align:left;
	font-size:10px;
	background-color: #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	white-space:nowrap;
}
.tableNF tbody td {
	text-align:left;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.tableNF tbody td.text {
	text-align:left;
}
.tableNF td a:link,
.tableNF td a:visited {
	font-size:9px;
}

table {
	width:100%;
	border-top:3px solid #D8D6D7;
	padding:0px;
	border-collapse:collapse;
	margin-bottom:15px;
}
table tr,
table th,
table td {
	padding:1px 4px;
	vertical-align:top;
}
table thead tr {
	background-color:#D8D6D7;
}
table tr.thead th {
	background-color:#D8D6D7;
} 
table thead th {
	text-align:center;
	font-size:9px;
	text-transform:uppercase;
	color: #666666;
}
table tbody th {
	text-align:right;
	font-size:10px;
	background-color: #F7F7F7;
	border-bottom:1px solid #EBEBEB;
	white-space:nowrap;
}
table tbody td {
	text-align:right;
	border-bottom:1px solid #EBEBEB;
	border-left:1px solid #EBEBEB;
	background-color: #FFFFFF;
}
table tbody td.text {
	text-align:left;
}
table td a:link,
table td a:visited {
	font-size:9px;
}
/* ----------[ DEFINITION LIST ]---------- */
dl {
	margin: 0px 0px 20px 6px;
}
dt {
	font-weight:bold;
	font-size:12px;
}
dd {
	margin:0px;
	padding:0px;
}
dd p {
	margin:0px 0px 10px 0px;
}
/* ----------[ FORMS ]---------- */
form {
	margin:0px;
}

fieldset {
	border:1px solid #CCCCCC;
	padding:10px 10px 0px 10px;
}
legend {
	color:#666666;
	font-weight:bold;
	font-size:9px;
}
label {
	display:block;
}
label span {
	width:240px;
	float:left;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	margin-right:5px;
}
input,
select,
textarea {
	border:1px solid #D5951C;
	margin-bottom:10px;
	width:210px;
}
input.button {
	border:none;
	width:105px;
	margin:10px 0px 10px 0px;
	padding:3px 10px 5px 6px;
	background:#953857 url(../assets/images/buttons/purple_button.gif) top right;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	text-transform:uppercase;
	cursor: pointer;
	float:right;
}

input.buttonGo {
	border:none;
	width:40px;
	margin:00px 0px 00px 0px;
	padding:3px 10px 5px 6px;
	background:#953857 url(../assets/images/buttons/purple_button.gif) top right;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	text-transform:uppercase;
	cursor: pointer;
	vertical-align:text-bottom;
}

/* ----------[ HEADER ]---------- */
#header h1 {
	display:none;
}
.breadcrumb {
	font-size: 10px;
	color:#FFFFFF;
	margin:0px;
}
.breadcrumb a:link,
.breadcrumb a:visited {
	color:#FFFFFF;
}
.breadcrumb a:hover {
	color:#CC99CC;
}
.log_info {
	margin:-2px 0px 0px 0px;
	float:right;
	color:#E6D0D8;
	font-size:10px;
}
.log_info .user_data{
	float:left;
	margin-right:5px;
}
.graphic {
	height:229px;
	margin:0px;
}
.graphic.one {
	background: url(../assets/images/header/home_header.jpg) no-repeat;
}
.graphic.two {
	background: url(../assets/images/header/header_02.jpg) no-repeat;
}

/* ----------[ NAVEGATION ]---------- */
ul#primary_sections,
ul#secundary_sections {
	margin: 0px;
	padding:0px;
	list-style: none;
}
ul#secundary_sections {
	position:absolute;
	top:18px;
	right:0px;
	font-size:9px;
	text-transform:uppercase;
}
ul#secundary_sections li {
	background:url(../assets/images/tabs/tab_beginning.gif) no-repeat;
	display: inline;
	float:left;
	margin:0px 0px 0px -1px;
	padding:0px 0px 0px 10px;
}
ul#secundary_sections li a:link,
ul#secundary_sections li a:visited {
	color:#666666;
	background:url(../assets/images/tabs/tab_end.gif) right no-repeat;
	padding-right:10px;
	height:22px;
	float:left;
}
ul#secundary_sections li a:hover {
	color:#999999;
}
ul#primary_sections {
	background:url(../assets/images/background/menu_bg.gif) no-repeat;
	height:43px;
}
ul#primary_sections li {
	display: inline;
	float:left;
	padding:8px 30px 0px 0px;
}
ul#primary_sections li a:link,
ul#primary_sections li a:visited {
	color:#D5B3BE;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
}
ul#primary_sections li a:hover {
	color:#FFFFFF;
	background:url(../assets/images/icons/yellow_arrow.gif) 20px 3px no-repeat;
}
ul#primary_sections li span {
	color:#FFFFFF;
	background:url(../assets/images/icons/yellow_arrow.gif) 20px 3px no-repeat;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
}

/* ----------[ SECTION COLUMN ]---------- */
#section_column .top,
#section_column .bottom {
	background:url(../assets/images/boxes/top_yellow_box.gif) no-repeat;
	height:8px;
	font-size:3px;
	clear:both;
}
#section_column .bottom {
	background:url(../assets/images/boxes/end_yellow_box.gif) no-repeat;
	height:5px;
}

/* ----------[ SECTION COLUMN COMPONENT ]---------- */
.component {
	padding:0px 2px 0px 4px;
}
.component h4 {
	margin:0px 3px 5px 3px;
	color:#FFFFFF;
	font-size:13px;
}
.component img {
	margin:7px 0px 0px 7px;
	width:180px;
	height:90px;
}
.component p {
	margin:0px;
	padding-left:7px;
	line-height: 1.3em;
	font-size:10px;
}
.component ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.component ul li {
	padding:5px 0px;
	margin:0px 5px;
	background: url(../assets/images/background/line_bg.gif) repeat-x bottom;
	position:relative;
}
.component .content {
	background: url(../assets/images/boxes/content_white.gif) repeat-y 1px;
	position:relative;
}
.component .content h5 {
    font-size:11px;
    color:#D5951C;
    margin:0px; 
    padding:0px 5px 0px 7px;
 }
.component .content ul h5 {
	font-size:9px;
}
.component .content ul p {
	font-size:9px;
	line-height: 1.3em;
}
.component .content p {
    padding-right: 8px !important;
}
#section_column .component .top,
#section_column .component .bottom {
	background: url(../assets/images/boxes/top_content_white.gif) no-repeat top;
	height:5px;
	font-size:3px;
}
#section_column .component .bottom {
	background: url(../assets/images/boxes/end_content_white.gif) no-repeat bottom;
}
#section_column .break {
	background:url(../assets/images/background/break_bg.gif) no-repeat;
	height:3px;
	font-size:3px;
	margin-top:5px;
	margin-bottom:3px;
}
.component .buttons_area {
	background: url(../assets/images/boxes/end_content_white.gif) no-repeat bottom;
	height:30px;
	margin-top:10px;
}

/* ----------[ SUBMENU COMPONENT ]---------- */
.component#submenu a:link,
.component#submenu a:visited {
	font-size:10px;
	font-weight:bold;
	color:#E0B055;
	padding-left:12px;
}
.component#submenu a:hover{
	color:#D5951C;
	background:url(../assets/images/icons/yellow_arrow.gif) 2px 50% no-repeat;
}
.component#submenu ul li {
	padding:2px 0px;
}
.component#submenu li span {
	font-size:10px;
	font-weight:bold;
	color:#D5951C;
	padding-left:12px;
	background:url(../assets/images/icons/yellow_arrow.gif) 2px 50% no-repeat;
}
/* ----------[ NEWS COMPONENT ]---------- */

/* ----------[ FEATURED OPPORTUNITY COMPONENT ]---------- */

/* ----------[ CALENDAR COMPONENT ]---------- */
.component#calendar table {
	border:1px solid #CCCCCC;
	width:170px;
	margin-left:10px;
	margin-top:7px;
}
.component#calendar table th {
	background:#E4E4E4;
	border:1px solid #CCCCCC;
	color:#666666;
}
.component#calendar table td {
	font-size:10px;
}
.component#calendar table.header_calendar {
	margin:0px!important;
	border:none;
}
.component#calendar table.header_calendar td{
	background:#E4E4E4;
	text-align:center;
	border:none;
}
/* ----------[ CONTACT COMPONENT ]---------- */



/* ----------[ SECTION CONTENT ]---------- */

/* ----------[ PAGE SHORTCUTS ]---------- */
ul.page_shortcuts {
	list-style:none;
	margin:0px 0px 20px 20px;
	padding:10px 0px;
	border:1px solid #E4E2E3;
	border-left:none;
	border-right:none;
}
ul.page_shortcuts a:link,
ul.page_shortcuts a:visited {
	color: #D69225;
}
ul.page_shortcuts h4 {
	margin:-8px 10px 0px 0px;
	font-size:9px;
	text-transform:uppercase;
	color:#999;
	font-weight:normal;
	float:right;
	display:inline;

}


/* ----------[ HIGHLIGHT BOX ]---------- */
.highlight-box {
	background: repeat-y url(../assets/images/boxes/content_highlight_box.gif);
	margin-bottom:20px;
}
.top-highlight-box,
.highlight-box .bottom {
	height:6px;
	font-size:2px;
	clear:both;
}
.top-highlight-box {
	background: url(../assets/images/boxes/top_highlight_box.gif) top no-repeat;
}
.highlight-box .bottom {
	background: url(../assets/images/boxes/end_highlight_box.gif) top no-repeat;
}
.highlight-box h2 {
	font-size: 12px;
	color: #D69225;
	margin:0px 0px 5px 0px;
}
.highlight-box h4 {
	padding-left:0px;
}
.highlight-box#team_list h2 {
	color: #666666;
}
.highlight-box#team_list em {
	font-size: 11px;
	font-weight:normal;
	font-style:normal;
	color: #999999;
}
.highlight-box dl {
	margin: 0px 10px 5px 10px;
}
.highlight-box dt {
	margin-top:5px;
	padding-left:5px;
}
.highlight-box dd {
	padding:0px 0px 5px 15px;
	background:url(../assets/images/background/line_bg.gif) repeat-x bottom;
	position:relative;
}
.highlight-box dd p {
	margin:0px 0px 10px 0px;
}

.highlight-box#news_list p {
	margin:0px;
}
/* ----------[ NEWS LIST ]---------- */
.highlight-box#Ownership h2 {
	background:url(../assets/images/boxes/top_highlight_box_2.gif) no-repeat!important;
	height:28px;
	padding:6px 0px 0px 10px;
	color:#FFFFFF;
}
/* ----------[ ROAD TO OWNERSHIP BOX ]---------- */
.highlight-box#Ownership img {
	padding-left:20px;
	margin-bottom:5px;
}
.highlight-box#Ownership p {
	margin-left:10px;
}
.highlight-box#Ownership a.button {
	margin-left:10px;
}
/* ----------[ ITEMS ]---------- */
.item {
	margin:0px 10px 5px 10px;
	padding-bottom:5px;
	background:url(../assets/images/background/line_bg.gif) repeat-x bottom;
	position:relative;
}
.item-content {
	width: 470px;
	float: left;
	margin-left:5px;
	display:inline;
}
.item .floating_image {
	margin:5px 10px 5px 0px;
}
.item-content p {
	font-size: 11px;
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
}
.item-content h4 {
	font-size: 11px;
	color: #4B4B4B;
	margin: 0px;
}
.item-content ul {
	margin: 0px;
	padding: 0px;
}
.item-content li {
	float:left;
	display: inline;
	margin-right:3px;
}
.item-content a:link,
.item-content a:visited {
	font-size:9px;
}

/* ----------[ PREVIUS NEXT BAR ]---------- */
.previous_next_bar {
	height:20px;
	padding:10px;
	background:url(../assets/images/background/line_bg.gif) repeat-x top;
}
.previous_next_bar a {
	color:#D69225;
	font-weight:bold;
}
.previous_next_bar table {
	border:none;
	width:100%;
}
.previous_next_bar table td {
	text-align:center;
}
.previous:link,
.previous:visited {
	float:left;
}
.next:link,
.next:visited {
	float:right;
}
.highlight-box .previous_next_bar {
	background:none;
	height:20px;
	padding:0px 10px;
} 

/* ----------[ LISTING LINKS ]---------- */
ul.link_set {
	margin: 0px 0px 10px 6px;
	padding:0px 0px 10px 0px;
	background:url(../assets/images/background/line_bg.gif) repeat-x bottom;
	height:20px;
}
.highlight-box ul.link_set {
	margin: 0px;
	padding:0px;
	height:auto;
}
ul.link_set li {
	float:left;
	display: inline;
	margin-right:3px;
}
.link_set a:link,
.link_set a:visited {
	font-size: 9px;
	color: #D69225;
	padding-left:15px;
}
.horse-link {
	background: url(../assets/images/icons/horse-icon.gif) no-repeat;
}
.camera-link {
	background: url(../assets/images/icons/camera-icon.gif) no-repeat;
}
.pedigree-link {
	background: url(../assets/images/icons/pedigree-icon.gif) no-repeat;
}
.record-link {
	background: url(../assets/images/icons/record-icon.gif) no-repeat;
}
.form-link {
	background: url(../assets/images/icons/form-icon.gif) no-repeat;
}
/* ----------[ ADITIONAL STYLES ]---------- */
.date {
	color:#999999;
}
.floating_image {
	float:left;
	margin:5px 10px 3px 5px;
}
.floating_image_right {
	float:right;
	margin:5px 5px 3px 10px;
}
.last {
	background: none !important;
}
.clear {
	clear:both;
}
ul.horse-data {
	list-style:none;
	margin:0px 0px 0px 6px;
	padding:0px;
}