/*
GENERAL DESIGN
*/
body 
{
    background: #191919 url(../graphics/bg.jpg) repeat-x;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 0.7em;
    color: #000;
    
    overflow: hidden;
}

img 
{
    border: 0px;
}

p 
{
    margin: 0px;
}

a {
color: #000;
}

a:hover
{
    color: #000;
}

.advanced_password_userbar_editprofile {
display: none;
}

#logo_img 
{
    margin-top: 12px;
    margin-left: 45px;
}

#mainframe 
{
    background: transparent url(../graphics/mainframe_bg.gif) no-repeat;
    width: 1030px; 
    height: 364px;
    position: absolute;
    
    top: 50%;
    left: 50%;
    margin-top: -230px;
    margin-left: -515px;
}

#left_div 
{
    float: left;
    width: 319px;
    height: 364px;
}

#right_div 
{
    float: left;
    width: 711px;
    height: 364px;
}

#center_image 
{
    float: left;
}

.wide_content
{
    float: left;
    width: 620px;
    height: 309px;
    overflow: auto;

    padding-bottom: 15px;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 30px;
}


.narrow_content
{
    float: left;
    width: 281px;
    height: 309px;
    overflow: auto;
    
    padding-bottom: 15px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

h1 
{
    margin: 0px;
    margin-bottom: 20px;
    font-size: 1.15em;
    font-weight: bold;
    text-transform: uppercase;
}

/*
CONTACT
*/

#contact_div 
{
    width: 1030px; 
    height: 100px;
    position: absolute;
    text-align: center;
    font-size: 1em;
    color: #494949;
    
    top: 50%;
    left: 50%;
    margin-left: -515px;
    margin-top: 170px;
}

#contact_div strong,
#contact_div b,
#contact_div big
{
    color: #fff;
}

#contact_div a 
{
    color: #494949;
    text-decoration: underline;
}

#contact_div a:hover
{
    color: #777;
    text-decoration: underline;
}

/*
COLUMN 2 DATA
*/

.col2_texttitle,
.col2_pictitle,
.col2_scripttitle,
.col2_gallerytitle,
.col2_forumtitle,
.col2_newstitle,
.newsTitle_div 
{
    font-weight: bold;
    margin-bottom: 5px;
    color: #444;
    text-transform: uppercase;
}

.col2_textcontent
{
    line-height: 125%;
    color: #676767;
    text-align: justify;
    margin-bottom: 20px;
}

.col2_textcontent a 
{
    color: #000;
    text-decoration: none;
}

.col2_textcontent a:hover
{
    color: #000;
    text-decoration: underline;
}


/*
NEWS
*/

.newsContent_div 
{
    line-height: 125%;
    color: #676767;
    text-align: justify;
    max-height: 170px;
    overflow: auto;
    padding-right: 10px;
}

.newsTeaser_div 
{
    display: none;
}

.newsDate_div 
{
    color: #808080;
}

.newsAuthor_div 
{
    margin-top: 5px;
    text-align: right;
}

.newsBottomDiv 
{
    margin-top: 17px;
}

.newsRssLink,
.newsArchiveLink
{
    color: #676767;
    text-decoration: none;
    margin-right: 20px;
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 5px;
    height: 30px;
}

.newsArchiveLink 
{
    background: transparent url(../graphics/news_icon.gif) no-repeat top left;
}

.newsRssLink
{
    background: transparent url(../graphics/rss_icon.gif) no-repeat top left;
}

.newsRssLink:hover,
.newsArchiveLink:hover
{
    color: #000;
}

.col2_newsarchive_title_link 
{
    color: #000;
    text-decoration: none;
    padding-left: 20px;
    background: transparent url(../graphics/bullet.gif) no-repeat left -2px;
}

.col2_newsarchive_title_link:hover 
{
    text-decoration: underline;
}

.col2_newsarchive_date 
{
    float: left;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #eee;
    margin-left: 20px;
    color: #676767;
}

.col2_newsarchive_author 
{
    color: #676767;
}

.col2_newsarchive_teaser 
{
    border-top: 1px solid #eee;
    margin-left: 20px;
    text-align: justify;
    color: #676767;
    margin-bottom: 15px;
}

.col2_news_paging_list 
{
    margin-left: 20px;
    margin-bottom: 10px;
}

.col2_news_paging_input,
.gallery_paging_input
{
    width: 23px;
    text-align: center;
    font-size: 0.8em;
    height: 11px;
    margin-right: 10px;
}

.col2_news_paging_next,
.gallery_paging_next
{
    color: #676767;
    text-decoration: none;
    margin-right: 15px;
}

.col2_news_paging_prev,
.gallery_paging_prev
{
    color: #676767;
    text-decoration: none;
    margin-right: 10px;
}

.col2_news_paging_link,
.col2_news_paging_link_selected,
.gallery_paging_link,
.gallery_paging_link_selected
{
    color: #676767;
    text-decoration: none;    
    margin-left: 5px;
}

.col2_news_paging_link_selected,
.gallery_paging_link_selected
{
    color: #000;
    text-decoration: underline;
}


/* 
Gallery
*/

.gallery_content_mainframe 
{
    width: 600px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.gallery_item_frame_off 
{
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    float: left;
    width: 110px;
    height: 102px;
    text-align: center;
    padding-top: 5px;
    margin: 4px;
}

.gallery_item_image_off {
    border: 1px solid #eee;
}


/*
  Forum
*/

.col2_forum_cat_link 
{
    color: #000;
    text-decoration: none;
    padding-left: 20px;
    background: transparent url(../graphics/note_go.gif) no-repeat top left;
    height: 20px;
    padding-bottom: 5px;
}

.col2_forum_cat_link:hover 
{
    text-decoration: underline;
}

.col2_forum_catname_div 
{
}

.col2_forum_catdescription_div 
{
    color: #676767;
    padding-left: 20px;
}

.col2_forum_category_name_div 
{
    margin-top: 10px;
    font-weight: bold;
}

.col2_forum_category_description_div 
{
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
    color: #676767;
}

.col2_forum_postleft_post_div 
{
    background-image: url(../graphics/note.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-top: 10px;
}

.col2_forum_postleft_sticky_div 
{
    background-image: url(../graphics/sticky.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-top: 10px;
}

.col2_forum_lastpost_link 
{
    color: #000;
    text-decoration: none;    
}

.col2_forum_post_link
{
    height: 50px;
    padding-top: 30px;
    padding-left: 20px;
    height: 20px;
    padding-bottom: 5px;
    
    color: #000;
    text-decoration: none;    
}

.col2_forum_postdate_div 
{
    float: left;
    color: #808080;
    border-right: 1px solid #eee;
    padding-right: 5px;
    margin-right: 5px;
    padding-left: 21px;
}

.col2_forum_postauthor_div 
{
    float: left;
    border-right: 1px solid #eee;
    padding-right: 5px;
    margin-right: 5px;
}

.col2_forum_catleft_td 
{
    float: left;
    clear: left;
    width: 69%;
    border-top: 1px solid #ddd;
    padding: 5px;
}

.col2_forum_catright_td  
{
    float: left;
    width: 27%;
    border-top: 1px solid #ddd;
    clear: right;
    padding: 5px;
    text-align: right;
    font-size: 0.9em;
    color: #808080;
}

.col2_forum_username_div 
{
    font-style: italic;
}

.col2_forumcontent 
{
    margin-top: 12px;
    margin-bottom: 40px;
}

.col2_post_div, 
.col2_post_div a
{
    color: #676767;
    text-decoration: none;
}

.col2_post_div_over, 
.col2_post_div_over a
{
    color: #000;
    text-decoration: none;
}

.col2_forum_toptoolbar_reply:hover,
.col2_forum_toptoolbar_topic:hover,
.col2_forum_toptoolbar_back:hover,
.col2_forum_post_link:hover
{
    text-decoration: underline;
}

.col2_forum_toptoolbar_topic 
{
    padding-left: 20px;
    background: url(../graphics/note_add.gif) no-repeat;
    margin-right: 20px;
    height: 20px;
    padding-bottom: 5px;
    
    color: #000;
    text-decoration: none;
}

.col2_forum_toptoolbar_reply
{
    padding-left: 20px;
    background: url(../graphics/note_edit.gif) no-repeat;
    margin-right: 16px;
    height: 20px;
    padding-bottom: 5px;
    
    color: #000;
    text-decoration: none;
}

.col2_forum_toptoolbar_back
{
    padding-left: 20px;
    background: url(../graphics/gray_arrow.gif) no-repeat;
    height: 20px;
    padding-bottom: 5px;
    
    color: #000;
    text-decoration: none;
}

.col2_post_div 
{
    padding-left: 20px;
    background: url(../graphics/note.gif) no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
}


.col2_post_div_over
{
    padding-left: 20px;
    background: url(../graphics/note_go.gif) no-repeat 1px 1px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.col2_post_div_selected
{
    padding-left: 20px;
    background: url(../graphics/note_go.gif) no-repeat 1px 1px;
    padding-top: 2px;
    padding-bottom: 2px; 
}

.col2_author_span 
{
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.col2_date_span 
{
    padding-left: 5px;
    color: #808080;
    text-decoration: none;    
}

.col2_forum_viewpost_author_div 
{
    margin-top: 10px;
    font-style: italic;
}

.col2_forum_viewpost_title_div 
{
    font-weight: bold;
}

.col2_forum_viewpost_date_div 
{
    color: #808080;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.col2_forum_viewpost_content_div p 
{
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.col2_forum_form_header_div 
{
    border-top: 1px solid #ddd;
    padding: 5px;
    font-weight: bold;
}

.col2_forum_form_left_div 
{
    float: left;
    clear: left;
    width: 100px;
}

.col2_forum_form_smiley_link 
{
    float: right;
    background-image: url(../graphics/smiley.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-right: 25px;
    height: 16px;
    text-decoration: underline;
    color: #000;
}

.col2_forum_form_smiley_link:hover 
{
    text-decoration: none;
}

.col2_forum_form_input,
.col2_forum_form_textarea 
{
    width: 95%;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 1em;
}

.col2_forum_form_textarea
{
    width: 95%;
    height: 100px;
}

.col2_forum_form_submit,
.col2_forum_form_cancel
{
    margin-top: 5px;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
}


/*
LEFT SIDE MENU
*/

#menu_container 
{
    padding-top: 10px;
    padding-left: 45px;
    width: 260px;
    height: 189px;
    
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #676767;
}

#menu_container a 
{
    color: #676767;
    text-decoration: none;
}

#menu_container a:hover
{
    color: #000;
    text-decoration: none;
}

.menu_div 
{
    padding-right: 25px;
    clear: both;
    float: left;
    width: 120px;
}

.menu_div_selected
{
    width: 120px;    
    padding-right: 11px;
    clear: both;
    float: left;
    background: transparent url(../graphics/menu_arrow.gif) no-repeat top right;
}

#menu_container .menu_div_selected a,
#menu_container .menu_div_selected a:hover,
#menu_container .menu2_div_selected a,
#menu_container .menu2_div_selected a:hover,
#menu_container .menu3_div_selected a,
#menu_container .menu3_div_selected a:hover
{
    color: #000;
}

.submenu1_div 
{
    width: 150px;
    position: absolute;
    margin-left: 146px;
}

.submenu2_div 
{
    padding-left: 20px;
    background: transparent url(../graphics/menu_arrow.gif) no-repeat 5px 1px;
}

.firefox_center_img_bg 
{
    background-color: #fff;
    width: 370px;
    height: 364px;
}

