html{
	background-image: url(imgs/back.jpg);
	height: 100%;
}
body{
	font-family:"Tahoma","Arial";
	font-size: 12px;
	color:#666;
	margin: auto;
	background-image: url(imgs/bg.jpg);
	width:739px;
}
#main{
  padding-left:20px;
  padding-right:19px;
}
.header{
    background-image: url(imgs/top.jpg);
    background-repeat:repeat-x;
    display:block; 
    height:80px;
    padding:25px;
    
}
img{
  border: 0;
}
.vidus{
  padding:3px;
  border:1px solid #666;
  margin:3px;
}
a.myopacity img{
  border: none;
  filter:alpha(opacity=45);
  -moz-opacity: 0.45;
  opacity: 0.45;
}
.style1 a{
  text-decoration:none;
  font-size:15px;
}
a.myopacity:hover img{
  border: none;
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
img.hdr{
  float:left;
  margin-right:20px;
  margin-left:30px;
}
.line{
  height: 80px; 
  float:left;
  margin-left:20px;
}
.line img{
  border:0;
}
.line a img{
  display:block;
  margin:10px;
}
.login{
  width:500px;
  height:20px;
  text-align: right;
  display:block;
}
.title{
	background-image: url(imgs/title.jpg);
	background-repeat:repeat-x;
	color:#FF9933;
	width:690px;
	padding-top:10px;
	padding-left:10px;
	font-size:16px;
	font-family: "Tahoma";
	font-weight:bold;
}
.content{
  display:block;
	color:#666666;
	font-size:12px;
	padding:15px;
	margin-bottom:30px;
	/*min-height:195px;*/
}
.table {
  margin: .5em 0 1em;
  width: 100%;
  border-bottom: 3px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.table td, .table th{
  text-align: left;
  padding: .2em .4em;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.table th{
  background: #ebebeb;
  border-bottom: 2px solid #d9d9d9;
}

.table tr.odd{
  background: #ebebeb;
}

.table tr:hover{
  background: #d9d9d9;
}
.footer{
  display:block;
	text-align:center;
	padding:5px;
	background-image: url(imgs/bottom.jpg);
  background-repeat:repeat-x;
  background-position:bottom;
  
}
a{
  font-family: "Tahoma";
  color:#FFA54C;
}
input, textarea{
  background-image: url(imgs/top.jpg);
  background-repeat:repeat-x;
  color:#666;
  border:1px solid #666;
}
