/************************************************************************************************/
/*                                         STYLES                                               */
/************************************************************************************************/
/* -- MAIN -- */
*, html *, body * {
    padding: 0;
    margin: 0;
}
* {}
html {}
body {
    font-family: Arial, Verdana, "Bitstream Vera Sans", arial, helvetica, sans-serif;
    font-size: 0.8em;
    color: #333;
    background: #e8e7e3 url("../images/background.gif") 50% 0 repeat-y;
}
div {}
span {}

/* -- LINKS -- */
a {
    color: blue;
    text-decoration: underline;
}
a img {}
a:focus {}
a:link, a:visited {
    color: #666;
    text-decoration: underline;
}
a:hover, a:active {
    color: #000;
    text-decoration: none;
}

area {}
map {}

/* -- TEXT -- */
h1 {    font-size: 1.5em;   color: #333;    border-bottom: 1px solid #ec0433; padding-bottom: 5px; width: 100%;   }
h2 {    font-size: 1.3em;   color: #666;   }
h3 {    font-size: 1.1em;   color: #999;   }
h4 {    font-size: 0.9em;   color: #000;   }
h5 {    font-size: 0.8em;   color: #000;   }
h6 {    font-size: 0.7em;   color: #000;   }
p {    
    margin-bottom: 12px;
    line-height: 14pt;
}
p:first-line {}
p:first-letter {}

h1, h2, h3, h4, h5, h6 {    margin: 10px 0 5px 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

p:hover a:link,
p:hover a:visited {}
p:hover a:hover,
p:hover a:active {}

/* -- LISTS -- */
ul {    list-style: square; }
ol {}
li {}
ul li {}
ol, li { margin-left: 15px;  }
ul ul, ul ol, ol ul, ol ol {}
ul li li {}
ol li li {}

li p, li li p {}

dl {}
dt {}
dd {}

/* -- IMAGES -- */
img {
    border: 0;
}
img a {}
img a:hover {}

/* -- FORMS -- */
fieldset {}
textarea {}
textarea:hover {}

optgroup {}
option {}
select {}

button:hover {}
button {}
legend {}
label { font-weight: bold;  }

input {}
input:focus {}
input:hover {}
input[type="text"], input[type="password"], input[type="file"], textarea {
    border-top: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #ccc;
}
input:focus, textarea:focus {   background: #fff9c2;   }
input, textarea, select, button {   margin: 2px;   }
form input[type=text] {}
form {}

/* -- STYLES -- */
blockquote {}
blockquote p {}
blockquote cite {}

pre {}
code {}
p code {}
pre code {}

kbd {}
samp {}
cite {}
abbr {}
acronym {}
address {}

hr {}
br {}
wbr {}
nobr {}

strong {}
small {}
sub {}
sup {}
big {}
em {}
i {}
b {}
q {}
tt {}
del {}
ins {}
var {}

spacer {}
server {}
ilayer {}
keygen {}
layer {}
blink {}

/* -- TABLES -- */
table { 
    margin: 10px 0;
}
th,tr,td {
    /*font-size: 11px;*/
}
th {}
tr {}
td {}

colgroup {}
caption {}
col {}

tbody {}
thead {}
tfoot {}

multicol {}

/* -- FRAMES -- */
frame {}
frameset {}
noframes {}

/* -- CLASSES -- */
.hide {     display: none; }
.show {     display: block; }
.right {    float: right; }
.left {     float: left; }
.vert-align {   
    vertical-align: middle;
}
.center {   
    text-align: center;
}
.clear {
    display: block;
    clear: both;
    height: 1%;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}
.nobackground { 
    background: none;
}
.noborder { border: 0 none; }
.error {    color: red; }

/* -- MEDIA -- */
embed {}
param {}
object {}

/* -- SCRIPTS -- */
script {}
noscript {}

/* -- HACKS -- */
div.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
div.clearfix { 
    display: inline-table;
}
/* Hides from IE-mac \*/
* html div.clearfix { 
    height: 1%;
}
div.clearfix { 
    display: block;
}
/* End hide from IE-mac */



/************************************************************************************************/
/*                                         LAYOUT                                               */
/************************************************************************************************/
#container {
    width: 606px;
    margin: 70px auto 0 auto;
    padding: 0 42px 40px 42px;
}

#logo img {
    float: left;
}

#language{
    float: right;
}

#navigation {
    color: #000;
}
#navigation li {
    margin: 10px 8px -8px 0;
    padding-left: 8px;
    float: left;
    font-size: 1.1em;
    font-weight: normal;
    list-style: none;
    text-transform: lowercase;
    background: url("../images/navigation-divide.gif") 0 75% no-repeat;
}
#navigation .first {
    background: none;
    padding-left: 0;
}
#navigation a, #navigation a:active, #navigation a:visited, #navigation a:link {
    color: #979592;
    text-decoration: none;
}
#navigation a:hover {
    color: #000;
    text-decoration: underline;
}

