/* @override http://www.docnetworld.org/workarea/Themes/RuNet/style.css */

/* Normal, standard links. */
#com_smf a:link {
    color: #6c8f07;
    text-decoration: none
    }
#com_smf a:visited {
    color: #6c8f07;
    text-decoration: none
    }
#com_smf a:hover {
    color: #000;
    text-decoration: underline
    }


/* Navigation links - for the link tree. */
#com_smf .bcrumbs, #com_smf .bcrumbs:link, #com_smf .bcrumbs:visited {
    color: #c47507;
    text-decoration: none;
    font-size: 12px;
    padding: 4px 1px 4px 1px;
    }

#com_smf .breadcrumbs {
	display: block; 
}    
    
#com_smf a.bcrumbs:hover {
    color: #000;
    text-decoration: underline
    }


/* Tables should show empty cells. */
#com_smf table {
    empty-cells: show
    }
/* By default (td, body..) use verdana in black. */
#com_smf body, #com_smf td, #com_smf th, #com_smf tr {
    color: #3e3e3e;
    font-size: small;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif}
/* The main body of the entire forum. */
#com_smf body {
    background: url(images/body.gif) #fbfcfe;
    margin: 0;
    padding: 0
    }
/* Input boxes - just a bit smaller than normal so they align well. */
#com_smf input, #com_smf textarea, #com_smf button {
    color: #000;
    font-family: verdana, sans-serif
    }
#com_smf input, #com_smf button {
    font-size: 90%
    }
#com_smf textarea {
    font-size: 110%;
    color: #000;
    font-family: verdana, sans-serif
    }
/* All input elements that are checkboxes or radio buttons. */
/* Selects are a bit smaller, because it makes them look even better 8). */
#com_smf select {
    font-size: 100%;
    font-weight: normal;
    color: #000;
    font-family: verdana, sans-serif
    }
/* Standard horizontal rule.. ([hr], etc.) */
#com_smf hr, #com_smf .hrcolor {
    height: 1px;
    border: 0;
    color: #9d9d9d;
    background-color: #9d9d9d;
    }
/* No image should have a border when linked */
#com_smf a img {
    border: 0
    }
/* A quote, perhaps from another post. */
#com_smf blockquote {
    border: dotted #666 1px;
    border-left: solid #ff5a00 5px;
    margin: 10px 0 10px 0;
    padding: 15px;
    color: #333;
    font-style: italic;
    font-size: 12px;
    background: #fcfcfc
    }
/* A code block - maybe even PHP ;). */
#com_smf code {
    color: #3c3c3c;
    background-color: #FFF;
    display: block;
    font-family: "courier new", "times new roman", monospace;
    font-size: x-small;
    line-height: 1.3em;
    /* Put a nice border around it. */
    border: dotted #666 1px;
    border-left: solid #ff5a00 5px;
    margin: 0;
    padding: 15px;
    font-style: italic;
    font-size: 14px;
    background: #fff;
    /* Stop after about 24 lines, and just show a scrollbar. */
    max-height: 24em
    }
/* The "Quote:" and "Code:" header parts... */
#com_smf .quoteheader, #com_smf .codeheader {
    color: #000;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: x-small;
    line-height: 1.2em;
    width: 100%
    }
/* For links to change the code stuff... */
#com_smf .codeoperation {
    font-weight: normal
    }
/* Generally, those [?] icons.  This makes your cursor a help icon. */
#com_smf .help {
    cursor: help
    }
/* /me uses this a lot. (emote, try typing /me in a post.) */
#com_smf .meaction {
    color: red
    }
/* The main post box - this makes it as wide as possible. */
#com_smf .editor {
    width: 96%
    }
/* Highlighted text - such as search results. */
#com_smf .highlight {
    background-color: yellow;
    font-weight: bold;
    color: black
    }
/* A more discreet highlight colour, for selected membergroups etc. */
#com_smf .highlight2 {
    background-color: #B3F4B0;
    color: black
    }
