﻿
/* 

---------------------------------------------------------

Title:		Global stylsheet for all YG websites
Author:		Darren Hudson
Updated:	20/04/2008 
		03/06/2008 - added border spacing on table TH, TD, -moz-border-radius:
		17/07/2008 - tweaked for global scrollers
		24/07/2008 - new button scroller tags
		15/09/2008 - changed scroller from id to a class

---------------------------------------------------------

*/


/* Overall wraparound */

body
{
    background: #fff url(../images/bg_main.jpg) repeat-x;
    height: 100%;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #666;
}

/* logo/header */


#wrapper
{
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    text-align: left;
    border-top: 1px solid #fff;
    padding: 0px 10px 0px 10px;
}
#header
{
    background: #fff;
}
.logoYouGov
{
    margin: 0px 0px 0px 0px;
}
#wrapperLogoNavigation
{
    border: 0px solid #333;
    text-align: left;
    height: 85px;
    background: #fff;
    padding: 0px;
    margin-top: 0px;
    padding-top: 10px;
    border-bottom: 5px solid #fff;
}
#wrapperLogo
{
    float: left;
    margin-top: 15px;
}
#wrapperPhoneNumbers
{
    float: right;
}



/* photo headers */




#banner
{
    margin: 20px 0px 0px 0px;
    border: 0px solid #ccc;
    width: 800px;
    padding: 0px;
    background-color: #fff;
}
#photodiv250
{
    height: 250px;
}
#photodiv
{
    height: 100px;
}
#photodiv100
{
    height: 100px;
}
.photoimg
{
    border: 0px;
}



/* layout */


#main
{
    border: 0px solid #ccc;
    width: 800px;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    color: inherit;
}


#col50Left
{
    float: left;
    width: 390px;
    margin-right: 10px;
}
#col50Right
{
    border: 0px solid #ccc;
    width: 390px;
    float: right;
}
#col33Left
{
    float: left;
    width: 230px;
    margin-right: 10px;
    margin-left: 25px;
    margin-top: 10px;
    border: 1px solid rgb(167,169,172);

}
#col33Middle
{
    float: left;
    width: 250px;
    margin-left: 0px;
    margin-right: 10px;
}
#col33Right
{
    border: 1px solid #ccc;
    width: 250px;
    float: right;
    margin-right: 25px;
}
#col66Left
{
    border: 1px solid #ccc;
    float: left;
    width: 525px;
    margin-bottom: 20px;
}
#col66Right
{
    border: 0px solid #ccc;
    float: left;
    width: 525px;
    margin-bottom: 20px;
}


#contentBody
{
    border: 0px solid #ccc;
    background: #fff;
    margin: 0px;
}

.col
{
    border: 1px solid rgb(167,169,172);
    float: left;
    width: 510px;
    margin-right: 15px;
    margin-top: 10px;
}
.colLeft
{
    border: 1px solid rgb(167,169,172);
    float: left;
    width: 250px;
    margin-right: 5px;
    margin-top: 15px;
}
.colRight
{
    border: 1px solid rgb(167,169,172);
    float: right;
    width: 250px;
    margin-right: 15px;
    margin-top: 15px;
}


