/* Title: Lucis */
/* Description:  Default settings stylesheet */
/* Copyright:    Copyright (c) Vision with Technology Ltd 1997-2005. All rights reserved<p> */
/* Company:      Vision with Technology Ltd */

/* Author:       Paul Forsyth (modified for Lucis by Sven Berg Ryen) */
/* Version:      $Id:$*/


body 
{ 
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif,Helvetica;
    font-size: 0.83em; 
    margin: 0 10px 10px 10px;
    background-color: #fff;
}

/*<group=Headers>*/

h1, h2, h3, h4, h5
{
	font-weight:bold;
}

h2, h3, h4, h5
{
}

h1
{ 
	font-size: 1.3em;
}

h2
{ 
	font-size: 1.2em;
}

h3
{ 
	font-size: 1em;
}

h5
{
	font-weight:normal;
}

/*</group>*/

/*<group=Font size>*/

label, .block label, .block
{
	
	font-size:1em;
}

p, li, ul, dd, a, h4, h5
{
line-height:1.28em
}

/* Adjustments */

dd a,
li a
{
	font-size: 1em;
}

/* Fixes font size for lists within lists */

ul li {font-size:1.0em;}
ul li ul {font-size:1.0em;}

/*</group>*/

/*removes blue outline on linked images */

a img
{
	border:  none;
}

dl dd
{
	float:left;
}

dl,
dl dd,
dl dd a,
dl dd img,
dl dd p
{
	margin:0;
	padding:0;
}

dl dd a,
dl dd img
{
	display:block;
}

/*<group=Links>*/

a
{
	text-decoration:none;
	font-size:1em;
	color: #00c;
}

a:hover
{
	text-decoration:underline;
}

/*</group>*/

.warning
{
    padding:5px;
    margin-top:5px;
    background-color:#CCCCE8;
    border:1px solid #000;
}


/* table class with red background*/
table.red
{
	background-color:#ff0000;
}

/* Yahoo! Media Player: */ 

/* Remove block with relevant information */ 

#ymp-relevance { display:none !important; }  

.ymp-player-max #ymp-body { width:570px !important; }  

.ymp-player-max #ymp-body #ymp-body-strip { width:557px !important; }  

.ymp-player-max #ymp-body #ymp-body-base  { width:560px !important; } 