/* Alternating backgrounds for posts, and several other sections of the forum. */
#com_smf .windowbg, #com_smf #preview_body {
    color: #3e3e3e;
    background-color: #fff;
    border-bottom: 1px solid #e5e9ea
    }
#com_smf .windowbg2 {
    color: #3e3e3e;
    background-color: #fff;
    border-bottom: 1px solid #e5e9ea
    }
#com_smf .windowbg3 {
    color: #3e3e3e;
    background-color: #fff;
    border-bottom: 1px solid #e5e9ea
    }
/* Color for background of posts requiring approval */
#com_smf .approvebg {
    color: #3e3e3e;
    background-color: #eff1dd
    }
/* Color for background of *topics* requiring approval */
#com_smf .approvetbg {
    color: #3e3e3e;
    background-color: #E4A17C
    }
/* the today container in calendar */
#com_smf .calendar_today {
    background-color: #FFF
    }
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
#com_smf .titlebg, #com_smf tr.titlebg th, #com_smf tr.titlebg td, #com_smf .titlebg2, #com_smf tr.titlebg2 th, #com_smf tr.titlebg2 td, #com_smf #credits h3 {
    color: #3e3e3e;
/*    background: url(images/titlebg.jpg) #def0fe repeat-x; */
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px
    }
#com_smf .titlebg, #com_smf .titlebg a:link, #com_smf .titlebg a:visited {
    color: #3e3e3e;
    }
#com_smf .titlebg a:hover {
    color: #3e3e3e;
    }
/* same as titlebg, but used where bold text is not needed */
#com_smf .titlebg2 a:link, #com_smf .titlebg2 a:visited {
    color: 3e3e3e;
    text-decoration: underline
    }
#com_smf .titlebg2 a:hover {
    text-decoration: underline
    }
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
#com_smf .catbg, #com_smf tr.catbg td, #com_smf .catbg3, #com_smf tr.catbg3 td {
/*    background: url(images/catbg.jpg) #59636d repeat-x;*/
	background-color: #6c8f07;
    padding-left: 10px;
    padding-right: 10px;
	color: #white;
}
#com_smf .catbg2, #com_smf tr.catbg2 td {
/*    background: url(images/catbg.jpg) #59636d repeat-x; */
	background-color: #6c8f07;
    padding-left: 10px;
    padding-right: 10px
    }
#com_smf .catbg, #com_smf .catbg2 {
    font-weight: bold
    }
#com_smf .catbg3, #com_smf tr.catbg3 td, #com_smf .catbg3 a:link, #com_smf .catbg3 a:visited {
    font-size: 100%;
    color: white;
    text-decoration: none
    }
#com_smf .catbg a:link, #com_smf .catbg a:visited, #com_smf .catbg2 a:link, #com_smf .catbg2 a:visited {
    color: white;
    text-decoration: none
    }
#com_smf .catbg a:hover, #com_smf .catbg2 a:hover, #com_smf .catbg3 a:hover {
    color: white}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
#com_smf .bordercolor {
    padding: 0;
    background-color: #f3f3f5
    }
/* This is used on tables that should just have a border around them. */
#com_smf .tborder {
    padding: 1px;
    background-color: #f3f3f5;
    border: 1px solid #b8b8b8}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
#com_smf .smalltext {
    font-size: small;
    font-family: verdana, sans-serif
    }
#com_smf .middletext {
    font-size: 100%
    }
#com_smf .normaltext {
    font-size: normal;
    }
#com_smf .largetext {
    font-size: large;
    }
/* Posts and personal messages displayed throughout the forum. */
#com_smf .post, #com_smf .personalmessage {
    width: 100%;
    overflow: auto;
    line-height: 1.3em
    }
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
#com_smf .signature {
    width: 100%;
    overflow: auto;
    padding-bottom: 3px;
    line-height: 1.3em
    }
/* Sometimes there will be an error when you post */
#com_smf .error {
    color: red
    }