/* typography */

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6, .p
{
    line-height: 1.25pc;
}
h1
{
    font-size: 140%;
    color: #000;
}
/* reserved for top title */
h2
{
    font-size: 130%;
    color: #000;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}
/* page title */
h3
{
    font-size: 105%;
    color: #333;
    margin: 15px 0px 15px 0px;
}
/* sub header for multiple paragraph sections (space under) */
h4
{
    font-size: 100%;
    margin: 15px 0px 5px 0px;
}
/* sub header for 1 paragraph (no under space) */
h5
{
    font-size: 80%;
    margin: 0px 0px 0px 0px;
    border-bottom: #ccc 1px dotted;
}
/* dotted top border */
h6
{
    font-size: 80%;
    margin: -5px 0px -5px 0px;
}
/* date  

ul ul
{
    margin: 20px 30px 20px 30px;
    list-style-type: square;
    padding: 0;
    border: 0;
}
ol ol
{
    margin: 20px 30px 20px 30px;
    padding: 0;
    border: 0;
}
ol
{
    font-size: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.05pc;
}
li li
{
    font-size: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
li
{
    font-size: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.05pc;
}
*/

.logoAdhoc, .imageAdhoc
{
    border: 0px;
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}
.image170
{
    width: 170px;
    height: 70px;
    border: 0px;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}
.imagePortrait
{
    width: 95px;
    height: 110px;
    border: 0px;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}
p
{
    margin: 10px 0px 0px 0px;
    line-height: 1.25pc;
    padding: 0px;
    font-size: 100%;
}
p.dottedWidth
{
    line-height: 2.0pc;
    border-bottom: #ccc 1px dotted;
}
p.dottedThin
{
    line-height: 2.0pc;
    border-bottom: #ccc 1px dotted;
    padding: 0px;
    margin: -2px 0px -7px 0px;
}
a
{
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
    font-weight: bold;
}

.newsLogo
{
    float: right;
    border: 0px solid #000;
    height: 40px;
    width: 135px;
    margin-right: 0px;
}
.imageLogo
{
    width: 180px;
    height: 50px;
    float: right;
    padding: 5px 0px 15px 15px;
}
.imageYGLogo
{
    width: 180px;
    height: 60px;
    float: right;
    padding: 5px 0px 15px 15px;
}
.imageBanner
{
    width: 440px;
    height: 60px;
    border: 0px;
}

.splashPDF
{
    width: 20px;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 25px;
    padding-right: 5px;
    float: left;
}
.image440
{
    width: 440px;
}
.noBorder
{
    border: none;
}
a img
{
    border: none;
}


/* containers */

.container
{
    margin: 0px 0px 20px 0px;
    border: 1px solid #ccc;
    background: #fff url(../images/containerBG0.jpg) bottom no-repeat;
    padding: 20px 0px 20px 0px;
}


.containerHeader
{
    margin: 20px 20px 0px 20px;
}
.containerBody
{
    border: 0px solid rgb(167,169,172);
    margin: -1px 0px 0px -1px;
    color: #333;
    width: 100%;
}
.containerBody h2
{
    padding:0;
    text-indent: 3px;
    border: solid 1px rgb(167,169,172);
    font-weight: bold;
    text-align: left;
    display: block;
    background: #f4f4f4 url(images/bg_navigation.jpg) repeat-x;
    width: 100%;
    line-height: 28px;
    color: #333;
    text-transform: uppercase;
    font-size: 80%;
}
.containerBody p 
{
    margin:0px 5px 0px 5px}

.imageTitle
{
    width: 190px;
    height: 20px;
    border: 0px;
}




/* splash List */


.splash ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.splash li
{
    float: left;
    margin: 0px;
    margin: 0px 0px 0px 0px;
}


.colInner50Left, .colInner50LeftWhite
{
    padding: 0px;
    border: 1px solid #fff;
    float: left;
    width: 210px;
    margin-bottom: 20px;
}
.colInner50Right, .colInner50RightWhite
{
    padding: 0px;
    border: 1px solid #fff;
    width: 210px;
    float: right;
    margin-bottom: 20px;
}


.colInner50Left, .colInner50Left
{
    background-color: #f7f7f7;
}


p.colInnerPad
{
    margin: 10px 10px 0px 10px;
    line-height: 1.25pc;
    padding: 0px;
    font-size: 90%;
}







/* forms */


.clearBoth
{
    border: 1px solid #fff;
    clear: both;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}
form
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.form
{
    border: 1px solid #fff;
    margin: 20px 0px 0px 0px;
    padding: 0;
}
fieldset, fieldset.noBorder
{
    border: 1px solid #ccc;
    width: 435px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 0;
}
fieldset.noBorder
{
    border: 1px solid #fff;
}
legend
{
    font-weight: bold;
    padding: 0px;
    color: #333;
    margin-top: 5px;
    margin-left: 5px;
}
.entryLabel
{
    float: left;
    width: 160px;
    margin-right: 20px;
    padding: 2px;
    padding-left: 25px;
}
.entryItem
{
    width: 195px;
    float: left;
    margin-right: 0px;
    padding: 2px;
}
.labelCheckbox
{
    margin-left: 20px;
    padding: 2px;
}
/*.validation			{	width: 175px; margin-left: 0px; clear: both; padding: 2px;}*/
.form select.day
{
    width: 50px;
}
.form select.month
{
    width: 77px;
}
.form select.year
{
    width: 60px;
}
.form select
{
    width: 198px;
}
.form .text
{
    width: 190px;
}
.captcha
{
    border: 1px solid #ccc;
    width: 150px;
    height: 40px;
}
.field
{
    margin: 10px 0px 10px 0px;
    border: 1px solid #fff;
}
#register_terms
{
    margin: 0px 15px 30px 15px;
    height: 200px;
    overflow: auto;
    font-size: 90%;
}
#register_terms h4
{
    font-size: 100%;
}
#register_terms ol ol, #register_terms li li
{
    padding-left: 10px;
}
submit
{
    background: url(../images/button.png);
    border: 0;
    height: 25px;
    width: 125px;
    text-align: center;
    vertical-align: top;
}
.entryCenter
{
    text-align: center;
    padding: 10px;
}


/* Footer */

#footer, #footerSplash
{
    width: 800px;
    margin: 0 auto;
    height: 70px;
    border-top:20px solid rgb(238,45,39);
    clear: both;
    text-align: left;
    padding: 10px 0 0 0;
}
#footer
{
    margin-top: 20px;
}
p.footer
{
    font-size: 80%;
    color: #666;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    line-height: 15px;
}
a.menuFooter
{
    color: #666;
    margin: 0px;
}
a.menuFooter:hover
{
    color: #999;
    margin: 0px;
}


