/* ---------------------------------
    Orb Solutions - CSS Style
    (C) Orb Solutions 2004
    Paul O'Dowd - 30/11/2004
   --------------------------------- */

/* STUFF I'VE ADDED! Move in amongst the rest... */
td.creditform, td.creditform2
{
    width: 350px;
    border: 1px solid #AAA;
    padding: 7px;
}

td.creditform2
{
    width: 150px;
}

table.adminlist
{
    width: 250px;
    border: 1px solid #EEEEEE;
    margin-left: 15px;
}

tr.adminlist-title
{
    background-color: #F6F6F6;
}

tr.adminlist-row
{
    background-color: #F0F0F0;
}

td.adminlist
{
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

td.attendees
{
    padding: 1px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #000;
    border-width: 1px 0px 0px 0px;
}

td.attendees-title
{
    padding: 1px;
    padding-left: 2px;
    padding-right: 2px;
}

/* END OF MY ADDITIONS */

body
{
    margin: 0px;
    background-color: #E5E5E5;
}

/* Header DIV tags */
div
{
    border:
    padding: 0px;
    margin: 0px;
}

#header
{
    height: 95px;
}

#page
{
    text-align: left;
    width: 702px;
    /*height: 600px;*/

    border-width: 0px;

    position: relative;
}

#title-corner
{
    width: 108px;
    height: 78px;

    position: absolute;
    left: 0px;
    top: 0px;
}


#title-main
{
    width: 308px;
    height: 78px;

    position: absolute;
    left: 108px;
    top: 0px;
}

#title-image
{
    width: 286px;
    height: 95px;

    position: absolute;
    left: 416px;
    top: 0px;
}

#tab-home
{
    width: 81px;
    height: 17px;

    position: absolute;
    left: 0px;
    top: 78px;
}

#tab-about
{
    width: 82px;
    height: 17px;

    position: absolute;
    left: 81px;
    top: 78px;
}

#tab-conferences
{
    width: 81px;
    height: 17px;

    position: absolute;
    left: 163px;
    top: 78px;
}

#tab-news
{
    width: 82px;
    height: 17px;

    position: absolute;
    left: 245px;
    top: 78px;
}

#tab-links
{
    width: 89px;
    height: 17px;

    position: absolute;
    left: 327px;
    top: 78px;
}

#navbar
{
    width: 451px;
    height: 35px;
    background-color: #A8FDA6;
    padding: 5px;
    padding-left: 10px;

    /*position: absolute;
    left: 0px;
    top: 95px;*/
}

html>body #navbar
{
    /* Fix for Mozilla as IE screws up */
    width: 451px;
    height: 25px;
}

#arrow-top
{
    width: 251px;
    height: 35px;

    position: absolute;
    left: 451px;
    top: 95px;
}

#arrow-middle
{
    width: 702px;
    height: 16px;

    /*position: absolute;
    left: 0px;
    top: 130px;*/
}

#arrow-bottom
{
    width: 233px;
    height: 24px;
    
    background-image: url('images/arrow-bottom.gif');
    
    padding-left: 10px;

    position: absolute;
    left: 469px;
    top: 146px;
    
    vertical-align: middle;
}

html>body #arrow-bottom
{
    /* Fix for Mozilla as IE screws up (IE's rules are in #maintext overwritten here for mozilla) */
    width: 223px;
}

#right-side-back
{
    width: 6px;
    height: 370px;
    background-color: #A8FDA6;
    
    position: absolute;
    left: 696px;
    top: 170px;
}

/* Menu */

#mainmenu
{
    width: 233px;
    height: 381px;
    
    position: absolute;
    background-color: #CCFFCC;
    border: 3px solid #A8FDA6;
    
    left: 469px;
    top: 170px;
}

html>body #mainmenu
{
    /* Fix for Mozilla as IE screws up (IE's rules are in #maintext overwritten here for mozilla) */
    width: 227px;
    height: 364px;
}

#light-menu-item
{
    width: 227px;
    height: 20px;

    background-color: #CCFFCC;
    vertical-align: middle;
}

#dark-menu-item
{
    width: 227px;
    height: 20px;

    background-color: #A8FDA6;
    vertical-align: middle;
}

/* End Menu */

#footer
{
    width: 702px;
    height: 18px;
    
    text-align: center;
    vertical-align: middle;
    
    /*position: absolute;*/
    position: relative;
    left: 0px;
    /*top: 560px;*/
    
    margin-top: 10px;
}

#maintext
{
    width: 458px;
    height: 405px;
    
    /*position: absolute;
    left: 0px;
    top: 146px;*/
    
    background-color: #FFFFFF;
    vertical-align: top;
    padding: 5px;
    border: 1px solid #CDCDCD;
    margin: 0px 0px 10px 0px;
}

html>body #maintext
{
    /* Fix for Mozilla as IE screws up (IE's rules are in #maintext overwritten here for mozilla) */
    width: 448px;
    min-height: 383px;
    height: auto;
}

/* End of Header DIV tags */

.center
{
    text-align: center;
}

img
{
        border: 0px;
}

img.textpic
{
    border: 1px solid gray;
}

p, li
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    color: #444444;
    display: inline;
}

p.maintext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
}

p.titletext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #003300;
}

p.menutitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #003300;
}

p.required
{
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 9px;
    color: #FF0000;
}

p.footer
{
    font-size: 7pt;
    color: #003300;
}

/* LINKS */

a:link {color: #00008B}     /* unvisited link */
a:visited {color: #00008B}  /* visited link */
a:hover /* mouse over link */
{
        color: #00008B;
        text-decoration: underline;
}
a:active {color: #00008B}   /* selected link */
a
{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;

}

a.boldlink
{
    font-weight: bolder;
    font-size: 11px;
}

a.footer
{
    font-size: 7pt;
    font-family: Arial, Helvetica, sans-serif;
}

a.menu-text
{
    font-size: 11px;
}

/*TABLES*/

table.sidemenu
{
    padding: 0px;
    width: 227px;
}

table.mainfooter
{
    border-width: 0px;

    background-image: url('images/green-gradient.jpg');

    /* Table Centre: */
    margin-left: auto;
    margin-right: auto;

    text-align: left;
    width: 702px;
}

table.loginbox
{
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}

table.formtable
{
    border: 1px solid gray;
}

table.sitemap
{
    width: 420px;
}

td.sitemap
{
    width: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border: 0px solid #CCCCCC;
}

td.tablepadding
{
    padding: 5px;
}

td.maintext
{
    background-color: #FFFFFF;
    vertical-align: top;
    padding: 5px;
}

td.formbuttons
{
    text-align: center;
    padding: 5px;
}
    

td.footer
{
    text-align: center;
    background-image: url("images/greengradient.jpg");
}

td.navbar
{
    background-image: url("images/navbar.gif");
    vertical-align: bottom;
}

tr.contactform
{
    vertical-align: top;
    text-align: left;
}

/* FORMS */

input, select, textarea
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #000000;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;

    background-color: #FFFFFF;
}

input.chk
{
    border: 0px;
}

input.button
{
    color: #555555;
}
