body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

	font-family: Verdana, sans-serif;
	font-size:12px;
	color: #CCCCCC;
background-image:url('graphics/background.png');
}

img {border: 0px;}

/* TABLES */
table#table_main {border-spacing: 0px; padding: 20px;  border: 0px; width: 900px;}
table#table_inner {background-image:url('graphics/back_gray.png'); border-spacing: 20px 5px; width: 890px; height: 365px;}

td#td_logo {height: 100px; text-align: right;}
td#td_photo {background: url('graphics/pic_bkg.png'); background-repeat: no-repeat; background-position: top center; background-attachment: fixed;}
td#contentArea {
	width: 430px;
	/*background-color: #666666;  
	filter:alpha(opacity=50);   
	-moz-opacity:0.5;           
	opacity: 0.5;              */
}
td#td_links {}
td#menuArea {height: 30px; text-align: center;}
td#td_credits {height: 50px; text-align: center;}

/* LINKS */
A {	cursor: pointer; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	text-decoration: none;}
A.a_credits{font-size: 10px; color: #666666;}

/* MODELS LIST */
.gwt-Image-MLIST_thumb {cursor: pointer; border: 1px solid #CCCCCC;}
.gwt-Image-MLIST_thumb:hover {cursor: pointer; border: 1px solid #CC0000;}
.gwt-Label-MLIST_name {font-size: 12px; font-weight: normal; color: #CCCCCC; cursor: pointer;}

/* MODELS POPUP */
.popupWidget {background-color: #CCCCCC; border: 0px;}
.gwt-Label-POPUP_close {font-size: 11px; font-weight: bold; color: #666666; cursor: pointer;}
.gwt-Label-POPUP_name {font-size: 14pt; font-weight: bold; color: #CC0000;}
.gwt-Label-POPUP_age {font-size: 12px; font-weight: normal; color: #666666;}
.popup_noVideo {font-size: 11px; font-style: italic; color: #666666;}
.popup_Image {border: 1px solid #666666;}
.popup_noImage {width: 250px;}


