html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    margin:0;
    padding:0;
}

:focus {
    outline:0;
}

body {
    background: #d5edf5 url(../images/hog-body-bg.png) repeat-x 0 0;
    background-image: -webkit-image-set(url(../images/hog-body-bg.png) 1x, url(../images/hog-body-bg@2x.png) 2x);
    color:#333;
    font-family:Arial,Helvetica,sans-serif;
    font-size:80%;
    line-height:1.7em;
    text-align:center;
    border:0!important;
    margin:0;
    padding:0;
}

ol,ul {
    list-style:none;
}

table {
    border-collapse:separate;
    border-spacing:0;
}

blockquote:before,blockquote:after,q:before,q:after {
    content:"";
}

#Content {
    float:left;
    min-height:300px;
    width:960px;
    margin:0;
}

.nowrap {
    white-space:nowrap;
}

p {
    line-height:1.6em;
    margin:.5em 0 0;
}

.P {
    margin:.5em 0;
}

h1 {
    font-size:200%;
    font-weight:700;
    margin:0 0 10px;
}

h2 {
    font-size:170%;
    font-weight:700;
    margin:0 0 10px;
}

h3 {
    font-size:150%;
    font-weight:700;
    margin:0;
}

h6 {
    font-weight:400;
    margin:0;
}

@font-face {
    font-family:BebasNeue;
    src:url(../fonts/BebasNeue-webfont.eot?#iefix) format(embedded-opentype),
        url(../fonts/BebasNeue-webfont.woff) format(woff),
        url(../fonts/BebasNeue-webfont.ttf) format(truetype),
        url(../fonts/BebasNeue-webfont.svg#BebasNeue) format(svg);
    font-weight:400;
    font-style:normal;
}

a {
    text-decoration:none;
    color:#325999;
}

a:visited {
    text-decoration:none;
    color:#577FB6;
}

h1,h2,h3,h4,h5,h6 {
    color:#0c5d8e;
    font-family:BebasNeue,Arial,Helvetica,sans-serif;
    font-weight:400;
    margin:0;
}

.NumberedPager,.PrevNextPager {
    text-align:center;
    font-weight:700;
    font-size:13px;
    margin:7px 0 0;
}

.NumberedPager a,.NumberedPager
span {
    margin:0 3px;
    padding:4px 9px;
}

.NumberedPager
a.Highlight {
    color:#fff;
    cursor:pointer;
    background-color:#0C5D8E;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    text-decoration:none;
}

.NumberedPager a.Next,.NumberedPager
span.Next {
    margin-left:6px;
}

img.Thumbnail {
    max-height:300px;
    max-width:100px;
    float:left;
    margin:0 16px 0 0;
}

input.DateBox,input.InputBox,input.SmallInput,textarea {
    background-color:#fff;
    color:#333;
    font-size:15px;
    width:250px;
    border:1px solid #aaa;
    margin:0;
    padding:3px;
}

input.DateBox,input.InputBox,input.SmallInput,textarea,input.Button {
    font-family:Arial,Helvetica,sans-serif;
}

.TextBoxWrapper {
    width:auto;
    padding-right:8px;
}

textarea.TextBox {
    width:500px;
    height:100px;
    min-height:100px;
}

input.SmallInput,input.InputBox {
    padding:6px 3px;
}

input.SmallInput:focus,input.InputBox:focus,textarea:focus {
    background:#ffe;
}

textarea {
    line-height:128%;
}

select {
    font-family:arial;
    font-size:14px;
    color:#222;
    margin:0;
    padding:3px;
}

.Buttons {
    margin-top:5px;
}

a.Button,.Button {
    cursor:pointer;
    font-size:11px;
    background-size:100%;
    background-image:linear-gradient(#94ba1b,#94ba1b20,#75951580,#759515);
    color:#fff;
    border:1px solid #666;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    -moz-transition-duration:.2s;
    -moz-user-select:none;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.2);
    text-decoration:none!important;
    margin:0;
    padding:5px 6px 5px 7px;
}

a.Button {
    display:inline-block;
    line-height:100%;
    margin:3px auto;
}

input.Button {
    font-size:14px;
    font-weight:700;
}

.Button:hover {
    border-color:#333;
}

.Button:focus {
    background:#759515;
}

.Loading {
    height:100px;
    background:url(../images/progress.gif) center center no-repeat;
    padding:0 20px;
}

.Progress {
    background:url(../images/progress.gif) center center no-repeat;
    padding:10px 40px 10px 0;
}

.TinyProgress {
    background:url(../images/progress_sm.gif) center center no-repeat;
    padding:10px 40px 10px 0;
}

.Conversations
.Deleted {
    text-decoration:line-through;
}

.Deleted {
    background:#f5f5f5;
    border:1px solid #ddd;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin:10px 0 0;
    padding:6px 10px;
}

.Warning {
    background:#ffc;
    border:1px solid #ff9;
    color:#000;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    padding:6px 8px;
}

.Alert {
    background:#d00;
    color:#fff;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    text-shadow:0 1px 1px rgba(0,0,0,0.5);
    padding:1px 4px;
}

.Info {
    font-size:13px;
    background:#fafafa;
    border:1px solid #eee;
    color:#888;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    margin:0 0 10px;
    padding:6px;
}

.Info
pre {
    display:block;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    background:#ff9;
    white-space:pre;
    font-family:monospace;
    overflow:auto;
    border:1px solid #eec;
    padding:4px 8px;
}

.Info
code {
    display:inline;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    background:#ff9;
    font-family:monospace;
    overflow:auto;
    border:1px solid #eec;
    padding:4px 8px;
}

#PagerLess {
    -moz-border-radius-topleft:2px;
    -webkit-border-top-left-radius:2px;
    border-top-left-radius:2px;
    -moz-border-radius-topright:2px;
    -webkit-border-top-right-radius:2px;
    border-top-right-radius:2px;
    margin-bottom:1px;
    text-align:left;
}

.MorePager
a.Loading {
    border:0!important;
    background:url(../images/progress.gif) center center no-repeat!important;
    padding:0 20px!important;
}

#PagerBefore {
    margin:1px 0;
}

a.Small
img {
    text-indent:-100px;
    background:#ddd;
    display:inline-block;
    height:24px;
    width:24px;
    overflow:hidden;
}

.DismissMessage
a.Dismiss {
    font-family:arial;
    position:absolute;
    font-size:22px;
    font-weight:700;
    line-height:1;
    color:#999;
    top:3px;
    right:5px;
}

.DismissMessage a.Dismiss,.DismissMessage a.Dismiss:hover {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    color:#777;
    display:block;
    height:14px;
    width:auto;
    font-family:arial;
    font-size:16px;
    font-weight:700;
    right:-1px;
    top:-1px;
    margin:0;
    padding:1px 3px 2px 4px;
}

.DismissMessage {
    text-align:left;
    position:relative;
    color:#000;
    border:none;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    margin:0 0 10px;
    padding:10px;
}

.DismissMessage
p {
    margin:2px 0;
}

.DismissMessage.Info {
    background:#f3f4f8;
    border:1px solid #ddd;
}

.DismissMessage.Warning {
    background:#ffebe9;
    border:1px solid #ffccc9;
}

.DismissMessage.Box {
    background:#fff8ce;
    border:1px solid #c5bea4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.OptionsMenu {
    display:inline-block;
    font-size:10px;
    font-weight:400;
    line-height:100%;
}

.Item
.OptionsMenu {
    vertical-align:top;
    visibility:hidden;
}

.Open.OptionsMenu,.Item:hover
.OptionsMenu {
    visibility:visible;
}

.MenuTitle {
    color:#000;
    border:1px solid #bbb;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    user-select:none;
    background:url(../images/buttons.png) right -96px no-repeat;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    padding:4px 18px 4px 4px;
}

.Open
.MenuTitle {
    border:1px solid #282828;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:0;
    -webkit-border-bottom-left-radius:0;
    -webkit-border-bottom-right-radius:0;
    box-shadow:2px 2px 3px rgba(0,0,0,0.5);
    -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    color:#fff;
    background:url(../images/buttons.png) right -144px no-repeat #282828;
}

.MenuItems {
    -moz-border-radius-bottomleft:2px;
    -moz-border-radius-bottomright:2px;
    -webkit-border-radius-bottom-left:2px;
    -webkit-border-radius-bottom-right:2px;
    box-shadow:2px 2px 3px rgba(0,0,0,0.5);
    -moz-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.5);
    background:none repeat scroll 0 0 #444;
    border:1px solid #282828;
    min-width:125px;
    line-height:100%;
    font-size:10px;
    color:#fff;
}

.MenuItems
li {
    padding:6px!important;
}

.MenuItems a,.MenuItems a:link,.MenuItems a:visited,.MenuItems a:active {
    color:#fff;
    display:block;
    text-decoration:none;
}

.MenuItems li:hover {
    background:#282828;
}

.ToggleFlyout {
    cursor:pointer;
    position:relative;
}

.ToggleFlyout.Open {
    z-index:100;
}

.ToggleFlyout
.Flyout {
    position:absolute;
    top:100%;
    left:0;
    display:none;
    z-index:100;
}

#Panel {
    width:250px;
    float:right;
    display:none;
}

.Box {
    background:#fff;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;
    border:1px solid #ccc;
    margin:0 0 10px;
    padding:6px 10px;
}

.Box
h4 {
    font-size:130%;
    color:#0c5d8e;
    text-shadow:1px -1px 0 #fff,1px 1px 0 #fff,-1px 1px 0 #fff,-1px -1px 0 #fff;
    font-weight:400;
    margin:0;
    padding:0 0 4px;
}

body.Profile #Panel
.Photo {
    border:1px solid #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    line-height:0;
    -webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);
    text-align:center;
    width:250px;
    margin:-5px -5px 5px;
    padding:4px;
}

body.Profile .Box.Group,body.Profile
.Box.About {
    border:none;
    background:none;
}

.Box
dl {
    overflow:hidden;
}

.Box dl
dt {
    font-size:12px;
    float:left;
    width:80px;
    color:#555;
    overflow:hidden;
    white-space:nowrap;
}

.Box dl
dd {
    font-size:12px;
    margin-left:80px;
}

.Box
p {
    font-size:100%;
    color:#555;
    padding:0 0 4px;
}

.PanelActivity
li {
    color:#555;
    font-size:11px;
    line-height:1.6;
    padding:2px 4px;
}

.PanelActivity li
a {
    font-size:13px;
}

.PanelActivity
span {
    padding:0 4px;
}

.PanelActivity
p {
    display:inline;
    font-size:90%;
    padding:0 4px;
}

.PanelActivity li
em {
    padding-left:5px;
    color:#777;
    font-size:80%;
}

.PanelInfo
li {
    text-align:right;
    padding:2px 4px;
}

.PanelInfo
li.Heading {
    text-align:left;
    color:#000;
    font-weight:700;
}

.Moderators ul.PanelInfo li
a {
    float:none;
    font-weight:700;
}

.Moderators ul.PanelInfo li a
img {
    vertical-align:middle;
}

.PanelInfo .Meta span,.PanelInfo .Meta
strong {
    margin-right:8px;
}

.PanelInfo .Meta span
a {
    margin-left:8px;
}

.PanelInfo .Meta
strong {
    display:inline;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background:#FF0;
    color:#000;
    font-size:9px;
    font-weight:700;
    line-height:1;
    padding:3px;
}

.PanelInfo
.Parent {
    text-align:left;
    font-weight:700;
    background:none;
    color:#333;
    padding:2px 0;
}

.PanelActivity .ShowAll,.PanelInfo
.ShowAll {
    font-weight:700;
    border:0;
    text-align:right;
    background:none;
}

body.Profile .PanelInfo
li {
    border-bottom:0;
    padding-left:0;
    text-align:left;
}

a.BigButton {
    background-size:100%;
    background-image:linear-gradient(#ffffff,#fff20,#eee80,#eeeeee);
    border:1px solid #999;
    color:#474747;
    cursor:pointer;
    display:block;
    font-size:15px;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    -moz-transition-duration:.2s;
    -moz-user-select:none;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.2);
    margin:0 0 10px;
    padding:8px 8px 7px;
}

a.BigButton:hover {
    color:#111;
    text-decoration:none;
    border-color:#666;
}

a.BigButton:focus {
    background:#f2f2f2;
}

.PanelCategories
.Depth2 {
    padding-left:8px;
}

.PanelCategories
.Depth3 {
    padding-left:12px;
}

