body {
    font-size: 12px;
    font-family: "Arial", "Helvetica", sans-serif;
    padding: 0;
    margin: 0;
    border: 0;
    background: url('/img/body_bg.png') top repeat-x #354E61;
    color: #616161;
}

hr {
	color: #538495;
}

h1, h2, h3, h4, h5 {
    font-size: 14px;
    /*text-shadow: 2px 2px 2px #999999;*/
}

table tr th, a, label, strong {
    /*text-shadow: 2px 2px 2px #999999;*/
}

form, form p {
    margin: 0;
    padding: 0;
}

a img, img {
    border: 0;
    vertical-align: middle;
}

a {
    /*color: #2d82b8;*/
    color: #0165cb;
}

.default {
    color: #9C9C9C;
}

input.text {
    height: 20px;
}

input.text, textarea, input[type=file], input[type=text] {
	border: 1px solid #548594;
}

select {
	border: 1px solid #548594;
	padding: 2px;
	font-size: 1em;
}

input.text[readonly], textarea[readonly], select[readonly],
input.text[disabled], textarea[disabled], select[disabled],
form.row input[readonly] {
	background-color: #E0EDEF;
}

input.text[disabled], textarea[disabled], select[disabled] {
	color: black;
}

.clickable {
    cursor: pointer !important;
}

.error {
    color: red;
}

div#page_container {
    width: 990px;
    margin: auto;
    text-align: center;
	/*overflow: hidden;*/
}

/* HEADER */
div#header {
    position: relative; 
    width: 990px;
}

div#header_logo {
    height: 128px;
}

img#header_ribbon {
    position: absolute;
    left: 836px;
    /* IE 
    left: 847px;*/
    top: 118px;
    z-index: 1;
}

div#banner_text {
    float: left; 
    width: 200px;
    height: 100px;
}

div#banner_img {
    float: right; 
    margin-right: 16px; 
    margin-bottom: 10px;
}

div.banner .lazyload_ad {
	clear: both;
	overflow: hidden;
}

div#header_logo img.logo {
    float: left;
    margin-top: 28px;
}

ol#login_menu {
    width: 211px;
    height: 42px;
    background-color: #CFE3E9;
    list-style: none;
    padding: 0;
    margin: 86px 0 0 0;
    float: left;
    left: 265px;
    position: relative;
    z-index: 2;
    
    -webkit-border-radius-topleft: 5px; /* Safari, Chrome */
    -webkit-border-radius-topright: 5px; /* Safari, Chrome */
    -khtml-border-radius-topleft: 5px;    /* Konqueror */
    -khtml-border-radius-topright: 5px;    /* Konqueror */
    -moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    border-radius-topleft: 5px;
    border-radius-topright: 5px;
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IGZpbGw9IiMzNTRFNjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48cmVjdCBmaWxsPSIjQ0ZFM0U5IiByeD0iNSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxyZWN0IHk9IjEwMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjUiIGZpbGw9IiNDRkUzRTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTUpIi8+PC9zdmc+);
}

ol#login_menu li {
    padding: 0;
    margin: 8px 0 0 19px;
    float: left;
}

div#header_content {
    /*height: 207px;*/
    width: 970px;
    position: relative;
    background: url('/img/headercontent_bg.png') top repeat-x #FFFFFF;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
}

div#header_content p {
    width: 940px;
    margin: auto;
    text-align: left;
    font-size: 1.1em;
}

div#header_whatarewe p img.mmwhatis {
    margin-top: 8px;
    margin-bottom: 10px;
}

div#header_advertise {
    margin-top: 25px;
    color: black;
	/*overflow: hidden;*/
	clear: both;
}

div#header_advertise p {
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
}

/** PAGE **/

div#page {
    margin-top: 20px;
    width: 970px;
    position: relative;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
}

div#page div.shadow_top, div#header_content div.shadow_top{
    position: absolute;
    top: -6px;
    left: -6px;
    width: 982px;
    height: 16px;
    background: url('/img/content_shadow_top.png');
}

div#page div.shadow_left, div#header_content div.shadow_left {
    position: absolute;
    left: -6px;
    top: 10px;
    width: 6px;
    height: 100px;
    background: url('/img/content_shadow_left.png');
}

div#page div.shadow_right, div#header_content div.shadow_right {
    position: absolute;
    left: 970px;
    top: 10px;
    width: 6px;
    height: 100px;
    background: url('/img/content_shadow_right.png');
}

div#page div.shadow_bottom, div#header_content div.shadow_bottom {
    position: absolute;
    top: -10px;
    left: -6px;
    width: 982px;
    height: 16px;
    background: url('/img/content_shadow_bottom.png');
}

div#page div.shadow_bottom_container, div#header_content div.shadow_bottom_container {
    clear: both;
    position: relative;
}

ol#menu {
    list-style: none;
    background: url('/img/menu_bg.png') top repeat-x white;
    border-bottom: 4px solid #c0dbe2;
    height: 43px;
    margin: 0;
    padding: 0;
    padding-left: 80px;
    
}

