@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
}
	
body#full {
	margin: 0;
	padding: 0;
	overflow:hidden;
	width: 100%;
	height: 100%;
}

body#empty {
	margin: 30px 20% 30px 20%;
    padding: 0;
}

table.translationTable {
	border-width: 1px;
	border-style: solid;
	background:#CCC;
}

tr.source {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background:#06F;
}

th {
  text-align: center;
  padding: 1px 10px;
  font-weight: bold;
  color: #FFF;
  background:#03C;
}

td {
 text-align: center;
  padding: 1px 5px;
  font-family:Verdana, Geneva, sans-serif;
}
	

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:14px;
	text-align: left;
}

table {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

tr, td {
    margin: 0;
    padding: 0;
	border-color:#000;
}

td#content {
	width: 100%;
	height: 100%;
}


td#header {
	background: #CCC;
	padding: 0px 0px 0px 5px;
	width: 100%;
	height: 30px;
}

iframe {
	height: 100%;
	width: 100%;
}

#logo {
	height: 100%;
	width: 100px;
	padding: 0px 0px 0px 10px;
}

#beta {	
	height: 100%;
	width: 32px;
	padding: 0px 15px 0px 0px;
}

#ads {
	padding: 0px 5px;
	height: 100%;
}

#request {
	text-align: left;
	padding: 1px 5px;
	height: 100%;
	width: 300px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold; 
	font-size: 12px;
}
#twett {
	padding: 0px 5px;
	text-align:right;
	height: 100%;
	width: 25px;
}

#exit {
	padding: 0px 5px;
	text-align:right;
	height: 100%;
	width: 25px;	
}

#imgurl {
	padding: 0px;
	width: 20px;
}

#urltext {
	width: 250px;
}


#url {
	padding: 10px 5px 10px 3px;;
	width: 250px;
	font-size: 10px;
	font-weight:bold;
}

#email {
	padding: 0px 5px;
	text-align:right;
	height: 100%;
	width: 25px;	
}


a img {
	border-style: none;
	padding: 0px;
	margin: 0px;
}
