/* CSS Document */

/* RESET ------------------------------------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
}
hr
{
    height: 1px;
    display: block;
    margin: 10px 0 20px;
    background-color: #fff;
    border-collapse: collapse;
    border: none;
    border-bottom: 1px dashed #dbdbdb;
}
blockquote
{
    padding: 20px;
    text-indent: 20px;
    background-color: #f1f1f1;
}
blockquote, blockquote strong
{
    font-style: italic;
}
blockquote.transparent
{
    background-color: Transparent;
    text-indent: 0;
}
blockquote .quoteAuthor
{
    text-align: right;
    padding: 10px 0 0;
}
p.smaller
{
    font-size: 11px;
    padding-top: 0 !important;
}
.hidden
{
    display: none !important;
}
.shrinked
{
    width: 480px;
}

/* LAYOUT ------------------------------------------------------------------------- */

a
{
    color: #af0000;
    text-decoration: none;
}
a:hover
{
    color: #000;
    text-decoration: underline;
}
html
{
    overflow-y: scroll;
}
body, td, th
{
    font: normal 13px Arial, Helvetica, sans-serif;
    color: #666;
}
body
{
    /*background: #ffedbc url(images/bg-body2.gif) repeat-x 0 0;*/
    background: #fff url(images/gowi-bg.jpg) no-repeat 50% 0;
}
h1
{
    font-size: 30px;
}
h2
{
    font-size: 22px;
}
h3
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.leftcolumn h3 
{
    float: right;
    margin-top: 20px;
}
h3 span
{
    font-size: 13px;
    font-weight: normal;
    border: 1px dotted #dbdbdb;
    padding: 3px;
    color: #bababa;
    background-color: #efefef;
}
.main h3
{
    padding: 10px 0;
    margin: 0;
}
p.center
{
    text-align: center;
}
div#layout
{
    width: 990px;
    margin: 0 auto;
}
div#header
{
    width: 940px;
    padding: 0 25px;
    margin: 0;
    height: 110px; /*background: url(images/bg-nav2.gif) no-repeat 100% 100%;*/
}
div#topmenu
{
    float: right;
    width: 550px;
    height: 30px;
    padding-top: 10px;
    text-align: right;
    display: block;
    font-size: 12px;
}
div#logo
{
    width: 140px;
    height: 72px;
    float: left;
    padding-top: 20px;
}
div#navigation
{
    width: 800px;
    height: 30px;
    padding: 18px 0 0;
    line-height: 30px;
    text-align: right;
    float: left;
    font-size: 13px;
}
div#container
{
    /*background: url(images/container-bg.png) repeat-y 50% 0;*/
    width: 990px;
}
div#container .top
{
    background: url(images/container-top.png) no-repeat 50% 0;
    width: 990px;
    height: 25px;
}
div#container .sleeve
{
    background: url(images/container-bg.png) repeat-y 50% 0;
    width: 940px;
    padding: 0 25px;
    overflow: hidden;
}
div#container .bottom
{
    background: url(images/container-bottom.png) no-repeat 50% 0;
    width: 990px;
    height: 25px;
}
div#columns
{
    width: 940px;
    padding: 0 20px;
    margin: 0 5px;
    min-height: 350px;
    background: url(images/bg-columns.gif) no-repeat 50% 0;
}
div#footer
{
    width: 940px;
    padding: 20px;
    margin: 0 5px;
    text-align: center;
}
div.clear
{
    clear: both;
    height: 1px;
    line-height: 1px;
}

img.left
{
    float: left;
    margin: 10px 20px 10px 0;
}
img.right
{
    float: right;
    margin: 10px 0 10px 20px;
}

/* TOP MENU ------------------------------------------------------------------------------ */
div#topmenu ul
{
    height: 21px;
    line-height: 21px;
}
div#topmenu li
{
    display: block;
    width: auto;
    float: right;
}
div#topmenu li a
{
    color: #666;
    padding: 0 10px;
    line-height: inherit;
    text-decoration: none;
    display: block;
}
div#topmenu li a:hover, div#topmenu li.active a
{
    color: #af0000; /*background: url(images/top-menu-hover.gif) repeat-x 0 0;*/
}
div#topmenu li.active a
{
    text-decoration: underline;
}
div#topmenu li a.flag
{
    padding: 12px 2px;
}
div#topmenu li a.flag:hover
{
    background: none;
}
div#topmenu li span.languageselect
{
    position: absolute;
    width: 45px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 21px;
    padding: 0 20px 0 5px;
    font: 12px/21px arial,sans-serif;
    background: url(images/select.gif) no-repeat 0 50%;
    overflow: hidden;
    color: #666;
}
div#topmenu li select.styled
{
    opacity: 0;
    position: relative;
    width: 70px;
    z-index: 5;
    cursor: pointer;
}

