/**
 * Theme: news
 * Version: 1.0
 * Author: Ekin Su
 */

* {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

td {
	vertical-align: top;
}

#site-logo {
	margin-top: 5px;
	margin-left: 10px;
	border: none;
}

#main-wrapper {
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-form-td {
	padding-left: 10px;
	font-size: 14px;
}

.search-index a {
	color: #0000CC;
}

.search-index a, .search-index span {
	margin-left: 0px;
	margin-right: 10px;
}

.search-index .current-search-index {
	font-weight: bold;
}

.search-input {
	margin-top: 5px;
	margin-bottom: 5px;
}

.search-input a {
	color: #0000CC;
	margin-left: 5px;
}

.search-input-field {
	font-size: medium;
	padding: 2px;
	font-family: arial, sans-serif;
	vertical-align: middle;
	border: 1px solid #B8D8ED;
    width: 397px;
	outline: none;
}

.search-button {
	font-size: small;
	height: 27px;
	vertical-align: middle;
}

.search-option {
	font-size: small;
}

#sub-header {
	/*width: 100%;*/
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	background-color: #F6F9FE;
	border-top: 1px solid #AACBEE;
	margin-top: 15px;
}

.sub-header-left {
	margin-left: 8px;
	display: inline;
	float: left;
}

.sub-header-right {
	float: right;
	margin-right: 8px;
}

#main-layout {
	/*width: 100%;*/
}

#navigation-td {
	width: 110px;
	padding: 10px 5px 5px 5px;
}

#result-td {
	padding: 10px 12px 5px 12px;
}

.sidebar {
	font-size: 12px;
	line-height: 15px;
	border-right: 1px solid #AACBEE;
	width: 110px;
}

.sidebar a {
	color: #0000CC;
}

.sidebar ul {
	margin-bottom: 10px;
	padding-left: 8px;
}

.sidebar ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.sidebar ul li span.selected {
	font-weight: bold;
}

.sidebar ul li span.selector {
	margin-left: -9px;
	font-size: 15px;
}

#result-td .module {
	width: 600px;	
}

.module {
	margin-bottom: 25px;
}

.thumbnailTd {
}

.thumbnailTd .thumbnail {
	display: none;
	margin-right: 10px;
}

.thumbnailTd img {
	/*width: 160px;*/
	border: 1px solid #AAAAAA;
}

.module b {
	color: #CC0033;
	font-weight: normal;
}

.module .title {
	font-size: 100%;
	line-height: 120%;
}

.module .title a {
	float: left;
	margin-right: 10px;
}

.module .title .sub-title {
	font-size: small;
	color: #666666;
	float:left;
	white-space: nowrap;
}

.module .title .sub-title a {
	color: #666666;
	float: none;
	margin-right: 0px;
}

.module .content {
	font-size: small;
	line-height: 150%;
	margin-top: 3px;
}

.module .property {
	font-size: small;
	color: #666666;
	line-height: 120%;
	margin-top: 3px;
}

.module .property a {
	color: #666666;
}

.module .link {
	font-size: small;
	color: #008000;
	line-height: 120%;
	margin-top: 3px;
}

.imgModule {
	width: 160px;
	margin-right: 10px;
	vertical-align: bottom;
}

.imgModule .thumbnail {
	display: none;
	text-align: center;
}

.imgModule .thumbnail img {
	/*width: 160px;*/
	border: 1px solid #AAAAAA;
}

.imgModule .title {
	height: 60px;
	margin-top: 5px;
}

.imgModule .title a {
	font-size: 12px;
}

#paging span, #paging a {
	margin-right: 5px;
}

#paging span.currentPage {
	font-weight: bold;
}

#bottom-search {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bottom-search-fixed {
	text-align: left;
	margin-left: 133px;
}

#copyright {
	text-align: center;
	font-size: small;
	margin-top: 10px;
}

#copyright table {
	margin-left: auto;
	margin-right: auto;
}

.copyright-link {
	color: #C4D5E0;
	font-size: 12px;
	margin-top: 6px;
}

.copyright-link a {
	font-size: 12px;
	color: #1D386D;
	text-decoration: none;
}

#maskDiv {
	display: none;
	background-color: #000000;
	z-index: 10;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	filter: Alpha(Opacity=30);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#previewOutter {
	display: none;
	position: fixed;
	background-color:#FFFFFF;
	z-index: 100;
}

#previewInner {
	background-color: #E6EAEE;
	text-align: center;
	margin: 10px;
}

#previewClose {
	width: 26px;
	height:26px;
	background: url(../images/close-button.gif);
	position: absolute;
	right: -13px;
	top: -13px;
	z-index: 199;
	cursor: pointer;
}

#previewImage {
	position: absolute;
	z-index: 199;
}

/* Common */
.bold-font {
	font-weight: bold;
}

.fix {
	clear: both;
}

* html {
	overflow: hidden;
}

* html body {
	width: 100%;
	height: 100%;
	overflow: auto;
}

* html #maskDiv {
	position: absolute;
}

* html #previewOutter {
	position: absolute;
}