/* definitions for the main tab, active means the tab reflects which page is displayed */
#com_smf .maintab_first, #com_smf .maintab_back, #com_smf .maintab_last, #com_smf .maintab_active_first, #com_smf .maintab_active_back, #com_smf .maintab_active_last {
    color: #0066b3;
    text-transform: uppercase;
    vertical-align: top
    }
#com_smf .maintab_back, #com_smf .maintab_active_back {
    color: #0066b3;
    text-decoration: none;
    font-size: 10px;
    vertical-align: top;
    padding: 2px 6px 6px 6px;
    font-family: tahoma, sans-serif
    }
#com_smf .maintab_first {
/*    background: url(images/maintab_first.gif) left bottom no-repeat; */
    width: 12px
    }
#com_smf .maintab_back {
/*    background: url(images/maintab_back.gif) left bottom #4f4f4f repeat-x */
    }
#com_smf .maintab_last {
/*    background: url(images/maintab_last.gif) left bottom no-repeat; */
    width: 12px
    }
#com_smf .maintab_active_first {
/*    background: url(images/maintab_back.gif) left bottom no-repeat; */
    width: 0
    }
#com_smf .maintab_active_back {
/*    background: url(images/maintab_back.gif) left bottom #4f4f4f repeat-x */
    }
#com_smf .maintab_active_last {
/*    background: url(images/maintab_back.gif) left bottom no-repeat; */
    width: 0
    }
/* how links behave in main tab. */
#com_smf .maintab_back a:link, #com_smf .maintab_back a:visited, #com_smf .maintab_active_back a:link, #com_smf .maintab_active_back a:visited {
    color: #c42d0b;
    text-decoration: none
    }
#com_smf .maintab_active_back a:link, #com_smf .maintab_active_back a:visited {
    color: #c42d0b;
    text-decoration: none
    }
#com_smf .maintab_back a:hover, #com_smf .maintab_active_back a:hover {
    color: #e0e0ff;
    text-decoration: none
    }
/* definitions for the mirror tab */
#com_smf .mirrortab_first, #com_smf .mirrortab_back, #com_smf .mirrortab_last, #com_smf .mirrortab_active_first, #com_smf .mirrortab_active_back, #com_smf .mirrortab_active_last {
    color: #0066b3;
    text-transform: uppercase;
    vertical-align: top
    }
#com_smf .mirrortab_back, #com_smf .mirrortab_active_back {
    color: #0066b3;
    text-decoration: none;
    font-size: 10px;
    vertical-align: bottom;
    padding: 6px 6px 2px 6px;
    font-family: tahoma, sans-serif
    }
#com_smf .mirrortab_first {
/*    background: url(images/mirrortab_first.gif) no-repeat; */
    width: 12px
    }
#com_smf .mirrortab_back {
/*    background: url(images/mirrortab_back.gif) #4f4f4f repeat-x */
    }
#com_smf .mirrortab_last {
/*    background: url(images/mirrortab_last.gif) no-repeat; */
    width: 12px
    }
#com_smf .mirrortab_active_first {
    background: url(images/mirrortab_back.gif) no-repeat;
    width: 0
    }
#com_smf .mirrortab_active_back {
    background: url(images/mirrortab_back.gif) #4f4f4f repeat-x
    }
#com_smf .mirrortab_active_last {
    background: url(images/mirrortab_back.gif) no-repeat;
    width: 0
    }
/* how links behave in mirror tab. */
#com_smf .mirrortab_back a:link, #com_smf .mirrortab_back a:visited {
    color: #c42d0b;
    text-decoration: none
    }
#com_smf .mirrortab_active_back a:link, #com_smf .mirrortab_active_back a:visited {
    color: #c9dbe8;
    text-decoration: none
    }
#com_smf .mirrortab_back a:hover, #com_smf .mirrortab_active_back a:hover {
    color: #e0e0ff;
    text-decoration: none
    }
/* Calendar colours for birthdays, events and holidays */
#com_smf .birthday {
    color: #920AC4
    }
