/*
######################################################################
# $Id: general.css,v 1.3 2006/12/20 11:15:39 emalethan Exp $
# Copyright (c) 2006 Beanlogic Limited
######################################################################
*/

/*
UNIVERSAL STYLES
======================================================================
*/

.breaker
{
	height: 1px;
	clear:both;
	font-size:1%;
	overflow: hidden;
}

img
{
	border: 0;
}

img.inline
{
	padding: 2px;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}

form
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.back
{
	color: #000000;
	font-weight: bold;
	padding-left: 20px;
	background-image:url(../gfx/arrow-blue-left.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

a.backToTop
{
	color: #000000;
	font-weight: bold;
	padding-left: 20px;
	background-image:url(../gfx/arrow-blue-up.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

a.forward
{
	color: #000000;
	font-weight: bold;
	padding-left: 20px;
	background-image:url(../gfx/arrow-blue-right.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

acronym
{
	font-weight:bold;
	/* for IE */
	text-decoration: underline;
	cursor:help;
}

*>acronym
{
	text-decoration: none;
}

hr.hide
{
	display: none;
}

strong
{
	color: #266eab;
}

/*
FORMS AND ERROR REPORTING
======================================================================
*/
div.formRow
{
    padding: 2px 2px 2px 2px;
    margin-bottom: 5px;
    clear: both;
}

    div.formRow div.rowLabel, div.formRow label
    {
        float: left;
        display: block;
        width: 150px;
        text-align: right;
        padding: 5px 5px 5px 5px;
        font-weight: bold;
        font-size: 80%;
    }

    div.formRow div.rowValue
    {
        margin-left:160px;
        padding: 5px 5px 5px 5px;
        text-align: left;
    }

label.required
{
}

label.error
{
    cursor: help;
    color: #ff0000;
}

div.messages
{
    border: 1px solid #CCCCFF;
    padding: 5px;
    text-align: left;
}

div.errors
{
    border: 1px solid #FFCCCC;
    padding: 5px;
    color: #654944;
    text-align: left;
}

    div.errors h4, div.messages h4
    {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        font-size: 14px;
    }

