/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img
{
	border: none;
}
a
{
    text-decoration:none;
}
.left
{
    float: left;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
}

.fleft
{
    float: left;
}

.fright
{
    float: right;
}


.warningMessage
{
    color: #F4A83D !important;
    font-weight:bold;
}

.errorMessage
{
    color: red !important;
    font-weight: bold;
}
.successMessage
{
    color: Green !important;
    font-weight: bold;
}

.hide
{
    display: none;
}

.it
{
    font-style: italic;
}

.bold
{
    font-weight: bold;
}

.gray
{
    color: Gray;
}

.roundedCorner
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.whiteC
{
    color: White;
}

.blackLine
{
    height: 1px;
    border-top: 1px solid black;
}

.whiteLine
{
    height: 1px;
    border-top: 1px solid white;
}

.greyLine
{
    height: 1px;
    border-top: 1px solid #9F9F9F;
}
img
{
    vertical-align: middle;
}

.uberstrikeColor
{
    color: #2a87c2;
}

.uberstrikeYellow
{
    color: #FEC42C !important;
}

/* uberstrike mune */

#uberstrikeMenu
{
    margin: 5px;
}

#uberstrikeMenu a
{
    margin-left: 2px;
}

#uberstrikeMenu .selectedTab
{
    background: #D1D1D1;
    border: 1px solid #D1D1D1;
    box-shadow: none; /*    padding: 4px 9px;*/
    text-shadow: 1px 1px 0 #D7D7D7;
}

/* GENERICS*/

.standard_button
{
    display: inline-block;
    height: 21px;
    line-height: 18px;
    padding: 0px 8px;
    background: #303030;
    color: #FFFFFF;
    border: 1px solid #6A6A6A;
    font-weight: bold;
    cursor: pointer;
    background: url("/CommonChannel/Content/images/cmuneHeader_Background_reverse.jpg");
}

.standard_button:active
{
    background-color: #555555;
    background-image: none;
    color: #cccccc !important;
}

.facebookButton
{
    -moz-box-shadow: inset 0px 1px 0px 0px #8b9dc1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #8b9dc1;
    box-shadow: inset 0px 1px 0px 0px #8b9dc1;
    background-color: #5972A7;
    border: 1px solid #1a356e;
    display: inline-block;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none !important;
    text-shadow: 1px 1px 0px #474747;
    cursor: pointer;
}

.facebookButton:hover
{
    background-color: #627AAD;
}

.facebookButton:active
{
    box-shadow: none;
    background-color: #4F6AA3;
}

.macAfeeButton
{
    width: 266px;
    height: 32px;
    display: inline-block;
    background-image: url('/CommonChannel/Content/images/unityMcAfee.png');
}

.macAfeeButton:hover
{
    background-position: 0px -30px;
}

.orangeBlack
{
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
    background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background-color: #ffec64;
    border: 1px solid #ffaa22;
    color: #333333;
    text-shadow: 1px 1px 0px #ffee66;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 9px;
    text-decoration: none;
}
.orangeBlack:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
    background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    background-color: #ffab23;
}
.orangeBlack:active
{
}

.redWhite
{
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background: -moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    background-color: #fe1a00;
    border: 1px solid #d83526;
    color: #ffffff;
    text-shadow: 1px 1px 0px #b23e35;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 9px;
    text-decoration: none;
}
.redWhite:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background: -moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    background-color: #ce0100;
}
.redWhite:active
{
}

.silver
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    color: #333333;
    text-shadow: 1px 1px 0px #ffffff;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 9px;
    text-decoration: none;
}
.silver:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    background-color: #e9e9e9;
}
.silver:active
{
}