/* MAIN NAVIGATION ------------------------------------------------------------------------- */
div#navigation li
{
    display: block;
    width: auto;
    float: right; /*background: url(images/nav-line.gif) no-repeat 100% 100%;*/
    height: 30px;
    margin-left: 2px;
}
div#navigation li a
{
    color: #af0000;
    padding: 0 15px;
    line-height: 28px;
    text-decoration: none;
    display: block;
    font-weight: bold; /*float: right;*/
    border-bottom: 3px solid #eee;
}
div#navigation li a:hover, div#navigation li.active a
{
    color: #000;
    border-bottom: 3px solid #af0000;
}
div#navigation li.active a
{
    /*text-decoration: underline;*/
}

/* CONTAINER --------------------------------------------------------------------------------- */

div#container .trailer
{
    width: 610px;
    float: left;
}
div#container .trailer a
{
    outline: none;
}
div#container .sleeve.content
{
    padding-left: 265px;
    width: 700px;
}
div#container .sleeve.content2
{
    padding-right: 265px;
    width: 700px;
}
div#container .leftcolumn
{
    width: 200px;
    margin-left: -240px;
    float: left;
    text-align: right;
    display: inline;
}
div#container .rightcolumn
{
    width: 200px;
    margin-right: -240px;
    float: right;
    text-align: left;
}
div#container h1
{
    margin-bottom: 20px;
    color: #c74545;
}
div#container h2
{
    margin-bottom: 20px;
    color: #c74545;
}
div#container .leftcolumn ul
{
    width: 200px;
    font-size: 16px;
}
div#container .leftcolumn ul.menu
{
    padding-top: 4px;
}
div#container .leftcolumn li
{
    border-bottom: 1px solid #e6e6e6;
    line-height: 32px;
    background: url(images/bg-subnav.gif) no-repeat 50% 100%;
}
div#container .leftcolumn ul ul
{
    width: 200px;
    font-size: 13px;
}
div#container .leftcolumn ul ul li, div#container .leftcolumn ul ul li.active
{
    border-bottom: none;
    line-height: 24px;
    background: none;
    text-align: right;
    padding-right: 15px;
    background: url(images/arrow-grey-rev.gif) no-repeat 100% 7px;
}
div#container .leftcolumn li a, div#container .leftcolumn li.active li a
{
    color: #666;
}
div#container .leftcolumn li a:hover, div#container .leftcolumn li.active a, div#container .leftcolumn li.active li a:hover, div#container .leftcolumn li.active li.active a
{
    color: #af0000;
    text-decoration: none;
}
div#container .leftcolumn li.active
{
}
div#container .rightcolumn ul
{
    width: 200px;
    font-size: 16px;
}
div#container .rightcolumn ul.menu
{
    padding-top: 4px;
}
div#container .rightcolumn li
{
    border-bottom: 1px solid #e6e6e6;
    line-height: 32px;
    background: url(images/bg-subnav.gif) no-repeat 50% 100%;
}
div#container .rightcolumn ul ul
{
    width: 200px;
    font-size: 13px;
}
div#container .rightcolumn ul ul li, div#container .rightcolumn ul ul li.active
{
    border-bottom: none;
    line-height: 24px;
    background: none;
    text-align: left;
    padding-left: 40px;
    background: url(images/hand2.gif) no-repeat 10px 3px;
}
div#container .rightcolumn li a, div#container .rightcolumn li.active li a
{
    color: #666;
}
div#container .rightcolumn li a:hover, div#container .rightcolumn li.active a, div#container .rightcolumn li.active li a:hover
{
    color: #af0000;
    text-decoration: none;
}
div#container .rightcolumn li.active
{
}
div#container .main p
{
    padding: 10px 0;
    line-height: 20px;
}
div#container .main p.intro
{
    font-size: 18px; /*font-weight: bold;*/
    padding: 10px;
    background-color: #fff6df;
    margin-bottom: 20px;
    color: #c74545;
}
div#container .main ul
{
    padding: 10px 30px;
}
div#container .main li
{
    background: url(images/more-over.gif) no-repeat 0 0;
    padding: 0 0 15px 30px;
    line-height: 20px;
    margin-bottom: 10px;
}
div#container .main li.bordered
{
    border-bottom: 1px dashed #dbdbdb;
}
div#container .main .regular li
{
    margin-bottom: 0;
    padding: 0 0 5px 18px;
    background: url(images/arrow-grey.png) no-repeat 0 5px;
}
div#container .main .regular li h3, div#container .main .regular li p
{
    padding-top: 0;
}
div#container .main .split li
{
    /*float: left;*/
    width: 240px;
    padding: 0 20px 5px 18px;
    display: inline-block;
}
div#container .main ul.alternate
{
    padding: 10px 0;
}
div#container .main ul.alternate li
{
    margin-bottom: 0;
}
.alternate h3, .news h3, .item h3
{
    margin: 0 !important;
    padding: 0 !important;
}
.alternate a.more
{
    height: 18px;
    line-height: 18px; /*text-align:right;     display:block;*/
}
div#container .main ul.reports
{
    padding: 10px 0;
}
div#container .main ul.reports li
{
    background: none;
    padding: 0 0 15px 130px;
    line-height: normal;
    margin-bottom: 10px;
}
div#container .main ul.reports a
{
    float: left;
    display: block;
    margin: 0 0 0 -130px;
}
.reports h3
{
    margin: 0;
    padding: 0;
}
.leftcolumn .message, .rightcolumn .message
{
    margin: 20px 0;
    width: 200px;
}

