html, body, form, fieldset {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
    margin: 1em 0;
    padding: 0;
}

li, dd, blockquote {
    margin-left: 1em;
}

form label {
    cursor: pointer;
}
fieldset {
    border: none;
}

input, select, textarea {
    font-size: 100%;
}










body {
    font-family: Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    background: #061a28;
}

a {
    color: #00add9;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    border: none;
}



.wrapper {
    overflow: hidden;
    position: relative;
    width: 930px;
    margin: 0 auto;
}



#header {
    min-width: 935px;
    font-size: 11px;
    line-height: 1;
	background: url(../images/bg_top.png) repeat-x left top;
}
#header .bg {
    background: url(../images/bg_header.png) no-repeat center top;
}
#header .wrapper {
    height: 32px;
    padding: 144px 0 0 0;
}
#header a {
    color: #c9cbc7;
}
#header a.active {
    color: #697981;
}

h1 {
    overflow: hidden;
    position: absolute;
    top: 17px;
    left: 31px;
    margin: 0;
}
h1 a {
    display: block;
    width: 110px;
    height: 95px;
    line-height: 1000;
    background: url(../images/sac.png) no-repeat left top;
}

#search {
    position: absolute;
    top: 7px;
    right: 6px;
    width: 166px;
    height: 22px;
    margin: 0;
    padding: 0 0 0 7px;
    text-align: right;
    background: url(../images/bg_search.png) repeat-x left top;
}
#search .text {
    width: 135px;
    margin: 3px 0 0 0;
    color: #697b83;
    background: none;
    border: 0;
    vertical-align: baseline;
}
#search .submit {
    width: 26px;
    height: 22px;
    font-size: 0;
    color: #d9d9d9;
    background: url(../images/btn_search.png) no-repeat left top;
    border: 0;
    cursor: pointer;
    vertical-align: top;
}

#lng {
    float: right;
    margin: 0 10px;
    list-style-type: none;
}
#lng li {
    float: left;
    height: 19px;
    margin: 0 0 0 7px;
    padding: 7px 0 0 9px;
    background: url(../images/sp_menu.png) no-repeat left top;
}

#menu {
    margin: 0 10px;
    font-size: 13px;
    list-style-type: none;
}
#menu li {
    float: left;
    height: 21px;
    margin: 0 0 0 16px;
    padding: 5px 0 0 17px;
    background: url(../images/sp_menu.png) no-repeat left top;
	position: relative;
    left: -27px;
}

#lng li.first, #menu li.first {
    margin-left: 0;
    padding-left: 0;
    background: none;
}



#page {
    min-width: 935px;
    color: #072133;
    background: url(../images/bg_content.jpg) repeat center top;
    border-bottom: 1px solid #fff;
}
#page .bg1 {
    background: url(../images/bg_content_bottom.jpg) no-repeat center bottom;
}
#page .bg2 {
    position: relative;
    min-height: 437px;
    padding: 23px 0 30px 0;
    background: url(../images/bg_content_top.jpg) no-repeat center top;
}
#home #page .bg2 {
    background: url(../images/bg_content_top_home.jpg) no-repeat center top;
}

#page h2 a, h4 a {
    color: #072133;
}



#tools {
    position: relative;
    list-style-type: none;
    z-index: 1;
	float: right;
	top: -13px;
}
#tools li {
    float: left;
    margin: 0 0 0 7px;
}
#tools em {
    overflow: hidden;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 1000;
}
#tools a.print em {
    background: url(../images/print.png) no-repeat left top;
}
#tools a.email em {
    background: url(../images/mail.png) no-repeat left top;
}



a.with-tooltip {
    position: relative;
    z-index: 20;
}
a.with-tooltip span.tooltip {
    display: none;
}
a.with-tooltip:hover {
    z-index:25;
    text-decoration:none;
}
a.with-tooltip:hover span.tooltip {
    display: block;
    position: absolute;
    top: -27px;
    left: -57px;
    width: 72px;
    height: 20px;
    padding: 5px 0 0 0;
    font-size: 9px;
    line-height: 1;
    color: #00add9;
    background: url(../images/bg_tooltip.png) no-repeat left top;
    text-align: center;
}



.content {
    position: relative;
    overflow: hidden;
    float: left;
    width: 605px;
}