.darkGray
{
    -moz-box-shadow: inset 0px 1px 0px 0px #808080;
    -webkit-box-shadow: inset 0px 1px 0px 0px #808080;
    box-shadow: inset 0px 1px 0px 0px #808080;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #737273), color-stop(1, #3d3b3d) );
    background: -moz-linear-gradient( center top, #737273 5%, #3d3b3d 100% );
    background-color: #737273;
    border: 1px solid #323232;
    color: #FFFFFF;
    cursor: pointer;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 9px;
    text-decoration: none;
}
.darkGray:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d3b3d), color-stop(1, #737273) );
    background: -moz-linear-gradient( center top, #3d3b3d 5%, #737273 100% );
    background-color: #3d3b3d;
}
.darkGray:active
{
}

.blueWhite
{
    -moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    box-shadow: inset 0px 1px 0px 0px #bee2f9;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
    background: -moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
    background-color: #63b8ee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    padding: 3px 9px;
    border: 1px solid #4877b5;
    display: inline-block;
    color: #ffffff;
    font-family: segoe ui, Arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.blueWhite:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
    background: -moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
    background-color: #468ccf;
}
.blueWhite:active
{
}

.Continue, .Continue:visited
{
    background: #ffab23;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    font-size: 14px;
    padding: 8px 24px 9px;
    background-color: #ffb515;
    text-decoration: none;
    font-family: segoe ui, Arial;
    font-size: 24px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    cursor: pointer;
}

.Continue:hover
{
    background-color: #111;
    color: #fff;
    background-color: #fc9200;
}
.Continue:active
{
    top: 1px;
}

.greenWhite
{
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    background-color: #77d42a;
    border: 1px solid #268a16;
    display: inline-block;
    color: #ffffff;
    font-family: segoe ui, Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #575757;
    cursor: pointer;
}

.greenWhite:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
    background: -moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
    background-color: #5cb811;
}

.greenWhite:active
{
    position: relative;
    top: 1px;
}

/* Unity */

.unity_logo
{
    vertical-align: middle;
}
h1
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45em;
}


/* CMUNE HEADER
----------------------------------------------------------*/

.panel_default
{
    background-color: #1e1e1e;
    border: 1px solid #4d4d4d;
}

.panel_default_clear
{
    background-color: #FFFFFF;
}

.panel_header
{
    background-image: url('/CommonChannel/Content/images/panel_Header_Background.jpg');
    background-repeat: repeat-x;
    padding: 0px 14px;
    height: 45px;
    line-height: 48px;
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
}

.panel_header_clear
{
    padding: 0px 12px;
    height: 45px;
    line-height: 48px;
    font-size: 17px;
    font-weight: bold;
    color: #a6a6a6;
    text-align: left;
}

.panel_bar
{
    color: #A6A6A6;
    text-align: center;
    background-color: #363636;
    padding: 10px 0px;
}

.panel_body
{
    text-align: left;
    padding: 10px;
}

.panel_body .label
{
    display: inline-block;
    width: 150px;
}

.panel_body .mini_label
{
    display: inline-block;
    width: 60px;
}

.panel_item
{

    border-top: 1px solid #595959;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
    padding-left: 12px;
}