ol#menu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

ol#menu li a strong { 
    display: none;
}

/** MISC **/
div#miscbar {
    clear: both;
    padding: 3px;
    border-top: 1px solid #4c7d8e;
    border-bottom: 1px solid #4c7d8e;
    background: url('/img/miscbar_bg.png') top repeat-x #FFFFFF;
    
    overflow: hidden;
    width: 964px;
}

div#userbar_container {
    width: 640px;
    padding-left: 40px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    float: left;
    color: #354e61;
    font-size: 0.8em;
}

div#userbar_container div.usertext {
    float: left;
}

div#userbar_container div.usertext a {
    text-decoration: none;
}

div#userbar_container ol {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-top: 7px;
}

div#userbar_container ol li {
    float: left;
    margin: 0;
    padding: 0;
    height: 12px;
    line-height: 12px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-left: 1px solid #354e61;
}

div#userbar_container ol li a {
    color: #354e61;
}

div#search_container form {
    margin: 0;
    padding: 0;
}

div#search_container input {
    vertical-align: middle;
}

div#search_container input.text{
    width: 181px;
    height: 21px;
    border: 0;
    padding: 2px;
    
    background: url('/img/search_input.png');
}

/** CONTENT & ADVERTISMENT **/

div#content_container {
    background: url('/img/headercontent_bg.png') top repeat-x #FFFFFF;
    overflow: hidden;
    height: 100%;
    
    padding-top: 15px;
    
    -webkit-border-radius-bottomleft: 5px; /* Safari, Chrome */
    -webkit-border-radius-bottomright: 5px; /* Safari, Chrome */
    -khtml-border-radius-bottomleft: 5px;    /* Konqueror */
    -khtml-border-radius-bottomright: 5px;    /* Konqueror */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */
    border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;
}

div#content_column {
    float: left;
    width: 800px;
    padding-left: 10px;
    padding-right: 10px;
    /*overflow: hidden;*/
}

div#content_column pre {
	text-align: left;
}

div#additional_column {
    font-size: 9px;
    float: left;
    width: 130px;
    padding-left: 10px;
    padding-right: 10px;
    
    background: url('/img/content_advertise_line.png') no-repeat;
    background-position: left center;
}

div#additional_column p {
    margin-top: 4px;
    margin-bottom: 4px;
}

div#additional_column a {
    color: #595959;
}

div#additional_column div.container {
    padding-bottom: 15px;
}

div#additional_column div.delimited {
    border-top: 1px solid #b9c7cb;
    padding-top: 15px;
}

div#additional_column div.delimited2 {
    border-bottom: 1px solid #b9c7cb;
    padding-bottom: 10px;
    
}

div#additional_column h2 {
    margin-top: 0px;
    padding-top: 0px;
    color: #354e61;
    font-size: 1.5em;
}

div#advertise_container h2 {
    padding: 0;
    margin: 0;
    color: #595959;
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.5em;
}

div#additional_column div.invite_rectangle {
    border: 1px solid #8cbb46;
    font-size: 1.1em;
    background: #7aad24;
    width: 127px;
    height: 115px;
    margin: auto;
	overflow: hidden;
    margin-bottom: 20px;
	
    
    -webkit-border-radius: 8px; /* Safari, Chrome */
    -khtml-border-radius: 8px;    /* Konqueror */
    -moz-border-radius: 8px; /* Firefox */
    border-radius: 8px;
}

div#additional_column div.invite_rectangle div.header {
    line-height: 19px;
    color: #ffffff;
}

div#additional_column div.invite_rectangle div.content {
    background: #b4dd7d;
    color: #354e61;
    padding-top: 3px;
    padding-bottom: 3px;
}

div#additional_column div.invite_rectangle input {
    display: inline;
    vertical-align: middle;
}

div#additional_column div.invite_rectangle input.text {
    width: 73px;
    height: 17px;
    border: 1px solid #b4dd7d;
    padding: 1px;
    color: #9c9c9c;
    font-size: 0.9em;
}

div#additional_column div#scam_container input {
    display: inline;
    vertical-align: middle;
}

div#additional_column div#scam_container input.text{
    width: 103px;
    height: 17px;
    color: #878787;
    padding: 1px;
    font-size: 0.9em;
    background: #c7dde1;
    border: 1px solid #538495;
        
}

div#search_program {margin-bottom: 10px;}  

.ui-widget-overlay {
	opacity: 0.6;
	background: url(/img/jqueryui/ui-bg_flat_0_000000_40x100.png)
}

/** TRUE CONTENT **/
div#content_column {
    color: #354e61;
}

/** FOOTER **/
div#footer {
    color: #bab9b9;
    font-size: 0.9em;
}

div#footer strong{
    color: #ffffff;
}

.div-form div.field {
	margin-bottom: 4px;
}

.div-form div.field label {
	width: 150px;
    float: left;
}

.div-form .form-error-msg {
	margin-left: 150px;
}