.PanelCategories
.Depth4 {
    padding-left:16px;
}

.PanelCategories
.Depth5 {
    padding-left:20px;
}

.PanelCategories
.Depth6 {
    padding-left:24px;
}

.PanelCategories
.Depth7 {
    padding-left:28px;
}

.PanelCategories
.Depth8 {
    padding-left:32px;
}

.PanelCategories
.Depth9 {
    padding-left:36px;
}

.PanelCategories
.Depth10 {
    padding-left:40px;
}

.PanelCategories
.Depth11 {
    padding-left:44px;
}

.PanelCategories
.Depth12 {
    padding-left:48px;
}

.CategoryList
.Depth12 {
    padding-left:275px!important;
}

.CategoryListWithHeadings
.Depth2 {
    padding-left:0!important;
}

.Icons
a {
    display:block;
    float:left;
    margin:0 2px 2px 0;
}

.Icons
img {
    display:block;
    height:44px;
    width:44px;
    overflow:hidden;
    background:#c4cde0;
    color:#c4cde0;
    text-indent:50px;
}

.DataList
.Item {
    border:0;
    position:relative;
    border-bottom:1px solid #bec8cc;
    margin:0;
    padding:7px 0;
}

.DataList .Item
.Item {
    border-bottom:none;
}

.DataList .Options,.MessageList
.Options {
    position:absolute;
    right:0;
    top:0;
    margin:9px 4px 0 0;
}

.DataList
.OptionButton {
    position:absolute;
    top:0;
    right:0;
}

.DataList
a.Title {
    vertical-align:auto;
    zoom:1;
    display:inline;
    font-size:14px;
    font-weight:700;
    margin:0;
}

.DataList
.Title {
    font-size:14px;
    vertical-align:auto;
    zoom:1;
    display:inline;
    margin:0;
}

.DataList
.Meta {
    font-size:11px;
    color:#70727c;
}

.DataList
.Excerpt {
    font-size:12px;
    line-height:1.4;
}

.DataList .Excerpt
a {
    color:#333;
    display:block;
    text-decoration:none;
}

.DataList.Discussions .Meta span,.DataList.Formatted .Meta span,.DataList.CategoryList .Meta span,.DataList.SearchResults .Meta span,.DataList .Meta
strong {
    margin-right:12px;
}

.DataList .Meta
strong {
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background:#FF0;
    color:#000;
    font-size:9px;
    font-weight:700;
    line-height:1;
    padding:3px;
}

.DataList a.Delete,.DataList a.Delete:hover {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    color:#333;
    display:block;
    height:14px;
    width:auto;
    font-family:arial;
    font-size:16px;
    font-weight:700;
    line-height:1;
    text-decoration:none;
    margin:7px 0 0;
    padding:2px 4px;
}

.DataList
.Unfollow {
    background:#eee;
}

.DataList .Unfollow
a {
    color:#888;
}

.Item
.Inset {
    border-top:1px solid #bec8cc;
    padding:5px 0;
}

.Condensed,.Condensed
li {
    clear:left;
}

.Condensed .Excerpt
a {
    display:block;
    padding:3px 0;
}

body.Profile
ul.Activities {
    border-top:1px solid #cfcfbd;
}

.Activities
.Excerpt {
    color:#80828C;
}

.Activities li.Condensed
.Excerpt {
    color:#000;
    font-size:13px;
}

.Activities .Excerpt a,.Activities .Meta
a {
    color:#1e79a7;
}

.Activities .Excerpt a:hover,.Activities .Meta a:hover {
    color:#ff0084;
}

.Activities .Excerpt
img {
    border:1px solid #999;
    padding:2px;
}

.Activities
.DataList {
    margin-left:50px;
    width:400px;
}

.Activities
.ItemContent {
    width:631px;
}

.Activities .HasPhoto
.ItemContent {
    margin-left:53px;
    width:578px;
}

.Activities .Item .HasPhoto
.ItemContent {
    width:auto;
    margin-left:42px;
}

.Activities .DataList
li {
    margin-bottom:2px;
    padding:6px;
}

.Activities .DataList a.Title,.Activities .DataList .Title,.Activities .DataList .Title a,.Activities .DataList .Excerpt
p {
    font-size:13px;
    line-height:1;
}

.Activities .DataList .HasPhoto
.Meta {
    line-height:1;
    padding:2px 0 0;
}

.Activities .DataList .Photo
img {
    height:32px;
    width:32px;
}

.Activities a.CommentLink,.Activities a.CommentLink:hover {
    font-size:12px;
    cursor:text;
    background:#fff;
    color:#bbb!important;
    text-decoration:none;
    border:1px solid #aaa;
    display:block;
    line-height:100%;
    font-weight:400;
    padding:5px;
}

.Activities .CommentForm
textarea.TextBox {
    width:380px;
    min-height:40px;
    height:40px;
    margin-bottom:2px;
    font-size:12px;
}

.MessageList,.MessageList
li {
    list-style:none;
    margin:0;
    padding:0;
}

.MessageList
.Item {
    border-bottom:1px solid #ddd;
    padding:10px 10px 4px;
}

.MessageList
.Meta {
    font-size:11px;
    color:#777;
    min-height:40px;
}

.Item .Author
img {
    height:40px;
    width:40px;
    border:0;
    float:left;
    overflow:hidden;
    background:#eee;
    margin:0 10px 0 0;
}

.MessageList .Meta
span {
    padding-left:10px;
    line-height:inherit;
}

.MessageList .Meta .Author
a {
    font-size:15px;
    font-weight:700;
}

.MessageList .Meta
.CommentInfo {
    line-height:normal;
}

.MessageList .Meta .CommentInfo
span {
    padding-left:0;
    padding-right:10px;
}

.Preview {
    text-align:left;
    border:1px solid #aaa;
    margin:0 0 6px;
    padding:5px 8px 8px;
}

.Popup
.Preview {
    min-width:400px;
    min-height:100px;
    margin:0;
}

.Preview .Message,.MessageList
.Message {
    clear:both;
    line-height:140%;
    font-size:100%;
    word-wrap:break-word;
    overflow-y:auto;
    max-height:300px;
}

.FirstComment
.Message {
    max-height:none;
    overflow-y:visible;
}

.Preview .Message,.Preview .Message p,.MessageList .Message,.MessageList .Message
p {
    margin:8px 0;
}

.Preview .Message blockquote,.MessageList .Message
blockquote {
    margin:4px 0;
    padding:4px 16px;
}

code,pre {
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background:#ff9;
    white-space:pre;
    font-family:monospace;
    overflow:auto;
    border:1px solid #eec;
    padding:4px 8px;
}

.Preview .Message em,.MessageList .Message
em {
    font-style:oblique;
}

.Preview .Message ul,.Preview .Message ol,.MessageList .Message ul,.MessageList .Message
ol {
    margin-left:3em!important;
}

.Preview .Message ol li,.MessageList .Message ol
li {
    list-style:decimal!important;
}

.Preview .Message ul li,.MessageList .Message ul
li {
    list-style:disc!important;
}

.Message h1,.Message h2,.Message h3,.Message h4,.Message
h5 {
    font-family:"lucida grande","Lucida Sans Unicode",tahoma,sans-serif;
    font-weight:700;
    border:none;
    color:#000;
}

.Message
h1 {
    font-size:22px;
}

.Message
h2 {
    font-size:20px;
}

.Message
h3 {
    font-size:18px;
}

.Message
h4 {
    font-size:16px;
}

.Message
.ImageResized {
    font-size:11px;
    font-weight:400;
    cursor:pointer;
    margin-bottom:10px;
}

div.Message
div.GameRelatedTo {
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    font-size:13px;
    background-color:#f2f2f2;
    border:1px solid #ccc;
    color:#444;
    margin:0 0 10px;
    padding:6px;
}

.Foot a.TabLink,.Foot .CategoryTabs ul li a,.CategoryTabs ul li .Foot
a {
    border:0;
    background:inherit;
    display:inherit;
    text-decoration:underline;
    color:#325999;
    font:inherit;
    font-size:100%;
    vertical-align:baseline;
    margin:0 0 0 10px;
    padding:0;
}

.Foot
.Note {
    float:left;
    font-weight:700;
}

.Foot {
    clear:both;
    text-align:right;
    padding:6px;
}

.ChildCategories {
    border-top:1px dotted #ddd;
    display:block;
}

.Meta .RSS
img {
    vertical-align:text-bottom;
}

.CategoryHeading
.ItemContent {
    font-weight:700;
    font-size:14px;
}

body.Profile
#Content {
    width:690px;
    float:right;
    margin:0 0 40px 20px;
}

body.Profile
#Panel {
    float:left;
    width:250px;
}

.User
h1 {
    line-height:100%;
    border:0;
    margin:0;
    padding:0 0 8px;
}

.User
.Name {
    font-size:140%;
    line-height:100%;
    border:0;
    float:left;
    margin:0 8px 0 0;
    padding:0 0 8px;
}

#Status {
    color:#666;
    font-weight:400;
    line-height:100%;
    margin:0;
    padding:4px 0 0;
}

#Status
p {
    font-size:120%;
    color:#6c6c6c;
    display:inline;
    line-height:1;
    margin:0;
    padding:0;
}

#Status
a.Change {
    font-size:11px;
    text-decoration:none;
    margin-left:4px;
}

.User
form {
    -moz-border-radius-topleft:2px;
    -webkit-border-top-left-radius:2px;
    border-top-left-radius:2px;
    -moz-border-radius-topright:2px;
    -webkit-border-top-right-radius:2px;
    border-top-right-radius:2px;
    background:#cfecff;
    padding:8px 8px 0;
}

.User form
input.InputBox {
    width:618px;
    margin-right:2px;
}

form.Activity {
    background:#f3f3f3;
    border:1px solid #cfcfbd;
    border-bottom-width:0;
    display:block;
    text-align:right;
    padding:10px;
}

form.Activity
textarea {
    width:99%;
    margin-bottom:2px;
    height:60px;
    min-height:60px;
}

form.Activity
span.WhatOnYourMind {
    color:#777;
    float:left;
}

#Form_Invitation
table {
    width:100%;
    border-collapse:collapse;
    border:1px solid #c0e7f5;
    margin:10px 0;
}

#Form_Invitation table
label {
    font-size:12px;
    padding:0;
}

#Form_Invitation table th,#Form_Invitation table
td {
    font-weight:400;
    color:#555;
    padding:6px;
}

#Form_Invitation table tbody
th {
    font-weight:700;
    color:#000;
}

#Form_Invitation table thead
th {
    font-weight:700;
    font-size:13px;
    color:#000;
}

#Form_Invitation table.AltColumns
tr.Alt {
    background:none;
}

body.Profile
ul.Notifications {
    margin-top:0;
}

.Preferences
h3 {
    margin:0;
    padding:10px 0 4px!important;
}

table.PreferenceGroup thead
td {
    font-weight:700;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    padding:2px 6px;
}

table.PreferenceGroup tbody
td {
    border-bottom:1px solid #eee;
    padding:2px 6px;
}

.MessageForm,.Tabs,.Headings {
    background:none;
    display:block;
    margin:0;
    padding:0 5px;
}

.MessageForm
.Tabs {
    border:0;
    background:none;
    text-align:left;
}

.Tabs
li {
    display:inline;
    margin:0;
}

.TabLink,.CategoryTabs ul li a,.TabLink:link,.CategoryTabs ul li a:link,.TabLink:hover,.CategoryTabs ul li a:hover,.TabLink:active,.CategoryTabs ul li a:active,.TabLink:visited,.CategoryTabs ul li a:visited {
    white-space:nowrap;
    background-color:#f2f2e8;
    background-size:100%;
    background-image:linear-gradient(#f8f7f0,#e3e2d390,#d9d8cb);
    zoom:1;
    display:inline;
    font-weight:400;
    color:#76766a;
    text-decoration:none;
    line-height:1;
    border:1px solid #cfcfbd;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
    border-width:1px 1px 0;
    margin:0;
    padding:8px 12px;
}

.Active .TabLink,.Active .CategoryTabs ul li a,.CategoryTabs ul li .Active
a {
    background:#fff;
    color:#325999;
}

.Active .TabLink:hover,.Active .CategoryTabs ul li a:hover,.CategoryTabs ul li .Active a:hover {
    color:#d43737;
}

.Count {
    background:#444;
    background-color:rgba(0,0,0,0.4);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    color:#fff;
    font-size:80%;
    font-weight:400;
    padding:1px .8ex;
}

.Tabs li a
span {
    background-color:#999;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    color:#fff;
    font-size:80%;
    font-weight:400;
    display:inline;
    line-height:1em;
    text-transform:lowercase;
    text-decoration:none;
    margin:0 0 0 4px;
    padding:0 3px;
}

.TabLink:hover .Count,.CategoryTabs ul li a:hover .Count,.Tabs li a:hover
span {
    background-color:#d43737;
}

.Tabs
.SubTab {
    border:1px solid #ccc;
    border-bottom-width:0;
    border-left-width:0;
    border-right-width:0;
    background:#ededdf;
    margin:0 -5px;
    padding:4px 8px;
}

.HeadingTabs {
    border-bottom:1px solid #ccc;
    zoom:1;
    padding:8px 8px 0 12px;
}

.HeadingTabs:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    overflow:hidden;
    visibility:hidden;
}