.content h2, .content h3 {
    margin: 0 0 1em 0;
    font-size: 12px;
    /* text-transform: uppercase; */
}
.content h3 {
    margin: 0 0 0 0;
    font-size: 12px;
    /* text-transform: uppercase; */
}
.content h3 {
	color: #072133;
}
.content h4 {
    margin: 0 0 0 0;
    font-size: 12px;
    color: #072133;
    /* text-transform: uppercase; */
}
.content .info {
    margin: 0 0 0 0;
    font-size: 10px;
    color: #939fa8;
}
.content a.comments {
    color: #939fa8;
}
.content .article .perex {
    overflow: hidden;
    width: 605px;
}
.content .article img {
    float: left;
    margin: 0 15px 15px 0;
    border: 5px solid #d7d6d3;
}
#home .content .article img {
    margin: 0 8px 8px 0;
    border: 3px solid #d7d6d3;
}



.sidebar {
    position: relative;
    overflow: hidden;
    float: right;
    width: 305px;
    font-size: 11px;
}

.sidebar h2 {
    font-size: 11px;
    /* text-transform: uppercase; */
}

.banner-space {
    margin: 0 0 10px 0;
}



.text {
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    color: #64737d;
}
.text h3 {
    font-size: 12px;
}
.text p {
    margin: 0 0 1em 0;
}

.more a {
    font-size: 10px;
    color: #072133;
}

.hr, .hr-small {
    margin: 0 0 19px 0;
    height: 2px;
    background: url(../images/sp_page.png) repeat-x left top;
}
#home .hr {
    margin: 10px 0 14px 0;
}
.hr {
}
.hr hr, .hr-small hr {
    display: none;
}
.hr-small {
    margin: 5px 0 5px 0;
}

.path {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 10px;
	color: #949EAD;
}
.path a {
	color: #949EAD;
}
.path .last {
	color: #00AEDE;
}



.featured-article {
    overflow: hidden;
    width: 571px;
    height: 196px;
    padding: 22px 17px 0 17px;
    background: url(../images/bg_featured_article.png) no-repeat left top;
}

.featured-article img {
    float: left;
    border: 5px solid #d1d0cd;
}

.featured-article .article {
    float: right;
    width: 350px;
    margin: 0 26px 0 0;
}

.more-news {
    position: absolute;
    bottom: 22px;
    right: 14px;
    margin: 0;
}
.more-news a {
    padding: 0 13px 3px 0;
    background: url(../images/arrow_blue.png) no-repeat right center;
}



.featured-video {
    position: relative;
    width: 281px;
    height: 209px;
    padding: 9px 12px 0 12px;
    background: url(../images/bg_featured_video.png) no-repeat center bottom;
}

.featured-video h2 {
    margin: 0 0 3px 3px;
}
.featured-video img {
    display: block;
    padding: 0 0 15px 0;
    background: url(../photos/featured_video_control.png) no-repeat center bottom;
}
.more-videos {
    position: absolute;
    top: 8px;
    right: 16px;
    margin: 0;
    vertical-align: bottom;
}



.content .column {
    float: left;
    width: 280px;
    padding: 0 10px;
}
.content .column .article {
    overflow: hidden;
    width: 280px;
}

.see-also {
    margin: 1em 0;
    padding: 10px 0 0 0;
    background: url(../images/sp_page.png) repeat-x left top;
}
.see-also ul {
    overflow: hidden;
    width: 280px;
    margin: 0;
    padding: 0 0 6px 0;
    font-size: 11px;
    line-height: 1;
    list-style-type: none;
    background: url(../images/sp_page.png) repeat-x left bottom;
}
.see-also li {
    float: left;
    overflow: hidden;
    width: 120px;
    margin: 0 7px;
}
.see-also img {
    float: left;
    padding: 0 4px 4px 0;
}
.see-also a {
    color: #072133;
}



.reply {
    height: 20px;
    margin: 3em 0 1em 0 !important;
    padding: 4px 0 0 15px;
    font-size: 11px;
    background: url(../images/bg_post_reply.png) no-repeat left top;
}
.reply a {
    color: #0a2436;
}



#user-menu {
    overflow: hidden;
    width: 265px;
    padding: 0 20px 17px 20px;
    list-style-type: none;
    background: url(../images/bg_side_menu_bottom.png) no-repeat center bottom;
}
#user-menu li {
    float: left;
    margin: 0;
}
#user-menu a {
    float: left;
    padding: 5px 7px;
    color: #072133;
}
#user-menu a.rss {
    padding-right: 23px;
    background: url(../images/rss.png) no-repeat right center;
}
#user-menu a.active {
    padding: 5px 10px;
    color: #fff;
    background: #6bc9e1;
}



