html, body {
    margin:0px;
    padding:0px;
    height:100%;
    /*overflow:auto;*/
}

body {
    background-color:#ffffff;
    font-family:tahoma;
    font-size:76%;
    color:#000000;
    width:1000px;
    margin:0px auto;
}

a {
    text-decoration:none;
    color:#1b7297;
}

a:hover {
    text-decoration:underline;
}

a img {
    border-style:none;
}

.clear {
    clear:both;
    height:0px;
    overflow:hidden;
}

h1 {
    padding:15px 0px;
    margin:0px;
    font-size:1.3em;
    font-weight:normal;
    color:#4e4e4e;
}

h2 {
    padding:0px 0px 10px 0px;
    margin:0px;
    font-size:1.3em;
    font-weight:bold;
}

.intra h2 {
    font-size:1.1em;
    padding:10px 0px 5px 0px;
}

p {
    margin:0px;
    padding:0px;
    padding-bottom:10px;
}

a.comments {
    display:block;
    float:right;
    color:#aea9a9;
    padding-left:20px;
    background:url(/images/comments.png) no-repeat 0px 5px;
}

a.comments span {
    color:#1b7297;
}

.read_more {
    display:block;
    float:right;
    padding-right:10px;
    background:url(/images/arrow_next.png) no-repeat right center;
    font-size:0.9em;
}

.glossary {
    color:#6e6969;
    cursor:default;
}

th, td {
    vertical-align:top;
    font-size:100%;
}

table.vert_center td {
    vertical-align:middle;
}

font {
    font-size:100%;
}

pre {
    font-size:1.3em;
    line-height:1em;
    background-color:#eeeeee;
    border:1px solid #aaaaaa;
    color:#444444;
    padding:5px 10px;
}

/**************************************************
    LANGUAGES
**************************************************/

.languages {
    float:left;
    width:216px;
    height:36px;
    text-align:center;
    padding-top:21px;
    font-size:0.9em;
}

.languages a {
    color:#922b26;
    text-decoration:none;
    padding:0px 1px 1px 1px;
}

.languages a.current, .languages a:hover {
    border-bottom:2px solid #922b26;
}

/**************************************************
    MENU
**************************************************/

.menu {
    height:57px;
    margin-left:216px;
    background:url(/images/bgr_menu.png) repeat-x left top;
}

.menu_left {
    height:100%;
    background:url(/images/bgr_menu_left.png) no-repeat left top;
}

.menu .font_size {
    float:right;
    padding:31px 9px 0px 42px;
}

.menu .font_size a {
	color:white;
}
	

.menu .categories {
	list-style-type:none;
	margin:0px;
	float:right;
	padding:0px;
}

.menu .categories li {
	float:left;
	display:block;
	margin:0px;
	padding:0px;	
}


.menu .categories a {
    height:31px;
    display:block;
    float:left;
    padding-left:10px;
    margin:26px 0px 0px 16px;
    color:#ffffff;
    font-weight:bold;
}

.menu .categories a span {
    display:block;
    float:left;
    padding:8px 10px 0px 0px;
}

.menu .categories a.current {
    background:url(/images/tab_left.png) no-repeat left top;
    color:#922b26;
}

.menu .categories a.current span {
    background:url(/images/tab_right.png) no-repeat right top;
}

/**************************************************
    LEFT SIDE
**************************************************/

.left_side {
    float:left;
    width:216px;
}

.logo {
    padding-top:6px;
    height:135px;
    text-align:center;
}

.menu2 {
    padding-left:17px;
    list-style-type:none;
	margin:0px; 
}

.menu2 li {
	display:inline-block;
}

.menu2 li {
	display:list-item;
}

.menu2 ul {
	list-style-type:none;
	margin:0px;
}


.menu2 .corner_top_left {
    background:url(/images/corner_toc_top_left.png) no-repeat left top;
    background-color:#f0f0f0;
    display:inline-block;
}
.menu2 .corner_top_left {
    display:block;
}

.menu2 .corner_top_right {
    background:url(/images/corner_toc_top_right.png) no-repeat right top;
}

.menu2 .corner_bottom_right {
    background:url(/images/corner_toc_bottom_right.png) no-repeat right bottom;
}

