/* main body style */
body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size : 12px;
	color: #000000;
	margin: 0px;
}

/* styling for block elements */
td, div, select, textarea, input {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
}

table {
	border-collapse: collapse;
}

th {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	background: #97C5E9;
	color: #ffffff;
	font-weight: bold;
	border:0px;
}

p {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
}

/* remove border from linked images */
a img {
	border: 0px;
}

/* link classes 
Note 1: we only specify anything that changes from the base class in 
all other classes 
Note 2: we only specify individual styles for the pseudo classes 
e.g. (A:link, A:hover etc.) if styling these differently 
*/
a, a.pn-normal {
	color: #446E9A;
	font-size: 12px;
	text-decoration: underline;
	background: none;
}
a.pn-pagetitle, h1 a {
        font-weight: normal;
        font-size: 21px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color: #718EA5;
        margin: 2px;
}
a.pn-title, h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #446E9A;
}
a.pn-sub {
	font-size: 10px;
}
a.pn-logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
}

/* postnuke specific classes */
.pn-logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
}
.pn-logo-small {
	font-size: 13px;
	font-weight: bold;
}
.pn-pagetitle, h1 {
	font-weight: normal;
	font-size: 21px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color: #718EA5;
	margin: 2px;
}
.pn-title, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #446E9A;
}

h3 {
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 8px;
	color: #404040;
}

h3 a {
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #404040;
}
.pn-normal {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.pn-sub {
	font-size: 10px;
}
.pn-statusmsg {
	color: Red;
	font-style: italic;
}
/* news styles */
.pn-storytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

/* styling for lists */
ul {
	margin-left: 1em; 
	padding-left: 1em; 
	text-indent: 0em;
}

div.gizli {
	display: none;
}

div.acik {
	display: block;
}

#mainContent {
	text-align:left;
	clear: both;
	margin-left: 3px;
}

#view #mainContent {
	width: 480px;
	float: left;
	display: inline;
}

#videos #mainContent, #images #mainContent, #files #mainContent {
	width:756px;
	float: left;
	display: inline;
}

#sidebar {
    padding: 0;
    margin: 0;
	width: 184px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
	float: right;
}

#view #sidebar {
    width: 260px;
}