.div-form input[type=submit], .div-form input[type=button], 
form.row input[type=submit], form.row input[type=button],
.white-submit {
    border: 1px solid #538495;
    background: #ffffff;
	cursor: pointer;
}

.div-form input[type=submit]:hover, .div-form input[type=button]:hover, 
form.row input[type=submit]:hover, form.row input[type=button]:hover, 
.white-submit:hover {
	background: #E0ECEF;
}

form.row dt {
}

form.row dd {
	margin: 0 0 8px 0;
}

form.row .form-error-msg {
	margin-left: 0px;
}

form.col dl {
	
}

form.col dt {
	float: left;
	clear: both;
	width: 200px;
	padding-bottom: 8px;
}

form.col dd {
	float: left;
	padding-bottom: 8px;
}

/** UI **/
div.dialog {
    display: none;
}

div.ui-dialog button.ui-button {
    float: none !important;
}

div.ui-dialog div.ui-dialog-buttonpane {
    background: #538495;
}

div.ui-dialog form div.field {
    clear: both;
    margin-top: 20px;
    height: 100%;
    overflow: hidden;
}

div.ui-dialog form div.field label {
    width: 200px;
    float: left;
}

div.ui-dialog form div.field input.text {
    width: 150px;
    height: 20px;
    border: 1px solid #548594;
    float: left;
}

/** STATUS **/
/*div.mmonstatus {
    width: 187px;
    height: 150px;
    position: fixed;
    z-index: 100000;
    overflow: hidden;
    top: 50%;
    margin-top: -75px;
}

div.mmonstatus.left {
    left: -153px;
}

div.mmonstatus.right {
    right: -153px;
}

div.mmonstatus div.header {
    width: 34px;
    height: 150px;
}

div.mmonstatus.right div.header {
    float: left;
    background: url('/img/outsidestatus/right_header.png');
}

div.mmonstatus.left div.header {
    float: right;
    background: url('/img/outsidestatus/left_header.png');
}

div.mmonstatus div.content {
    float: right;
    width: 143px;
    height: 140px;
    color: #ffffff;
    padding-left: 10px;
    padding-top: 10px;
    background: url('/img/outsidestatus/left_content_bg.png');;
}

div.mmonstatus.right div.content {
    float: left;
    background: url('/img/outsidestatus/right_content_bg.png');;
}*/

.form-error {
	border: 1px solid red !important;
}

.form-error-msg {
	margin-left: 200px;
	color: red;
	font-size: 10px;
}

.nogap .form-error-msg {
	margin-left: 0px;
}

ul.errors {
	margin: 0;
	padding: 0;
	color: red;
	font-size: 10px;
	list-style-type: none;
}

#global-messages {
	clear: both;
	background: url(/img/messages-background.png) repeat top left #b4dd7d;
	padding: 4px;
	font-weight: normal;
	font-size: 0.9em;
	color: black;
	cursor: pointer;
	display: none;
}

#global-messages ul, #global-messages li {
	margin: 0;
	padding: 0;
}

#global-messages li {
	list-style-type: none;
}

div.headerblock {
    border: 1px solid #b9c7cb;
    clear: both;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    background: #c7dde1;
}

div.headerblock.vote.fake {
	background: url("../img/programs/fake.png") no-repeat scroll right center #c7dde1;
}



div.headerblock h2 {
    background: #354e61;
    color: #ffffff;
    margin: 0;
    padding: 5px;
    text-align: left;
}

div.headercontent {
	padding: 8px;
}

.form {
	text-align: left;
}

.form .field label  {
    width: 200px;
    float: left;
}

.form .field input.text {
    width: 150px;
    height: 20px;
    border: 1px solid #548594;
}

.small {
	font-size: 0.8em;
}

/** Multicheckbox **/
.field dt {
	display: none;
}
.field dd {
	margin: 0;
	padding: 0;
}

.page {
	text-align: left;
}

.read-more {
	clear: both;
	padding: 5px;
	text-align: right;
}

.articles-pagination {
	margin-bottom: 12px;
}

.pre {
	white-space: pre-wrap;
}

.clear {
	clear: both;
}

.paging-right .paginationControl {
	text-align: right;
}

.left {
	text-align: left;
}

div#account div.messages textarea {
	width: 500px;
	height: 100px;
}

div#account div.messages input[type=text] {
	width: 500px;
}

div#account div.messages #reply-msgbox {
	color: blue;
	font-size: 10px;
}

h2.small-text {
	font-size: 12px;
	font-weight: normal;
}

div.socialcomponents {
 background: url("/img/social_bg.png") repeat scroll 0 0 transparent;
    float: left;
    height: 84px;
    margin-left: 10px;
    padding-left: 5px;
    padding-top: 13px;
    width: 198px;
    position: relative;
    top: -4px;
}
div.socialcomponents div.component {
	height: 37px;
    margin-left: 25px;
    margin-top: 0;
    width: 64px;
    float: left;
}

div.socialcomponents div.component.twitter {
	float: none;
	margin: 6px auto auto;
	clear: both;
}