.HeadingTabs
ul {
    display:inline;
    float:right;
}

.HeadingTabs
.SubTab {
    border:0;
    font-size:16px;
    font-weight:700;
    background:none;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:1.5em;
    white-space:nowrap;
    width:500px;
    padding:0;
}

.SearchTabs
input.InputBox {
    width:560px;
    margin-right:10px;
}

.Headings {
    position:relative;
    text-align:left;
}

.Headings
div {
    display:inline-block;
    padding-right:10px;
}

.Headings
.ItemHeading {
    font-size:14px;
    font-weight:700;
    line-height:2;
}

div.MessageForm a.Back,div.MessageForm a.Back:link,div.MessageForm a.Back:hover,div.MessageForm a.Back:active,div.MessageForm a.Back:visited,div.MessageForm a.Cancel,div.MessageForm a.Cancel:link,div.MessageForm a.Cancel:hover,div.MessageForm a.Cancel:active,div.MessageForm a.Cancel:visited {
    background:none;
    border:0;
    zoom:1;
    display:inline;
    font-weight:400;
    line-height:1;
    margin:6px 10px 6px 0;
    padding:0;
}

.Tabs
.AdminCheck {
    position:absolute;
    right:26px;
    bottom:5px;
}

.AdminCheck {
    display:inline-block;
    height:22px;
    vertical-align:top;
}

form.Thumbnail table
td {
    width:50%;
    font-weight:400;
}

form.Thumbnail table tr
td {
    vertical-align:top;
}

form.Thumbnail table tr
th {
    padding-right:10px;
}

.jcropper-holder {
    border:1px #000 solid;
}

.jcrop-vline,.jcrop-hline {
    font-size:0;
    position:absolute;
    background:#fff url(../images/jcrop.gif) top left repeat;
}

.jcrop-vline {
    height:100%;
    width:1px!important;
}

.jcrop-hline {
    width:100%;
    height:1px!important;
}

.jcrop-handle {
    font-size:1px;
    width:7px!important;
    height:7px!important;
    border:1px #eee solid;
    background-color:#333;
}

.jcrop-tracker {
    background-color:gray;
    width:100%;
    height:100%;
}

.custom .jcrop-vline,.custom .jcrop-hline {
    background:#FF0;
}

.custom .jcrop-handle {
    background-color:#C7BB00;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-color:#000;
}

.Popup
.Info {
    margin-top:10px;
}

.Popup
.Loading {
    display:block;
    width:200px;
}

.Overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.MSIE
.Overlay {
    background:gray;
    filter:alpha(opacity=0);
}

div.Popup {
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index:5000;
    text-align:center;
}

div.Popup
.Border {
    text-align:left;
    position:relative;
    max-width:500px;
    display:inline-block;
    margin:0 auto;
}

div.Popup
.Body {
    background:#fff;
}

div.Popup .Legal,div.Popup .Content
form {
    max-height:440px;
    overflow:auto;
    padding:0 10px 10px;
}

div.Popup h1,div.Popup
h2 {
    font-size:120%;
    font-weight:700;
    margin-bottom:0;
    color:#333;
    background:#eee;
    border-bottom:1px solid #ccc;
    padding:6px 40px 4px 9px;
}

a.Close {
    position:absolute;
    top:16px;
    right:20px;
    line-height:1;
    color:#555;
    cursor:pointer;
    font-family:arial;
    font-size:22px;
    font-weight:700;
    text-decoration:none;
    padding:0;
}

a.Close:hover {
    color:#777;
    text-decoration:none;
}

div.Popup
.Footer {
    border:none;
    background:none;
    text-align:right;
    margin:0;
    padding:0;
}

div.Popup .Footer
input.Button {
    font-size:11px;
    margin-right:2px;
}

div.Popup
p {
    padding:6px 10px 10px;
}

div.Popup .Legal
p {
    padding:6px 0 10px;
}

body.Profile #Form_Invitation ul li label,body.Profile #Form_User ul li label,div.Popup form ul li
label {
    color:#000;
    display:block;
    font-size:14px;
    font-weight:700;
    margin:10px 0 0;
}

body.Entry form ul li.Gender label.RadioLabel,body.Profile #Form_User ul li.Gender label.RadioLabel,div.Popup form ul li.Gender
label.RadioLabel {
    display:inline;
    padding-right:20px;
}

body.Profile #Form_User ul li label.RadioLabel,body.Profile #Form_User ul li label.CheckBoxLabel,div.Popup form ul li label.RadioLabel,div.Popup form ul li
label.CheckBoxLabel {
    font-weight:400;
}

div.Profile #Form_User input.Button,div.Popup
input.Button {
    margin:4px 0 2px;
}

div.Popup #Form_User .Warning,#dashboard_profile_picture #Form_User
.Warning {
    margin:6px 0;
}

.AjaxError {
    white-space:pre;
    overflow:auto;
    padding:10px;
}

.Legal
h3 {
    font-size:120%;
    font-weight:700;
    margin:20px 0 0;
    padding:0;
}

.Legal
ol {
    list-style-position:outside;
    list-style-type:decimal;
    margin:0 30px 10px;
}

.Legal
ul {
    list-style-position:outside;
    list-style-type:disc;
    margin:0 30px 10px;
}

.Legal
li {
    padding:5px 0;
}

#Panel
ul.Discussions {
    border:0;
}

.PanelDiscussions li
strong {
    display:block;
    line-height:1.5;
}

.Condensed,.Discussions,.LiveUpdateGames,.Activities,.Drafts,body.Conversations .Empty,body.LiveUpdate .Empty,body.Vanilla .Empty,body.Profile .Empty,body.Profile .Notifications,body.Profile
.SearchResults {
    border-top:1px solid #ccc;
}

.DataList .Meta
a.Category {
    background:#fafafa;
    padding:2px 4px;
}

.DataList li.Mine .Meta
a.Category {
    background:#efefef;
}

.Tag {
    background:#777;
    border-radius:2px;
    color:#FFF;
    font-weight:700;
    padding:1px 4px;
}

.Tag
a {
    color:#FFF;
}

.DataList .Meta
.Announcement {
    background:#777;
    color:#fff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    font-weight:700;
    padding:1px 4px;
}

.DataList .Meta
.Closed {
    background:#555;
    color:#fff;
    font-weight:700;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding:1px 4px;
}

a.Bookmark,a.Bookmarked,a.Bookmarking {
    display:inline-block;
    background:url(../images/discussion-follow.png) top center no-repeat;
    background-image:-webkit-image-set(url(../images/discussion-follow.png) 1x, url(../images/discussion-follow-hd.png) 2x);
    height:16px;
    width:16px
}

a.Bookmarked {
    background-position:center center;
}

a.Bookmarking {
    background-position:bottom center;
}

body.Discussion
a.Bookmark {
    float:right;
    margin:5px 0 0 8px;
}

ul.Discussions
a.Bookmark {
    margin:1px 0 0 6px;
}

body.Discussion
.Back {
    text-align:left;
    padding:3px 6px;
}

.DataList
.ItemContent {
    margin:0 0 0 9px;
}

.Drafts .ItemContent a.Title,.Discussions .ItemContent
a.Title {
    max-width:580px;
}

.CommentForm {
    padding-top:10px;
}

.Comment
.CommentForm {
    background:none;
    border:0;
    padding:6px 0;
}

#DiscussionForm
h2 {
    margin:0;
    padding:6px;
}

#DiscussionForm
form {
    background:#f2f2f2;
    border:1px solid #acacac;
    margin:0;
    padding:20px;
}

#DiscussionForm
.Tabs {
    margin:0 -20px;
}

#DiscussionForm .Category,#DiscussionForm
input.InputBox {
    width:100%;
    margin-bottom:10px;
}

#DiscussionForm .Category
label {
    padding:0 8px 0 0;
}

#DiscussionForm .PostOptions
li {
    display:inline;
    padding:0 8px 0 0;
}

#DiscussionForm .PostOptions
label {
    display:inline;
    font-weight:400;
    font-size:95%;
    color:#555;
}

#DiscussionForm input.Button,#GameForm
input.Button {
    margin-right:10px;
}

textarea.MultiComplete {
    width:100%;
    height:20px;
    text-align:left;
}

.ac_results {
    border:1px solid #bbb;
    border-top:0;
    background-color:#FFF;
    overflow:hidden;
    z-index:99999;
    padding:0;
}

.ac_results
ul {
    width:100%;
    list-style-position:outside;
    list-style:none;
    margin:0;
    padding:0;
}

.ac_results
li {
    cursor:default;
    display:block;
    font-size:12px;
    line-height:16px;
    overflow:hidden;
    border-bottom:1px solid #bbb;
    text-align:left;
    margin:0;
    padding:5px;
}

.ac_lastitem {
    border-bottom:0!important;
}

#Panel input.InputBox,.AddPeople
textarea.MultiComplete {
    width:100%;
    margin-bottom:2px;
}

#MessageForm {
    margin:1px 0 0;
    padding:10px 8px 8px;
}

#MessageForm
h2 {
    font-size:115%;
    font-weight:700;
    margin-bottom:10px;
}

#MessageForm
textarea {
    width:99%;
    height:100px;
    min-height:100px;
    margin-bottom:2px;
}

#ConversationForm
form {
    text-align:right;
    background:#f2f2f2;
    border:1px solid #acacac;
    margin:0;
    padding:20px;
}

#ConversationForm
h2 {
    font-size:140%;
    font-weight:700;
    text-align:left;
    border:0;
    margin:0;
    padding:6px;
}

#ConversationForm
label {
    display:block;
    text-align:left;
    color:#666;
    font-size:14px;
    font-weight:700;
}

#ConversationForm
.TextBox {
    width:100%;
    height:100px;
    min-height:100px;
    margin:8px 0 6px;
}

body.Conversations
a.Cancel {
    margin-left:20px;
}

.Popup #ConversationForm
form {
    background:none;
    -border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    padding:10px;
}

.Popup #ConversationForm
h2 {
    color:#fff;
    font-size:120%;
    font-weight:700;
    padding:6px 9px 4px;
}

.UploadProgress {
    background:url(../images/upload-progress-back.gif) repeat;
    width:200px;
    z-index:0;
    color:#fff;
    text-shadow:0 1px 1px #333;
    border:1px solid #0c3c7e;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    margin:10px 0;
}

.UploadProgress
div {
    padding:2px 0;
}

.UploadProgress .Foreground,.UploadProgress
.Background {
    position:absolute;
}

.UploadProgress
.Background {
    width:0;
    background:url(../images/upload-bg.gif) repeat;
    z-index:1;
}

.UploadProgress
.Foreground {
    text-indent:6px;
    overflow:visible;
    white-space:nowrap;
    z-index:2;
}

.Border {
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    background:url(../images/border-bg.png) \9;
    padding:10px;
}

ul.Tabs {
    border-bottom:1px solid #aaa;
    text-align:left;
    padding-left:4px;
}

ul.Tabs
li {
    zoom:1;
    display:inline;
}

ul.Tabs li
a {
    zoom:1;
    display:inline;
    margin-left:4px;
    border:1px solid #aaa;
    border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    background:#eee;
    color:#888;
    position:relative;
    top:1px;
    border-width:1px 1px 0;
    padding:2px 8px 1px;
}

ul.Tabs li a:hover {
    background:#f5f5f5;
    color:#444;
}

ul.Tabs li
a.Active {
    background:#fff;
    color:#000;
    padding:2px 8px;
}

