/******************************************************************************************************************

G3 EVENTS Stylesheet

Developed by Matthew Hill, October 2006
Copyright Nixon McInnes (c) 2006
http://www.nixonmcinnes.co.uk

******************************************************************************************************************/

/******************************************************************************************************************
SIDEBAR
******************************************************************************************************************/

#navside {
    width:220px;
    font-size:0;
    line-height:0;
}

#navside img {
    padding:0;
    display:block;
    border:none;
}

/******************************************************************************************************************
EVENTS LIST
******************************************************************************************************************/

#content h2 {
    clear:none;
}

/******************************************************************************************************************
EVENT DETAIL & FORM
******************************************************************************************************************/

#userdetails {
    width:270px;
    padding:0 0 17px 17px;
    margin:-17px 0 0 17px;
    float:right;
    border-left:1px solid #E5E5E5;
}

#userdetails h2 {
    color:#A61E0C;
    font-size:2.0em;
    margin-top:17px;
    border:none;
}

#userdetails #sendrequest {
    margin-top:5px;
    width:126px;
    background-image:url(../images/button_sendrequest.gif);
}

#contactdetails {
    float:left;
    width:292px;
    padding:0 0 10px 0;
}

#contactdetails dl {
    margin:0;
    padding:0;
}

#contactdetails dt {
    clear:both;
    margin:0;
    padding:0;
    float:left;
    width:130px;
    line-height:normal;
    font-weight:bold;
}

#contactdetails dd {
    padding:0 0 7px 0;
    margin:0 0 0 130px;;
    text-align:left;
}

#contactdetails a,
#contactdetails a:visited {
/*    color:#666;*/
}

#contactdetails a:hover {
    color:#F31C00;
}

address {
    font-style:normal;
}

.invalid .textinvalid {
    background:#F8F8A8;
}