.menu2 .corner_bottom_left {
    background:url(/images/corner_toc_bottom_left.png) no-repeat left bottom;
}

.menu2 a {
    padding:4px 0px 4px 23px;
    display:block;
}

.menu2 a.lvl_1 {
}

.menu2 a.lvl_1_current {
    background:url(/images/bullet_menu_lvl_1_current.png) no-repeat 11px 9px;
    color:#922b26;
}

.menu2 a.lvl_2 {
    background:url(/images/bullet_menu_lvl_2.png) no-repeat 11px 9px;
}

.menu2 a.lvl_2_current {
    background:url(/images/bullet_menu_lvl_2_current.png) no-repeat 11px 9px;
    font-weight:bold;
}

.search {
    /*height:100px;*/
    padding-left:18px;
}

.search form {
    padding-bottom:3px;
}

.search .adv_search {
    font-size:0.9em;
}

.search_descr {
    color:#4e4e4e;
    font-size:1.15em;
    font-weight:bold;
    padding:25px 0px 5px 0px;
}

div.search_txt {
    background:url(/images/search_txt.png) no-repeat left top;
    float:left;
    width:127px;
    height:20px;
    margin-right:5px;
    display:inline;
}

input.search_txt {
    background-color:transparent;
    border-style:none;
    width:124px;
    height:19px;
    padding:1px 2px 0px 2px;
    float:left;
}

.search_btn {
    background:url(/images/search_btn.png) no-repeat left top;
    border-style:none;
    width:21px;
    height:20px;
    cursor:pointer;
}

.consultation {
    background:url(/images/consult.png);
    width:172px;
    height:119px;
    margin-left:18px;
    color:#ffffff;
    text-align:justify;
    padding:0px 11px 0px 9px;
}

/**************************************************
    BODY (or middle column in some modules)
**************************************************/

.body {
    margin-left:216px;
    line-height:130%;
}

.logo2 {
    height:123px;
    padding:10px 0px 10px 10px;
}

.location {
    color:#949494;
    font-size:0.9em;
}

.location a {
}

.pagelist {
    padding-bottom:20px;
}

.pagelist a {
}

/**************************************************
    CONTENT
**************************************************/

.content {
    padding-left:20px;
    padding-right:40px;
}

.content2 {
    background:url(/images/startpage_bgr_shadow.png) no-repeat right top;
    height:auto !important;
    height:340px;
    min-height:340px;
}

/**************************************************
    2 COL BLOCK AT THE BOTTOM (OPENDOC, CAT_DESCR)
**************************************************/

.bottom_2col_block {
    display:inline-block;
    margin-right:-40px;
}

.bottom_2col_block {
    display:block;
}

.bottom_2col_block_top {
    background:url(/images/bottom_2col_block_top.png) no-repeat left top;
    background-color:#f2f2f2;
    float:left;
    width:100%;
    margin:15px 0px;
}

.bottom_2col_block_bottom {
    background:url(/images/bottom_2col_block_bottom.png) no-repeat left bottom;
    float:left;
    width:100%;
}

.bottom_2col_block_shadow {
    background:url(/images/bottom_2col_block_shadow.png) repeat-y 215px 0px;
    float:left;
    width:100%;
}


/**************************************************
    FOOTER
**************************************************/

.footer {
    border-top:1px solid #eeebeb;
    background-color:#f8f8f8;
    margin:20px 283px 0px 217px;
    font-size:0.9em;
    color:#4e4e4e;
}

.footer_inner {
    border-top:2px solid #ffffff;
    padding:12px 20px 12px 20px;
}

/**************************************************
    CALENDAR
**************************************************/

.calendar_header {
    padding:3px 7px;
    text-align:center;
    background:#f3f3f3 url(/images/bgr_calendar.png) no-repeat center top;
    border-bottom:1px solid #d9d5d5;
}

.calendar_header .month_prev {
    display:block;
    float:left;
    padding-left:12px;
    background:#f3f3f3 url(/images/arrow_prev.png) no-repeat left center;
}

.calendar_header .month_next {
    display:block;
    float:right;
    padding-right:12px;
    background:url(/images/arrow_next.png) no-repeat right center;
}

.calendar_header .month_curr {
    font-weight:bold;
    color:#922b26;
}