#banner {
    margin: 25px 0 0 0;
    width: 607px;
    height: 114px;
    background: url("../images/banner.jpg") 0 0 no-repeat;
}

#sub-navigation {
    margin: 4px 0 2px 0;
}

#content-area {
}

#col-left {
    width: 32%;
    float: left;
    margin: 5px 6px 0 0;
}

#col-middle {
    width: 32%;
    float: left;
    margin: 5px 6px 0 6px;
}

#col-right {
    width: 32%;
    float: left;
    margin: 5px 0 0 6px;
}




/************************************************************************************************/
/*                                         TYPO3                                                */
/************************************************************************************************/
/* TABLES */
/* "Normal" layout: header row, alternating rows */
.contenttable-0 {
    border: 1px solid #e5f0e1;
    margin: 0;
    background: #eee;
    border-spacing: 1px;
    border-collapse: collapse;
}
.contenttable-0 td {
    border: 1px solid #ccc;
    padding: 3px;
    vertical-align: top;
}
.contenttable-0 p {
    padding: 0;
    display: inline;
    margin: 0;
}
.contenttable-0 .tr-even {
    color: #000;
    background-color: #fff;
}
.contenttable-0 .tr-odd {
    color: #000;
    background-color:#eeeded;
}
.contenttable-0 .tr-0 {
    color:#fff;
    background-color: #a3a3a3;
    font-weight: bold;
}
.contenttable-0 .th-odd {
    color:#000;
    background-color: #eee;
    font-weight: bold;
}
.contenttable-0 .th-even {
    color:#000;
    background-color: #91A7D5;
    font-weight: bold;
}
.contenttable-0 .th-1 {
    color:#fff;
    background-color: #999;
    font-weight: bold;
}

/* Layout 1: white-on-black header row, alternating white/grey rows */
.contenttable-1 {
    border: 1px solid #f0f0f0;
    margin: 0;
    border-spacing: 1px;
    border-collapse: collapse;
}
.contenttable-1 p {
    padding: 0;
    display: inline;
    margin: 0;
}
.contenttable-1 td {
    border: 1px solid #ccc;
    padding: 3px;
    vertical-align: top;
}
.contenttable-1 .tr-even {
    color: #000;
    background-color:#f0f0f0;
}
.contenttable-1 .tr-odd {
    color: #000;
    background-color:#fff;
}
.contenttable-1 .tr-0 {
    color:#fff;
    background-color: #666;
    font-weight: bold;
}

/* Layout 2: left column header, plain white subsequent columns */
.contenttable-2 {
    border: 1px solid #e5f0e1;
    margin: 0;
    background: #fff;
    border-spacing: 1px;
    border-collapse: collapse;
}
.contenttable-1 p {
    padding: 0;
    display: inline;
    margin: 0;
}
.contenttable-2 td {
    border: 1px solid #ccc;
    padding: 3px;
    vertical-align: top;
}
.contenttable-2 .td-0 {
    color: #fff;
    font-weight: bold;
    background-color: #a3a3a3;
}