ul.Tabs li
a.EntryTabFor_password {
    padding-left:22px;
    background-image:url(../images/favicon.png);
    background-position:3px 4px;
    background-repeat:no-repeat;
}

body.Entry
#Content {
    float:none;
    width:360px;
    text-align:center;
    margin:0 auto;
}

body.Entry #Content
h1 {
    border:none;
    font-size:150%;
    text-align:center;
    margin:0;
    padding:6px;
}

body.Entry #Content
form {
    text-align:left;
    padding:10px;
}

body.Entry form ul li
label {
    font-size:14px;
    color:#474747;
    font-weight:700;
    display:block;
    padding:6px 0 0;
}

body.Entry form ul li label.CheckBoxLabel,body.Entry form ul li
label.RadioLabel {
    font-size:12px;
    font-weight:400;
    width:auto;
}

body.Entry input.DateBox,body.Entry input.InputBox,body.Entry
textarea {
    width:310px;
}

span.Incorrect {
    display:block;
    color:red;
}

.SignInPopup .Content
form {
    padding:0 10px 10px;
}

body#dashboard_entry_password #Content form,body#dashboard_entry_index #Content form,body#dashboard_entry_signin #Content
form {
    text-align:left;
    padding:0;
}

body#dashboard_entry_password #Content form,body#dashboard_entry_signin #Content form,body#dashboard_entry_index #Content form,.SignInPopup
form {
    width:270px;
}

.SingleEntryMethod {
    width:290px;
    margin:0 auto;
}

.MultipleEntryMethods {
    width:500px;
    margin:0 auto;
}

.MultipleEntryMethods
.Methods {
    border-left:solid 1px #ccc;
}

body#dashboard_entry_handshake #Content input.InputBox,body#dashboard_entry_signin #Content input.InputBox,body#dashboard_entry_index #Content input.InputBox,body#dashboard_entry_password #Content input.InputBox,.SignInPopup input.DateBox,.SignInPopup input.InputBox,.SignInPopup
textarea {
    width:260px;
    padding:3px;
}

body#dashboard_entry_password #Content form ul li input#Form_Email,body#dashboard_entry_signin #Content form ul li input#Form_Email,body#dashboard_entry_index #Content form ul li
input#Form_Email {
    margin-bottom:6px;
}

body#dashboard_entry_password #Content input.Password,body#dashboard_entry_signin #Content input.Password,body#dashboard_entry_index #Content input.Password,.SignInPopup
input.Password {
    width:180px;
}

a.ForgotPassword {
    margin-left:10px;
}

body#dashboard_entry_password ul li label.CheckBoxLabel,body#dashboard_entry_signin ul li label.CheckBoxLabel,body#dashboard_entry_index ul li label.CheckBoxLabel,.SignInPopup ul li
label.CheckBoxLabel {
    color:#777;
    display:inline;
    font-size:12px;
    font-weight:400;
    margin:10px 0 0 10px;
}

body.Entry li.Buttons input.Button,.SignInPopup li.Buttons
input.Button {
    margin:10px 0;
}

.Methods {
    text-align:left;
    position:absolute;
    top:33px;
    bottom:0;
    right:0;
    line-height:1;
    width:170px;
    padding:12px 20px 6px;
}

body#dashboard_entry_password .Methods,body#dashboard_entry_signin .Methods,body#dashboard_entry_index
.Methods {
    background:none;
    padding:10px 6px 6px;
}

.Methods
.Method {
    text-align:left;
    padding:10px 0 0;
}

body#dashboard_entry_handshake
#Content {
    width:720px;
}

body#dashboard_entry_handshake #Content
form {
    padding:20px 30px 26px;
}

body#dashboard_entry_handshake
ul.NewAccount {
    float:left;
    width:315px;
    margin-right:44px;
}

body#dashboard_entry_handshake
ul.LinkAccount {
    margin-left:315px;
}

ul.NewAccount h2,ul.LinkAccount
h2 {
    padding-left:36px!important;
    background:url(../images/dashboard-sprites.png) 0 -542px no-repeat;
}

ul.LinkAccount
h2 {
    padding-left:84px!important;
    background-position:45px -296px;
}

body#dashboard_entry_handshake
.Info {
    border:1px solid #a5d0e7;
}

body#dashboard_entry_handshake #Content
h2 {
    border:none;
    font-size:140%;
    text-align:left;
    margin:0;
    padding:6px 0;
}

body#dashboard_entry_leave
p {
    margin:0;
    padding:20px 10px;
}

body#dashboard_entry_leave
p.Leaving {
    background:url(../images/progress.gif) left center no-repeat;
    margin:0 0 0 14px;
    padding:20px 0 20px 50px;
}

body.connect
form {
    paddnig:0;
}

.ConnectInfo {
    position:relative;
    margin:10px 0 0;
}

.ConnectInfo
img {
    position:absolute;
    height:36px;
    width:36px;
    top:0;
    left:0;
}

.ConnectInfo
span.Name {
    padding-left:46px;
    font-weight:700;
    line-height:1;
    font-size:13px;
    color:#444;
    display:block;
}

.ConnectInfo
h3 {
    font-family:"lucida grande","Lucida Sans Unicode",tahoma,sans-serif;
    font-size:15px;
    font-weight:700;
    line-height:1.6;
    color:#333;
    border:none;
    padding:0 0 10px 46px;
}

body#dashboard_entry_password input.InputBox,body#dashboard_entry_signin input.InputBox,body#dashboard_entry_index input.InputBox,.Connect input.InputBox,.SignInPopup
input.InputBox {
    padding:3px;
}

.Connect .ExistingUsername,.SignInPopup
.ExistingUsername {
    font-weight:700;
    line-height:1;
    font-size:13px;
    color:#000;
    display:block;
}

.Errors {
    text-align:left;
    position:inherit;
    top:auto;
    left:auto;
    z-index:auto;
    margin:0 0 10px!important;
}

* html
.Errors {
    position:inherit;
    width:auto;
    top:auto;
    left:auto;
    overflow:auto;
}

.Errors
ul {
    border:1px solid #a00!important;
    background:#d50a0a!important;
    display:block;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    padding:6px 10px;
}

.Errors ul
li {
    color:#fff!important;
    background:#d50a0a!important;
    text-align:left;
}

div.Popup .Errors
ul {
    display:block;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    border:1px solid #a00!important;
}

div.Popup
.Errors {
    text-align:left;
    position:inherit;
    top:auto;
    left:auto;
    z-index:auto;
    margin:10px 0!important;
}

.Errors
pre {
    display:block;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    white-space:pre;
    overflow:auto;
    box-shadow:0 0 2px #333;
    -moz-box-shadow:0 0 2px #333;
    -webkit-box-shadow:0 0 2px #333;
    margin:10px 0 5px;
    padding:4px 8px;
}

.Errors pre,.Errors pre
* {
    background:#ffa!important;
    font-size:12px!important;
    font-weight:400!important;
    font-family:monospace!important;
    text-shadow:none!important;
    color:#333!important;
    line-height:1.4!important;
}

.Errors pre
* {
    margin:0!important;
    padding:0!important;
}

.InformMessages {
    text-align:left!important;
    position:fixed;
    top:auto;
    bottom:20px;
    left:20px;
    z-index:200;
    list-style:none!important;
    font-size:12px;
    display:block;
    width:auto;
    margin:0!important;
    padding:0!important;
}

* html
.InformMessages {
  position: absolute;
  top: auto;
  margin-left: 20px;
  overflow: visible;
  bottom: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollBottom : document.body.scrollBottom);
}

.InformMessages
.InformMessage {
    color:#fff!important;
    text-shadow:0 1px 1px #000;
    text-align:left!important;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background:rgba(0,0,0,0.7)!important;
    border:none!important;
    width:auto!important;
    max-width:400px!important;
    zoom:1;
    display:inline;
    position:relative;
    line-height:1.6;
    margin:10px auto 0!important;
    padding:9px 14px 8px!important;
}

.InformMessages .InformMessage:hover {
    background:rgba(0,0,0,0.8)!important;
}

.InformMessages .InformMessage
a {
    color:#aff;
}

.InformMessages .InformMessage a:hover {
    color:#cff;
    text-decoration:underline;
}

.InformMessages .InformMessage
a.Close {
    border:none;
    background:transparent;
    border-top-right-radius:2px;
    -webkit-border-top-right-radius:2px;
    -moz-border-radius-topright:2px;
    color:#ddd;
    font-size:14px;
    text-align:center;
    display:none;
    height:12px;
    width:12px;
    line-height:1;
    text-decoration:none;
    position:absolute;
    top:0;
    right:0;
}

.InformMessages .InformMessage a.Close:hover {
    background:#000;
    color:#fff;
}

.InformMessages .Actions
a {
    margin-right:4px;
}

.InformMessages .Actions a:last-child {
    margin-right:0;
}

.InformMessages .Actions
a.CancelAction {
    color:#aaa;
}

.InformMessages .InformWrapper.HasIcon
.InformMessage {
    padding-left:42px!important;
    min-height:20px;
}

.InformMessages .InformWrapper.HasSprite
.InformMessage {
    padding-left:40px!important;
}

.InformMessages .InformMessage
a.Icon {
    display:block;
    position:absolute;
    top:5px;
    left:5px;
    height:28px;
    width:28px;
}

.InformMessages .InformMessage a.Icon
img {
    height:28px;
    width:28px;
}

span.InformSprite {
    background:url(../images/inform-sprites.png) -9px -9px no-repeat;
    display:block;
    position:absolute;
    top:4px;
    left:5px;
    height:30px;
    width:30px;
}

span.InformSprite.Refresh {
    background-position:-9px -9px;
}

span.InformSprite.Recycle {
    background-position:-57px -9px;
}

span.InformSprite.Infinity {
    background-position:-105px -9px;
}

span.InformSprite.Squiggle {
    background-position:-153px -9px;
}

span.InformSprite.Random {
    background-position:-200px -9px;
}

span.InformSprite.Magnify {
    background-position:-250px -9px;
}

span.InformSprite.Location {
    background-position:-153px -346px;
}

span.InformSprite.Bubble {
    background-position:-346px -9px;
}

span.InformSprite.ElipsisBubble {
    background-position:-394px -9px;
}

span.InformSprite.Plus {
    background-position:-442px -9px;
}

span.InformSprite.Time {
    background-position:-9px -57px;
}

span.InformSprite.Eye {
    background-position:-57px -57px;
}

span.InformSprite.Target {
    background-position:-105px -57px;
}

span.InformSprite.Redflag {
    background-position:-153px -57px;
}

span.InformSprite.Flags {
    background-position:-200px -57px;
}

span.InformSprite.Graph {
    background-position:-250px -57px;
}

span.InformSprite.Chart {
    background-position:-298px -57px;
}

span.InformSprite.Envelope {
    background-position:-346px -57px;
}

span.InformSprite.Gear {
    background-position:-394px -57px;
}

span.InformSprite.Gears {
    background-position:-442px -57px;
}

span.InformSprite.Skull {
    background-position:-9px -106px;
}

span.InformSprite.SkullBones {
    background-position:-57px -106px;
}

span.InformSprite.Bird {
    background-position:-105px -106px;
}

span.InformSprite.Present {
    background-position:-153px -106px;
}

span.InformSprite.Thundercloud {
    background-position:-200px -106px;
}

span.InformSprite.Bandaid {
    background-position:-250px -106px;
}

span.InformSprite.Saturn {
    background-position:-298px -106px;
}

span.InformSprite.Star {
    background-position:-346px -106px;
}

span.InformSprite.Heart {
    background-position:-394px -106px;
}

span.InformSprite.Key {
    background-position:-442px -106px;
}

span.InformSprite.Ipod {
    background-position:-9px -152px;
}

span.InformSprite.Iphone {
    background-position:-57px -152px;
}

span.InformSprite.Cabinet {
    background-position:-105px -152px;
}

span.InformSprite.Coffee {
    background-position:-153px -152px;
}

span.InformSprite.Briefcase {
    background-position:-200px -152px;
}

span.InformSprite.Toolcase {
    background-position:-250px -152px;
}

span.InformSprite.Suitcase {
    background-position:-298px -152px;
}

span.InformSprite.Airplane {
    background-position:-346px -152px;
}

span.InformSprite.Spraypaint {
    background-position:-394px -152px;
}

span.InformSprite.MailInbox {
    background-position:-442px -154px;
}

span.InformSprite.WallPicture {
    background-position:-9px -200px;
}

span.InformSprite.Photos {
    background-position:-57px -200px;
}