.calendar {
    width:196px;
    text-align:center;
    color:#445f96;
    margin:auto;
    font-size:0.9em;
    line-height:1.8em;
}

.calendar th {
    font-weight:normal;
    color:#aea9a9;
    padding-top:8px;
}

.calendar td {
}

.calendar .today {
    display:block;
    height:100%;
    background-color:#d9d5d5;
}

.calendar a {
    font-weight:bold;
    color:#922b26;
}

/**************************************************
    STARTPAGE
**************************************************/

div.login_txt {
    background:url(/images/search_txt.png) no-repeat left top;
    float:left;
    width:127px;
    height:20px;
    margin-right:5px;
    display:inline;
}

input.login_txt {
    background-color:transparent;
    border-style:none;
    width:124px;
    height:19px;
    padding:1px 2px 0px 2px;
    float:left;
}

.login_btn {
    background:url(/images/login_btn.png) no-repeat left top;
    border-style:none;
    width:67px;
    height:19px;
    font-size:0.9em;
    line-height:100%;
    padding:0px;
    color:#8e8b8b;
    cursor:pointer;
}

.useful_info {
    float:right;
    width:238px;
    margin-right:12px;
}

.intra_startpage_calendar {
    float:right;
    width:238px;
    margin-right:32px;
}

.intra_startpage_calendar h1 {
    padding-left:20px;
}

.useful_info ul {
	list-style-type:none;
	line-height:1.7em;
	margin:0px;
	padding:0px;
}

.useful_info li{
	margin:0px;
	padding:0px;
}

.useful_info li{
	display:inline-block;
}

.useful_info li{
	display:list-item;
}

.useful_info a {
    display:block;
    padding-left:12px;
    background: #f3f3f3 url(/images/startpage_top_link_bullet.png) no-repeat 0px 7px;
    font-size:0.9em;
}

.org_description,
.intra_startpage_events {
    padding-left:25px;
    padding-right:335px;
}

.org_description div,
.intra_startpage_events div {
    text-align:justify;
}

.startpage_right_block {
    float:right;
    width:238px;
    margin-right:1px;
    display:block !important;
    display:inline; /* fix "double margin" bug in IE6 */
}

.startpage_middle_block {
    margin-right:296px;
    background:url(/images/startpage_bgr.png) no-repeat right top;
    text-align:justify;
}

/**************************************************
    TEXTDOC -> LISTDOC
**************************************************/

.listdoc {
    display:inline-block;
}
.listdoc {
    display:block;
}

.listdoc_item {
    float:left;
    width:100%;
    margin-bottom:15px;
}

.listdoc_img {
    float:left;
    width:111px;
}

.listdoc_img_border {
    border-right:1px solid #eeebeb;
    overflow:hidden;
    clear:right;
}

.listdoc_img a img {
    border-right:1px solid #922b26;
    float:right;
}

.listdoc_item .date {
    font-size:0.9em;
    color:#aea9a9;
}

.listdoc_item .title {
    font-weight:bold;
    color:#922b26;
}

.listdoc_item .text {
    padding:3px 0px;
}

/**************************************************
    TEXTDOC -> OPENDOC
**************************************************/

.opendoc_text {
    text-align:justify;
}

.opendoc_text a {
    color:#922b26;
}

.opendoc_text h2 {
}

.opendoc_text h3 {
}

.opendoc_text ol, .opendoc_text ul {
    list-style-position:inside;
    margin:0px;
    padding:0px;
}

.opendoc_text ul li {
    list-style-position:outside;
    list-style-type:none;
    padding-left:20px;
    background:url(/images/bullet_opendoc_ul_li.png) no-repeat 2px 6px;
    display:inline;
}

.opendoc_top_right_block {
    float:right;
    text-align:right;
    font-size:0.9em;
    line-height:180%;
    margin-top:-12px;
}

.opendoc_top_right_block a {
    color:#aea9a9;
}

.opendoc_top_right_block a span {
    color:#1b7297;
}

.opendoc_linkblock {
    float:left;
    width:163px;
    padding:0px 100px 30px 30px;
}

.opendoc_linkblock a {
    color:#922b26;
    display:block;
    margin-bottom:6px;
    padding-left:20px;
    background:url(/images/bullet_opendoc_links.png) no-repeat 0px 7px;
}

