/**
 * @created:		august 4th 2008 08:00 GMT
 * @author:			quinton j sheppard
 * @project:		ricall.com
 * @description:	[description]
 *
 * @updated:		23rd October 2008
 * @updated by:		[name]
 *
 * copyright (c) 2008 ricall lt
 */

/**
 * todo:
 */


	
 /* global typography */
 
 
 A.track_actions{
	color: #336600;
	text-decoration: underline;
 }

A.track_actions_prioritised{
	color: #FFFFFF;
 	background-color: #D92B44; 
 	text-transform: uppercase;
	text-decoration: none;
 }
 
 A{
 	/*color:#9f8d79;*/
 	color: #0008de;
 	font-weight: bold;
	text-decoration: none;
 }
 
 A:hover{
	text-decoration: underline;
 }
 
  A.button{
	font-size: 1.3em;
 }
 
 A.small_button{
 	font-size: 1.0em;
 }
 
 BODY{
 	font-family: verdana, arial, helvetica;
	font:10px verdana, sans serif;
	line-height:130%;
 }

 H1, H2, H3, LABEL, P{
	/*color:#9f8d79;*/
	color: #847564;
	font-weight: normal;
 }

 H1{
	font-size:2.5em;
 }
 
 H2{
	clear:left;
	font-size:1.8em;
 }
 
 H3{
 	font-weight:bold;
 	font-size: 1.1em;
 }
 
 LABEL, P, A{
	font-size: 1.1em;
 }
 
 LABEL{
 	font-weight: bold;
 }

 P{
 	line-height: 1.4em;
 }

 DIV#content{
 	text-align: left;
 }

 UL#primary_navigation LI A{
 	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration:none;
 }

 /***********/
 /* ? *******/
 /***********/
 DIV#resultOptions_module UL.menu{
	text-align:right;
 }
 
 DIV.result_module P.heading{
 	font-weight:bold;
 }
 
 
 /***********/
 /* home ****/
 /***********/
 DIV#sub_syncsites DIV#sub_syncsite_wrap P{
	font-size: 1.1em;
	text-align: center;
 }

 DIV#search FIELDSET LABEL{
	font-size: 1.5em;
	margin-top: 5px
 }

 DIV#search LI#type P,
 DIV#search LI#type LABEL,
 DIV#search LI#type INPUT{
	font-size: 1.1em;
 }

 DIV#widget H2{
	font-weight: bold;
	line-height: 150%;
 }
 
 UL.black LI A{
 	color: #000 !important;
 }
 
 UL.white LI A{
 	color: #FFF !important;
 }
 

 /* licensing ****/
 UL.details SPAN.heading{
	font-weight: bold;
 }
 
 UL.pagination LI A P{
 	font-weight: bold;
 }
 
 UL.pagination LI A:hover{
	text-decoration:none;
 }
 
  UL.pagination LI A P.selected{
 	color: #d92b44;
 }
 
 TABLE.productionfolders_result TD.highlighted P{
	font-weight: bold;
 }
 
 DIV.quoterequest_result UL.actions A{
	font-weight: bold;
 }
 
 DIV.result_panel SPAN.fees H2{
	font-size: 1.4em;
 }
 
 DIV#searchOptions_module UL#options LI A:hover{
	text-decoration: underline;
 }
 
 TABLE THEAD TR P{
	color: #fff;
	font-weight: bold;
 }
 
 A.tab{
	font-size:1.2em;
	font-weight:bold;
 }
 