.panel_item .panel_item_header
{
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.panel_item .panel_item_textcontent
{
    padding: 0px;
    padding-right: 15px;
    margin: 0px;
    color: #a5a5a5;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5em;
}

.panel_item .panel_item_tag
{
    float: right;
    margin-right: 6px;
    margin-top: 3px;
    padding: 2px;
    color: #404040;
    background-color: #888;
    font-size: 10px;
    font-weight: 300;
    text-transform: capitalize;
    clear: right;
}

.panel_item .panel_item_date
{
    float: right;
    padding-right: 8px;
    padding-bottom: 6px;
    margin: 0px;
    color: #888;
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
}

.panel_item .panel_item_textcontent A:link
{
    color: #FEC42C;
    text-decoration: underline;
}

.panel_item .panel_item_textcontent A:visited
{
    color: #FEC42C;
    text-decoration: underline;
}

.panel_item .panel_item_textcontent A:active
{
    color: #FEC42C;
    text-decoration: underline;
}

.panel_item .panel_item_textcontent A:hover
{
    color: #FEC42C;
    text-decoration: underline;
}

.panel_overlay
{
    height: 100%;
    background-color: #5C5C5C;
    opacity: 0.6;
    position: relative;
}

.cmune_header
{
    padding: 0px;
    margin: 0px;
    background: #000000;
    background-image: url("/CommonChannel/Content/images/cmuneHeader_Background_S2.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 32px;
}

.cmune_header_logo
{
    float: left;
    background-image: url("/CommonChannel/Content/images/cmuneHeader_Logo.jpg");
    background-repeat: no-repeat;
    margin: 7px 0 0 25px;
    padding: 0px;
    width: 99px;
    height: 18px;
}

.cmune_header_servertime
{
    float: right;
    background-image: url("/CommonChannel/Content/images/cmuneHeader_ServerTime.jpg");
    background-repeat: no-repeat;
    margin: 6px 6px 0 0;
    padding: 0px;
    width: 164px;
    height: 22px;
}

.cmune_header_servertime_text
{
    margin: 5px 6px 0 0;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #172139;
    text-align: right;
}

.cmune_header_tabarea
{
    float: left;
    margin: 0 0 0 20%;
    padding: 0px;
    height: 18px;
}

.cmune_header_tab
{
    float: left;
    margin: 0 1px 0 1px;
    padding: 0 10px 0 10px;
    height: 16px;
    border: 1px solid #474644;
    background-image: url("/CommonChannel/Content/images/cmuneHeader_TabButtonBackground.png");
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: bold;
    color: #cbcbcb;
    text-align: center;
}

.homeLink
{
    display: block;
    background-image: url("/CommonChannel/Content/images/cmuneHeader_Home.png");
    width: 18px;
    height: 16px;
}

.homeLink:hover
{
    background-position: 0 -16px;
}

.cmune_header_tab A:link
{
    color: #cbcbcb;
    text-decoration: none;
}

.cmune_header_tab A:visited
{
    color: #cbcbcb;
    text-decoration: none;
}

.cmune_header_tab A:active
{
    color: #cbcbcb;
    text-decoration: none;
}

.cmune_header_tab A:hover
{
    color: #cccccc;
    text-decoration: underline;
}

.cmune_header_tab_app
{
    float: left;
    margin: 0px 1px 0px 1px;
    padding: 0px 4px 0px 4px;
    height: 16px;
    border: 1px solid #474644;
    background-image: url("/CommonChannel/Content/images/cmuneHeader_TabButtonBackground.jpg");
    background-repeat: repeat-x;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    text-align: center;
}

.cmune_header_tab_app A:link
{
    color: #999999;
    text-decoration: none;
}

.cmune_header_tab_app A:visited
{
    color: #999999;
    text-decoration: none;
}

.cmune_header_tab_app A:active
{
    color: #999999;
    text-decoration: none;
}

.cmune_header_tab_app A:hover
{
    color: #bbbbbb;
    text-decoration: underline;
}

/* MAIN PAGE
----------------------------------------------------------*/

.main_page
{
    margin: 0px;
    padding: 0px;
    background: url('/CommonChannel/Content/images/PortalChannel/backgroundFinal-portal.jpg') no-repeat scroll center top #000000;
    min-height:1000px;
}

.main_page_frame
{
   
}

.main_page_banner
{
    height: 120px;
    margin: 0px;
    padding: 0px;
}

.main_page_navbar
{
    background-image: url("/CommonChannel/Content/images/cmuneHeader_Background_reverse.jpg");
    background-repeat: repeat-x;
    border: 1px solid #4D4D4D;
    height: 37px;
    margin: 0;
}

.main_page_navbar_tab
{
    float: left;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #9F9F9F;
    margin: 11px 15px 0 15px;
}

.main_page_container
{
    width:989px;
    padding: 0px 2px 2px 2px;
    margin:auto;

}

.homeNavTabLink
{
    display: block;
    float: left;
}

.main_page_content
{
    background-image: url('');
    background-repeat: no-repeat;
}

.main_footer
{
    margin-top:8px;
    padding: 0px;
    margin-left:auto;
    margin-right:auto;
    background-image: url('/CommonChannel/Content/images/cmuneHeader_Background.jpg');
    background-repeat: repeat-x;
    border: 1px solid #4d4d4d;
    height: 37px;
}

.main_footer_tab
{
    padding: 0px 12px 0px 12px;
    height: 18px;
    margin: 13px 0 0 0;
    font-size: 11px;
    font-weight: bold;
    color: #9f9f9f;
    text-align: center;
}

.main_footer_tab A:link
{
    color: #9f9f9f;
    text-decoration: none;
}

.main_footer_tab A:visited
{
    color: #9f9f9f;
    text-decoration: none;
}

.main_footer_tab A:active
{
    color: #9f9f9f;
    text-decoration: none;
}

.main_footer_tab A:hover
{
    color: #cccccc;
    text-decoration: underline;
}

.div#unityPlayer
{
    cursor: default;
    position: inherit;
    width: 989px;
    height: 660px;
}

#socialNetworksDiv
{
    text-align: center;
}

#socialNetworksDiv a
{
    display: block;
    margin: 9px;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    float: left;
}

#socialNetworksDiv a:hover
{
    background-position: 0 -62px;
}

/* INSTALL FLOW
----------------------------------------------------------*/

.install_container a
{
    color: #CCCCCC;
}

.install_container
{
    height: 520px;
    border: 10px solid #993300;
    color: #000;
    background: #fff;
}

.install_bottom
{
    background: #444;
    overflow: hidden;
    padding: 3px;
}

/* OVERRIDES
----------------------------------------------------------*/

.cmuneInput
{
    font-family: Segoe UI, Arial;
    font-size: 12px;
    font-weight: normal;
    background: #FFFFFF;
    color: #666666;
    border: 2px solid #323232;
    padding: 2px;
    margin: 4px;
}

body
{
    background: #000000;
    font-size: .80em;
    font-family: "Segoe UI" , "Arial" , "Helvetica" , "Verdana" , "sans-serif" , "Helvetica Neue" , "Lucida Grande";
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

body A:link
{
    text-decoration: none;
}

body A:visited
{
    color: #9f9f9f;
    text-decoration: none;
}

body A:active
{
    color: #9f9f9f;
    text-decoration: none;
}

body A:hover
{
    color: #cccccc;
    text-decoration: underline;
}

h2
{
    color: #FEC42C;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 10px 0;
    text-indent: 25px;
}

h3
{
    color: #FEC42C;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 10px 0;
    text-indent: 45px;
}

h4
{
    color: #FEC42C;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    margin: 10px 0 10px 0;
    text-indent: 65px;
}

/* GENERICS
----------------------------------------------------------*/

.standard_checkbox
{
    padding: 4px 4px 4px 4px;
    background: #303030;
    color: #a5a5a5;
    border: 2px solid #737373;
    margin: 4px;
}

.standard_checkbox A:link
{
    color: #a5a5a5;
    text-decoration: none;
}

.standard_checkbox A:visited
{
    color: #a5a5a5;
    text-decoration: none;
}

.standard_checkbox A:active
{
    color: #a5a5a5;
    text-decoration: none;
}

.standard_checkbox A:hover
{
    color: #afafaf;
    text-decoration: underline;
}

.button
{
    background: #303030;
    color: #a5a5a5;
    border: 2px solid #737373;
    margin: 4px;
}

.start_button
{
    height: 135px;
    margin: 0px 28px 0px 28px;
    padding: 0px;
}

.start_button A:link
{
    color: #000000;
    text-decoration: none;
}

.start_button A:visited
{
    color: #000000;
    text-decoration: none;
}

.start_button A:active
{
    color: #000000;
    text-decoration: none;
}

.start_button A:hover
{
    color: #000000;
    text-decoration: none;
}

.fright
{
    float: right;
}

.fleft
{
    float: left;
}

.clear
{
    clear: both;
}

.lightError
{
    color: #d72a13;
}

.lightConfirmation
{
}

.superRewardsOffers
{
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 728px;
}

/*** google videos ***/

.playerInnerBox_gsvb .player_gsvb
{
    width: 320px;
    height: 260px;
}

#portalAjaxLoader
{
    line-height: 30px;
    margin-right: 10px;
    display: none;
}

/* Profile */

.profileStat
{
    width: 229px;
}

.profileStat td
{
    padding: 2px 5px;
}

.profileStat th
{
    padding: 2px 5px 2px 5px;
    color: #FEC42C;
    text-align: center;
}

/* Profile end */

/* Ranking */

.rankingMenuContainer
{
    font-size: 14px;
}

.rankingMenuSelected
{
    font-weight: bold;
    color: #EEE;
}

.rankingMenu
{
    cursor: pointer;
    font-weight: normal;
    color: #EEE;
}

.rankingTable
{
    width: 500px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.rankingTable td
{
    padding: 2px 5px 2px 5px;
    text-align: right;
}

.rankingTable th
{
    padding: 2px 5px 2px 5px;
    color: #FEC42C;
    text-align: center;
}

/* End ranking */

/* Sign Up page */

#SignUPPage
{
    font-weight: bold;
    width: 80%;
    margin: auto;
}

#SignUPPage .panel_body
{
    padding: 20px;
    height: 540px;
}

#SignUPPage ul
{
    list-style-type: disc;
    width: 160px;
    float: left;
    margin-left: 15px;
}

#SignUPPage .littlelabel
{
    color: #A6A6A6;
    font-weight: bold;
    font-size: 14px;
    padding-right: 10px;
}

#SignUPPage .facebookConnect
{
    position: relative;
    top: 135px;
}

#SignUPPage .signupInput
{
    width: 200px;
    border: 1px solid black;
}

#SignUPPage a.Continue
{
    text-decoration: none;
}

#SignUPPage p.termsOfService
{
    color: #A6A6A6;
}

#SignUPPage p.termsOfService a
{
    text-decoration: underline;
    color: #A6A6A6;
}

#SignUPPage #signUpForm
{
    margin-left: 45px;
}

#SignUPPage .termsOfService
{
    width: 250px;
    margin: 20px 0px 0px 00px;
}

#SignUPPage .validation-summary-errors
{
    color: Red;
}

#SignUPPage .validation-summary-success
{
    color: Green;
}

/* end sign up page */

/* Pagination */

.pagination
{
    width: 280px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.selectedPageAnchor
{
    color: #000;
    background-color: #FEC42C;
}

.pageAnchor
{
    padding: 5px 5px 5px 5px;
}

/* End pagination */

/* Feed */

#DisplayRssFeedContainer p
{
    padding-top: 10px;
}

.mainPageContentLeft
{
    float: left;
    margin: 8px 0 0 0px;
    width: 250px;
}

.mainPageContentLeftStart
{
    margin: 14px 0px 0px 0px;
    text-align: center;
}

.mainPageContentLeftLost
{
    text-align: right;
    margin: 10px 8px 8px 0;
    font-size: 11px;
    color: #CCCCCC;
}

.mainPageContentLeftFB
{
    margin: 8px 0 12px 0;
    text-align: center;
}

.mainPageContentLeftYouTube
{
    text-align: center;
}

.mainPageContentMid
{
    float: left;
    margin: 8px 0 0 8px;
    width: 469px;
}

.mainPageContentRightPromotion
{
    float: left;
    margin: 8px 0 0 8px;
    width: 254px;
}
.mainPageContentRight
{
    margin: 8px 0 0 0;
}

.startButtonRollover a
{
    display: block;
    width: 157px;
    background-image: url("/CommonChannel/Content/images/start_buttons.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 116px;
    margin: auto;
    margin-bottom: 20px;
}

.startButtonRollover a:hover
{
    background-position: 0 -116px;
}
.startButtonRollover a:active
{
    background-position: 0 -232px;
}

/* Download */

.downloadContainer
{
	margin:31px 75px 90px 75px;
	
}

.downloadLink
{
	font-size:20px;
}

.downloadLinkLegend
{
	text-align:left;
	text-indent:16px;
	margin-top:5px;
}

.downloadLinkContainer
{
	float:right;
	width:330px;
	padding:10px;
	text-align:center;
	height:340px;
}

.downloadButtonContainer
{
	background-color:#4b4b4b;
	padding-top:8px;
	padding-bottom:8px;
}

.downloadExplanationContainer h1
{
	font-size:12px;
	font-weight:bold;
	color:#4b4b4b;
	margin-top:15px;
}

.downloadExplanationContainer
{
	text-align:left;
	font-size:12px;
	line-height:1.25;
}

.downloadExplanationContainer a:link
{
    color:#FEC42C;
    text-decoration:none;
}

.downloadExplanationContainer a:visited
{
    color: #FEC42C;
    text-decoration:none;
}

.downloadExplanationContainer a:active
{
    color:#FEC42C;
    text-decoration:none;
}

.downloadExplanationContainer a:hover
{
    color:#FEC42C;
    text-decoration:underline;
}

/* */
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
    color: #FFFFFF;
    font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
}
#sb-container {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: left;
    top: 0;
    visibility: hidden;
    z-index: 999;
}
#sb-overlay {
    height: 100%;
    position: relative;
    background:#FFFFFF !important;
    width: 100%;
    opacity: 0.8 !important;
}
#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}
#sb-wrapper-inner {
    background: none repeat scroll 0 0 rgba(100, 100, 100, 0.9);
    height: 100px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    border-radius:8px 8px 8px 8px;
}

#sb-body {
    height: 100%;
    position: relative;
}
#sb-player.html {
    height: 100%;
    margin: 0;
    overflow: auto;
    padding: 0;
    border:1px solid #3B5998;
    background-color:White;
}
#sb-body img {
    border: medium none;
}
#sb-loading {
    display: none;
    height: 1px;
    position: relative;
    width: 1px;
}
#sb-loading-inner {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#sb-loading-inner span {
    background: none repeat scroll 0 0 transparent;
    display: none;
    height: 1px;
    padding-left: 34px;
    width: 1px;
}
#sb-body, #sb-loading {
    background-color: #FFFFFF;
}
#sb-title, #sb-info {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#sb-title, #sb-title-inner {
    height: 26px;
    line-height: 26px;
}
#sb-title-inner {
    font-size: 16px;
}
#sb-info, #sb-info-inner {
    height: 20px;
    line-height: 20px;
}
#sb-info-inner {
    font-size: 12px;
}
#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}
#sb-nav a {
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 16px;
    margin-left: 3px;
    width: 16px;
}
/*#sb-nav-close {
    background-image: url("images/dashboard/shadowbox_close.png");
}
#sb-nav-next {
    background-image: url("images/dashboard/shadowbox_next.png");
}
#sb-nav-previous {
    background-image: url("images/dashboard/shadowbox_previous.png");
}
#sb-nav-play {
    background-image: url("images/dashboard/shadowbox_play.png");
}
#sb-nav-pause {
    background-image: url("images/dashboard/shadowbox_pause.png");
}*/
#sb-counter {
    float: left;
    width: 45%;
}
#sb-counter a {
    color: #FFFFFF;
    cursor: pointer;
    padding: 0 4px 0 0;
    text-decoration: none;
}
#sb-counter a.sb-counter-current {
    text-decoration: underline;
}
div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#sb-body-inner {
    height: 100%;
    position: absolute;
    width: 100%;
}
#sb-body img {
}
#sb-loading {
}

