/* TODO: Genel Stiller */

html, body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	background:#0E3350 url(../images/background.gif) repeat-x;
	height:100%;
}

body form {
	margin:0;
	padding:0;
}

body label {
	cursor:pointer;
}

body input {
	font-family:Arial;
}

h1, h2, h3, h4, h5 {
	text-decoration:none;
	margin:0;
	padding:0;
	font-weight:normal;
}

.tickercontainer { /* the outer div with the black border */
	width: 420px; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 5px;
	top: 8px;
	width: 400px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 450px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 50px 0 0;
} 

ul.newsticker span {
	margin: 0 10px 0 0;
} 

.clear {
	height:1px;
	clear:both;
}

a:link					{ text-decoration: none; 						}
a:visited 				{ text-decoration: none; 						}
a:hover   				{ text-decoration: underline; 					}
a.linkclr01:link		{ text-decoration: none; 		color:#333333; 	}
a.linkclr01:visited 	{ text-decoration: none; 		color:#333333; 	}
a.linkclr01:hover   	{ text-decoration: underline; 	color:#72ac00; 	}

/* TODO: Diger Stiller Bitti */