/** 
 * SilverStripe Balance Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

@import url("rightlinks.css");

/* typography */
.typography {line-height:1.5em}
.typography a, img{border:0;outline:0;margin:0;padding:0}
.typography h1 em {/* movied to cufon js for grad */}
.typography h1, 
.typography h2, 
.typography h3, 
.typography h4,
.typography h6 {margin:0 0 10px 0;padding:0; font-weight:lighter; line-height:1.3em}
.typography a{color:#4a719d}
.typography a:focus,
.typography a:hover{color:#4a719d; text-decoration:none}
.typography p{margin:0 0 1em 0}
.typography ol {list-style:decimal; margin:0 0 10px 20px}
.typography ul { margin:0 0 10px 0px}
/* definition list */
.typography dl{margin:0;padding:0;}
.typography dt{margin:0;padding:0; font-weight: bold;}
.typography dd{margin:0 0 1em 0;padding: 0;}

/* data tables */
.typography table.table-style1 {border:1px solid #ccc;border-width:0 0 1px 1px;border-spacing:0;border-collapse:collapse; background-color:#fff}
.typography .table-style1 td, .table-style1 th {padding:5px;border:solid #ccc;border-width: 1px 1px 0 0}
.typography .table-style1 th {font-weight:bold;background:#fff;text-align:left}
.typography .table-style1 td {text-align:left;vertical-align:top;padding-top:5px}
.typography .table-style1 tbody tr:hover {background:#f6f6f6}
.typography .table-style1 tbody tr:hover th{background:#e7eff7}
.typography .table-style1 input:focus{background:#f6f6f6}