.dlgHeader {
    background: none repeat scroll 0 0 #627AAD;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    -moz-border-bottom-colors:none;
    -moz-border-image:none;
    -moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
/*    border-top:1px solid #3B5998;
    border-right:1px solid #3B5998;
    border-left:1px solid #3B5998;*/
}

.dlgHeader p {
    padding: 6px;
}

.dlgContent 
{
      -moz-border-bottom-colors:none;
    -moz-border-image:none;
    -moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
/*  border-bottom:1px solid #555555;
    border-right:1px solid #555555;
    border-left:1px solid #555555;*/
}


.dlgContent a
{
    text-decoration:none;
    font-weight:normal;
}

.dlgBody {
    background-color: #FFFFFF;
    color: #111111;
    font-size: 12px;
    vertical-align: top;
}
.dlgBody p {
    padding: 7px;
}
.dlgBody a {
    color: #6e83b8;
}
.dlgBody a:hover
{
  text-decoration:underline;
}

.dlgButtons {
    background-color: #F2F2F2;
    border-top: 1px solid #CCCCCC;
    bottom: 0px;
    left:1px;
    font-size: 12px;
    height: 29px;
    line-height: 28px;
    position: absolute;
    text-align: right;
    text-indent: 10px;
    vertical-align: middle;
    width: 498px;
}

.dlgButtons img
{
    vertical-align:middle;
}

.dlgButtons a 
{
    color:#6e83b8 !important;
    margin-left:5px;
    margin-right:5px;
}
.dlgButtons a:hover 
{
    text-decoration:underline;
}
.dlgButtons span
{
    line-height: 20px;
}

.dlgButton {
    background-color: #3DBBCC;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin-right: 15px;
    padding: 2px 4px;
}

.dlgButtonDisabled {
    background-color: #EDEDED;
    border: 1px solid #CCCCCC;
    color: #AAAAAA;
    font-size: 13px;
    font-weight: bold;
    margin-right: 15px;
    padding: 2px 4px;
}
#superFanBar {
    height: 60px;
    margin: 0;
    padding: 0;
    width: 760px;
}