input {
	font-family: verdana;
	font-size: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.checkbox {
	font-family: verdana;
	border-style: solid;
	border-width: 0px;
	border-color: black;
}

.select {
	font-family: verdana;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
}

.submit {
	font-family: verdana;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
}

.client-body {
	background-image: url(images/nokta.gif);
}

/* Mevcut gün ve event yok */
.calendar_select {
	border-style: solid; 
	border-width: 1px; 
	border-color: black;
}

/* Mevcut gün ve event var */
.calendar_select_event {
	border-style: solid; 
	border-width: 1px; 
	border-color: black;
	background-color: #F9AD81;
	color: white;
	font-weight: bold;
}

/* Mevcut olmayan gün ve event var */
.calendar_event{
	background-image: url('images/event.gif');
	background-position: center;
	background-repeat: no-repeat;
	color: navy;
	font-weight: bold;	
}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: brown;
}


.main-admin-menu {
	color: black;
	font-family: verdana;
	font-size: 10px;
	padding-left: 3px;
}

.left_side {
	background-color: E3E3E3;
	width: 200px;
	font-family: verdana;
	font-size: 11px;
}

.left_register {
	background-color: #ECF0F4;
}

#path {
 	text-indent: 4px;
	font-family: verdana;
	font-size: 10px;
}

td{
	font-family: verdana;
	font-size: 10px;
}

select, input {
	font-family: verdana;
	font-size: 12px;
}

.box {
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.navigation {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	font-size: 12px;
	font-family: tahoma;
}

.nav {
	border-style: solid;
	border-top-color: black;
	border-top-width: 1px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	font-size: 12px;
	font-family: tahoma;
}

.category {
	font-family: verdana;
	font-size: 11px;
	color: silver;
}

.category_2 {
	font-family: verdana;
	font-size: 10px;
	color: silver;
}

.title {
	font-family: verdana;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

.content {
	font-family: verdana;
	font-size: 10px;
	color: black;
}

.inbox {	
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: black;
}

.inbox_right {	

	border-bottom-style: solid;
	border-width: 1px;
	border-color: black;
}

.empty_inbox {
	border-right-style: solid;
	border-width: 1px;
	border-color: black;
}
img {
	border-width: 0px;
}