#com_smf .event {
    color: #078907
    }
#com_smf .holiday {
    color: #000080
    }
/* Colours for warnings */
#com_smf .warn_mute {
    color: red
    }
#com_smf .warn_moderate {
    color: orange
    }
#com_smf .warn_watch {
    color: green
    }
/* The AJAX notifier */
#com_smf #ajax_in_progress {
    background: #32CD32;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 18pt;
    padding: 3px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0
    }
#com_smf #ajax_in_progress a {
    color: white;
    text-decoration: underline;
    font-size: smaller;
    float: right
    }
/* Styling for BBC tags */
#com_smf .bbc_color a {
    color: inherit
    }
#com_smf .bbc_img {
    border: 0
    }
#com_smf .bbc_list {
    margin-top: 0;
    margin-bottom: 0
    }
#com_smf .bbc_size {
    line-height: 1.3em
    }
#com_smf .bbc_table {
    font: inherit;
    color: inherit
    }
#com_smf .bbc_table td {
    font: inherit;
    color: inherit;
    vertical-align: top
    }
#com_smf .bbc_u {
    text-decoration: underline
    }
#com_smf .button_strip_submit {
    background: transparent;
    color: white;
    text-transform: uppercase;
    vertical-align: top;
    text-decoration: none;
    font-size: 9px;
    font-family: tahoma, sans-serif;
    border: 0
    }
#com_smf .button_strip_submit:hover {
    color: #e0e0ff
    }
#com_smf .openid_login {
    background: white url(images/openid.gif) no-repeat;
    padding-left: 18px
    }
#com_smf a.moderation_link, #com_smf a.moderation_link:visited {
    color: red;
    font-weight: bold
    }
/* These are for the auto suggest floating div type thing. */
#com_smf .auto_suggest_div {
    border: 1px solid black;
    position: absolute
    }
/* An auto suggest item */
#com_smf .auto_suggest_item {
    background-color: #DDD
    }
/* hovered auto suggest item */
#com_smf .auto_suggest_item_hover {
    background-color: #888;
    cursor: pointer;
    color: #EEE
    }
/* Moderation Notes */
#com_smf .moderation_notes {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    height: 9.5em
    }
#com_smf .moderation_notes li {
    padding: 4px 0 4px 4px;
    border-bottom: 1px solid #ccc
    }
/* Credits page */
#com_smf #credits p, #com_smf #credits h4 {
    padding: 0 10px
    }
#com_smf #credits h3 {
    margin: 0
    }
#com_smf #credits ul {
    list-style-type: none
    }
#com_smf #credits ul li {
    margin-bottom: 0.5em
    }
/* Logo backgrounds; */
#com_smf .logobg {
    width: 100%;
    background: url(images/logobg.jpg) #535353 repeat-x
    }
/* Menu backgrounds; */
#com_smf #home a:hover span, #com_smf #search a:hover span, #com_smf #help a:hover span, #com_smf #site a:hover span, #com_smf #calendar a:hover span {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 100% -42px
    }
#com_smf #home a:hover, #com_smf #search a:hover, #com_smf #help a:hover, #com_smf #site a:hover, #com_smf #calendar a:hover {
    background-position: 0% -32px
    }
#com_smf #home a {
    float: left;
    background: url(images/homeleft.gif) no-repeat left top;
    padding: 5px 0 2px 14px;
    text-decoration: none;
    margin-left: 3px
    }
#com_smf #home a span {
    display: block;
    padding: 5px 15px 4px 6px;
    color: #313234;
    text-transform: uppercase;
    font-weight: bold
    }
#com_smf #search a {
    float: left;
    background: url(images/searchleft.gif) no-repeat left top;
    margin: 0;
    padding: 5px 0 2px 14px;
    text-decoration: none
    }
#com_smf #search a span {
    display: block;
    padding: 5px 15px 4px 6px;
    color: #313234;
    text-transform: uppercase;
    font-weight: bold
    }
