
/* Main CSS */
body {padding:0px; font-size:12px; color:#fffff; font-family:tahoma; margin:0px; background-image:url(imgs/bgust.jpg); background-repeat:no-repeat}


/* Table CSS */

table.header{ background-image:url(imgs/head_bg.png);padding-top:10px; width:882px}
table.loginBox{ background-image:url(imgs/uyeGirisi.png);width:238px;height:114px;}
table.mainMenu{width:882px; padding:0; border:0; background-image:url(imgs/bg_ustMenu.png); height:28px;color:#fff;}
table.content{ background-image:url(imgs/bg_content2.png); border:0; width:882px; background-repeat:repeat-x}
table.footer{width:882px; border:0; height:27px; background-image:url(imgs/bg_footer.gif);color:#fff;}

/* TD CSS */

td.loginbox{padding-left:100px;/*padding-top:20px*/}
td.menu{background-image:url(imgs/mainmenu_bg.png);height:30px;}
td.left-Box-Header{width:153px; height:42px;background-image:url(imgs/box_header_bg.png);font-size:14px;text-align:left;font-family:tahoma;color:#000000}
td.left-Box-Content{
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	width:100%;
	border-left:1px solid #dadfe1;
	border-right:1px solid #dadfe1;
	text-align:left;
	line-height:15px;
	font-size:12px;
	font-family:tahoma;
	color:#000000;
	background-color:#fff
}
td.left-Box-Footer{border-bottom:1px solid #dadfe1; background-color:#fff}
li.left-Box-Content {list-style-type: circle;list-style-image: url(imgs/icon_arrow.png);line-height:18px;margin-left:30px}

td.right-Box-Content{padding-top:10px;padding-left:5px;padding-right:5px;width:100%;border-left:1px solid #dadfe1;border-right:1px solid #dadfe1;text-align:left;line-height:15px;font-size:12px;font-family:tahoma;color:#000000;background-color:#fff}

td.center-Box-Header{width:100%; height:42px;background-image:url(imgs/box_header_bg.png);font-size:14px;text-align:left;font-family:tahoma;color:#000000}

td.content-img-bg{background-image:url(imgs/img_bg.gif); width:101px; height:92px; test-align:center}

/* Form CSS */

input.loginBox{border:1px solid #ffffff;font-size:11px;font-family:tahoma;}

/* Link CSS */

a:link , a:active, a:visited{
	font-size:12px;
	font-family:tahoma;
	text-decoration:none;
	color: #000000;
}
a:hover{
	font-size:12px;
	color:#000000;
	font-family:tahoma;
	text-decoration:underline;
}

a.leftMenu:link, a.leftMenu:active, a.leftMenu:visited{font-size:12px;color:#000000;font-family:tahoma;text-decoration:none;}
a.leftMenu:hover{font-size:12px;color:#000000;font-family:tahoma;text-decoration:none;}



hr {
	/*background-color:#fff;
	color:#fff;
	width:400px;
	height:1px*/
	display:none;
}