span.InformSprite.FilmRoll {
    background-position:-105px -200px;
}

span.InformSprite.Drawer {
    background-position:-153px -200px;
}

span.InformSprite.FilmStrip {
    background-position:-200px -200px;
}

span.InformSprite.FilmStrip2 {
    background-position:-250px -200px;
}

span.InformSprite.Gas {
    background-position:-298px -200px;
}

span.InformSprite.Cutlery {
    background-position:-346px -200px;
}

span.InformSprite.Battery {
    background-position:-394px -200px;
}

span.InformSprite.Beaker {
    background-position:-442px -200px;
}

span.InformSprite.Outlet {
    background-position:-9px -250px;
}

span.InformSprite.Pinetree {
    background-position:-57px -250px;
}

span.InformSprite.House {
    background-position:-105px -250px;
}

span.InformSprite.Padlock {
    background-position:-153px -250px;
}

span.InformSprite.Network {
    background-position:-200px -250px;
}

span.InformSprite.Cloud {
    background-position:-250px -250px;
}

span.InformSprite.Download {
    background-position:-298px -250px;
}

span.InformSprite.BookmarkRibbon {
    background-position:-346px -250px;
}

span.InformSprite.Flag {
    background-position:-394px -250px;
}

span.InformSprite.Signpost {
    background-position:-442px -250px;
}

span.InformSprite.Brightness {
    background-position:-9px -298px;
}

span.InformSprite.Contrast {
    background-position:-57px -298px;
}

span.InformSprite.Runner {
    background-position:-105px -298px;
}

span.InformSprite.Zap {
    background-position:-153px -298px;
}

span.InformSprite.MusicNote {
    background-position:-200px -298px;
}

span.InformSprite.Microphone {
    background-position:-250px -298px;
}

span.InformSprite.Tshirt {
    background-position:-298px -298px;
}

span.InformSprite.Paperclip {
    background-position:-346px -298px;
}

span.InformSprite.Monitor {
    background-position:-394px -298px;
}

span.InformSprite.Tv {
    background-position:-442px -297px;
}

span.InformSprite.Compass {
    background-position:-9px -346px;
}

span.InformSprite.Pin {
    background-position:-57px -346px;
}

span.InformSprite.Radar {
    background-position:-105px -346px;
}

span.InformSprite.Telephone {
    background-position:-200px -346px;
}

span.InformSprite.Baby {
    background-position:-250px -346px;
}

span.InformSprite.Ekg {
    background-position:-298px -346px;
}

span.InformSprite.Stopwatch {
    background-position:-346px -346px;
}

span.InformSprite.MedicalBag {
    background-position:-394px -346px;
}

span.InformSprite.ShoppingCart {
    background-position:-442px -346px;
}

span.InformSprite.Dashboard {
    background-position:-9px -393px;
}

span.InformSprite.Dogpaw {
    background-position:-57px -393px;
}

span.InformSprite.Calendar {
    background-position:-105px -393px;
}

span.InformSprite.Lightbulb {
    background-position:-153px -393px;
}

span.InformSprite.Trophy {
    background-position:-200px -393px;
}

span.InformSprite.Camera {
    background-position:-250px -393px;
}

span.InformSprite.Wineglass {
    background-position:-298px -393px;
}

span.InformSprite.Beerglass {
    background-position:-346px -391px;
}

span.InformSprite.Dumbbells {
    background-position:-394px -393px;
}

span.InformSprite.Buoy {
    background-position:-442px -393px;
}

span.InformSprite.Beaker2 {
    background-position:-9px -440px;
}

span.InformSprite.Testtube {
    background-position:-57px -440px;
}

span.InformSprite.Thermometer {
    background-position:-105px -440px;
}

span.InformSprite.Pill {
    background-position:-153px -440px;
}

span.InformSprite.Equalizer {
    background-position:-200px -440px;
}

span.InformSprite.Book {
    background-position:-250px -440px;
}

span.InformSprite.Puzzle {
    background-position:-298px -440px;
}

span.InformSprite.Palette {
    background-position:-346px -440px;
}

span.InformSprite.Umbrella {
    background-position:-394px -440px;
}

span.InformSprite.CoffeeCup {
    background-position:-442px -440px;
}

span.InformSprite.Gameplan {
    background-position:-9px -490px;
}

span.InformSprite.Walk {
    background-position:-57px -490px;
}

span.InformSprite.Map {
    background-position:-105px -490px;
}

span.InformSprite.IndexCards {
    background-position:-153px -490px;
}

span.InformSprite.Piano {
    background-position:-200px -490px;
}

span.InformSprite.Sliders {
    background-position:-250px -490px;
}

span.InformSprite.Widescreen {
    background-position:-298px -490px;
}

span.InformSprite.Badge {
    background-position:-346px -490px;
}

span.InformSprite.Chicken {
    background-position:-394px -490px;
}

span.InformSprite.Bug {
    background-position:-442px -490px;
}

span.InformSprite.SingleUser {
    background-position:-9px -539px;
}

span.InformSprite.Group {
    background-position:-57px -537px;
}

span.InformSprite.Navigation {
    background-position:-105px -537px;
}

span.InformSprite.Balloon {
    background-position:-153px -537px;
}

span.InformSprite.Bowandarrow {
    background-position:-200px -537px;
}

span.InformSprite.Controller {
    background-position:-250px -537px;
}

span.InformSprite.Check {
    background-position:-298px -537px;
}

span.InformSprite.Hanger {
    background-position:-346px -537px;
}

span.InformSprite.Piggybank {
    background-position:-394px -537px;
}

span.InformSprite.Headphones {
    background-position:-442px -537px;
}

span.InformSprite.Landscape {
    background-position:-9px -586px;
}

span.InformSprite.Stats {
    background-position:-57px -586px;
}

span.InformSprite.Idcard {
    background-position:-105px -586px;
}

span.InformSprite.Bullhorn {
    background-position:-153px -586px;
}

span.InformSprite.Food {
    background-position:-200px -586px;
}

span.InformSprite.Moon {
    background-position:-250px -586px;
}

span.InformSprite.Sock {
    background-position:-298px -586px;
}

span.InformSprite.Bone {
    background-position:-346px -586px;
}

span.InformSprite.Golf {
    background-position:-394px -586px;
}

span.InformSprite.Dice {
    background-position:-442px -586px;
}

body.embed
#Content {
    float:none;
    width:auto;
    margin:0;
}

body.embed div.Popup h1,body.embed div.Popup h2,body.embed .Connect h1,body.embed .Connect
h2 {
    background:#3B5998;
    border-bottom:1px solid #2e4778;
}

.Embed
a {
    color:#3b5998!important;
}

.Embed a:hover {
    text-decoration:underline!important;
}

.Embed a.Button,.Embed a.Button:hover {
    color:#333!important;
    text-decoration:none!important;
    font-weight:700;
}

.Embed
h3 {
    font-family:"lucida grande","Lucida Sans Unicode",tahoma,sans-serif;
    font-size:15px;
    font-weight:700;
    border-bottom:1px solid #bec8cc;
}

.Embed
.MessageForm {
    background:#f2f2f2;
    border-top:1px solid #fff;
    border-bottom:1px solid #bec8cc;
    padding:7px 8px;
}

.Embed
.TextBox {
    width:100%;
    height:50px;
    min-height:50px;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    font-size:12px;
    padding:3px;
}

.Embed
.Author {
    display:inline-block;
    font-size:11px;
    color:#777;
    padding:0 8px 0 0;
}

.Embed
.Foot {
    background:none;
    border:none;
    text-align:right;
}

.Embed .MorePager a,.Embed .MorePager a:link,.Embed .MorePager a:hover,.Embed .MorePager a:active,.Embed .MorePager a:visited {
    background:none;
    border:none;
    padding:0;
}

.Embed
.MorePager {
    border-bottom:1px solid #bec8cc;
    background:#f2f2f2;
    padding:2px 8px 4px;
}

.RegardingEvent {
    position:relative;
    color:#fff!important;
    text-shadow:0 1px 1px #000;
    text-align:left!important;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:rgba(0,0,0,0.7)!important;
    padding:10px 10px 10px 38px;
}

.RegardingEvent
span.InformSprite {
    top:5px;
    left:5px;
}

.RegardingEvent a.ReportedUser,.RegardingEvent
a.ReportingUser {
    color:#CFECFF;
}

.RegardingEvent
.ReportedReason {
    font-style:italic;
    padding:5px;
}

.RegardingEvent
.RegardingTime {
    font-size:9px;
    text-transform:uppercase;
    color:#B1B1B1;
}

.RegardingActions {
    position:relative;
    overflow:hidden;
    height:100%;
    margin-bottom:10px;
    padding:0 10px;
}

.RegardingActions
.ActionButton {
    display:inline-block;
    margin-right:4px;
    color:#fff!important;
    text-shadow:0 1px 1px #000;
    text-align:left!important;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    background:rgba(0,0,0,0.7)!important;
    padding:0 5px 2px;
}

.RegardingActions .ActionButton
a {
    color:#CFECFF;
    font-size:10px;
    text-transform:uppercase;
}

.ProfilePhotoSmall {
    height:24px;
    width:24px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}

.ProfilePhotoMedium {
    height:40px;
    width:40px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}

.PhotoGrid {
    line-height:1;
    margin:2px -2px;
}

.PhotoGrid
img {
    vertical-align:text-bottom;
    height:32px;
    width:32px;
    margin:2px;
}

.PhotoGridSmall {
    line-height:1;
    margin:1px -1px;
}

.PhotoGridSmall
img {
    vertical-align:text-bottom;
    height:24px;
    width:24px;
    margin:1px;
}

#CamPhotoPlugin {
    line-height:0;
}

.SplitBox {
    text-align:center;
    padding:10px 10px 20px;
}

.SplitLine {
    background:#ccc;
    color:#ccc;
    font-weight:700;
    height:1px;
    border-width:0;
    margin:-11px 0 0;
}

.SplitText {
    background-color:#fff;
    color:#555;
    padding:0 10px;
}

body.Entry #Content
div.Box {
    border:none;
}

.ClearFix:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}

.ClearBoth {
    clear:both;
}

embed.SoftHidden,object.SoftHidden {
    width:0;
    height:0;
}

#Body {
    width:980px;
    text-align:left;
    background-color:#fff;
    border:1px solid #0c5d8e;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    -ms-border-radius:7px;
    -o-border-radius:7px;
    border-radius:7px;
    z-index:1;
    position:relative;
    margin:0 auto 10px;
}

#Body
div.BodyInner {
    padding:10px;
}

#EmptyFrame {
    text-align:left;
    width:680px;
    margin:0 auto;
    padding:20px 0;
}

#EmptyLogo {
    text-align:center;
    margin-bottom:30px;
}

#EmptyLogo
a {
    display:inline-block;
    background-image:url("../images/hog-logo.png");
    background-image:-webkit-image-set(url("../images/hog-logo.png") 1x, url("../images/hog-logo@2x.png") 2x);
    background-repeat:no-repeat;
    background-position:0 0;
    width:80px;
    height:92px
}

#EmptyFrame
#Content {
    float:none;
    width:auto;
}

body.Entry
#EmptyFrame {
    width:600px;
    padding:10px 0;
}

#PortalTop {
    width:980px;
    margin:0 auto;
}

#PortalTags,#PortalHead {
    width:980px;
    text-align:left;
    margin:0 auto;
}

#PortalTags
ul {
    display:table;
    width:100%;
}

#PortalTags
li {
    display:table-cell;
    height:29px;
    text-align:center;
}

#PortalTags li
a {
    color:#F26722;
    text-decoration:none;
    text-transform:lowercase;
    font-size:16px;
    font-weight:700;
    text-shadow:1px -1px 0 #fff,1px 1px 0 #fff,-1px 1px 0 #fff,-1px -1px 0 #fff;
}

#PortalTags li a:hover,#PortalTags li a:active,#PortalTags li.Active a:hover,#PortalTags li.Active a:active {
    color:#ff9814;
    text-decoration:none;
}

#PortalTags li.Active
a {
    color:#c33;
}

#PortalHead {
    height: 135px;
    overflow: hidden;
    background-image: url(../images/hog-top-bg.png);
    background-image: -webkit-image-set(url(../images/hog-top-bg.png) 1x, url(../images/hog-top-bg@2x.png) 2x);
    background-repeat: no-repeat;
    background-position: center top;
}

