﻿body{
	height: 100%;
	margin: 0px;
	background: url('/images/imin.jpg') center bottom fixed repeat-x #92c6f5;
	color: #000;
}
a:link,a:visited{font:normal 12px tahoma;color:#0000ff; }
a:hover{text-decoration:none;color:#222;}
img {border:0px;}
form,h1,h2,h3,h4 {
	display:inline;
}

.logo{width:750px;font:normal 13px tahoma;text-align:left;}

.head{height:60px;border-collapse:collapse;font:normal 13px tahoma;text-align:center;}
.head td{padding:0px;}
.hl{width:18px;height:60px;background-image:url('/images/headleft.png');background-repeat:no-repeat;}
.hm{width:724px;height:60px;background-image:url('/images/headmiddle.png');background-repeat:repeat-x;text-align:left;padding-left:3px;}
.hm a:link,.hm a:visited{font:bold 12px Tahoma;color:#294465;}
.hm a:hover{text-decoration:none;color:#000;}
.hr{width:18px;height:60px;background-image:url('/images/headright.png');background-repeat:no-repeat;}

.wrapper{font:normal 13px tahoma;}
.wl{width:548px;height:100%;}
.wr{width:180px;height:100%;}

.content{width:100%;height:100%;border-collapse:collapse;}
.contenttd1{height:4px;background-image:url('/images/contenttop.png');background-repeat:no-repeat;}
.contenttd2{font:normal 12px tahoma;padding:5px;vertical-align:top;height:100%;background-image:url('/images/contentself.png');background-repeat:repeat-y;}
.contenttd3{height:4px;background-image:url('/images/contentbottom.png');background-repeat:no-repeat;}


.menu{width:100%;height:100%;border-collapse:collapse;}
.menutd1{height:4px;background-image:url('/images/menutop.png');background-repeat:no-repeat;}
.menutd2{padding-left:5px;vertical-align:top;height:100%;background-image:url('/images/menuself.png');background-repeat:repeat-y;}
.menutd3{height:4px;background-image:url('/images/menubottom.png');background-repeat:no-repeat;}

#saginfo {font-family:tahoma;font-size:13px;margin:0 2px 0 2px;}
#saginfo b{font:bold 13px tahoma;color:#d2691e;}
#saginfo a{color:#191970;}
#sagfriends img{border:1px solid #666;margin:1px;}
#sagfriends a{font-family:tahoma;font-size:15px;}
#h4div{margin-left:4px;width:522px;_width:530px;border:1px solid #999;background:#D0B69E;text-align:center;padding:3px;}

.adres_span {
	font:normal 12px verdana;
	text-decoration: underline;
	color: #33CC33;
	cursor: help;
}

.footer{width:750px;font:normal 13px tahoma;text-align:center;}
.footer a:link, .footer a:visited{font:normal 13px tahoma;color:#000000;}
.footer a:hover{font:normal 13px tahoma;color:#00FF00;}

		.input {
	border: 1px solid #99b3b4;
	width: 220px;
	background: #e4ebeb;
	font: 12px Tahoma, Verdana;
	color: #000066;
	padding: 3px;
	margin-bottom: 4px;
	outline: none;
}
		.input:focus {
			border:1px solid #567475;
			background: #e4ebeb;
		}
		.submit-btn {
			width: 54px;
			height: 20px;
			background: #743 url(submit.gif) no-repeat;
			outline: none;
		}
		.submit-btn:hover {
			background: #069 url(submit.gif) no-repeat 0 -20px;
		}
		div#container {
			border:1px solid #99b3b4;
			padding:15px;
			margin:auto;
			width:500px;
		}
		#log_res {
			height:auto;
			padding:15px;
			margin:100px auto 20px auto;
			margin-top: 0px;
			width:500px;
		}
		#log_res p {
			margin:0;
			padding:4px 0 4px 0;
		}
		#log_res.ajax-loading
			{background: url(spinner.gif) no-repeat center;
		}
		.error {
			color: red;
			margin: 0;
			padding: 0;
			font-size: 18px;
		}
		
			.kutubaslik {
	margin: 3px;
	padding: 3px;
	border-style: none;
	float: left;
	width: 120px;
	color: #800000;
	font-weight: bold;
}
			.nline {
				clear:left;
				padding-top:1px;
				
		}

.messagebox{
	position: absolute;
	width: 100px;
	margin-left: 10px;
	border: 1px solid #c93;
	background: #ffc;
	padding: 3px;
	font-size: 11px;
	color: #000000;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:10px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	font-size: 11px;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:10px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
	font-size: 11px;
}
.error_box{
	margin: 4px;
	width: auto;
	border: 1px solid #CC0000;
	background: #FFD9D9;
	padding: 5px;
	font-weight: bold;
	color: #CC0000;
	font-size: 12px;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {

	width:auto;
	margin-left:10px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	font-size: 11px;

}
	
.LV_invalid {
	width:auto;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
	font-size: 11px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.entry_date {
	color: #787878;
	font-size: 12px;
	font-style: normal;
}


.without_pic {
	width:510px;
	border-bottom:1px dashed #ccc;
}

.up_c a {
font:bold 12px arial;
color:#778899;
}

.up_c font {
font:bold 12px arial;
color:#aa5246;
}


.with_pic {
	width:430px;
}

.user_update {
	padding: 2px;
	margin: 2px;
	font-family: "trebuchet MS";
	float: left;
	font-size: 14px;
	white-space:normal;
	overflow:hidden;
}


.u_pic {
	padding: 2px;
	margin: 2px;
	height: 80px;

	float:left; 
	width:75px
}
.up_c {
	font-family: "trebuchet MS";
	width: 530px;
}
.dashed_line {
		
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	clear:both;
	margin-bottom:2px;
	padding-bottom:2px;

}
div#qTip {
	margin: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	padding: 3px;
	display: none;
	background: #FFFF99;
	color: #006699;
	font: normal 12px Verdana, Arial, sans-serif;
	text-align: center;
	position: absolute;
	z-index: 1000;
	font-weight: bold;
}

.green_box {
	margin: 4px;
	width: auto;
	border: 1px solid #349534;
	background: #C9FFCA;
	padding: 4px;
	font-weight: bold;
	color: #008000;
	font-size: 12px;
}
.thButton{
	background-image:url(/images/btn.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	margin-left: 10px;
	margin-right: 10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	border-top:none;
	border-bottom:none;
	height:30px;
	width:135px;
	font-weight:600;
	cursor:pointer;
	}
	.thSelect{
	background-color:#FFFFFF;
	background-image:url(/images/field_bk.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	color:#333333;
	border:1px solid #c1c1c1;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:19px;
	text-align:left;
	width:135px;
	margin:0px 2px 2px 2px;
	}
	.thCheckBox{
	background-color:#FFFFFF;
	background-image:url(/images/field_bk.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	color:#333333;
	border:1px solid #c1c1c1;
	margin:0px 2px 2px 2px;
	}

.thTextbox{
	background-color:#FFFFFF;
	background-image:url(/images/field_bk.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	color:#333333;
	border:1px solid #c1c1c1;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
	text-align:left;
	width:135px;
	margin:0px 2px 2px 2px;
	}
.thTable{
	border:1px solid #e1e1e1;
	padding:1px 1px 1px 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	}
.thTable td {
	padding:5px;
	}
.thTableFooter{
	height:30px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:600;
	background-color:#C7DEE6;
	}
.thTableFooter td{
	text-align:center;
	}
.thTableHeader{
	background-color:#5fb52b;
	height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	padding-left:10px;
	}
.thTableHeader td{
	text-align:center;
	}
.thTableHeader_orange{
	background-color:#FF7E00;
	height:21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	padding-left:10px;
	}
.thTableHeader_orange td{
	text-align:center;
	}
.thTableOddRow{
	background-color:#eaeaea;
	height:32px;
	}
.thTableEvenRow{
	background-color:#f5f5f5;
	height:32px;
	}
.thOddRow_small{
	background-color:#eaeaea;
	height:20px;
	}
.thEvenRow_small{
	background-color:#f5f5f5;
	height:20px;
	}


.fl_det {
	float:left;width:120px;margin:0 0 0 5px;font-size:12px;vertical-align:top;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

