/**
  * JGate layout styles (theme mcblue)
  *
  * Copyright 2009 JGate and DVBPortal. All Rights Reserved.
  * 
  * This style sheet may NOT be reused, redistributed, or modified 
  * by any third parties without the expressed written 
  * permission of JGate or DVBPortal.
  */

/* Browser defaults */

*
{
    margin: 0;
    padding: 0;
}
body
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0 none;
}
h2
{
    margin-bottom: 0.5em;
}
h3
{
    color: #EEEEEE;
    font-size: 10px;
    text-transform: uppercase;
}
ul
{
    padding-left: 15px;
}

/* Custom Styles */

.rpx_box
{
    background: url(../img/openid_small_logo.png) no-repeat scroll 0 50%; 
    //background-position: -10px -6.5px;
    float: right;
    color: #EEEEEE;
    font-size: 11px;
    padding-top: 5px;
    padding-left: 20px;
}
a:link.rpxnow, a:visited.rpxnow
{
    text-decoration: underline;
}
.top_nav
{
    float: right;
    margin-right: 20px;
    padding-top: 5px;
    font-size: 11px;
    color: #EEEEEE;
}
#page
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#header
{
    height: 192px;
    position: absolute;
    top: 0;
}
img#logo
{
    float: left;
    margin-left: 6px;
}
div#header-top
{
    height: 144px;
    background: url(../img/spriteme.png) no-repeat;
    background-position: 0px -212px;
    -webkit-border-top-left-radius: 8px 8px;
    -webkit-border-top-right-radius: 8px 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}
div.header-menu
{
    margin-left: 120px;
    padding-top: 14px;
}
div.header-menu a:link, div.header-menu a:visited, div.header-menu a:hover
{
    color: #B1DCFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-left: 12px;
}
div.header-menu a:hover
{
    color: White;
    background-position: 0 -50px;
}
#bodyArea
{
    height: 950px;
}
#bodyArea1col
{
    padding: 30px 30px 30px 30px;
}
#contentInner0
{
    padding: 30px 30px 30px 30px;
}
#content
{
    height: 100%;
}
#contentInner
{
    position: absolute;
    width: 600px;
    padding: 20px 20px 0 20px;
}
#sidebar
{
    padding: 5px 10px 5px 5px;
    right: 0;
    position: absolute;
    width: 250px;
}
div#footer
{
    height: 65px;
    background: url(../img/spriteme.png) repeat-x;
    background-position: 0px -376px;
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    clear: both;
    display: block;
    font-size: 9px;
    bottom: 0;
    position: relative;
    color: white;
}
div#footer-text
{
    padding-top: 10px;
    margin-left: 10px;
}
a.textlink:link, a.textlink:visited
{
    color: White;
    text-decoration: underline;
}
ul.dash-strip
{
    padding-left: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
ul.dash-strip li
{
    padding: 10px 0;
}
div.module
{
    font-size: 11px;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
div.module div.content
{
    margin: 0 15px;
}
div.module .icon_label_feed_sm, div.module .icon_label_tw_sm
{
    display: block;
    padding: 0 0 0 18px;
}
div.module-head
{
    -webkit-border-top-left-radius: 6px 6px;
    -webkit-border-top-right-radius: 6px 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    padding: 5px 8px 1px 15px;
}
div.module div.wrap
{
    padding: 10px 0 0;
    width: 100%;
}
div.module-footer div
{
    display: block;
}
.icon_label_feed_sm
{
    background: transparent url(../img/spriteme.png) no-repeat;
    background-position: -10px -43px;
}
.message
{
    background: #DDFFDD url(../img/accept.png) no-repeat scroll 10px 3px;
    border: 1px solid #BBFFBB;
    margin: 0.5em 0 1em;
    padding: 0.2em 40px;
    position: relative;
}
.error
{
    background: #FFDDDD url(../img/face-sad.png) no-repeat scroll 10px 0.4em;
    border: 1px solid #FFBBBB;
    margin: 0.5em 0 2em;
    padding: 0.5em 1em 0.5em 40px;
    position: relative;
}
#container
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
#featured
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
.featuredHeader
{
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.rowPadding
{
    padding: 5px;
}
div.signup
{
    float: right;
    margin-right: 50px;
    margin-top: -70px;
    width: 170px;
}
a#signup
{
    background: #B7A424 url(../img/spriteme.png) repeat-x scroll 0px -78px;
    border: solid #FFD452 1px;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px;
    color: #333;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 22px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: #DF6 0px 1px 0px;
}

a#signup:hover, a#signup:focus
{
    background-position: 0 -83px;
    color: #111111;
}

a#signup:active
{
    background-image: none;
}

/**
  * JGate color styles (theme mcblue)
  *
  * Copyright 2009 JGate and DVBPortal. All Rights Reserved.
  * 
  * This style sheet may NOT be reused, redistributed, or modified 
  * by any third parties without the expressed written 
  * permission of JGate or DVBPortal.
  */ /* Browser defaults */
  
body {
    background: #D6E0E9 url(../img/body-bg.png) repeat-x scroll left top;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode',
        'Lucida Sans Regular', Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
}

h1 {
    font-size: 24px;
}

h4 {
    font-size: 13px;
    margin: 0 0 6px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Lucida Sans Unicode',
        'Lucida Sans Regular', Verdana, sans-serif;
    font-weight: bold;
}

a:link,a:visited {
    color: White;
    text-decoration: none;
}

/* Cusatom styles */
#bodyArea {
    background-color: #F4FBFF;
}

#bodyArea1col {
    background-color: #F4FBFF;
}

#contentInner0 {
    background-color: white;
}