#PortalHead a.Logo,#PortalHead a.Logo span,#PortalHead a.Logo
h1 {
    color:#FFF;
    float:left;
    font-family:BebasNeue,"Arial Black",sans-serif;
    font-size:32px;
}

#PortalHead a.Logo span,#PortalHead a.Logo
h1 {
    width:150px;
    height:78px;
    line-height:32px;
    margin:0;
    padding:22px 0 0 84px;
}

#PortalHead a.Logo
b {
    color:#0C5D8E;
    font-size:59px;
    font-weight:400;
}

#PortalHead
div.MegaBlock {
    float:left;
    width:746px;
    height:100px;
}

#PortalHead
div.PlayersOnline {
    color:#0c5d8e;
    font-weight:700;
    float:right;
    padding:10px 10px 0 0;
}

#PortalHead
div.Search {
    float:left;
    height:30px;
    width:211px;
    text-align:left;
    margin:3px 0 0 10px;
}

#PortalHead div.Search
input.SearchBox {
    background:none;
    border:none;
    color:#0c5d8e;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    font-size:11px;
    width:170px;
    height:25px;
    margin:1px 0 0 8px;
    padding:0;
}

#PortalHead div.Search
input.Button {
    float:right;
    background:none;
    border:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    cursor:pointer;
    height:30px;
    text-indent:-9999px;
    width:30px;
    margin:0;
    padding:0;
}

#PortalUcp {
    color:#0c5d8e;
    font-size:11px;
    height:64px;
    text-align:left;
    float:left;
    margin:18px 0 0 57px;
    padding:5px 0 0;
}

#PortalUcp
div.UcpPhoto {
    float:left;
    margin-top:2px;
}

#PortalUcp div.UcpPhoto img,#PortalUcp div.UcpPhoto
span {
    border:1px solid #333;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    width:50px;
    height:50px;
}

#PortalUcp div.UcpPhoto
span.NoPhoto {
    background:#0c5d8e url(../images/hog-nophoto.png) no-repeat 0 0;background-image:-webkit-image-set(url(../images/hog-nophoto.png) 1x, url(../images/hog-nophoto@2x.png) 2x);float:left
}

#PortalUcp div.UcpPhoto
span.Locked {
    background:#0c5d8e url(../images/hog-photo-locked.png) no-repeat 0 0;background-image:-webkit-image-set(url(../images/hog-photo-locked.png) 1x, url(../images/hog-photo-locked@2x.png) 2x);float:left
}

#PortalUcp
div.UcpProfile {
    float:left;
    width:139px;
    white-space:nowrap;
    overflow:hidden;
    margin:3px 10px 0;
}

#PortalUcp div.UcpProfile
span.Name {
    font-size:110%;
}

#PortalUcp div.UcpProfile
span.Extra {
    margin-left:1px;
    margin-top:6px;
}

#PortalUcp div.UcpProfile
a.ConversationsInbox {
    font-weight:700;
    margin-right:15px;
}

#PortalUcp div.UcpProfile a.ConversationsInbox
em {
    background:#c00;
    color:#eaf4fd;
    font-size:9px;
    line-height:12px;
    font-weight:400;
    margin:0;
    padding:0 2px;
}

#PortalUcp
div.UcpSignIn {
    cursor:default;
    float:left;
    width:150px;
    overflow:hidden;
    margin:0;
    padding:3px 10px 3px 0;
}

#PortalUcp
a.SignInKey {
    background-image:url(../images/signin-key.png);
    background-repeat:no-repeat;
    background-position:0 2px;
    padding-left:13px;
}

#PortalUcp a.SignInLock,#PortalUcp
span.SignInLock {
    background-image:url(../images/signin-lock.png);
    background-repeat:no-repeat;
    background-position:0 1px;
    padding-left:13px;
}

#PortalUcp div.UcpSignIn
a.SignInFacebook {
    background-image:url(../images/signin-facebook.png);
    display:block;
    margin-top:1px;
    width:150px;
    height:22px;
}

#PortalUcp div.UcpSignIn a.SignInFacebook:hover {
    background-position:center left;
}

#PortalUcp div.UcpSignIn a.SignInFacebook:active {
    background-position:bottom left;
}

#PortalUcp div.UcpSignIn
a.SignInGoogle {
    background-image:url(../images/signin-sprite.gif);
    background-position:left top;
    background-repeat:no-repeat;
    float:right;
    margin-right:5px;
    margin-top:5px;
    padding-left:25px;
    height:22px;
    text-decoration:none;
}

#PortalUcp div.UcpSignIn a.SignInGoogle:hover {
    background-position:left bottom;
}

#PortalUcp div.UcpSignIn
span.SignInWith {
    float:left;
    font-size:11px;
    margin-left:5px;
    margin-top:5px;
    height:23px;
    width:71px;
    overflow:hidden;
}

#PortalUcp
div.UcpMyProfile {
    float:left;
    overflow:hidden;
    width:195px;
    margin:0 20px 0 0;
}

#PortalUcp div.UcpMyProfile div.InnerHead
a.Bookmarks {
    float:right;
}

#PortalUcp div.UcpMyProfile
div.InnerBody {
    background-color:#8A7F63;
    height:38px;
}

#PortalUcp
div.UcpLastPlayed {
    float:left;
    overflow:hidden;
    margin:3px 0 0;
}

#PortalUcp div.UcpLastPlayed
div.InnerBody {
    height:36px;
    padding-right:3px;
}

#PortalUcp div.UcpLastPlayed div.InnerBody img,#PortalUcp div.UcpLastPlayed div.InnerBody
span {
    background-color:#B385C8;
    float:left;
    width:30px;
    height:30px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin:3px 1px 1px 3px;
}

#PageTitleContainer {
    position:absolute;
    width:300px;
    text-align:right;
    margin:0 0 0 668px;
}

body.IE7
#PageTitleContainer {
    width:590px;
    margin:0;
}

#PageTitle {
    color:#333;
    font-size:85%;
    font-weight:400;
    text-shadow:none;
    margin:0;
    padding:0;
}

ul.SearchResults
li.Item {
    margin-bottom:10px;
    padding-bottom:13px;
}

ul.SearchResults
div.Icon {
    float:left;
    margin-right:10px;
    margin-top:5px;
}

ul.SearchResults div.Icon
img {
    background:#FEF7DF;
    border:1px solid #eed3a2;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    padding:4px;
}

ul.SearchResults
div.Link {
    font-size:11px;
    line-height:1.3em;
}

ul.SearchResults div.Meta
span.ContentType {
    color:#444;
    font-weight:700;
}

#gameportal_games_index
#Content {
    float:left;
    width:624px;
}

#gameportal_games_index
#Panel {
    float:right;
    width:306px;
}

div.AdsenseBox {
    background-color:#fff;
    border:1px solid #cfcfbd;
    color:#666;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    overflow:hidden;
    margin:0;
    padding:3px;
}

div.AdsenseBoxInvert {
    background-color:#cfcfbd;
    border:1px solid #fff;
    color:#666;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    overflow:hidden;
    margin:0;
    padding:3px;
}

div.AdsenseBoxCenter {
    margin-left:auto;
    margin-right:auto;
}

div.AdsenseFrame {
    margin-left:auto;
    margin-right:auto;
    width:980px;
}

div.AdsensePod {
    background-color:#fff;
    color:#666;
    overflow:hidden;
    margin:0;
    padding:0;
}

#FeaturedGames {
    background-color:#fff;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ccc;
    min-height:300px;
    margin:0 0 30px;
}

#RatedGames
div.Box {
    float:left;
    min-height:300px;
    width:275px;
}

#RatedGames
div.HotGamesBox {
    margin-right:30px;
}

#TopGames
div.Box {
    float:left;
    margin-left:30px;
    width:197px;
    min-height:200px;
}

#IndexBottomLeft {
    float:left;
    width:126px;
}

div.FacebookLikeBox {
    height:220px;
    margin:0 0 10px;
}

i.GameRating,i.GameRating
i {
    background-image:url(../images/game-rating-ministar.gif);
    background-repeat:no-repeat;
    zoom:1;
    display:inline;
    font-style:normal;
    height:10px;
    line-height:10px;
}

i.GameRating {
    background-position:0 -10px;
    font-size:10px;
}

i.GameRating
i {
    background-position:0 0;
    position:absolute;
    width:0;
}

i.GameRating
b {
    color:#555;
    font-weight:400;
    margin-left:55px;
}

i.TableGameRating {
    font-size:11px;
    font-style:normal;
    line-height:1em;
    zoom:1;
    display:inline;
}

i.TableGameRating
b.R {
    background-color:#FFDD59;
    background-size:100%;
    background-image:linear-gradient(#ffdd59,#edbe2b);
    border:1px solid #d08813;
    color:#fff;
    text-shadow:#000 1px 1px 1px;
    padding:3px 5px;
}

i.TableGameRating
b.P {
    background-color:#fff;
    background-image:url(../images/hog-controller.png);
    background-repeat:no-repeat;
    background-position:4px 1px;
    border:1px solid #dcdcdc;
    border-left-width:0;
    padding:3px 5px 3px 25px;
}

.GpBrowseTagsBox
h4 {
    padding-top:2px;
    font-size:180%;
}

.GpBrowseTagsBox
ul {
    display:block;
    line-height:16px;
    font-size:110%;
}

.GpBrowseTagsBox
li {
    padding:4px 0 5px 10px;
}

.GpBrowseTagsBox
li.GpTagSelected {
    font-weight:700;
    background-color:#d5edf5;
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    -webkit-border-bottom-left-radius:6px;
    border-bottom-left-radius:6px;
}

.GpBrowseTagsBox
li.MoreGames {
    background:url(../images/fpg-icon-editors.png) no-repeat left top;
    padding-left:19px;
    padding-top:3px;
    color:#444;
    font-weight:700;
    margin-top:15px;
    line-height:1em;
}

.GpBrowseTagsBox
li.MoreTag {
    margin-left:15px;
}

div.BrowseTagMessage {
    font-size:13px;
    margin:0 0 10px;
    padding:6px;
}

ul.Games
li.Item {
    border:0;
    background-color:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    float:left;
    line-height:1.3em;
    width:220px;
    height:70px;
    position:relative;
    overflow:hidden;
    margin:3px;
    padding:7px 7px 5px;
}

ul.Games li.Item:after {
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    width:100%;
    height:7px;
    text-align:center;
    background-size:100%;
    background-image:linear-gradient(rgba(255,255,255,0),#ffffff);
    margin:0;
    padding:0;
}

ul.Games
a.Title {
    display:inline;
    font-size:12px;
    line-height:1em;
}

ul.Games
div.Icon {
    float:left;
    margin-right:10px;
    width:68px;
    height:68px;
    overflow:hidden;
    margin-bottom:1px;
}

ul.Games
div.Meta {
    margin-top:5px;
    display:block;
    line-height:1.3em;
}

ul.Games
span.CheatDescription {
    display:block;
    line-height:1.1em;
    margin-top:5px;
}

ul.Games span.NewGame,ul.SimilarGames span.NewGame,ul.SimpleGamesList
span.NewGame {
    background-color:#3a87ad;
    border-left:3px solid #3a87ad;
    border-right:3px solid #3a87ad;
    border-bottom:1px solid #3a87ad;
    border-top:2px solid #3a87ad;
    color:#fff;
    font-size:9px;
    display:inline;
    line-height:1em;
    text-transform:uppercase;
    text-shadow:rgba(0,0,0,0.5) 0 -1px 2px;
    padding:0;
}

ul.Games span.FeaturedGame,ul.SimilarGames span.FeaturedGame,ul.SimpleGamesList
span.FeaturedGame {
    background-color:#FD373F;
    border-right:3px solid #fd373f;
    border-left:3px solid #fd373f;
    border-bottom:1px solid #fd373f;
    border-top:2px solid #fd373f;
    color:#fff;
    font-size:9px;
    display:inline;
    line-height:1em;
    text-transform:uppercase;
    text-shadow:rgba(0,0,0,0.5) 0 -1px 2px;
    padding:0;
}

#gameportal_games_alphabetical
div.Box {
    border:none;
    padding:0;
}

#gameportal_games_alphabetical div.Box
h4 {
    font-size:150%;
}

ul.SimpleGamesList {
    float:left;
    width:320px;
    overflow:hidden;
    white-space:nowrap;
}

ul.SimpleGamesList
a.Title {
    font-size:11px;
    display:inline;
}

ul.AlphabeticalGamesListMenu {
    margin:0 0 5px;
}

ul.AlphabeticalGamesListMenu
li {
    display:inline;
    margin:0 3px;
}

ul.AlphabeticalGamesListMenu li
a {
    background-color:rgba(0,0,0,0.3);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    padding:3px 8px 4px;
}

body.add #Content,body.edit
#Content {
    width:auto;
}

#GameForm
h2 {
    border:none;
    margin:0;
    padding:6px;
}

#GameForm
form {
    background:#f2f2f2 none repeat scroll 0 0;
    border:1px solid #acacac;
    margin:0;
    padding:20px;
}

#GameForm
textarea {
    width:910px;
    height:100px;
    min-height:100px;
}

#GameForm
input.InputBox {
    width:910px;
}

#GameForm
ul {
    margin:0 0 20px;
}

#GameForm ul
li {
    margin-bottom:7px;
}

#GameForm ul.GameOptions
li {
    margin-bottom:5px;
}

#GameForm ul.GameOptions
input.InputBox {
    width:300px;
}

#GameForm ul.GameOptions
label {
    display:inline-block;
    min-width:190px;
}

span.ImageText {
    float:left;
    text-indent:-9999px;
    width:1px;
    position:absolute;
}

div.TopWarning {
    background:#333;
    color:#fff;
    padding:3px 0 5px;
}

div.TopWarning a,div.TopWarning a:link,div.TopWarning a:visited,div.TopWarning a:active {
    color:#A8ABBD;
}

div.Popup
div.Static {
    overflow:auto;
    max-height:440px;
    padding:20px;
}

div.Static
h3 {
    color:#333;
    font:170% Calibri,Arial,Helvetica,sans-serif;
    font-weight:700;
    margin:30px 0 0;
    padding:0;
}

div.Static
h4 {
    color:#555;
    font:130% Calibri,Arial,Helvetica,sans-serif;
    font-weight:700;
    margin:20px 0 0;
    padding:0;
}

div.Static
ol {
    list-style-type:decimal;
    margin:.5em 0 0 2em;
}

div.Static
code {
    font-family:monospace;
}

div.Static
pre {
    background-color:#f3f3f3;
    border-left:3px solid #ccc;
    font:100% monospace;
    overflow:auto;
    white-space:pre;
    margin:.5em 0 0;
    padding:10px 10px 10px 20px;
}

#Foot {
    background-color:#0c5d8e;
    border:1px solid #0c5d8e;
    -moz-border-radius-topleft:7px;
    -webkit-border-top-left-radius:7px;
    border-top-left-radius:7px;
    -moz-border-radius-topright:7px;
    -webkit-border-top-right-radius:7px;
    border-top-right-radius:7px;
    clear:both;
    text-align:center;
    font-size:11px;
    color:#f2f2f2;
    line-height:1.4em;
    width:960px;
    margin:10px auto 0;
    padding:18px 10px 4px;
}