div#container .infobox
{
    float: right;
    width: 180px;
    padding: 5px 0 0 20px;
    margin: 0 0 20px 20px;
    min-height: 350px;
    background: url(images/bg-info.gif) no-repeat 0 0;
}
div#container .infobox li
{
    border-bottom: 1px dashed #dbdbdb;
    line-height: 14px;
}
div#container .infobox .regular li
{
    border-bottom: none;
    background: url(images/arrow-grey.png) no-repeat 0 3px;
    padding: 0 0 10px 18px;
}
div#container .infobox .regular.benefits li
{
    background: url(images/arrow_fwd.png) no-repeat 0 3px;
}
div#container .infobox h3
{
    margin-bottom: 20px;
}
div#container .infobox h3.info
{
    background: url(images/info.gif) no-repeat 0 0;
    padding: 0 0 10px 35px;
    line-height: 30px;
    font-size: 16px;
}
div#container .infobox h3.benefits
{
}
div#container .infobox ul
{
    padding: 0 0 10px 7px;
}
div#container .infobox em
{
    font-style: italic;
}
div#container .infobox h4
{
    font-weight: bold;
    margin-bottom: 10px;
}
.infobox div.testimonial
{
    font-style: italic;
}
.infobox div.testimonial p
{
    padding: 5px 0 !important;
    color: #999;
    font-size: 12px;
}
div#container .infobox li.active a
{
    color: #000;
}
div#container strong
{
    font-weight: bold;
}
div#container li span.hilite
{
    font-size: 14px;
    color: #c74545;
    font-weight: bold;
}
div#container .newsholder
{
    width: 280px;
    padding: 0 0 20px 20px;
    margin-left: 20px;
    background: url(images/bg-info.gif) no-repeat 0 50%;
    float: left;
    height: 410px;
    overflow: hidden;
}
div#container .main ul.news
{
    padding: 0;
    margin: 0;
}
ul.news li.item
{
    padding: 0 0 15px 50px !important;
    background: none !important; /*margin-bottom: 20px;*/
}
.date
{
    color: #fff;
    width: 36px;
    height: 56px;
    display: inline;
    float: left;
    background: url(images/bg-date.gif) no-repeat 0 0;
    padding: 2px;
    text-align: center;
    margin: 3px 0 0 -50px;
    line-height: normal !important;
}
.newsitem
{
    padding: 10px 0 15px 50px;
}
.newsitem .description p
{
    padding: 10px !important;
    margin-top: 0;
    font-size: 14px;
    background-color: #efefef;
    font-style: italic;
    font-weight: bold;
}
.date .month
{
    font-size: 11px;
    text-transform: uppercase;
    display: block;
}
.date .day
{
    font-size: 28px;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
    letter-spacing: -3px;
    text-align: center;
    margin: -5px 0 0 -5px;
}
.date .year
{
    margin: -5px 0 0;
    display: block;
}
.news a.more
{
    display: block;
    text-align: right;
    background: url(images/more.gif) no-repeat 100% 5px;
    padding: 5px 24px 0 0;
    height: 18px;
    line-height: 18px;
}
.news a.more:hover
{
    background-image: url(images/more-over.gif);
}
.news h3
{
    margin: 0;
    float: left;
    color: #333;
    width: 100%;
    letter-spacing: -0.5px;
}
.news h3 a
{
    color: #333;
}
.news h3 a:hover
{
    color: #af0000;
}
.newsholder ul.news
{
    height: 310px;
    overflow: hidden;
}
.newslist
{
    padding-top: 10px;
}
.newslist ul.news li
{
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 15px !important;
}
.newslist .news a.more
{
    padding-top: 0;
    background-position: 100% 0;
}

