/**
 * Fonts
 */
/*
@font-face {
    font-family: Neo;
    src: url('../fonts/neo-reg.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/neo-reg.woff') format('woff'), 
         url('../fonts/neo-reg.ttf')  format('truetype'),
         url('../fonts/neo-reg.svg#svgFontName') format('svg');
}
*/
/**
 * Basic
 */
html,
body{
    min-height: 100%;
} 
body{
    font: normal 12px/1.4 arial, sans-serif;
}
ul{
    list-style: none;
}
p{
    -webkit-hyphens: auto;
}
a{
    text-decoration: none;
}
body,
a{
    color: #333;
}
:focus{
    outline: 0;
}
.a{
    cursor: pointer;
}

/**
 * Typo modules
 */
.main-title,
.sub-title,
.sub-title2,
.sub-title3{
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 1.1;
    font-family: "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    color: #002561;
    text-align: left;
}
.sub-title{
    font-size: 22px;
}
.sub-title2{
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    border-bottom: 2px solid;
}
.sub-title3{
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 16px;
    border-bottom: 2px solid;
}
.inter-title{
    margin-bottom: .5em;
    font-size: 18px;
    font-weight: normal;
    font-family: "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    color: #0064a4;
}
.strap-title{
    margin-bottom: 5px;
    line-height: 1.1;
    font-size: 13px;
    font-weight: bold;
    font-family: "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    color: #c8181e;
    text-align: left;
}
.discipline{
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    font-family: "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    color: #00a9dd;
}
.discipline img{
    vertical-align: middle;
}
.date, .date a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #c8181e;
}
.tip{
    padding: 15px 25px;
    margin: 5px 5% 20px;
    font-size: 13px;
    color: #111;
    border-left: 3px solid #0064a4;
    background-color: #e5eff6;
}
.citation{
    padding: 15px 25px 0 55px;
    margin: 0 5% 20px;
    font-size: 18px;
    font-style: italic;
    color: #111;
    background: url(../img/quotes.png) left top no-repeat;
}
.ie7 .citation{
    zoom: 1;
}

.divTableWithFloatingHeader{
	clear:both;
}

/**
 * Helpers
 */
 
.clear{ clear: both; }
.tl{ text-align: left; }
.tc{ text-align: center; }
.tr{ text-align: right; }

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.embed-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/**
 * Form
 */
 
input[type="text"]{
    width: 200px;
    padding: 2px 5px;
    font-size: 14px;
    border: 1px solid #CCC;
    border-radius: 3px;
    background-color: #F5F5F5;
}
input[type="text"]:focus{
    background-color: #FFF;
}