#article-menu {
    margin: 0 0 1em 0;
    padding: 0 30px 20px 30px;
    list-style-type: none;
    background: url(../images/bg_side_menu_bottom.png) no-repeat center bottom;
}
#article-menu li {
    height: 21px;
    padding: 3px 0 0 11px;
    background: url(../images/arrow_small.png) no-repeat left center;
}
#article-menu li.even {
    background: url(../images/bg_article_menu.png) no-repeat left top;
}
#article-menu a {
    color: #0a2436;
}



.sidebar .form-item {
    line-height: 1;
    padding: 0 0 14px 0;
}
.sidebar .form-item label {
    float: left;
    width: 74px;
    margin: 5px 6px 0 6px;
    text-align: right;
}
.sidebar .form-item input {
    width: 184px;
    padding: 3px;
    background: #e1e1e1;
    border: 0;
}
.sidebar .form-submit {
    text-align: right;
    padding: 0 40px;
}
.sidebar .form-submit input {
    padding: 0 5px;
    color: #fff;
    background: #6bc9e1;
    border: 0;
}



/*#banners125x125 {
    position: absolute;
    bottom: 38px;
    left: 50%;
    margin: 0 0 0 160px;
}*/
#banners125x125 {
	padding-top: 10px;
}
#banners125x125 .banner {
    float: left;
    width: 145px;
    height: 113px;
    margin: 0 0 10px 0;
}
#banners125x125 .banner-width {
    width: 295px;
    height: 113px;
    margin: 0 0 10px 0;
}



#footer {
    min-width: 935px;
    font-size: 11px;
    color: #606e73;
    background: url(../images/bg_bottom.png) repeat-x left top;
}
#footer .wrapper {
    width: 935px;
    padding: 25px 0 40px 0;
    background: url(../images/bg_footer.png) no-repeat center top;
}

#footer .columns {
    overflow: hidden;
    width: 935px;
    margin: 0 0 10px 0;
    padding: 0;
    /*padding: 0 0 135px 0;
    background: url(../images/bg_footer_sac.png) no-repeat center bottom;*/
}
#footer .column {
    float: left;
    width: 295px;
    padding: 5px;
    background: #061e2f;
}
#footer .highlights {
    background: #061e2f url(../images/bg_highlights.png) no-repeat left top;
}
#footer .featured {
    margin: 0 10px;
    background: #061e2f url(../images/bg_featured.png) no-repeat left top;
}
#footer .publications {
    background: #061e2f url(../images/bg_publications.png) no-repeat left top;
}
#footer .title {
    height: 33px;
    padding: 9px 13px;
    line-height: 1.3;
}
#footer .highlights .title {
    background: url(../images/bg_highlights_title.png) no-repeat left bottom;
}
#footer .featured .title {
    background: url(../images/bg_featured_title.png) no-repeat left bottom;
}
#footer .publications .title {
    background: url(../images/bg_publications_title.png) no-repeat left bottom;
}
#footer .title h2 {
    margin: 0;
    font-size: 12px;
    color: #c9cbc7;
    /* text-transform: uppercase; */
}
#footer .title p {
    margin: 0;
}
#footer .title a {
    color: #7c8b92;
}
#footer ul {
    margin: 0;
    padding: 0 0 11px 0;
    list-style-type: none;
}
#footer li {
    margin: 10px 10px 0 10px;
    background: url(../images/sp_footer.png) no-repeat left top;
}
#footer li p {
    position: relative;
    margin: 0;
    padding: 12px 23px 0 3px;
}
#footer li.first {
    margin-top: 0;
    background: none;
}
#footer li a {
    font-weight: bold;
    color: #c9cbc7;
}
#footer a.comments {
    font-weight: normal;
    color: #606e73;
}
#footer a.more {
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 262px;
    width: 8px;
    height: 14px;
    line-height: 1000;
    background: url(../images/arrow.png) no-repeat left top;
}

#footer .legal {
    font-size: 9px;
    color: #374853;
    text-align: center;
}
#footer .legal a {
    color: #374853;
}

.forum-message {
    height: 20px;
    padding: 4px 0 0 15px;
    font-size: 11px;
    background: url(../images/bg_post_reply.png) no-repeat left top;
}
.forum {
    font-family: "Trebuchet MS","Geneva CE",lucida,sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #64737D;
}
.input-forum {
	border: 1px solid #C0C0C0;
	color: #64737D;
	background-color: #efeeec;
	font-family: "Trebuchet MS","Geneva CE",lucida,sans-serif;
}

