/*************************************************************************/
/* CSS                                                                   */
/* Styles for the content section of each page.                          */
/*************************************************************************/

/********** Content columns **********/

td.content-left {
 vertical-align  : top;
 padding-right   : 10px;
 width           : 50%;
}

td.content-right {
 vertical-align  : top;
 padding-left    : 10px;
 width           : 50%;
}

/********** Contact page **********/

table.contact {
 line-height     : 1.0em;
 font-size       : 100%;
 text-align      : left;
 padding-top     : 1em;
}

p.contact {
 font-size       : 100%;
 line-height     : 1.0em;
 margin          : 2em 0 0 0;
}

a.contact {
 text-decoration : none;
 color           : #003473;
 font-weight     : normal;
}

a.contact:hover {
 color           : #F60008;
}

table.contact-form {
 line-height     : 1.0em;
 text-align      : left;
 border          : 1px solid #003473;
 padding         : 1em;
}

td.captcha {
 white-space     : nowrap;
}

table.contact-form td {
 padding         : 3px 3px 3px 3px;
}

table.contact-form th {
 padding         : 3px 3px 3px 3px;
}

img.contact-form {
 border          : 1px solid #003473;
 width           : 5.9em;
}

/********** Map page **********/

.mapkey img {
 float           : left;
 margin          : 0 0 0.5em 0;
}

.mapkey dt {
 clear           : both;
}

.mapkey dd {
 font-size       : 85%;
}

/********** Image headings (vod, broadband, telephony) **********/

img.heading {
 height          : 3em;
 margin          : 1em 0 1em 0;
}

/********** Bullets **********/

.bullet {
 font-weight     : bold;
}

.bullet-sel {
 font-weight     : bold;
 font-size       : 1.2em;
}

.bullet-white {
 color           : #FFFFFF;
}

a.bullet-white {
}

img.bullet {
 width           : 1.0em;
 padding-right   : 0.5em;
 vertical-align: middle;
}

img.bullet-sel {
 width           : 1.0em;
 padding-right   : 0.5em;
 vertical-align: middle;
}

table.bullet-tab td {
 padding         : 0 0 2.0em 0;
}

td.bullet {
 text-align      : left;
}

/********** Paging system **********/

.page-selected {
  color          : #F60008;
  font-weight    : bold;
}

/********** Text sizes **********/

.text-large {
 font-size       : 110%;
 line-height     : 1.5em;
}

.text-small {
 font-size       : 90%;
 line-height     : 1.5em;
}

/********** Images sizes **********/

img.signature {
 height          : 4em;
}

img.photo {
 width           : 14em;
}

img.speedwaylogo {
 width           : 12.5em;
}

img.captcha {
 width           : 5.9em;
}

img.arrow {
 width           : 1.3em;
}

/********** Clients and partners **********/

table.clients td {
 padding         : 1em;
 vertical-align  : bottom;
 text-align      : center;
}

img.client {
 width           : 5em;
}

img.partner {
 width           : 5em;
}

/********** Dotted box around news and comment items **********/

p.dotbox {
 border          : 1px dashed #003473;
 padding         :10px;
 margin          :10px;
}

/********** Coloured text for messages **********/

.message-normal {
 color           : #003473;
}

.message-error {
 color           : #FF0000;
}

.message-warning {
 color           : #FFCC33;
}