/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
p{line-height: 1.4}

body{
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-size:12px;
    line-height: 1.4;    
}

img {
	border:0px;
}

textarea{
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
}

.webarea{
    
}

.webmodule{
    
}

/* mesaj sınıfları */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    z-index :999;
}

.info {
    color: #00529B;
    background-color: #f3f3f3;
    background-image: url('/images/msg_images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/msg_images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/msg_images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/msg_images/error.png');
}
/* mesaj sınıfları son */


/* hava durumu */
#weather {
    width:100%;
    left:0;
    z-index:105;
    color:#fff;
}

#weather #local, #weather .loading {
    float:left;
    
}

.city {
    font-weight:bold;
    font-size:12px
}

.temp {
    font-size:12px;
    padding:0;
}

.temp .metric {
    margin-left:-3px;
}

#weather #temp {
    float:right;
    margin:65px 45px 0 0;
    text-align:right;
}

#weather #date {
    font-size:11pt;
    padding-right:2px;
}

#forecast_container {
    background:url(../images/background_forecast.png) 50% 100% no-repeat;
    top:0;
    left:500px;
    z-index:98;
}

#forecast_container #current {
    width:400px;
    height:240px;
    margin-left:50px;
    position:relative;
}

#forecast_container .loading {
    margin:130px 0 0 70px;
}

#forecast_container #current .temp, #forecast_container #current .high_low {
    width:116px;
    text-align:center;
}

#forecast_container #current .temp {
    font-size:32pt;
    margin-top:110px;
    float:left
}

#forecast_container #current .high_low {
    font-size:12pt;
    clear:both;
}

#forecast_container #current .city, #forecast_container #current .text {
    width:100%;
    text-align:center;
}

#forecast_container #current .text {
    margin-top:6px;
}

#forecast_container #forecast {
    width:400px;
    height:122px;
    list-style:none;
    margin:0 0 0 50px;
    padding:0;
}

#forecast_container #forecast li {
    width:25%;
    height:100%;
    float:left;
    text-align:center;
}

#forecast_container #forecast li p {
    width:100%;
    height:30px;
    margin:0;
    padding:0;
    font-size:11pt;
    line-height:30px;
}

#forecast_container #forecast li img {
    width:96px;
}

#forecast_container #update {
    text-align:center;
    margin-top:10px;
    font-size:11px;
}

#forecast_container #update img {
    margin:-2px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}

.textbox{
	border:1px solid #d1c7ac;
	color:#333333;
	padding:3px;
	margin-right:4px;
	font-family:tahoma, arial, sans-serif;
}

.sortLink{
	color:#333333;
	text-decoration: none;
	padding:1px;
}
.pagingLink{
	color:#333333;
	text-decoration: none;
	padding:1px;
}
/* hava durumu son */


.highslide-header .highslide-close{
	display: none;
}

/* Özel Fontlar */
@font-face {
    font-family: 'EurostileRegular';
    src: url('fonts/eurostile-webfont-webfont.eot');
    src: url('fonts/eurostile-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eurostile-webfont-webfont.woff') format('woff'),
         url('fonts/eurostile-webfont-webfont.ttf') format('truetype'),
         url('fonts/eurostile-webfont-webfont.svg#EurostileRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BlueHighwayRegular';
    src: url('fonts/bluehigh-webfont.eot');
    src: url('fonts/bluehigh-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bluehigh-webfont.woff') format('woff'),
         url('fonts/bluehigh-webfont.ttf') format('truetype'),
         url('fonts/bluehigh-webfont.svg#BlueHighwayRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Özel Fontlar Son */


a{
	text-decoration:none
}