.opendoc_fileblock {
    float:left;
    padding:0px 45px 30px 30px;
}

.opendoc_fileblock a {
    color:#922b26;
    display:block;
    padding:0px 0px 6px 20px;
    background:none no-repeat left top;
}

.opendoc_text .insTable td {
    padding:5px 15px 5px 12px;
    border:1px none #c0c0c0;
    border-style:none none solid solid;
}

.opendoc_text .insFirstRow {
    background:url(/images/bgr_opendoc_table.png) repeat-x left top;
    color:#ffffff;
    font-weight:bold;
}

.opendoc_text .insFirstRow td {
    border-style:none;
    padding-top:0px;
    padding-bottom:0px;
    height:25px;
    vertical-align:middle;
}

/**************************************************
    CAT. DESCRIPTIONS
**************************************************/

.category_descriptions .border_t {
    background:url(/images/cat_descr_border.png) repeat-x left top;
    background-color:#f2f2f2;
    margin-bottom:8px;
    display:inline-block;
}

.category_descriptions .border_t {
    display:block;
}

.category_descriptions .border_r {
    background:url(/images/cat_descr_border.png) repeat-y right top;
}

.category_descriptions .border_b {
    background:url(/images/cat_descr_border.png) repeat-x left bottom;
}

.category_descriptions .border_l {
    background:url(/images/cat_descr_border.png) repeat-y left top;
}

.category_descriptions .corner_tl {
    background:url(/images/cat_descr_corner_top_left.png) no-repeat left top;
}

.category_descriptions .corner_tr {
    background:url(/images/cat_descr_corner_top_right.png) no-repeat right top;
}

.category_descriptions .corner_br {
    background:url(/images/cat_descr_corner_bottom_right.png) no-repeat right bottom;
}

.category_descriptions .corner_bl {
    background:url(/images/cat_descr_corner_bottom_left.png) no-repeat left bottom;
    padding:12px 30px 14px 30px;
    text-align:justify;
}


/**************************************************
    MASS MEDIA
**************************************************/

.massmedia {
    float:left;
    width:100%;
}

.massmedia .border_t {
    background:url(/images/cat_descr_border.png) repeat-x left top;
    background-color:#f2f2f2;
    margin-bottom:8px;
}

.massmedia .border_r {
    background:url(/images/cat_descr_border.png) repeat-y right top;
}

.massmedia .border_b {
    background:url(/images/cat_descr_border.png) repeat-x left bottom;
}

.massmedia .border_l {
    background:url(/images/cat_descr_border.png) repeat-y left top;
}

.massmedia .corner_tl {
    background:url(/images/cat_descr_corner_top_left.png) no-repeat left top;
}

.massmedia .corner_tr {
    background:url(/images/cat_descr_corner_top_right.png) no-repeat right top;
}

.massmedia .corner_br {
    background:url(/images/cat_descr_corner_bottom_right.png) no-repeat right bottom;
}

.massmedia .corner_bl {
    background:url(/images/cat_descr_corner_bottom_left.png) no-repeat left bottom;
    padding:12px 30px 14px 30px;
    text-align:justify;
}

.massmedia h2 {
    font-size:1.2em;
    margin:0px;
    padding:0px 0px 5px 0px;
}

.massmedia h2 a {
    color:#000000;
}

.massmedia .read_more {
    font-size:0.9em;
}


/**************************************************
    MP3 FILES
**************************************************/

.hasLayout {
    display:inline-block;
}
.hasLayout {
    display:block;
}

.mp3files {
    background-color:#f0f0f0;
    width:100%;
    border-bottom:1px solid #aea9a9;
}

.mp3files td {
    border-top:1px solid #aea9a9;
    vertical-align:middle;
    padding:0px 20px;
}

.mp3files .icon {
    padding:0px;
    width:49px;
    height:49px;
    background:url(/images/icon_file_mp3_big.png) no-repeat left top;
    border:1px none #aea9a9;
    border-style:solid solid none solid;
}

.mp3files .title {
    width:auto;
    font-size:1.2em;
    font-weight:bold;
}

.mp3files .size {
    width:50px;
    font-size:1.1em;
    font-weight:bold;
}

.mp3files .download {
    width:80px;
    text-align:right;
}

/**************************************************
    PHOTO LIST
**************************************************/

