/***************************************************************************
 *
 *	 tt_base_browser.css
 *
 *   totallytextures base style sheet: browser view
 *
 *   v001	08/01/07	MJC	Created
 *
 ***************************************************************************
 */
 
body {
	background-color: #666666;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFaaaa;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFAAFF;
}
h1, h2 {
	border-bottom: 3px solid #990000;
	background-color: #990000;

}
p, font {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
}
li, table, td{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:0.9em;
	color: #666666;
	border:0px solid red; !change to 1px to see table borders for layout
	padding: 0px;
	margin: 0px;
	align:left;
	vertical-align: top;
}

td#sidelinks {
	width: 100px;
	font: normal 11pt Arial;
}

td#sidelinks a {
	display: block;
	margin: 0;
	text-decoration: none; 
	color: #666666;
	background: url('assets/buttons/nav_button_76x31_normal.png') 0px 50% no-repeat; 
	padding-left:8px; 
	padding-right:5px; 
	padding-top:5px; 
	padding-bottom:5px;
}
	
td#sidelinks a:hover {
	color: #ff00ff;
	background: url('assets/buttons/nav_button_76x31_onMouseOver.png') 0px 50% no-repeat; 
	padding-left:8px; 
	padding-right:5px; 
	padding-top:5px; 
	padding-bottom:5px;
}

font.tt {
	font-family: "Viner Hand ITC";
	color: #6600CC;
}
font.ptayf {
	font-family: "Viner Hand ITC";
	font-size: 30px;
	color: #888888;
}

a:link{color: #000000;}
a:visited{color: #666666;}
a:hover{color: #ff00ff;}

img{
	border: 0;
}