

/* calendario */

table.awec_calendar th {		/* table head: day of the week */
	font-weight: normal;
}
table.awec_calendar td.current {	/* current day */
	border: 1px solid yellow;
}
table.awec_calendar td.content {	/* day with some events */
	background-color: red;
}
table.awec_calendar td.empty {		/* day with no events */
	background-color: gray;
}
table.awec_calendar td.weekend {	/* weekend */
	background-color: blue;
}

/* analogous for the list view except it is using rows instead of cells */
table.awec_list tr.odd {
	background-color: green;
}
table.awec_list tr.even {
	background-color: red;
}
table.awec_list tr.current {
	background-color: yellow;
}

/* calendario */

a, a.white, li.white a {
	color : #fff;
	text-decoration : underline;
}

a:hover.white, li.white a:hover {
	color : #fff;
	text-decoration : underline;
}

a.side {
	color : #fff;
	text-decoration : none;
}

a:hover.side {
	color : #fff;
	text-decoration : underline;
}

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	

	background-position: top center;
	background-repeat: repeat-x;

	margin: 0px auto;
}

form {
	margin : 0px;
	
}

hr {
	height : 1px;
	border : 1px solid #eee;
	
}

hr.side-hr {
	height : 1px;
	border : 1px solid #262626;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;

}

pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;

}

.alt {
	color : #fff;
}

img {
	border: 0px;
}

#main {width: 900px;
	background-color: #393532;
	color: #fff;}
	

.main {width: 900px;
	background-color: #393532;
	color: #fff;}


.footermain {
	background-color: #000;
	text-align: center;
}

.footerleft {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding: 1px 1px 1px 10px;
	width: 50%;
	text-align: left;
	color: #fff;
}
#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.footerright {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #fff;
	border : 0px;
	padding : 1px 10px 1px 1px;
	height: 48px;
	width: 50%;
	text-align: right;
	
}

li.first-link .bullet{
	display: none;
}

.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #fff;
	background-color : #000001;
	height : 20px;
	border : 1px solid #2d2d2d;
	margin-top : 2px;
}

.bbcode {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #555;
	background-color : #;
	border : 1px solid #ccc;
	margin-top : 2px;
}

.textbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #fff;
	background-color : #000001;
	border : 1px solid #2d2d2d;
}

.main-body {
	font-size : 11px;
	color : #fff;
	
	

	padding : 0px 0px 0px 0px;
}

.setuser_body{
	background: #000000;
	color : #fff;
}

.main-bg {
	color : #555;
	background-image: url(images/kbar_04.jpg);
	background-repeat: repeat-x;
	background-color : #000001;
}

.border {
	border : 0px solid #000001;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

.side-body {
	width: 170px;
	text-align: left;
	font-size : 10px;
	color : #777;
	background-color : #;
	padding : 4px 4px 4px 7px;
}

.side-border-left {
	width: 170px;
	color : #000;
	padding : 10px 5px 10px 10px;
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
	background-color : #000001;
}

.side-border-right {
	width: 170px;
	color : #000;
	padding : 0px 0px 0px 0px;
	background-image: url(images/fundo3.jpg);
	background-repeat: repeat-x;
	background-color : #000001;
}

.news-category {
	color : #555;
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size : 10px;
	color : #555;
	background-color : #000001;
	background-image: url(images/nf.jpg);
	background-repeat: no-repeat;
	padding : 3px 4px 4px 4px;
}

.capmain {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #fff;

	background-repeat: no-repeat;
	padding : 2px 0px 4px 0px;
}

.capmain-left {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-left.gif);
}

.capmain-right {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-right.gif);
}

.scapmain {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	font-weight : bold;
	padding-top:5px;
	color : #fff;
	padding-left : 16px;
	height: 24px;
	background-image: url(images/flameicon.jpg);
	background-repeat: repeat;
}

.tbl-border {
	font-size : 11px;
	color : #fff;
}

.center {
	margin: 0 auto;
	color : #fff;
}

.spacer {
	margin-bottom: 5px;
}

.tbl {
	font-size : 11px;
	color : #fff;
	background-color : #;
	padding : 4px;
}

.tbl1 {
	font-size : 11px;
	color : #fff;
	background-color : #;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	color : #fff;
	padding : 4px;
}

.forum-caption {
	font-size : 11px;
	font-weight : bold;
	color : #fff;
	background-color : #000001;
	padding : 2px 4px 4px 4px;
}

.quote {
	font-size : 11px;
	color : #555;
	background-color : #f8f8f8;
	padding : 4px;
	margin : 0px 20px 0px 20px;
	border : 1px solid #000;
}

.poll {
	height : 12px;
	border : 1px solid #262626;
}

.comment-name {
	font-weight : bold;
	color : #fff;
}

.shoutboxname {
	font-weight : bold;
	color : #fff;
}

.shoutbox {
	color : #fff;
}

.shoutboxdate {
	font-size : 10px;
	color : #E26006;
}

.small {
	font-size : 10px;
	font-weight : normal;
}

.small2 {
	font-size : 10px;
	font-weight : normal;
	color : #fff;
}

.side-small {
	font-size : 10px;
	font-weight : normal;
	color : #fff;
	background-color : #;
}

.side-label {
	color : #000;
	background-color : #;
	padding : 2px 2px 3px 2px;
}

.tablebreak { margin-bottom: 8px; }

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation h2 {
	font-size: 12px;
	color: #000;
	background-color: #;
	margin: 0;
	padding: 2px;
}

#navigation a {
	display: block;
	color: #000;
	padding: 2px;
	text-decoration : none;
}
#navigation a:hover {
	color: #000;
	background-color: #ccc;
	text-decoration : underline;
}

* html #navigation ul li{
   height: 1%;
}

.center, *[align="center"] {margin: 0 auto;}


/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #f6a504;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #f6a504;
	margin: 2px;
	text-decoration: none;
}

.white-header ul{
	margin: 0;
	padding: 0;
}
.white-header ul li{ display: inline; }
.white-header ul li.first-link .bullet{ display: none; }



/*alt linkler için*/
#altlinkler{
	margin: 0px auto;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	height:31px;
	float:left;
	background-image:url(images/loginsag.jpg);
	background-repeat:repeat-x;
	width:100%;
}

#altlinkler ul,
#altlinkler li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#altlinkler ul{
	height:29px;
	line-height:29px; 
	background-image:url(images/nav-bar.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	padding:0px 1px 0px 0px;
	margin:0px 0px 0px 10px;
}

#altlinkler li{
	height:29px;
	line-height:29px;
	display:inline;
	position:relative; 
	float:left; 
	width:100px; 
	text-align:center;
}

#altlinkler li a{
	height:29px;
	width:100px;
	text-align:center;
	float:left;
	background-image:url(images/nav-bar.gif);
	background-position:left;
	background-repeat:no-repeat;
}


#altlinkler li a:link,
#altlinkler li a:visited{
	color:#dddddd;
	text-decoration:none;
}

#altlinkler li.active a,
#altlinkler li a:hover{
	background-image:url(images/active.gif);
	background-repeat:no-repeat;
	background-position:left;
}


/* PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP */











.tbl,.tbl1,.tbl2,.forum-caption {padding: 3pt;}
.forum-caption {
	color: #E26006;
	font-variant: small-caps;
	font-weight: 700;
	background: #111111;
}
.tbl1 {background: #0B0B0B;}
.tbl2 {background: #1D1D1D;}
.tbl3 {background: #551202;}
.tbl4 {background: #0B0B0B;}