a.photo_thumb_small {
    background:none no-repeat 0px 0px;
    display:block;
    float:left;
    width:170px;
    height:110px;
    margin:0px 0px 12px 15px;
}

a.photo_thumb_small:hover {
    background-position:-170px 0px;
}

/**************************************************
    PHOTO GALLERIES
    VIDEOS
**************************************************/

a.video_thumb,
a.photo_thumb {
    background:#1b7297 none repeat-y 0px 0px;
    display:block;
    float:left;
    color:#ffffff;
    cursor:pointer;
}
a.video_thumb { background-image:url(/images/video_thumb_bgr_middle.png); }
a.photo_thumb { background-image:url(/images/photo_thumb_bgr_middle.png); }


a.video_thumb span.thumbnail,
a.photo_thumb span.thumbnail {
    background:#f0f0f0 none no-repeat 0px 0px;
    display:block;
    float:left;
    width:240px;
    height:130px;
}

a.video_thumb span.comments,
a.photo_thumb span.comments {
    display:block;
    float:right;
    padding-left:25px;
    background:url(/images/comments.png) no-repeat 8px 5px;
}

a.video_thumb span.comments span,
a.photo_thumb span.comments span {
    color:#aea9a9;
}

a.video_thumb span.text,
a.photo_thumb span.text {
    display:block;
    float:left;
    clear:left;
    width:211px;
    padding:6px 11px 6px 18px;
}
a.video_thumb span.text { background:url(/images/video_thumb_bgr_bottom.png) no-repeat 0px bottom; }
a.photo_thumb span.text { background:url(/images/photo_thumb_bgr_bottom.png) no-repeat 0px bottom; }

a.video_thumb span.text span.title,
a.photo_thumb span.text span.title {
    font-weight:bold;
}

a.video_thumb span.text span.count,
a.photo_thumb span.text span.count {
    font-size:0.9em;
}

a.video_thumb:hover,
a.photo_thumb:hover {
    background-position:-240px 0px;
    text-decoration:none;
}

a.video_thumb:hover span.thumbnail,
a.photo_thumb:hover span.thumbnail {
    background-position:-240px 0px;
}

a.video_thumb:hover span.text,
a.photo_thumb:hover span.text {
    background-position:-240px bottom;
}

/**************************************************
    VIDEO GALLERY -> LIST
**************************************************/

/*
.video_thumb {
    float:left;
    padding:133px 10px 0px 19px;
    width:212px;
    height:36px;
    margin:0px 18px 0px 0px;
    background:none no-repeat left top;
    color:#ffffff;
}

.video_thumb a {
    color:#ffffff;
}

.video_thumb a.title {
    font-weight:bold;
}

.video_thumb a.comments {
    color:#aea9a9;
}

.video_thumb a.comments span {
    color:#ffffff;
}

.video_thumb .length {
    font-size:0.9em;
}

/**************************************************
    VIDEO GALLERY -> OPEN
**************************************************/

.player {
    display:block;
    margin:0px auto;
}

.descr {
    padding:20px 0px 70px 0px;
    text-align:justify;
}

/**************************************************
    VIDEO GALLERY -> OPEN -> COMMENTS
**************************************************/

.comments {
    padding-bottom:18px;
}

.comments .date {
    color:#aea9a9;
}

.comments .author {
    color:#922b26;
    font-weight:bold;
}

.comments .comment {
    text-align:justify;
}

#symb_left {
    float:right;
    color:#aea9a9;
    font-size:0.9em;
}

/**************************************************
    SITEMAP
**************************************************/

.sitemap {
    width:100%;
}

.sitemap td {
    width:33%;
    padding:0px 40px 30px 0px;
}

.sitemap td div.sitemap_container {
    background-color:#f0f0f0;
}

.sitemap td div.sitemap_container div {
    margin-left:14px;
}

.sitemap a {
    display:block;
    padding:1px 15px 2px 30px;
    background:url(/images/bullet_sitemap.png) no-repeat 15px 10px;
}

.sitemap a.title {
    background-image:none;
    background-color:#d9d9d9;
    font-size:1.2em;
    font-weight:bold;
    padding:10px 15px;
}

/**************************************************
    LINKS
**************************************************/

ol.link_cats, ol.links {
    margin:0px;
    padding:0px;
    list-style-type:none;
}