div#container .main ul.publications, div#container .main ul.jobs, div#container .main ul.downloads
{
    padding: 0;
    margin: 0;
}
div#container .main .publications li, div#container .main .jobs li, div#container .main .downloads li
{
    padding: 0 0 15px 35px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 20px !important;
}
div#container .main .publications li
{
    background: url(images/icon-document.gif) no-repeat 0 5px;
}
div#container .main .downloads li
{
    background: url(images/icon-download-big.gif) no-repeat 0 5px;
}
div#container .main .jobs li
{
    background: url(images/icon-hire.gif) no-repeat 0 5px;
}
div#container .main .jobs li.empty
{
    background: url(images/icon-empty.gif) no-repeat 0 5px;
}
div#container .main ul.publications h3, div#container .main ul.jobs h3, div#container .main ul.downloads h3
{
    margin-bottom: 0;
}
.networking ul
{
    text-align: right;
}
.networking ul li
{
    display: inline;
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.networking h4
{
    text-align: right;
    color: #bababa;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
    float: left;
    letter-spacing: -1px;
}
#ser .networking h4
{
    font-size: 13px;
}
.networking
{
    margin: 20px 0 0;
    float: left;
    width: 100%;
}
div#container .leftcolumn .networking ul
{
    width: 130px;
    float: right;
}
div#container .leftcolumn .leftBanner
{
    clear: both;
    text-align: center;
    padding: 20px 10px 10px;
}
.special
{
    padding: 10px 0;
    height: 30px;
    line-height: 30px;
    text-align: right;
}
.video, .gallery, .documents
{
    padding: 10px 50px;
    background-color: #efefef;
    margin-bottom: 10px;
}
.video
{
    background: #efefef url(images/icon-video.gif) no-repeat 10px 10px;
    text-align: center;
}
.gallery
{
    background: #efefef url(images/icon-gallery.gif) no-repeat 10px 10px;
    text-align: center;
}
.documents
{
    background: #efefef url(images/icon-document.gif) no-repeat 10px 10px;
    text-align: left;
}
.gallery a
{
    padding: 0 5px;
}
.gallery a img
{
    border: 2px solid #333;
}


/* PAGING -------------------------------------------------------------------------------------- */
.paging
{
    line-height: 18px;
    padding: 10px 0;
    border-top: 1px solid #dbdbdb;
}
.paging .prev
{
    float: left;
}
.paging .prev a
{
    background: url(images/more-over-back.gif) no-repeat 0 0;
    padding: 1px 0 1px 22px;
}
.paging .next
{
    float: right;
}
.paging .next a
{
    background: url(images/more-over.gif) no-repeat 100% 0;
    padding: 1px 22px 1px 0;
}
.paging .page
{
    text-align: center;
}
.paging ul
{
}
.paging li
{
    display: inline;
    background: none !important;
    padding: 0 5px !important;
    border-right: 1px solid #efefef;
}

/* FORMS --------------------------------------------------------------------------------------- */
div#container .formbox
{
}
div#container .formbox ul
{
    padding: 0;
}
div#container .formbox li
{
    padding: 0;
    background: none;
    border-bottom: none;
}
div#container .formbox li.buttonrow
{
    padding-left: 160px;
}
div#container .formbox li.validationmessage
{
    padding: 10px 0;
    color: #af0000;
    font-style: italic;
    font-weight: bold;
}
div#container .formbox label.labela
{
    width: 150px;
    display: block;
    float: left;
    padding-right: 10px;
    color: #666;
}
div#container .formbox input[type="text"]
{
    border: 1px solid #dcdcdc;
    width: 150px;
}
div#container .formbox input.required
{
    background: url(images/asterisk.gif) no-repeat 100% 0;
}
div#container .formbox input.failed
{
    background-color: #ffefcc;
}
div#container .formbox select
{
    border: 1px solid #dcdcdc;
    width: 302px;
}
div#container .formbox textarea
{
    border: 1px solid #dcdcdc;
    width: 300px;
}
div#container .formbox input.button1
{
    background: #af0000;
    color: #fff;
    border: none;
    padding: 3px 10px;
    margin-right: 5px;
    cursor: pointer;
}
div#container .formbox input.button2
{
    background: #bababa;
    color: #fff;
    border: none;
    padding: 3px 10px;
    cursor: pointer;
}

/* COLUMNS ------------------------------------------------------------------------------------- */
div#columns .left
{
    width: 180px;
    padding: 20px;
    float: left;
}
div#columns .center
{
    width: 300px;
    padding: 20px;
    float: left;
    margin-left: 20px; /*height: 400px;*/
}
div#columns .right
{
    width: 300px;
    padding: 20px;
    float: left;
    margin-left: 20px; /*height: 400px;*/
}

div#columns .center a.more, div#columns .right a.more
{
    display: block;
    text-align: right;
}
div#columns .left a.more:hover, div#columns .center a.more:hover, div#columns .right a.more:hover
{
    background-image: url(images/more-over.gif);
}
div#columns h2, div#columns h3
{
    margin-bottom: 20px;
}
div#columns .center li h3, div#columns .right li h3
{
    /*background: url(images/arrow-grey.png) no-repeat 0 0; 	padding-left: 30px;*/
    height: 20px;
    margin-bottom: 0;
}
div#columns ul
{
    margin-bottom: 20px;
}
div#columns li
{
    margin-bottom: 10px;
}
div#columns strong
{
    font-weight: bold;
}
div#columns p
{
    padding: 0 0 10px;
}

/* COLUMNS INSIDE CONTAINER ----------------------------------------------------------------- */
div.columns .left
{
    padding: 20px 20px 20px 10px;
    float: left;
    width: 270px !important;
}
div.columns .center, div.columns .right
{
    padding: 20px;
    float: left;
    border-left: 1px solid #dbdbdb;
}
div.columns.three .center, div.columns.three .right
{
    padding: 20px 20px 20px 30px;
    margin-left: 9px;
}
div.columns.three .left, div.columns.three .center, div.columns.three .right
{
    width: 260px;
}
div.columns.two .left, div.columns.two .right
{
    width: 305px;
}
div.columns .news .item
{
    padding-bottom: 20px;
    margin-bottom: 20px;
}
div.columns .news .date
{
    font-size: 11px;
    color: #af0000;
}
div.columns .left a.more, div.columns .center a.more, div.columns .right a.more
{
    display: block;
    text-align: right;
    background: url(images/more.gif) no-repeat 100% 0;
    padding-right: 20px;
    height: 18px;
    line-height: 18px;
}
div.columns .left a.more:hover, div.columns .center a.more:hover, div.columns .right a.more:hover
{
    background-image: url(images/more-over.gif);
}
div.columns h2, div.columns h3
{
    margin-bottom: 20px;
}
div.columns .news h3
{
    margin-bottom: 0;
}
div.columns li h3
{
    /*background: url(images/hand2.gif) no-repeat 0 0; 	padding-left: 25px;*/
    min-height: 20px;
    margin-bottom: 0;
}
div#container .main .columns ul
{
    padding: 0;
}
div#container .main .columns li
{
    padding: 0;
    background: none;
    border: none;
}
div.columns.three ul
{
    margin-bottom: 20px;
    height: 340px;
}
div.columns li
{
    margin-bottom: 10px;
}
div.columns strong
{
    font-weight: bold;
}
div.columns p
{
    /*padding: 0 0 10px;*/
}
div#columns iframe
{
    border: 2px solid #999 !important;
}
/*div.columns.three div.products {
	background: url(images/icon-products-color.jpg) no-repeat 240px 10px;
}
div.columns.three div.solutions {
	background: url(images/icon-solutions-color.jpg) no-repeat 250px 10px;
}
div.columns.three div.services {
	background: url(images/icon-services-color.jpg) no-repeat 250px 10px;
}*/
div.columns.two div.solutions
{
    background: url(images/icon-solutions-color.jpg) no-repeat 280px 10px;
}
div.columns.two div.services
{
    background: url(images/icon-services-color.jpg) no-repeat 280px 10px;
}


div#container .main ul.boxed
{
    padding: 0;
}
div#container .main ul.boxed li
{
    width: 200px;
    height: 380px;
    overflow: hidden;
    float: left;
    padding: 15px;
    background: none;
    border: none;
    border-right: 1px dashed #dbdbdb;
    margin-bottom: 20px;
}
div#container .main ul.boxed li.first
{
    padding-left: 0px; ;
}
div#container .main ul.boxed li.last
{
    border-right: none;
    padding-right: 0;
    width: 230px;
}
div#container .main ul.boxed h3
{
    margin-bottom: 0;
}
img.infoCenter
{
    margin: 0 auto;
    display: block;
    border: 4px solid #E4E4E4;
}
div.infoGuide
{
    padding: 10px 0;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 10px;
    line-height: 150%;
}
a.back
{
    background: url(images/more-over-back.gif) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 18px;
    display: block;
}
div.contactDetails
{
    padding: 10px 0;
    width: 225px;
    float: left;
}
div#contact .contactDetails.left
{
    border-right: 1px dashed #dbdbdb;
    margin: 0 20px 20px 0;
}
div#contact .contactDetails.right
{
    margin: 0 0 20px 0;
}
div#container .main .contactDetails p
{
    padding: 5px 0;
}
a.location
{
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    background: url(images/icon-map.gif) no-repeat 0 10px;
    padding: 10px 0 0 40px;
    display: block;
}
strong.note
{
    color: #af0000;
}

a.download
{
    background: url(images/icon-download.gif) no-repeat 0 1px;
    padding-left: 20px;
}
a.details
{
    display: block;
    text-align: right;
    background: url(images/more.gif) no-repeat 100% 5px;
    padding: 5px 24px 0 0;
    height: 18px;
    line-height: 18px;
}
a.c2l
{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
a.c2l:hover
{
    text-decoration: none;
}

/* STUDY TABLE ----------------------------------------------------------------------------- */
table.study
{
}
table.study td
{
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #fff;
}
table.study thead td
{
    font-weight: bold;
    text-align: center;
}
table.study td.red
{
    background-color: #FFEAEA;
    width: 140px;
}
table.study td.blue
{
    background-color: #EEF5F9;
    width: 140px;
}
table.study td.green
{
    background-color: #EDF8E7;
    width: 140px;
}
/* JQUERY PAGE PEEL --------------------------------------------------------------------------- */


#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}

/* MOOTOOLS PAGE PEEL --------------------------------------------------------------------------- 

#page-flip
{
    position: relative;
    right: 0;
    top: 0px;
    float: right;
}
#page-flip-image
{
    width: 50px;
    height: 50px;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
    -ms-interpolation-mode: bicubic;
}
#page-flip-message
{
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/subscribe.png) no-repeat right top;
}
*/

/* BOTTOM CONTENT ----------------------------------------------------------------- */
.bottomcontent 
{
    background: url(images/container-bg.png) repeat-y 50% 0;
    width: 940px;
    padding: 0 25px;
    overflow: hidden;
}
.bottomcontent .award 
{
    float: right;
}
.bottomcontent ul 
{
    text-align: center;
    margin: 20px 0;
    padding: 20px 0 0;
    border-top: 1px dashed #DBDBDB;
}
.bottomcontent li 
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
