/* Cached: 21/01/2009 10:51:24 */
/* TTNET style dosyasi */

body,html{
	margin:0;
	padding:0;
	border:none;
	background:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#33393e;
	width:100%;
	height:100%;
}

img {
	border: 0;
}

/* typo */

*,
a,
p,
h1,
h2,
INPUT,
INPUT*,
div{
	color:#33393e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align: justify;
}

a,
a:hover,
a:link,
a:active,
a:visited,
a:focus
{
	/*background:#ccc;
	padding:0 3px;*/
	color:#F37021;
	text-decoration:none;
	cursor:pointer;
	line-height:16px;
	font-weight: bold;
}

a:hover,
p a:hover,
a:hover,
p a:hover
{
	color:#666;
	text-decoration: none;
}

/* INFPUT elementz */

div#form_linez{
	float:left;
	width:485px;
	margin:4px 0;
	padding:0;
}

INPUT.txtbx {
	width:150px;
	border:1px #becad1 solid;
	font-size:12px;
	float:left;
	padding:1px 4px 2px 4px;
	margin:0;
	color:#555;
}
.ie INPUT.txtbx {
	padding:2px 4px;
}
SELECT.slct {
	border:1px #becad1 solid;
	color:#555;
	font-size:12px;
	float:left;
	padding:2px;
	margin:0;
	background:white;
}
.webkit .select_fix {
	overflow:hidden;
	width:237px;
}
.ie6 .select_fix {
	overflow:hidden;
	width:207px;
}
SELECT.slct option {
	outline:none;
	background:#f3f3f3;
	color:#555;
	margin:2px;
}

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

input.button {
	background: url(../images/submit_but.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	border: none;
	width: 88px;
	height: 19px;
	font-size:12px;
	font-weight:bold;
	color:white;
	cursor:pointer;
	text-align: left;
	padding: 2px;
}

input.button2 {
	background: url(../images/submit_but2.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	border: none;
	width: 130px;
	height: 19px;
	font-size:12px;
	font-weight:bold;
	color:white;
	cursor:pointer;
	text-align: left;
	padding: 2px;
}