ol.link_cats li, ol.links li {
    margin:0px;
}

ol.link_cats h2 {
    margin:0px;
    padding:0px;
    font-size:1.2em;
}

ol.links h3 {
    margin:0px;
    padding:0px;
    font-size:1.1em;
}

ol.link_cats h2 a {
    color:#000000;
}

ol.links a {
    color:#922b26;
}

ol.link_cats li h2 {
    border-top:1px solid #aea9a9;
    padding:11px 15px;
}

ol.links li {
    padding:9px 15px;
}

/**************************************************
    MAP_LATVIA
**************************************************/

ul.map_latvia {
    width:650px;
    height:398px;
    background:url(/images/latvia.png) no-repeat left top;
    margin:0px auto;
	padding: 0px;
    position:relative;
    list-style-type:none;
    list-style-position:inside;
}

ul.map_latvia li {
    position:absolute;
}

ul.map_latvia li a {
    display:block;
    padding-left:10px;
    background:url(/images/bullet_map.png) no-repeat 0px 5px;
    font-size:0.9em;
    font-weight:bold;
}

/**************************************************
    POPUP
**************************************************/

#popup {
    position:absolute;
    width:289px;
    top:300px;
    display:none;
}

.popup_top {
    background:url(/images/bgr_popup_top.png) no-repeat center top;
    height:19px;
}

.popup_bottom {
    background:url(/images/bgr_popup_bottom.png) no-repeat center bottom;
    height:20px;
}

.popup_side_shadow {
    background:url(/images/bgr_popup_side_shadow.png) repeat-y center top;
}

.popup_repeat {
    background:url(/images/bgr_popup_repeat.png) repeat-y center top;
}

.popup_gradient {
    background:url(/images/bgr_popup_gradient.png) no-repeat center bottom;
}

.popup_content {
    padding:0px 20px;
    height:auto !important;
    height:10px;
    min-height:170px;
}

/**************************************************
    MAP_LATVIA -> POPUP
**************************************************/

#popup #title {
    font-size:1.2em;
    font-weight:bold;
    color:#922b26;
    padding-bottom:10px;
}

#popup #close {
    font-size:1.2em;
    font-weight:bold;
    color:#922b26;
    float:right;
    cursor:default;
    position:relative;
}

#popup #image {
    float:left;
    width:94px;
    height:94px;
    margin-right:10px;
    background:none no-repeat left top;
}

#popup #descr {
}

/**************************************************
    PHOTO -> OPENED
**************************************************/

.download_photo {
    float:right;
    width:91px;
    height:21px;
    padding-top:2px;
    background:url(/images/photo_button.png) no-repeat left top;
    text-align:center;
    color:#ffffff;
}

/**************************************************
    PURCHASES
**************************************************/

#purchases {
    width:100%;
    margin-top:10px;
    font-size:0.9em;
}

#purchases th {
    background:url(/images/bgr_purchases_table.png) no-repeat right top;
    height:54px;
    text-align:left;
    vertical-align:middle;
    padding:0px 10px;
    color:#ffffff;
    font-size:0.8em;
    line-height:1.4em;
}

#purchases td {
    border:1px none #c0c0c0;
    border-style:none solid solid none;
    padding:5px 10px;
}

/**************************************************
    EVENTS -> LIST
**************************************************/

.event_in_list {
    float:left;
    width:100%;
    margin-bottom:30px;
}

.event_in_list .pic_title {
    float:left;
    background:url(/images/dot_eeebeb.png) repeat-y 110px 0px;
}

.event_in_list .pic_title div.left {
    float:left;
    width:111px;
    text-align:right;
    padding:8px 0px 12px 0px;
}

.event_in_list .pic_title .left a {
}

.event_in_list .pic_title .left img {
    border-right:1px solid #922b26;
}

.event_in_list .pic_title .right {
    margin-left:110px;
}

.event_in_list .pic_title div.title {
    padding:5px 0px 0px 10px;
    height:1.2em;
}

.event_in_list .pic_title a.title {
    font-weight:bold;
    color:#922b26;
    float:left;
}

.event_in_list .pic_title .info_background {
    background-color:#f0f0f0;
    width:220px;
    padding-left:10px;
    margin:3px 0px 10px 0px;
}

