/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
a {
	color: #fc8f30;
}
/* ============================== TYPOGRAPHY ============================== */
/* =============== TYPOGRAPHY - LINK STYLES =============== */
/* ----- ACTION LINK ----- */
.link-action {
	border-bottom: 1px solid #fc8f30;
}
.link-action:hover {
	background-color: #fc8f30;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #ffa400;
}
table.style-colorheader thead th,
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
    border-right: 1px solid #FFBF4D;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes thead th {
	background-color: #ffa400;
}
table.style-colorstripes thead th.highlight {
	background-color: #E59300;
}
table.style-colorstripes thead th,
table.style-colorstripes tbody tr,
table.style-colorstripes tbody td {
    border-bottom: 1px solid #FFBF4D;
    border-right: 1px solid #FFBF4D;
}
table.style-colorstripes tbody tr {
	background-color: #FFB633;
}
table.style-colorstripes tbody .highlight {
	background-color: #FFAD1A;
}
table.style-colorstripes tbody tr.odd {
	background-color: #FFAD1A;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #ffa400;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #FFB838;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #FFAD1A;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #E59300;
	border-left: none;
}
.sectiontableheader {
	background-color: #55C9E1;
}