#contentInner {
    background: #F4FBFF url(../img/inner-bg.jpg) repeat-x scroll left top;
}   

#sidebar0-unused {
    background-color: White;
}

#sidebar {
    background: #F4FBFF url(../img/inner-bg.jpg) repeat-x scroll left top;
}

#sidebar1 {
    background-color: rgb(217, 215, 172);
}

div.wrap {
    background: url(../img/inner-bg.jpg) repeat-x scroll left top;
}

div.module-head {
    background: url(../img/spriteme.png) repeat-x;
    background-position: 0px -168px;
}

.content a:link,.content a:visited {
    text-decoration: none;
    color: #4C6E94;
}

#contentInner a:link,#contentInner a:visited {
    text-decoration: none;
    color: #4C6E94;
}

a:hover,.content a:hover,#contentInner a:hover {
    text-decoration: underline;
}

ul.dash-strip li {
    border-bottom: 1px solid #4C6E94;
}

#appjetfooter {
    display: none;
}

dl {
    border-bottom: 1px solid #DDD;
    padding: 3px 0px;
    line-height: 1.4em;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}

dl:hover {
    background-color: #C8D7E3;
}

dt {
    float: left;
    margin-left: 5px;
    margin-right: 15px;
    width: 150px;
    overflow: hidden;
}

dd {
    float: left;
    margin-right: 15px;
    width: 200px;
    overflow: hidden;
}

div.header {
    background-color: #2F4E6F;
    color: white;
    padding: 3px 3px 3px 5px;
}

div.group {
    background-color: white;
    border: 1px solid grey;
    padding-bottom: 15px;
}

span.header {
    font-weight: bold;
}

span.header dl {
    margin-top: 10px;
    border-bottom: 2px solid #2F4E6F;
}

span.header dl:hover {
    background-color: white;
}

div.detail dt {
    font-weight: bold;
    text-align: right;
}

div.detail dl:hover {
    background-color: white;
}

div.group button {
    margin-top: 10px;
}

div.group button.detail {
    margin-left: 30%;
}

div.rateMe {
    float: left;
    height: auto;
    padding-left: 6px;
    padding-right: 10px;
    padding-top: 6px;
}

div.rateMe a.off {
    float: left;
    height: 12px;
    width: 12px;
    background: url(../img/small_star_off.gif) no-repeat;
}

div.rateMe a.on {
    float: left;
    height: 12px;
    width: 12px;
    background: url(../img/small_star_on.gif) no-repeat;
}
