/* faqs.css
 *
 * CSS for general page layout.
 */

/* Link definitions */
a:link    {font-family:arial; color: WHITE; text-decoration: none; }
a:visited {font-family:arial; color: WHITE; text-decoration: none; }
a:active  {font-family:arial; color: WHITE; text-decoration: none; }
a:hover   {font-family:arial; color: WHITE; text-decoration: none; }

a.little:link    {font-family:tahoma; color: BLACK;  text-decoration: none; font-size: 12; }
a.little:visited {font-family:tahoma; color: BLACK;  text-decoration: none; font-size: 12; }
a.little:active  {font-family:tahoma; color: BLACK;  text-decoration: none; font-size: 12; }
a.little:hover   {font-family:tahoma; color: 9D0808; text-decoration: none; font-size: 12; }

a.menu:link    {font-family:tahoma; color: WHITE;  text-decoration: none; font-size: 12; }
a.menu:visited {font-family:tahoma; color: WHITE;  text-decoration: none; font-size: 12; }
a.menu:active  {font-family:tahoma; color: WHITE;  text-decoration: none; font-size: 12; }
a.menu:hover   {font-family:tahoma; color: BLACK;  text-decoration: none; font-size: 12; }

a.big:link    {font-family:tahoma; color: BLACK;  text-decoration: none; font-size: 18; }
a.big:visited {font-family:tahoma; color: BLACK;  text-decoration: none; font-size: 18; }
a.big:active  {font-family:tahoma; color: BLACK;  text-decoration: none; font-size: 18; }
a.big:hover   {font-family:tahoma; color: 9D0808; text-decoration: none; font-size: 18; }

/* Navigation links */
a.navigate:link    {font-family:verdana; color: WHITE;  text-decoration: none; font-size: 18; }
a.navigate:visited {font-family:verdana; color: WHITE;  text-decoration: none; font-size: 18; }
a.navigate:active  {font-family:verdana; color: WHITE;  text-decoration: none; font-size: 18; }
a.navigate:hover   {font-family:verdana; color: 8F0000; text-decoration: none; font-size: 18; }

/* Model Productions repeat background */
body
	{	background-image: url(images/bg.gif);
		background-repeat: repeat; }	



/* General paragraph text */
p 
	{ font: italic small-caps 12px arial;
	  color: black }

p.title
	{ font: x-large arial bold;
	  text-decoration: underline;
	  color: 8F0000 }

p.foot
	{ font: small-caps 10px arial bold;
	  }

p.video_title
	{ font: italic small-caps 12px arial;
	  margin-top: 0;
	  margin-bottom: 0;
	  margin-left: 10;
	  }
	
p.answer
	{ font: italic medium verdana bold;
	  /* was font: x-small verdana; */
	  }

p.video_label
	{ font: italic 10px arial; 
	  margin-top: 0;
	  margin-bottom: 0;
	  margin-right: 5; 
	  color: black}
	  
p.video_value
	{ font: italic 10px arial bold; 
	  margin-top: 0;
	  margin-bottom: 0;
	  margin-left: 5; 
	  color: black}
	  
p.heading
	{ font: 20px arial bold;
	  margin-top: 0;
	  margin-bottom: 0;
	  }

p.introduction
	{ font: 12px arial;
	  margin-top: 0;
	  margin-bottom: 0;
	  }

p.example
	{ font: italic 10px arial;
	  margin-top: 0;
	  margin-bottom: 0;
	  }


div.video_icon
	{ margin-top: 0;
	  margin-right: 0;
	  horizontal-align: center }
	  
div.search_area
	{ background123-color: A5C8CA; /* E2FFFB; */
	  horizontal-align: center;
	  verticle-align: center;
	  width: 220;
	  height:300;
	  padding-left: 0;
	  padding-right: 0}
	  
div.add_video
	{ }
	  
div.error
	{ color: RED };