#flash-top{
    position: absolute;
    top: 0;
    left: 2px;
}

#membertable, .textsmall {
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    color: #64737d;
    font-size: 12px;
    line-height: 1.4;
}

#forum-content p {
	padding: 0px;
	margin: 0px;
}

#kontext-article-menu, #bestread-article-menu, #bestscore-article-menu, #bestcomment-article-menu {
    margin: 0 0 1em 0;
    padding: 0 15px 5px 15px;
    list-style-type: none;
}
#kontext-article-menu li, #bestread-article-menu li, #bestscore-article-menu li, #bestcomment-article-menu li {
    /* height: 21px; */
    padding: 3px 0 3px 11px;
    background: url(../images/arrow_small.png) no-repeat left center;
    border-bottom: 1px solid #e5e4e2;
}
#kontext-article-menu li.even, #bestread-article-menu li.even, #bestscore-article-menu li.even, #bestcomment-article-menu li.even {
    /*background: url(../images/bg_article_menu.png) no-repeat left top;*/
}
#kontext-article-menu a, #bestread-article-menu a, #bestscore-article-menu a, #bestcomment-article-menu a {
    color: #0a2436;
}

#subsection-article-menu {
    margin: 0 0 1em 0;
    padding: 0 30px 20px 30px;
    list-style-type: none;
    background: url(../images/bg_side_menu_bottom.png) no-repeat center bottom;
}
#subsection-article-menu li {
    /*height: 21px;*/
    padding: 3px 0 0 11px;
    background: url(../images/arrow_small.png) no-repeat left center;
}
#subsection-article-menu li.even {
    /*background: url(../images/bg_article_menu.png) no-repeat left top;*/
}
#subsection-article-menu a {
    color: #0a2436;
}

#next-article-menu {
    margin: 0 0 1em 0;
    padding: 0 15px 5px 15px;
    list-style-type: none;
}
#next-article-menu li {
    /*height: 21px;*/
    padding: 3px 0 3px 11px;
    background: url(../images/arrow_small.png) no-repeat left center;
    border-bottom: 1px solid #e5e4e2;
}
#next-article-menu li.even {
    /*background: url(../images/bg_article_menu.png) no-repeat left top;*/
}
#next-article-menu a {
    color: #0a2436;
}

.right-box {
	margin: 0 0 15px 0;
	background-color: #f2f2f0;
	border: 1px solid #e5e4e2;
}

.section {
	font-weight: bold;
	background-color: #0d3858;
	color: #fff;
	padding: 5px 0 5px 10px;
	margin: 15px 15px 5px 15px;
}
.section a {
	color: #fff;
	text-decoration: none;
	background: url(../images/arrow_small_disabled.png) #0d3858 no-repeat left center;
	padding-left: 10px;
}
.section a.active {
	color: #fff;
	text-decoration: none;
	background: url(../images/arrow_small_enabled.png) #0d3858 no-repeat left center;
	padding-left: 12px;
}

#forum-theme-list, #forum-top-commented, #forum-top-rated {
    margin: 0 0 1em 0;
    padding: 0 15px 5px 15px;
    list-style-type: none;
}
#forum-theme-list li, #forum-top-commented li, #forum-top-rated li {
    /*height: 21px;*/
    padding: 3px 0 3px 11px;
    background: url(../images/arrow_small.png) no-repeat left center;
    border-bottom: 1px solid #e5e4e2;
}
#forum-theme-list li.even, #forum-top-commented li.even, #forum-top-rated li.even {
    /*background: url(../images/bg_article_menu.png) no-repeat left top;*/
}
#forum-theme-list a, #forum-top-commented a, #forum-top-rated a {
    color: #0a2436;
}

.input {
	background: #E1E1E1;
	border: 0pt none;
	padding: 3px;
	width: 184px;
}

#footer-logos {
	height: 110px;
	background: url(../images/bg_footer_sac.png) no-repeat center bottom;
	text-align: center;
}
#footer-logos ul {
	padding-top: 5px;
	margin:0 0 0 210px;
	list-style-type: none;
}
#footer-logos li {
	padding-right: 15px;
	float: left;
	background: url(../logo/separator_loga.gif) no-repeat right center;
}
#footer-logos li.last {
	background: none;
}

#home .content .article .head_image {
	border: none;
	margin: 0;
	padding: 0;
	float: none;
}