﻿@charset "utf-8";
/* CSS Document */

body 
{
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-image: url(../images/back_all.gif);
	background-repeat: repeat-x;

}
a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #00CC66;
	text-decoration: none;
}



input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-top-color: #90C6D9;
	border-right-color: #90C6D9;
	border-bottom-color: #90C6D9;
	border-left-color: #90C6D9;
}
#header
{
	width:auto; 
	display:block;
	height:180px;
	z-index:0;
	
}


#leftbar{
    margin-top:10px;
	background-image: url(../images/title_back2.jpg);
	background-repeat: repeat-y;

} 
#leftbar ul {
	list-style: none;
	margin-left:10px;
}

#leftbar li ul {

	border: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#leftbar li  {

	padding: 4px 15px;
    background: url(../images/small.gif) no-repeat left;
}

#rightbar{
   float:right;
	margin-top:0px;
	padding-top:0px;
	width:200px;
	height:700px;
	background-image: url(../images/title_back2.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
}
#rightbar a:hover
{
	color: #009966;
}

#footer{
margin-top:0px;
	width:100%;
	display:block;
	padding:10px 0;
	font-size:11px;
	color:#666666;
	background-image: url(../images/footer.gif);
background-repeat: repeat-x;
}
#page
{

	width:1024px;
	color: #666666;
}
#page h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #193A65;
	
}


.title
{
width: 200px;
height: 27px;
padding-left:25px;
font-size: 14px;
font-weight: bold;
color: #ffffff;
background: url(../images/title.gif) no-repeat
}

#orta
{
    width:100%;
	padding-top:20px;
	border: 1px solid #C9C9C9;
	background: #ffffff url(../images/box_top.gif) repeat-x;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align:left;
}
#orta a
{
	color: #FF0000;
}
#orta img
{
	border: 1px solid #C9C9C9;
}
#orta h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.logon
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.maintable
{
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #193A65;
}

#footer p
{
	font-size: 12px;
	color: #003399;
	text-align:center;
	padding-top:15px;
	font-weight: bold;
}

#footer p
{
	font-size: 12px;
	color: #003399;
	text-align:center;
	padding-top:15px;
	font-weight: bold;
}


#logo {
	width:200px;
	height:180px;
	margin: 5 0 0 20px;
	float:left;
	z-index: 5;
	background-image: url(../images/title_back2.jpg);
	background-repeat: repeat-y;	
}
#header p
{
	width:300px;
	height:50px;
	margin-left:300px;
	font-size: 16psx;
	font-weight: bold;
	color: #FF0000;
}


div.spacer{
	clear:both;
	height:1px;
	display:block;
	
}

.tdst
{
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #FFFFFF;
}
a.ipucu b{
	 display:none;
}
a.ipucu,a:focus.ipucu{
	position:relative;

	color:red;
}
a:hover.ipucu b,a:focus.ipucu b{
	position:absolute;
 display:block;
 top:-40px;
 left:-25px;
 padding:5px;
 background:aqua;
 width:150px;
 border:1px solid #ff0;
 text-decoration:none;
 font-weight:normal;
 color:#000;
}