/*
 *  Change History
 *  26-Dec-2006  Richard Clauson  Document the differences between this and the official version
 *  01-Jan-2007  Richard Clauson  Added entries from the skin.asp file
 *  03-Jan-2007  Richard Clauson  Make sure all lengths/sizes specifies units (e.g. px) as well as a value
 *  20-Jan-2007  Richard Clauson  Moved the TVAM common styles to a separate .css file
 */

body
{
    font-size: 12px;
    color: #444455;
    font-family: Tahoma;
    /* RLC added from <body> tag */
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.contenthandler
{
    padding-left: 20px;
    overflow: hidden;
    padding-top: 0px;
}

.content
{
    font-size: 12px;
    color: #444455;
    font-family: Tahoma;
}

H1
{
    font-weight: bold;
    font-size: xx-large;
    margin-bottom: 2px;
    color: #000066;
    font-family: Tahoma;
}



A:link  {
    color : #2222AA;
}

A:visited  {
    color : #444455;
}

A:hover  {
    color : #2451A6;
}

A:active  {
    color : #006699;
}

/* used in the Tell-A-Friend footer */
.smaller
{
    font-size: 12px;  /* or maybe this shoule be 12pt ? */
    font-family: tahoma;
}

/***************** Used for stuff when printing *******************************/
@media screen {
    .hideprint
    {
    }
}

@media print {
    .hideprint
    {
        /* position: absolute;
        left: -1000px;
        top: -1000px;
        visibility: hidden; */
        /* using display:none is better as it totally removes element from being rendered */
        display: none;
    }
}

@media print {
    .showprint
    {
		/* used to re-instate an inner block when an outer block is display:none , maybe? */
        display: block;
    }
}

.lefted{
    position: relative;
}

/***************** Used for general Links in the Site *******************************/
A.imagelink:visited IMG  {
    FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

A.imagelink:link IMG  {
    FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

A.imagelink:hover IMG  {
    FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

A.imagelink:active IMG  {
    FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}



/**************************SITE ADMIN STYLE ******************************************/

TD.normal  {
    font-size: 11px;
    color: #140812;
    font-family: Arial;
}

TD.tablemainheader
{
    border-right: #6782a6 thin ridge;
    border-top: #6782a6 thin ridge;
    font-size: 11px;
    border-left: #6782a6 thin ridge;
    color: black;
    border-bottom: #6782a6 thin ridge;
    font-family: Tahoma;
    background-color: transparent
}
TD.tableheader  {
    font-size: 11px;
    color: white;
    font-family: Tahoma;
    background-color: #CFCFCF;
}
.tabledata  {
    font-size: 12px;
    color: black;
    background-color: #E8E8E8;
}
.tabledata2  {
    font-size : 11px;
    color : black;
    font-family : Tahoma;
    background-color : #e9ecf9;
}


INPUT.smallbutton
{
    font-size: 10px;
}

TEXTAREA.textfield
{
    overflow: visible;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

TEXTAREA.editable /* source code edit box */
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
    border-bottom-style: none;
}

Table.main  {
    margin: 1em auto;
}

.footer  {
    font-size: 11px;
    color: #cccccc;
    font-family: Tahoma;
    text-decoration: none;
    font-weight: bold;
}


/*-- START CUSTOMISED STYLES  --*/
/* info combo */
