/***** Box *****/

.box {
	background: url('../img/design/box_bg.png');
	background-repeat: repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #eee;
}

.boxHeader {
	background: #e5e5e5;
	padding: 3px 6px;
	font-size: 13px;
	color: #444;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	border-radius-topright: 10px;
	border-radius-topleft: 10px;
}

.boxContent {
	padding: 5px 10px;
}

/***** SearchForm *****/

.searchFormTitle {
	color: #3c3c3c;
	font-weight: bold;
	font-size: 19px;
}

.searchFormInput {
	font-size: 18px;
	width: 250px;
	margin-right: 20px;
	padding: 2px;
	border: 1px solid #cd8b8b;
}

.searchFormDescription {
	font-size: 11px;
	color: #888;
}


/***** SearchResult *****/

.searchResultEven td{
	background: #EEE;
	padding: 5px;
}

.searchResultOdd td{
	background: #FFF;
	padding: 5px;
}

.searchResultTitle {
	margin-bottom: 4px;
}

.searchResultTitle span{
	font-size: 13px;
	font-weight: bold;
}

/***** Overlay Flash-Player *****/

#overlay_background {
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    height:100%;  
    width:100%;  
    top:0;  
    left:0;  
    background:#000000;  
    border:1px solid #cecece;  
    z-index:1;  
}

#overlay {
    display:none;  
    position:fixed;  
    _position:absolute; /* hack for internet explorer 6*/  
    height:330px;
    width:524px;  
    background:#000000;  
    border:2px solid #cecece;  
    z-index:2;  
    padding:12px;  
    font-size:13px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#overlay_player {
    padding-top: 20px;
}

#overlay .close {
    font-size:14px;  
    line-height:14px;  
    right:6px;  
    top:4px;  
    position:absolute;  
    color:#6fa5fd;  
    font-weight:700;
    display:block; 
    cursor: pointer;
}

#overlay_title {
    position: absolute;
    top: 4px;
    left: 15px;
    color: #FFFFFF !important;
    font-size: 18px;
}

/***** News *****/

.newsItem {
	background: url('../img/design/box_bg.png');
	background-repeat: repeat-x;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #eee;
}

.newsItemDate,
.newsAggregationDate {
	color: #888;
	font-size: 10px;
}

.newsAggregationTitle {
	font-weight: bold;
	color: #555;
}