#Foot
a {
    color:#eee;
}

#Foot a:hover {
    color:#eee;
    text-decoration:none;
}

#Foot
div {
    text-align:left;
    margin:5px 0 0;
    padding:6px 0;
}

#Foot
.FootUcp {
    text-align:right;
    margin:-10px 0 0;
    padding:0;
}

div.SimilarGamesBox {
    border:none;
    background-color:#d5edf5;
}

ul.SimilarGames
div.Icon {
    float:left;
    overflow:hidden;
    width:70px;
    height:70px;
    margin:0;
}

ul.SimilarGames div.Icon a
img {
    background-color:#fff;
}

ul.SimilarGames
li.Item {
    border:0;
    margin:0;
    padding:0;
}

#PortalLeft {
    float:left;
    width:220px;
}

#PortalLeft
div.DiscussedGamesBox {
    margin-top:20px;
    margin-bottom:0;
    border:0;
    padding:0;
}

#PortalLeft div.DiscussedGamesBox
h4 {
    font-size:170%;
    margin:0 0 5px;
}

#PortalLeft div.DiscussedGamesBox ul.DataList
li.Item {
    border:none;
    line-height:1.3em;
    padding:0 0 4px 2px;
}

#PortalLeft div.DiscussedGamesBox ul.DataList
a.Title {
    font-size:90%;
}

#PortalRight {
    float:right;
    width:740px;
}

#PortalRight ul.Games
li.Item {
    width:210px;
}

#PortalRight
div.NewGamesBox {
    float:left;
    width:460px;
    border:none;
    background-color:#DCF0F6;
}

#PortalRight div.NewGamesBox
h4 {
    color:#0c5d8e;
    font-size:180%;
    padding-top:1px;
    margin-bottom:7px;
    text-align:center;
}

#PortalRight
div.FeaturedGamesBox {
    float:right;
    width:230px;
    border:none;
    background:#FBF0A8;
}

#PortalRight div.FeaturedGamesBox
h4 {
    color:#F9781B;
    font-size:180%;
    padding-top:2px;
    margin-bottom:7px;
    text-align:center;
}

#PortalBottom {
    margin:10px 0 0;
}

#PortalBottom
div.Box {
    margin-bottom:0;
}

#PortalBottom ul.Games
li.Item {
    width:215px;
}

div.ViewAllGames {
    text-align:center;
    font-weight:700;
    font-size:11px;
    margin:.6em 0 .5em;
}

div.ViewAllGames
a {
    cursor:pointer;
    color:#fff;
    font-size:11px;
    background-color:#FBB131;
    background-size:100%;
    background-image:linear-gradient(#fbb131,#fbb13130%,#f9781b);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    margin:0;
    padding:5px 6px 5px 7px;
}

div.PortalTabs {
    display:block;
    border-bottom:1px solid #496b05;
    height:30px;
    margin:0 -10px;
    padding:0 0 0 13px;
}

div.PortalTabs
li {
    float:left;
    margin:0 6px 0 0;
}

div.PortalTabs li a,div.PortalTabs li a:link,div.PortalTabs li a:hover,div.PortalTabs li a:active,div.PortalTabs li a:visited {
    float:left;
    font-weight:700;
    font-size:11px;
    color:#555;
    text-transform:uppercase;
    text-decoration:none;
    line-height:32px;
    height:30px;
    margin:0;
    padding:0 12px;
}

div.PortalTabs li.Active
a {
    background-color:#94BA1B;
    background-size:100%;
    background-image:linear-gradient(#94ba1b,#759515);
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
    color:#fff;
}

div.PortalTabs li a:hover,div.PortalTabs li.Active a:hover {
    background-color:#6A9807;
    background-size:100%;
    background-image:linear-gradient(#6a9807,#496b05);
    -moz-border-radius-topleft:6px;
    -webkit-border-top-left-radius:6px;
    border-top-left-radius:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;
    color:#fff;
}

div.FeaturedGamesByTagBox {
    background:#E3F4B0;
    border:none;
    padding-bottom:0;
}

caption,th,td,.PanelInfo li
strong {
    text-align:left;
    font-weight:400;
}

.Hidden,.NumberedPager a.Next,.NumberedPager span.Next,.NumberedPager a.Previous,.NumberedPager
span.Previous,a.Bookmark span,a.Bookmarking
span,body.Post
#Panel,body.add
#Panel,body.Entry
#Panel,body.embed
.InformMessages,.Embed
.Administration,.ImgRetina,body.Entry
#EmptyLogo,#gameportal_games_alphabetical
#Panel,body.add #Panel,body.edit
#Panel,body.Static #Panel,body.Content
#Panel {
    display:none;
}

.Center,table.PreferenceGroup tbody
td.PrefCheckBox,div.Popup
.Loading,body.Entry,#EmptyFrame
div.SplashInfo {
    text-align:center;
}

.Right,.Activities .CommentForm form
div,.CommentForm
.Buttons,.AddPeople form
div,#MessageForm form
div {
    text-align:right;
}

h4,h5 {
    font-size:120%;
    font-weight:400;
    color:#6C6C6C;
    margin:0;
}

a:hover,.Foot a.TabLink:hover,.Foot .CategoryTabs ul li a:hover,.CategoryTabs ul li .Foot a:hover,.TabLink:hover,.CategoryTabs ul li a:hover {
    text-decoration:underline;
    color:#d43737;
}

h1
em,h2
em {
    font-size:12px;
    font-style:normal;
    font-weight:400;
    color:#777;
}

.NumberedPager a.Previous,.NumberedPager
span.Previous,.DataList .Meta
.RSS,#PortalUcp div.UcpProfile
.ProfileLink {
    margin-right:6px;
}

#Popup
textarea.TextBox,input.BigInput,form.Thumbnail
table,.Popup #ConversationForm textarea.MultiComplete,.Popup #ConversationForm
.TextBox {
    width:100%;
}

.Alert
a,.DataList .Meta .Tag
a,.ac_over {
    color:#fff;
}

.Alert a:hover,#Status a:hover,ul.Games span.Link a:link,ul.Games span.Link a:visited,ul.Games span.Link a:active,ul.Games span.Link a:hover {
    text-decoration:underline;
}

.Info
strong,.DismissMessage
strong,.PanelInfo
.Active,.PanelInfo .Active
a,.Preview .Message strong,.MessageList .Message
strong,.Legal
strong,.ac_results
strong,.ac_over
strong,.UploadProgress div
strong,.InformMessages .InformMessage
strong,ul.SearchResults div.Excerpt
em {
    font-weight:700;
}

#PagerMore,ul.Discussion {
    margin-bottom:1px;
}

a.Small:hover,.User,.User
a,.gsst_a,div.TopWarning a:hover {
    text-decoration:none;
}

.DismissMessage a.Dismiss:hover,.DataList a.Delete:hover {
    text-decoration:none;
    border:none;
    background:#333;
    color:#fff;
}

.PanelActivity,.PanelInfo,#Form_Invitation table tr.Last td,#Form_Invitation table tr.Last
th,.AddPeople
h4 {
    border-bottom:0;
}

.PanelActivity li
a.Name,.DataList .Meta
.MetaLabel {
    margin-right:2px;
}

.PanelActivity li
.Story,#PortalLeft div.DiscussedGamesBox ul.DataList
div.Meta {
    font-size:85%;
}

.PanelInfo li
a,.Box.RecentUsers,.CommentForm a.Back,.CommentForm
a.Cancel {
    float:left;
}

.Moderators ul.PanelInfo
li,.jcrop-holder,.PanelDiscussions
li,.Connect h1,.Connect
h2,body.embed {
    text-align:left;
}

.PanelInfo
.Meta,.Headings
.MetaHeading,div.Popup
small {
    font-size:11px;
}

#UserOptions,li.Gender {
    margin-bottom:10px;
}

body.Profile .PanelInfo li
a,.PanelDiscussions li
a {
    float:none;
}

.CategoryList
.Depth2,.CategoryListWithHeadings
.Depth3 {
    padding-left:25px!important;
}

.CategoryList
.Depth3,.CategoryListWithHeadings
.Depth4 {
    padding-left:50px!important;
}

.CategoryList
.Depth4,.CategoryListWithHeadings
.Depth5 {
    padding-left:75px!important;
}

.CategoryList
.Depth5,.CategoryListWithHeadings
.Depth6 {
    padding-left:100px!important;
}

.CategoryList
.Depth6,.CategoryListWithHeadings
.Depth7 {
    padding-left:125px!important;
}

.CategoryList
.Depth7,.CategoryListWithHeadings
.Depth8 {
    padding-left:150px!important;
}

.CategoryList
.Depth8,.CategoryListWithHeadings
.Depth9 {
    padding-left:175px!important;
}

.CategoryList
.Depth9,.CategoryListWithHeadings
.Depth10 {
    padding-left:200px!important;
}

.CategoryList
.Depth10,.CategoryListWithHeadings
.Depth11 {
    padding-left:225px!important;
}

.CategoryList
.Depth11,.CategoryListWithHeadings
.Depth12 {
    padding-left:250px!important;
}

.Empty,div.FeaturedGamesByTagBox
div.TabUpdateArea {
    padding:10px 0;
}

.DataList .Title
a,div.Popup
h3 {
    font-size:120%;
    font-weight:700;
}

.DataList .Excerpt
p,.Condensed .Title,.Condensed
a.Title {
    display:inline;
    padding:0;
}

.Condensed
.Excerpt,.MessageForm .Tabs
ul,.InformMessages .InformMessage a.Close
span,.ImgNonRetina {
    display:inline;
}

body.Activity
h1,li.Buttons div
a.ForgotPassword,ul.Games li.Item
.ItemContent {
    margin:0;
}