/* Layout 3: unformatted plain black on white background */
.contenttable-3 {
    margin: 0;
}
.contenttable-3 td {
}
.contenttable-3 .tr-even {
}
.contenttable-3 .tr-odd {
}
.contenttable-3 .tr-0 {
}

/* FILELINKS */
.csc-uploads {
    width: 95%;
    padding: 0;
    margin: 0;
}
.csc-uploads p {
    margin: 0;
    padding: 0;
}
.csc-uploads-icon {
    width: 10%;
    vertical-align: middle;
    padding: 0 1em 0 0;
    text-decoration: none;
    text-align:right;
    border-bottom: none;
}
.csc-uploads-icon a, link, visited, active {
    border-bottom: none;
}
.csc-uploads-fileName {
    width: 80%;
    vertical-align: middle;
    padding: 1em 2em 0 0;
    font-style: italic;
}
.csc-uploads-description {
    font-weight: bold;
    color: #666;
    margin: 0;
    padding: 0;
    font-style: normal;
}
.csc-uploads-fileSize {
    width: 10%;
    padding: 0 1em 0 0;
    white-space: nowrap;
}
.csc-uploads-fileName p {
    margin: 0px;
    padding: 0px;
}

/* MENU/SITEMAP */
.csc-menu {
    border: 1px solid #ddd;
    background: #efefef;
    padding: 10px;
}
.csc-menu p {
    margin: 0;
    padding: 1px;
}
.csc-sitemap-level1 {
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: underline;
}
.csc-sitemap-level1 a {
    font-weight: bold;
    text-decoration: none;
    width: 97%;
}
.csc-sitemap-level1 a:hover {
    text-decoration: none;
}
.csc-sitemap-level2 {
    font-size: 1em;
    font-weight: bold;
    text-indent: 1em;
}
.csc-sitemap-level3 {
    text-indent: 2em;
}
.csc-sitemap-level3 {
    text-indent: 3em;
}
.csc-sitemap-level4 {
    text-indent: 4em;
}
.csc-sitemap-level5 {
    text-indent: 5em;
}
.csc-sitemap-level6 {
    text-indent: 6em;
}

/* MAILFORM */
.csc-mailform {
    background-color: #fff;
    border: 1px solid #766b65;
    margin-top: 10px;
    border-spacing: 1px;
    border-collapse: collapse;
}
.csc-mailform td {
    border: 1px solid #766b65;
    padding: 6px;
}
.csc-form-label {
}
.csc-form-labelcell {
    background-color: #d0cece;
    font-weight: bold;
}
.csc-form-label-req {
    font-weight: bold;
    color: #932028;
}
.csc-form-fieldcell {
    background-color: #eeeded;
    padding-left: 5px;
}
.csc-form-radio {
}

/* TT_NEWS */
.news-latest-item img, .news-list-item img { margin: 0 0 0 10px; }
.news-single-item img { 
    float: right; 
    border: 1px solid #666;
    margin: 0 0 0 10px;
}
.news-single-item dt {  margin: 8px 0 0 0; }
.news-single-timedata { float: right; }
.news-single-imgcaption {	display: none;	}
.news-single-author {
    float: left;
    font-weight: bold;
}


/* GENERAL */
.csc-firstHeader {
}
.tx-newloginbox-pi1-user {
    width: 10px;
}
.tx-newloginbox-pi1-pass {
}



/************************************************************************************************/
/*                                         PRINT                                                */
/************************************************************************************************/
@media print {
#container {
    margin: 0 auto 0 auto;
}

#language {
    display: none;
}

#navigation {
    display: none;
}

#banner {
    display: none;
}

#sub-navigation {
    display: none;
}

#col-left {
}

#col-middle {
}

#col-right {
}
}


/* Temporary until some decent Welsh content is provided */
#language {	display: none;	}
