/* $Revision: 1.2 $

/* == GLOBAL FORMATS == */

/********/
/* MENU */
/********/
#menu_font
{
  font-size:12pt;
  font-family:Times;
  text-decoration:none;
  font-weight:bold;
  color:#FFFFFF;
}

#menu_font:hover
{
  font-size:12pt;
  font-family:Times;
  text-decoration:none; 
  color:#999999;
}

#menu_font_hl 
{
  font-size:12pt;
  font-family:Times;
  text-decoration:none;
  font-weight:bold;
  color:#DDDDDD;
}

#menu_font_hl:hover
{
  font-size:12pt;
  font-family:Times;
  text-decoration:none; 
  color:#FFFFFF;
}

#menu_table
{
  text-align:center; 
}

#menu_table:hover
{
  text-align:center;
}

#menu_table2
{
  text-align:left;
}

#menu_table2:hover
{
  text-align:left;
}


/**********/
/* AVATAR */
/**********/
#greeting
{
  font-size:14pt;
  font-family:Times;
  color:#FFFFFF;
  text-decoration:none;
}


/****************/
/* TEXT FORMATS */
/****************/
#heading             
{
  font-size:16pt;
  font-family:Times;
  color:#333333;
  text-decoration:none;
  font-weight:bold;
  text-align:center;
}

#blahblub {
#  font-size:14pt;
#  font-family:Times;
  font: 11pt/1.0em Arial, Tahoma, sans-serif;
}

#normal_text
{
  font-size:14pt;
  font-family:Times;
  color:#333333;
  text-decoration:none;
  font-weight:normal
}

#normal_text_bold
{
  font-size:14pt;
  font-family:Times;
  color:#333333;
  text-decoration:none;
  font-weight:bold;
}

#normal_text_italic
{
  font-size:14pt;
  font-family:Times;
  color:#333333;
  text-decoration:none;
  font-weight:normal;
  font-style:italic; 
}

#normal_text_red
{
  font-size:14pt;
  font-family:Times;
  color:#FF0000;
  text-decoration:none;
  font-weight:normal;
}


/*********/
/* LINKS */
/*********/

#side_menu
{
  font-size:12pt;
  font-family:Times;
  color:#FFFFFF;
  text-decoration:none;
  font-weight:normal;
}

#side_menu_editor
{
  font-size:12pt;
  font-family:Times;
  color:#FF0000;
  text-decoration:none;
  font-weight:normal;
}

#side_menu_editor:hover
{
  font-size:12pt;
  font-family:Times;
  color:#FF6666;
  text-decoration:none;
  font-weight:normal;
}

#side_menu:hover
{
  font-size:12pt;
  font-family:Times;
  color:#EEEEEE;
  text-decoration:none;
  font-weight:normal;
}

#onsite_link
{
  font-size:14pt;
  font-family:Times;
  color:#0000FF;
  text-decoration:none;
  font-weight:normal;
}

#onsite_link:hover
{
  font-size:14pt;
  font-family:Times;
  color:#FF0000;
  text-decoration:none;
  font-weight:normal;
}

#onsite_link:visited
{
  font-size:14pt;
  font-family:Times;
  color:#0000FF;
  text-decoration:none;
  font-weight:normal;
}

#onsite_link:visited:hover
{
  font-size:14pt;
  font-family:Times;
  color:#FF0000;
  text-decoration:none;
  font-weight:normal;
}

#offsite_link
{
  font-size:14pt; 
  font-family:Times;
  color:#0000FF;
  text-decoration:none;
  font-weight:normal;
}

#offsite_link:hover
{
  font-size:14pt;
  font-family:Times;
  color:#FF0000;
  text-decoration:none;
  font-weight:normal;
}

#offsite_link:visited
{
  font-size:14pt;
  font-family:Times;
  color:#0000FF;
  text-decoration:none;
  font-weight:normal;
}

#offsite_link:visited:hover
{
  font-size:14pt;
  font-family:Times;
  color:#FF0000;
  text-decoration:none;
  font-weight:normal;
}

#legalese
{
  font-size:10pt;
  font-family:Times;
  color:#333333;
  text-decoration:none;
  font-weight:normal;
}

#legalese_bold
{
  font-size:10pt;
  font-family:Times;
  color:#333333;
  text-decoration:none;
  font-weight:bold;
}



/******************************/
/* PICTURE DESCRIPTION POPUPS */
/******************************/

#picture_description
{
  font-size:14pt;
  font-family:Times;
  color:#333333;
  text-decoration:none;
  font-weight:normal;
  text-align:left;
  vertical-align:top; 
}

#picture_link
{
  border:2px solid blue;
}

#picture_link:hover
{
  border:2px solid red;
}

#thumb_description
{
  font-size:10pt;
  font-family:Times;
  color:#333333;
  text-decoration:none;
  font-weight:normal;
}


/* == LOCAL FORMATS == */


/**************************/
/* FAN INTERVIEW SPECIFIC */
/**************************/
#fanint_comment
{
  font-size:14pt;
  font-family:Times;
  color:#3333336;
  text-decoration:none;
  font-weight:normal;
}

#fanint_question
{
  font-size:14pt; 
  font-family:Times;
  color:#0000FF;
  text-decoration:none;
  font-weight:normal;
}

#fanint_answer
{
  font-size:14pt;
  font-family:Times;
  color:#333333;
  text-decoration:none;
  font-weight:normal;
}

#fanint_pic
{
  border:1px solid black;
  border-color:#000000;
}




#input_login
{
  width: 90px;
  border:1px solid white;
}

#login_box
{
  width:100px;
  background:#333333;
}