.Activities li.HasPhoto
.Title,.MessageList .Meta
.Author,div.Popup form
p,body.Empty,div.Static
p {
    padding:0;
}

.Activities a.Title,.Activities .Title,.Activities .Title
a,.Message
h5 {
    font-size:14px;
}

.HasPhoto .Excerpt,.HasPhoto
.Meta,pre,.InformMessages
.InformWrapper,.InformMessages .InformMessage:hover
a.Close,#PortalUcp div.UcpProfile
span,ul.Games
span.Rating {
    display:block;
}

.Activities .CommentForm
input.Button,table.PreferenceGroup
td.Description,div.Popup form ul li
label.RadioLabel,.Embed
input.Button {
    font-size:12px;
}

.MessageList .Message
small,.Connect .FinePrint,.SignInPopup
.FinePrint {
    font-size:11px;
    color:#777;
}

.User,#Form_Invitation table tbody th,#Form_Invitation table tbody
td {
    line-height:150%;
}

.MessageList .Item,body.Discussion #Content,.DiscussionsTabs,.Entry {
    position:relative;
}

body.Categories
.Discussions,body.Discussion
#Content,#RatedGames,#PortalLeft
div.BrowseTagsBox {
    margin-bottom:20px;
}

.CommentForm
textarea.TextBox,#DiscussionForm
textarea {
    width:100%;
    height:100px;
    min-height:100px;
    margin:0 0 6px;
}

#DiscussionForm
label,#GameForm
label {
    font-size:14px;
    font-weight:700;
    color:#444;
}

body.Post
#Content,body.add
#Content,body#dashboard_entry_password #Content,body#dashboard_entry_signin #Content,body#dashboard_entry_index
#Content,#gameportal_games_alphabetical
#Content,body.Static #Content,body.Content
#Content {
    width:auto;
    float:none;
}

#DiscussionForm
a.Cancel,#GameForm
a.Cancel {
    margin-left:18px;
}

.SignInPopup form ul li label,body#dashboard_entry_signin form ul li label,body#dashboard_entry_index form ul li label,body#dashboard_entry_password form ul li label,body#dashboard_entry_handshake form ul li
label,.Connect form ul li label,.SignInPopup form ul li label,body#dashboard_entry_password form ul li label,body#dashboard_entry_signin form ul li label,body#dashboard_entry_index form ul li
label {
    font-size:13px;
    line-height:1.5;
    padding:0;
}

.Connect form ul li#ConnectPassword label,.SignInPopup form ul li#ConnectPassword
label,#PortalTags {
    padding:10px 0 0;
}

.Embed .MorePager a.Loading,.Embed .MorePager a.Loading:hover,div.ViewAllGames a:hover,div.ViewAllGames a:active {
    text-decoration:none!important;
}

body.IE6
.ClearFix,body.IE7
.ClearFix {
    zoom:1;
}

#PortalTags li.Zombies
a,#PortalTags li.Zombies a:hover,#PortalTags li.Zombies a:active {
    color:#5BAA92;
}

#PortalTags li.Special
a,#PortalTags li.Special a:hover,#PortalTags li.Special a:active {
    color:#E30;
}

#PortalUcp div.UcpMyProfile
div.InnerHead,#PortalUcp div.UcpLastPlayed
div.InnerHead {
    height:18px;
    line-height:1.1em;
    padding:0 10px;
}

.GpBrowseTagsBox,ul.SimpleGamesList
li.SimpleGameItem {
    border:0;
    padding:0;
}

body.IE6 .GpBrowseTagsBox h4,body.IE7 .GpBrowseTagsBox
h4,body.IE6 #PortalRight div.NewGamesBox h4,body.IE7 #PortalRight div.NewGamesBox
h4,body.IE6 #PortalRight div.FeaturedGamesBox h4,body.IE7 #PortalRight div.FeaturedGamesBox
h4 {
    padding-top:0;
}

ul.Games div.Icon
img,ul.SimilarGames div.Icon
img {
    background-color:#dcf0f6;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    width:60px;
    height:60px;
    position:relative;
    padding:4px;
}

ul.Games div.Icon a:hover
img,ul.SimilarGames div.Icon a:hover
img {
    background-color:#C0E5F5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .ImgNonRetina {
        display: none;
    }

    .ImgRetina {
        display: inline;
    }
}

.showswf {
    width: 100%;
    height: 100%;
    min-height: 400px;
    /*margin: 30px auto 38px auto;*/
    float: left;
    position: relative
}
div#preload-ads {
    bottom: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 400px;
    z-index: 99;
    background: #333
}

div#preload-ads div#pre-loading {
    background: #fff;
    margin-top: 30px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 80%;
    margin-left: 10%
}

div#preload-ads div#pre-line {
    background: #ccc;
    height: 1px;
    width: 0;
    z-index: 50;
    margin: 0 auto;
    -moz-box-shadow:


        0
        0
        10px

        2px #ff0

        ;
    -webkit-box-shadow:

        0
        0
        10px

        2px #ff0

        ;
    box-shadow:

        0
        0
        10px

        2px #0ff

        ;
    -moz-border-radius:

        40px

        ;
    -webkit-border-radius:

        40px

        ;
    border-radius:

        40px

}

div#preload-ads-content {
    height: 280px;
    margin: 10px auto;
    /*padding-top: 20px;*/
    position: relative;
    width: 300px;
    z-index: 100
}

div#preload-ads-content div.title {
    -moz-border-radius: 25px 0 0;
    -webkit-border-radius: 25px 0 0 0;
    background: #099;
    border-radius: 25px 0 0 0;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bolder;
    height: 20px;
    line-height: 20px;
    padding-left: 13px;
    padding-right: 5px;
    position: absolute;
    right: 0;
    top: -20px;
    width: auto;
    z-index: 500
}

div#preload-ads-content div.preload-caption {
    bottom: 4px;
    color: #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    position: absolute;
    right: 4px
}

div#preload-ads-content div.ads {
    height: 250px;
    margin: 0 auto;
    width: 100%
}

div#preload-status {
    /*margin-top: 30px;*/
    color: #999
}

div#preload-status span {
    color: red
}
.hidden{
    display: none;
}
.clearfix{
    clear:both;
}
.load-button{
    background-color: #D84040;
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff !important;
    margin-top: 10px;
}
.load-button:hover{
    opacity: 0.8;
}
.ratingthis{
    float:right;
	padding-top:25px;
}
.ratingthis img{
    display:inline !important;
}
.rate-title{
    display:none;
}

.tag{
    color: #4A8997;
    font-size: 16px;
}
/* SKIP ADS */
.videoAdUiPreSkipContainer {
    bottom: 22px;
    cursor: default;
    padding: 15px 0 15px 15px;
    pointer-events: auto;
    position: absolute;
    right: 0;
    z-index: 1000
}
.videoAdUi-mobile .videoAdUiPreSkipContainer {
    bottom: 11px;
    padding: 8px 0 8px 8px
}
.videoAdUiRedesign .videoAdUiPreSkipContainer,
.videoAdUi-mobile.videoAdUiRedesign .videoAdUiPreSkipContainer {
    background: rgba(0, 0, 0, 0.4);
    bottom: 30px;
    height: 52px;
    padding: 0;
    vertical-align: middle
}
.videoAdUiSkipContainer {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*        bottom: 22px;*/
    cursor: pointer;
    padding: 0 0 15px 15px;
    pointer-events: auto;
    /*position: absolute;*/
    /*right: 0;*/
    z-index: 1000
}
.videoAdUi-mobile .videoAdUiSkipContainer {
    bottom: 11px;
    padding: 8px 0 8px 8px
}
.videoAdUiRedesign .videoAdUiSkipContainer,
.videoAdUi-mobile.videoAdUiRedesign .videoAdUiSkipContainer {
    bottom: 30px;
    padding: 0
}
.videoAdUiPreSkipButton {
    background: rgba(0, 0, 0, 0.8);
    min-width: 155px;
    padding: 6px
}
.videoAdUi-mobile .videoAdUiPreSkipButton {
    min-width: 105px
}
.videoAdUiRedesign .videoAdUiPreSkipButton,
.videoAdUi-mobile.videoAdUiRedesign .videoAdUiPreSkipButton {
    background: transparent;
    display: inline-block;
    font-size: 12px;
    min-height: 52px;
    min-width: 0;
    padding: 0;
    text-align: center
}
.videoAdUiPreSkipText {
    color: #e6e6e6;
    font-size: 11px;
    padding-right: 8px;
    text-align: center;
    display: inline-block;
    width: 70px;
    vertical-align: middle
}
.videoAdUiRedesign .videoAdUiPreSkipText {
    color: inherit;
    font-size: 12px;
    width: auto;
    max-width: 105px
}
.videoAdUiPreSkipText.videoAdUiPreSkipTextOnly {
    width: 100%;
    padding-right: 0;
    line-height: 21px
}
.videoAdUiPreSkipThumbnail {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}
.videoAdUiPreSkipThumbnailImage {
    display: block;
    max-width: 78px;
    max-height: 42px;
    width: auto;
    height: auto
}
.videoAdUiRedesign .videoAdUiPreSkipThumbnailImage {
    max-width: 92px;
    max-height: 52px
}
button.videoAdUiExtendButton.videoAdUiAction {
    margin-bottom: 8px
}
.videoAdUiAutoSkipText {
    font-size: 12px;
    line-height: normal;
    opacity: .7;
    text-align: center
}
.videoAdUiAction {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
    /*border-right: 0;*/
    box-sizing: content-box;
    color: #fff;
    font-size: 18px;
    min-width: 150px;
    padding: 10px 7px;
    text-align: center;
    cursor: pointer
}
.videoAdUiAction.autofocused:focus {
    outline-width: 0
}
.videoAdUi-mobile .videoAdUiAction {
    font-size: 16px;
    min-width: 100px;
    padding: 6px 7px
}
.videoAdUiRedesign .videoAdUiAction,
.videoAdUi-mobile.videoAdUiRedesign .videoAdUiAction {
    background: rgba(0, 0, 0, 0.7);
    line-height: 45px;
    min-width: 164px;
    padding: 0
}
.videoAdUiAction:hover {
    border-color: rgba(255, 255, 255, 1)
}
.videoAdUiRedesign .videoAdUiAction:hover {
    background: rgba(0, 0, 0, 0.9)
}
.videoAdUi-swipeable .videoAdUiAction {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    color: #000
}
.videoAdUiSkipIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAAAAABjvpF0AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAnRSTlMAAHaTzTgAAAACYktHRAD/h4/MvwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAEFJREFUGNNjYKARmC+PYP//D2cghJEEEcIogjBhNEGIMIYgSBiL4P14DMH78RjaQUJoghAhFEGYEJIgQghJkB4AAG9cX5X8X+CRAAAAAElFTkSuQmCC);
    display: inline-block;
    height: 25px;
    margin-left: 2px;
    vertical-align: middle;
    width: 20px
}
@media all and (min-width: 800px) and (min-height: 400px) {
    .videoAdUiTitle {
        font-size: 15px
    }
    .videoAdUiRedesign .videoAdUiTitle {
        font-size: 17px
    }
    .videoAdUiAttribution {
        font-size: 13px
    }
    .videoAdUiRedesign .videoAdUiAttribution {
        font-size: 12px
    }
    .videoAdUiAttribution-gvn {
        font-size: 16px!important
    }
    .videoAdUiPreSkipButton {
        min-width: 200px
    }
    .videoAdUiPreSkipText {
        font-size: 13px;
        width: 105px;
        padding-right: 6px
    }
    .videoAdUiPreSkipText.videoAdUiPreSkipTextOnly {
        font-size: 13px
    }
    .videoAdUiPreSkipThumbnailImage {
        max-width: 98px;
        max-height: 52px
    }
    .videoAdUiShare {
        font-size: 15px
    }
    .videoAdUiAction {
        font-size: 23px;
        min-width: 200px
    }
}
[class*="icon--"] {
    background-image: url('../images/icons@2x.png');
    background-repeat: no-repeat;
    background-size: 18.5625em 15.875em;
    font-size: 1rem;
}

#wdg_zoom_bar{
	float: right;
    background-color: black;
	margin:10px;
}

.fullscreen{
	left: 0px !important;
    margin: 0 auto !important;
    position: fixed !important;
    right: 0px !important; 
    z-index: 99999 !important;
	background-color:black !important; 
	width:100% !important; 
}