/*
-------------------------------------------------------
style.css

Customised for NNC_Donations
Copyright www.mickeywebdesign.org ABN:71 486 977 819 
-------------------------------------------------------
EditLog:
18Sep10: Added class .taxinvoice
17Sep10: V2 after feedback from NNC
02Sep10: Create
*/

body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    width: 550px;
}

.neutral {
    background-color: #ebf5fc ; /* pale blue */
    padding: 5px;
}

.error  {
    background-color: #f9c7c2 ; /* pale red */
    padding: 5px;
}

.good  {
    background-color: #eaf3da ; /* pale green */
    padding: 5px;
}

.center {
    text-align: center;
}

h1  {
    color: rgb(128,0,0);
}

p, li, td {
    margin: 15px 5px 5px 5px;
    padding: 0;
    font-size: 10pt;
}

fieldset {
    font-size: 0.8em;
    background: rgb(236,190,93);
    border: 2px outset;
    margin-bottom: 2em;
    margin-top: 2em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 1em;
}

fieldset legend {
    background: rgb(224,173,60);
    color: black;
    padding: .2em .3em;
    font-size: 1.2em;
    border: 2px outset #DED983;
    position: relative;
    margin-bottom: -1em;
    margin-left: 2em;
    margin-top: -2em;
}

/*
Button Styling
*/

input.agree    {
    color: #050;
    font: bold 87% 'trebuchet ms', helvetica, sans-serif;
    background-color: #eaf3da;
    border: 4px outset ButtonFace;
    border-color: #696 #363 #363 #696;
    cursor: pointer;
    height: 40px;
    margin: 5px;
}

input.agreehover  {
    color: #050;
    font: bold 87% 'trebuchet ms', helvetica, sans-serif;
    background-color: #eaf3da;
    border: 4px outset ButtonFace;
    border-color: #c63 #930 #930 #c63;
    cursor: pointer;
    height: 40px;
    margin: 5px;
}

input.agree[disabled]    {
    color: GrayText;
    font: bold 87% 'trebuchet ms', helvetica, sans-serif;
    background-color: #eaf3da;
    border: 4px outset ButtonFace;
    border-color: #696 #363 #363 #696;
    cursor: inherit;
    height: 40px;
    margin: 5px;
}

input.disagree, reset.disagree    {
    color: #050;
    font: 87% 'trebuchet ms', helvetica, sans-serif;
    background-color: #f9c7c2;
    border: 4px outset ButtonFace;
    border-color: #c63 #930 #930 #c63;
    cursor: pointer;
    height: 40px;
    margin: 5px;
}

input.disagreehover, reset.disagreehover    {
    color: #050;
    font: 87% 'trebuchet ms', helvetica, sans-serif;
    background-color: #f9c7c2;
    border: 4px outset ButtonFace;
    border-color: #696 #363 #363 #696;
    cursor: pointer;
    height: 40px;
    margin: 5px;
}

table {
    margin: 10px ;
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    border: 1px solid black;
    padding: 0 5px 0 5px;
    vertical-align: top;
}

.red   {
    color:red;
    font-weight: bold;
}

.letter {
    font: 87% Arial, helvetica, sans-serif;
    background-color: white;
    border: 2px solid black;
    padding: 5px;
    margin: 5px;
}

.emailView {
    font-family: monospace;
    font-size: smaller; 
    background-color: yellow;
    border: 2px solid black;
    padding: 5px;
    margin: 5px; 
}

table.noborder, table.noborder td  {
    border: none;
}

table.spaced, table.spaced td {
    padding: 15px;
    margin: 15px;
}

/*
    Absolute Positioning of NNC header images
*/
#toptitle {
    position: absolute;
    top: 10px;
    left: 0px;
}

#buildingicon {
    position: absolute;
    top: 10px;
    left: 570px;
}

#addressinfo {
    position: absolute;
    top: 220px;
    left: 570px;
}

#content {
    position: absolute;
    top: 105px;
    left: 0px;
    right: 400px;
}
