/* Client style, this stylesheet overrides the default one and you should put all your styles here and not in default.css */
/**************************************************************************************************************************/

/* All widths are set in % as default */
/**************************************/

@import 'default.css';

/* General settings that should be changed */

/*******************************************/

main { /* Set the dessired width, default is 90% */ }

#content { /* Set the dessired width, default is 75% */ }

.sidebar { /* Set the dessired width, default is 20% */ }

body {
    /* Set the dessired width, default is 100%  */
    /* default font is helvetica sans-serif */
}

.top-release { /* Set the dessired width, default is 95% */ }

.top-release h2, .top-release .pubDate { /* Set the dessired color */ }

.release-item-image { /* Set the dessired width, default is 29% */ }

.release-image h3 { /* Set the dessired color */ }

.releaseDetail { /* Set the dessired width, default is 75% */ }

.extras { /* Set the dessired width, default is 20% */ }

a { /* set your preferred color */ }

p { /* set your preferred color */ }

#menu { /* Set the dessired width, default is 90% */ }

#menu a.current { /* Style the current menu item */ }

#menu a:hover { /* Style the hovred menu item */ }

/* General settings for the IR modules that should be changed */

/**************************************************************/

#tblNewShareholders tr:nth-child(even), #tblShareSize tr:nth-child(even), #tblTickerTrades tr:nth-child(even), #tblArea tr:nth-child(even), #tblLargest tr:nth-child(even), #tblInsiderDetail tr:nth-child(even),
#recommendations-history div:nth-child(even), #tblAnnual div:nth-child(even), #tblQuarterly div:nth-child(even), #tblTickerPerformance tr:nth-child(even), #tblInsider tr:nth-child(even) { /* set your preferred backround color of the tables */ }

#tblNewShareholders tr:nth-child(odd), #tblShareSize tr:nth-child(odd), #tblTickerTrades tr:nth-child(odd), #tblArea tr:nth-child(odd), #tblLargest tr:nth-child(odd), #tblInsiderDetail tr:nth-child(odd),
#recommendations-histor div:nth-child(odd), #tblAnnual div:nth-child(odd), #tblQuarterly div:nth-child(odd), #tblTickerPerformance tr:nth-child(odd), #tblInsider tr:nth-child(odd) { /* set your preferred backround color of the tables */ }

#tblNewShareholders th, #tblShareSize th, #tblArea th, #tblLargest th, #tblTickerTrades th, #tblAnnual th, #tblQuarterly th, #tblInsiderDetail th, #tblInsider th { /* Set the preferrd color for some of the th elements */ }

#tblTickerPerformance tr td { /* set your preferred color */ }

#targetSmall p { /* set your preferred color */ }

.tickerSmall { /* set your preferred background color */ }

#targetSmall:hover #price { /* set your preferred color */ }

#tblTickerlargeDesign h2, #tblTickerlargeDesign tr td { /* set your preferred color */ }