/* CSS Document */

/* -------------------------- Styles for the TABLES - center -------------------------- */
#centretable {
width:970px;
}



/* -------------------------- Styles for the TABLES - main -------------------------- */
#div-left {
float: left;
text-align: left;
}
#main-table {
float: left;
height: 500px;
width:970px;
padding-top: 10px;
padding-bottom: 10px;
}



/* -------------------------- Styles for the TABLES - admin -------------------------- */
#admintable {
width:800px;
margin-bottom: 20px;
border: 1px solid #dedede;
color:#333333;
font-size: smaller;
line-height: 20px;
}

.admintable-top {
background-color: #DBDBDB;
}

.admintable-mid1 {
background-color: #f7f7f7;
}


#log-box {
background-color: #f7f7f7;
border: 1px solid #dedede;
}



#edit-container {
width: 806px;
background-color: #e7e7e7;
border: 1px solid #dedede;
margin-bottom: 10px;
}

#edit-container-2 {
width: 300px;
background-color: #d7d7d7;
border: 1px solid #b7b7b7;
}
#image-container {
background-color: #e7e7e7;
border: 1px solid #dedede;
margin-bottom: 10px;
}




/* -------------------------- Styles for the SITE DETAILS -------------------------- */
#colour-box {
height: 24px;
float: left;
text-align: center;
color: #FFFFFF;
font-size: medium;
line-height: 26px;
}








/* -------------------------- Styles for the HEADER -------------------------- */
#header-container {
width:970px;
height: 100px;
float: left;
}

#header-left {
float: left;
width:300px;
height: 100px;
}

#header-right {
float: right;
width:600px;
height: 100px;
text-align: right;
padding-top: 40px;
}


/* -------------------------- Styles for the FOOTER -------------------------- */
#footer-container {
width:970px;
padding: 6px;
background-color: #dedede;
float: left;
}



/* -------------------------- Styles for the NAVIGATION - TOP -------------------------- */
#navigation-container {
float: left;
width:970px;
height: 16px;
padding: 6px;
background-color: #b5111a;
}

#navigation-container-hints {
float: left;
font-size: smaller;
margin-top: 10px;
padding: 6px;
line-height: 16px;
}

#navigation-left {
float: left;
width: 500px;
text-align: left;
}

#navigation-right {
float: right;
width: 200px;
text-align: right;
}


/* -------------------------- Styles for the NAVIGATION - LEFT -------------------------- */
#left-navigation-container {
float: left;
width:150px;
min-height: 160px;
padding: 6px;
background-color: #f7f7f7;
border: 1px solid #dedede;
margin-right: 10px;
line-height: 18px;
}





/* -------------------------- Styles for the UPLOAD  -------------------------- */
#upload-container {
float: left;
margin-right: 20px;
}