.event_in_list .pic_title .info_corner_top {
    background:url(/images/events_corner_top.png) no-repeat right top;
}

.event_in_list .pic_title .info_corner_bottom {
    background:url(/images/events_corner_bottom.png) no-repeat right bottom;
    padding:5px 0px;
}

.event_in_list .pic_title table {
}

.event_in_list .pic_title td.left {
    font-weight:bold;
    padding-right:10px;
}

/**************************************************
    EVENTS -> OPEN
**************************************************/

.event_opened {
    float:left;
    width:100%;
    padding-bottom:30px;
}

.event_opened .event_general_info td {
    padding:10px 0px;
    vertical-align:middle;
}

.event_opened .event_general_info table td {
    padding:0px;
}

.event_opened .event_general_info table td.left {
    font-weight:bold;
    padding-right:10px;
}

.event_opened .event_general_info img {
    margin-right:-1px;
    border-right:1px solid #922b26;
}

.event_opened .event_general_info .info_background {
    background-color:#f0f0f0;
    width:220px;
    padding-left:10px;
    margin:3px 0px 10px 0px;
}

.event_opened .event_general_info .info_corner_top {
    background:url(/images/events_corner_top.png) no-repeat right top;
}

.event_opened .event_general_info .info_corner_bottom {
    background:url(/images/events_corner_bottom.png) no-repeat right bottom;
    padding:5px 0px;
}

/**************************************************
    FORUM -> CATEGORIES
**************************************************/

.forum_category {
    padding:15px 10px;
    background-color:#f0f0f0;
    border-top:1px solid #aea9a9;
}
    
.forum_category a.title {
    font-size:1.3em;
    color:#000000;
}

.forum_category span.date {
    font-size:0.9em;
    padding-top:2px;
    color:#555555;
}

.forum_category .comments {
    font-size:1.3em;
    float:right;
    padding-bottom:1px;
}

/**************************************************
    ARCHIVE
**************************************************/

.archive_search {
    background:url(/images/archive_list_header_background.png) repeat-x left top;
    padding:6px 0px 0px 30px;
    height:26px;
    color:#ffffff;
    font-size:0.9em;
}

.archive_search div.param {
    float:left;
    padding-right:30px;
}

.archive_search select {
	 width: 100px;
	 margin: 0px 15px 0px 0px;
    font-size:0.9em;
}

.archive_search select option {
    padding-right:20px;
}

/**************************************************
    INTRA -> USERLIST
**************************************************/

.intra table.userlist {
    float:left;
    width:100%;
    padding-bottom:10px;
}

.intra table.userlist th {
    background:url(/images/bgr_userlist_table.png) no-repeat 0px 0px;
    border-left:1px solid #d89692;
    height:27px;
    vertical-align:middle;
    color:#ffffff;
}

.intra table.userlist td {
    border:1px none #c0c0c0;
    border-style:none none solid solid;
    padding:3px 12px;
}

.intra table.userlist a {
    color:#000000;
}

/**************************************************
    INTRA -> SINGLE USER
**************************************************/

.intra .single_user .right_block {
    float:right;
    width:224px;
}

.intra .single_user .left_block {
    margin-right:251px;
}

.intra .single_user .right_block .highdays {
    border:1px solid #b8b8b8;
    font-size:0.9em;
    padding:8px 13px;
    margin-bottom:11px;
}

.intra .single_user .right_block .highdays h2 {
    color:#922b26;
    font-size:1.2em;
    padding-top:0px;
}

.intra .single_user .right_block .label {
    float:left;
    width:160px;
}

.intra .single_user table.contacts {
    margin-top:20px;
    margin-bottom:10px;
    background:url(/images/bgr_intuser_table.png) no-repeat 0px 0px;
}

.intra .single_user table.contacts tr.row_1 {
    height:32px;
}

.intra .single_user table.contacts tr.row_2,
.intra .single_user table.contacts tr.row_3,
.intra .single_user table.contacts tr.row_4 {
    height:25px;
}

.intra .single_user table.contacts tr.row_5 {
    height:27px;
}

.intra .single_user table.contacts td.col_1 {
    vertical-align:middle;
    padding-left:13px;
    width:59px;
    color:#ffffff;
}

