@CHARSET "UTF-8";
@font-face {
    font-family: 'museo500';
    src: url('../font/museo500-regular.eot');
    src: url('../font/museo500-regular.eot?#iefix') format('embedded-opentype'),
    url('../font/museo500-regular.woff') format('woff'),
    url('../font/museo500-regular.ttf') format('truetype'),
    url('../font/museo500-regular.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    background-color: transparent;
}

pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #000000;
}

.accordion {
    width: 100%; /*height: 100%*/
}

.paginator {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 120px;
}

.paginator .current {
    background-color: #eeeeee;
    color: #535C63;
    font-weight: bold;
    float: left;
    font-size: 12px;
    margin-left: 1px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}

.paginator span {
    width: 30px;
    height: 23px;
    padding-top: 7px;
}

.paginator select {
    width: 45px;
    padding: 7px 0 6px 3px;
    height: 30px;
    line-height: 30px;
    border: none;
}

.nextPage {
    background: url(../img/pager-icon.png) no-repeat -30px 0;
}

.previousPage {
    background: url(../img/pager-icon.png) no-repeat 0 0;
}

#news-accordion-container {
    position: relative;
    top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
}

div.module {
    clear: both;
    _height: 0;
}

div.module h3 {
}

ul.chSelect {
    list-style: none;
    margin: 0;
    padding: 1px 1px 0 1px;
    font-size: 9px;
}

ul.chSelect li {
    float: left;
    background-color: #FFF;
    margin: 0;
    cursor: pointer;
    width: 16.55%;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

ul.chSelect li.on {
    color: #FFF;
    background-color: #606060;
}

ul.chSelect li.on {
    color: #FFF;
    background-color: #606060;
}

ul.chSelect li {
    float: left;
    background-color: #ccc;
    margin: 1px;
    cursor: pointer;
    color: #000;
    width: 9%;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

.subTitle {
    display: none;
}

.shadowImg {
    display: none;
}

.news-header {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #000000;
    border: 1px solid #aaaaaa;
    padding: 8px 8px;
    background: #eeeeee;
    border-radius: 4px;
}

.news-content {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #000000;
    border: 1px solid #aaaaaa;
    padding: 8px 8px;
    background: #ffffff;
    margin-top: 2px;
}

@media only screen and (max-width: 540px) {
	body{margin: 3px}
	#news-accordion-container {
	    margin: 0; 
	}
	div.main{
		max-height: 298px;
	    overflow-x: scroll;
	}
}