#com_smf #help a {
    float: left;
    background: url(images/helpleft.gif) no-repeat left top;
    margin: 0;
    padding: 5px 0 2px 14px;
    text-decoration: none
    }
#com_smf #help a span {
    display: block;
    padding: 5px 15px 4px 6px;
    color: #313234;
    text-transform: uppercase;
    font-weight: bold
    }
#com_smf #site a {
    float: left;
    background: url(images/siteleft.gif) no-repeat left top;
    margin: 0;
    padding: 5px 0 2px 14px;
    text-decoration: none;
    margin-left: 3px
    }
#com_smf #site a span {
    display: block;
    padding: 5px 15px 4px 6px;
    color: #313234;
    text-transform: uppercase;
    font-weight: bold
    }
#com_smf #calendar a {
    float: left;
    background: url(images/calendarleft.gif) no-repeat left top;
    margin: 0;
    padding: 5px 0 2px 14px;
    text-decoration: none
    }
#com_smf #calendar a span {
    display: block;
    padding: 5px 15px 4px 6px;
    color: #313234;
    text-transform: uppercase;
    font-weight: bold
    }
#com_smf .menu_nav_panel_bg {
/*    background: url(images/menu_nav_panel_bg.jpg) #535353 repeat-x; */
/*    border-bottom: 1px solid #000 */
    }
#com_smf .menubg {
/*    background: url(images/menubg1.gif) #535353 repeat-x */
    }
#com_smf .hello_member {
    margin-right: 20px;
    font-size: 10px
    }
#com_smf .hello_member a:hover, #com_smf .hello_member a:link, #com_smf .hello_member a:visited {
    color: #444}
#com_smf .shadow {
/*    border-top: 1px solid #666;
    background-color: #bbb
*/    }
#com_smf .ghostpanel {
    border-bottom: solid 1px #d1a9a9;
    background: #f1dada url(images/zamok.gif) 6px 6px no-repeat;
    color: #222
    }
#com_smf .userpanel {
    border-bottom: solid 1px #e5e9ea;
    background: #f3f3f5 url(images/useronforum.gif) 6px 6px no-repeat;
    color: #222
    }
#com_smf .usermenu {
    color: #222;
    padding-right: 10px;
    text-align: right
    }
#com_smf .usermenu a:link, #com_smf .usermenu a:visited {
    color: #222;
    text-decoration: underline;
    padding-right: 10px
    }
#com_smf .usermenu a:hover {
    color: #889
    }
#com_smf .topic2 {
    background-color: #fdfdfd
    }
#com_smf .topic1 {
    background-color: #fdfdfd
    }
#com_smf .profile {
    border: 1px solid #bfd5e1;
    padding: 3px;
    margin: 3px
    }
/*border for profile box*/
#com_smf .contactsborder {
    background-color: #c47507}
/*for contacts style*/
#com_smf .contacts {
    background-color: #fff5e7}
#com_smf .buttons {
    background-color: #f8ffe5}
#com_smf .buttonsborder {
    background-color: #6c8f07}
    
    
#footerarea span, #footerarea a, #footerarea a:visited, #footerarea a:hover, #footerarea a:link {
	color: white;
}    

#wall {
	width: 80%;
	margin: auto;
}


#wall .wallmsg {
	background-color: #fbfbfb;
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #727272;
}

#wall .wallmsg h3 a {
	font-size: 15px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #c47507;
}

.msgby, .msgtime {
	font-size: 10px;
	color: gray;
	margin-top: 10px;
}

table {
/*	border: 1px solid red; */
}



#filelist {
	width: 80%;
	margin: auto;
}


#filelist .file {
	background-color: #fbfbfb;
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #727272;
}

#file .file h3 a {
	font-size: 15px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #c47507;
}

#file .file h5 a {
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6c8f07;
}

.fileby, .filetime {
	font-size: 10px;
	color: gray;
	margin-top: 10px;
}

.content {
	padding: 10px;
}