.intra .single_user table.contacts td.col_2 {
    vertical-align:middle;
    padding-left:6px;
    width:391px;
    color:#000000;
}

.intra .single_user table.contacts tr.row_1 td {
    vertical-align:bottom;
    padding-bottom:6px;
}

.intra .single_user table.contacts tr.row_5 td {
    vertical-align:top;
    padding-top:2px;
}

.intra .single_user .specific_marks {
    font-size:0.9em;
    color:#922b26;
    background-color:#fdeeee;
    padding:9px 14px;
    margin-bottom:10px;
}

.intra .single_user .specific_marks h2 {
    font-size:1.2em;
    padding-top:0px;
}

.intra .single_user a.photo {
    position:relative;
}

.intra .single_user a.photo span {
    color:#ffffff;
    position:absolute;
    left:32px;
    bottom:10px;
    line-height:1em;
    font-size:0.9em;
}

.intra .single_user a.photo:hover span {
    text-decoration:underline;
}

.intra .single_user a.back {
    padding-left:10px;
    background:url(/images/arrow_prev_blue.png) no-repeat 0px 6px;
}

/**************************************************
    INTRA -> ADVERTISEMENTS -> LIST OF CATEGORIES
**************************************************/

.intra .list_of_categories {
    float:left;
    width:100%;
}

.intra .list_of_categories ul.list_of_cats {
    padding:0px;
    margin:0px;
    list-style-type:none;
    list-style-position:outside;
}

.intra .list_of_categories ul.list_of_cats li {
    width:50%;
    float:left;
}

.intra .list_of_categories ul.list_of_cats li.odd {
    clear:left;
}

.intra .list_of_categories ul.list_of_cats li.odd a {
    margin-right:12px;
}

.intra .list_of_categories ul.list_of_cats li.even a {
    margin-left:12px;
}

.intra .list_of_categories ul.list_of_cats a {
    display:block;
    background-color:#f0f0f0;
    border-top:1px solid #aea9a9;
    padding:16px 0px 16px 18px;
    font-size:1.2em;
    color:#000000;
}

.intra .list_of_categories ul.list_of_cats a:hover {
    background-color:#c0c0c0;
    border-top:2px solid #aea9a9;
    padding-top:15px;
}

/**************************************************
    INTRA -> ADVERTISEMENTS -> NEW ADVERTISEMENT
**************************************************/

.intra form.new_advertisement {
    background-color:#f0f0f0;
    padding:5px 0px;
    float:left;
    width:100%;
    margin-top:20px;
    font-size:0.9em;
}

.intra form.new_advertisement label {
    float:left;
    width:125px;
    text-align:right;
    padding-right:10px;
}

.intra form.new_advertisement div.container {
    clear:left;
    padding:2px 0px;
}

.intra form.new_advertisement div.btn {
    margin-left:135px;
}

.intra form.new_advertisement div.error {
    font-weight:bold;
    color:#ff0000;
    margin-left:135px;
    padding-bottom:5px;
}

/**************************************************
    INTRA -> ADVERTISEMENTS -> LIST OF ADVERTISEMENTS
**************************************************/

.intra table.list_of_ads {
    float:left;
    width:100%;
    padding-bottom:10px;
}

.intra table.list_of_ads th {
    background:url(/images/bgr_userlist_table.png) no-repeat 0px 0px;
    border-left:1px solid #d89692;
    height:27px;
    vertical-align:middle;
    color:#ffffff;
    padding-left:12px;
    text-align:left;
}

.intra table.list_of_ads td {
    border:1px none #c0c0c0;
    border-style:none none solid solid;
    padding:3px 12px;
}

/**************************************************
    INTRA -> ADVERTISEMENTS -> OPENED ADVERTISEMENT
**************************************************/

.opened_advertisement h1 {
    padding-bottom:10px;
}

.opened_advertisement div.date {
    font-size:0.9em;
    color:#aea9a9;
}

.opened_advertisement div.author {
    font-size:0.9em;
    color:#aea9a9;
}

.opened_advertisement div.author span {
    font-weight:bold;
    color:#000000;
}

.opened_advertisement div.advertisement {
    padding:10px 0px;
}

.opened_advertisement div.image {
    text-align:center;
}


.text-only-inline,
.text-only-block {
	display:none;
}
