/* ********************************************************************************************* */

	/* tsubaka.com */
	/* CSS file */

/* ********************************************************************************************* */

body {
background: white url('../images/back.jpg') fixed;
font-family: 'Courier New', 'Courier'; font-size: 11px; color: black;
padding: 0px; padding-top: 32px;
}

a:link, a:active, a:visited { color:black; text-decoration:none; }
a:hover { text-decoration: underline; }

img { border: 0px;  max-height: 164px; max-width: 164px; }

h1 { font-size: 13px; background-color: white; }
h2 { font-size: 12px; background-color: white; }
h3 { font-size: 11px; background-color: white; }
h4 { font-size: 10px; background-color: white; font-weight: normal; margin: 5px; }

table { padding: 0px; margin: 0px; }
td { border: 0px solid white; padding: 0px; vertical-align: top; font-size: 11px; }

hr {	height: 1px; width: 100%; margin-top: 0px;
	border: 0px; background-image: url('../images/trans_25.png');}

div { border: 0px; }

ul { margin-left: -25px; }
li { }

form { }
input { background-color: transparent; border: 0px; }

/* ********************************************************************************************* */

td.status { color: white; font-weight: bold; padding-left: 3px; padding-right: 3px; text-align: center; }

div.border { border: 1px solid white; padding: 0px; vertical-align: top; overflow: hidden; }
td.border { border: 1px solid white; padding-left: 5px; vertical-align: top; }
.content { padding: 5px; padding-top: 0px; }

a.link { color: gray; font-family: Verdana; }
a.link:hover { color: black; text-decoration: none; }
center.link { color: gray; font-family: Verdana; }
center.link:hover { color: black; text-decoration: none; }

.hover { margin: 1px; padding: 0px; padding-bottom: 2px; padding-right: 2px; }
.hover:hover { border: 1px solid white; margin: 0px; padding: 1px; }

.highlight:hover { background-image: url('../images/trans_25.png'); }

.tab {	border: 1px solid white; border-bottom: 0px; font-size: 16px; white-space: nowrap;
		background: url('../images/trans_25.png'); }
.tab_active { 	border: 1px solid black; border-bottom: 0px;	font-size: 16px; white-space: nowrap; 
				background: url('../images/trans_75.png'); }
.tab_between { border-bottom: 1px solid white; padding-bottom: 5px; }
.tab:hover { border: 1px black solid; border-bottom: 0px; background: url('../images/trans_75.png'); }



