/* Normal, standard links. */
#com_smf a:link {
	 color: #666666;
	 text-decoration: none;
	 font-family: Trebuchet MS
	 }
#com_smf a:visited {
	 color: #666666;
	 text-decoration: none;
	 font-family: Trebuchet MS
	 }
#com_smf a:hover {
	 color: #FD6400;
	 text-decoration: underline;
	 font-family: Trebuchet MS
	 }
/* Navigation links - for the link tree. */
#com_smf .nav, #com_smf .nav:link, #com_smf .nav:visited {
	 color: #777777;
	 text-decoration: none;
	 font-family: Trebuchet MS
	 }
#com_smf a.nav:hover {
	 color: #FD6400;
	 text-decoration: underline;
	 font-family: Trebuchet MS
	 }
/* 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: #666666;
	 font-size: 12px;
	 font-family: verdana, sans-serif;
	 line-height: 135%;
	 font-family: Trebuchet MS
	 }
/* The main body of the entire forum. */
#com_smf body {
	 background: #fff url(images/Untitled-1_02f.gif) repeat-x;
	 margin: 0;
	 padding: 0 30px 15px 30px
	 }
/* lets give all forms zero padding/margins */
#com_smf form {
	 padding: 0px;
	 margin: 0px
	 }
/* 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;
	 background: #f9f9f9;
	 border: 1px solid #dddddd;
	 padding: 2px
	 }
#com_smf input, #com_smf button {
	 font-size: 90%
	 }
#com_smf textarea {
	 font-size: 100%;
	 color: #000;
	 font-family: verdana, sans-serif;
	 background: #f9f9f9
	 }
/* All input elements that are checkboxes or radio buttons. */
#com_smf input.check {
	 font-size: 98%;
	 font-family: verdana, arial, sans-serif;
	 color: #222222;
	 font-style: normal;
	 border: 1px solid #999999;
	 padding-bottom: 4px;
	 clear: left
	 }
/* Selects are a bit smaller, because it makes them look even better 8). */
#com_smf select {
	 font-size: 90%;
	 font-weight: normal;
	 color: #000000;
	 font-family: verdana, sans-serif;
	 background: #f9f9f9
	 }
/* No image should have a border when linked */
#com_smf a img {
	 border: 0
	 }
/* A quote, perhaps from another post. */
#com_smf .quote {
	 color: #000000;
	 background-color: #ddd;
	 margin: 1px;
	 padding: 1px;
	 font-size: x-small;
	 font-style: italic;
	 line-height: 1.4em;
	 border: 1px solid #000000
	 }
/* A code block - maybe even PHP ;). */
#com_smf .code {
	 color: #000000;
	 background-color: #dddddd;
	 font-family: "courier new", "times new roman", monospace;
	 font-size: x-small;
	 line-height: 1.3em;
	 /* Put a nice border around it. */
	 border: 1px solid #000000;
	 margin: 1px auto 1px auto;
	 padding: 1px;
	 width: 99%;
	 /* Don't wrap its contents, and show scrollbars. */
	 white-space: nowrap;
	 overflow: auto;
	 /* 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 {
	 background: #999;
	 color: #000;
	 padding: 5px;
	 text-decoration: none;
	 font-style: normal;
	 font-weight: bold;
	 font-size: x-small;
	 line-height: 1.2em
	 }
/* For links to change the code stuff... */
#com_smf .codeoperation {
	 font-weight: normal
	 }
#com_smf .inputs {
	 color: #212B32;
	 border: 2px solid #fefefe;
	 background: #f9f9f9;
	 text-indent: 0.2cm
	 }
#com_smf .inputs:hover {
	 border: 2px solid #A4BDD1
	 }
#com_smf .submit:hover {
	 background: cornflowerblue;
	 border: 2px solid white
	 }
/* 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: #ccffff
	 }
/* 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: #DDDDBD;
	 color: black
	 }
/* Alternating backgrounds for posts, and several other sections of the forum. */
#com_smf .windowbg, #com_smf #preview_body, #com_smf #windowbg {
	 background: #f5f5f5;
	 color: #111111;
	 font: 11px;
	 font-family: Geneva, verdana, sans-serif;
	 border: solid 1px #ffffff
	 }
#com_smf .windowbg2 {
	 background: #f0f0f0;
	 color: #111111;
	 font: 11px;
	 font-family: Geneva, verdana, sans-serif;
	 border: solid 1px #ffffff
	 }
#com_smf .windowbg3, #com_smf #profileview {
	 background: #f5f5f5;
	 color: #333333;
	 font: 11px;
	 font-family: Geneva, verdana, sans-serif;
	 border: solid 1px #ffffff
	 }
/* Color for background of posts requiring approval */
#com_smf .approvebg {
	 background: #f5f5f5;
	 color: #333333;
	 font: 11px;
	 font-family: Geneva, verdana, sans-serif;
	 border: solid 1px #ffffff
	 }
/* Color for background of *topics* requiring approval */
#com_smf .approvetbg {
	 background: #f5f5f5;
	 color: #333333;
	 font: 11px;
	 font-family: Geneva, verdana, sans-serif;
	 border: solid 1px #ffffff
	 }
/* the today container in calendar */
#com_smf .calendar_today {
	 background-color: #f6f6f6;
	 text-align: center;
	 font-weight: bolder
	 }
/* 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 {
	 color: #656565;
	 font-style: normal;
	 background: url(images/title.png);
	 padding-left: 10px;
	 padding-right: 10px;
	 line-height: 14px
	 }
#com_smf .titlebg, #com_smf .titlebg a:link, #com_smf .titlebg a:visited {
	 font-weight: bold;
	 color: #656565;
	 font-style: normal;
	 font-size: 12px
	 }
#com_smf .titlebg a:hover {
	 color: #353535
	 }
/* same as titlebg, but used where bold text is not needed */
#com_smf .titlebg2 a:link, #com_smf .titlebg2 a:visited {
	 color: #151515;
	 font-style: normal;
	 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 {
	 color: #fff;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #000 url(./images/katorta.png) repeat-x 0 0;
	 height: 24px
	 }
#com_smf .catbg2, #com_smf tr.catbg2 td {
	 color: #fff;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #000 url(./images/katorta.png) repeat-x 0 0;
	 height: 24px
	 }
#com_smf .catbg, #com_smf .catbg2 {
	 font-weight: bold;
	 font-size: 12px
	 }
#com_smf .catbg3, #com_smf tr.catbg3 td, #com_smf .catbg3 a:link, #com_smf .catbg3 a:visited {
	 font-size: 95%;
	 color: #fff;
	 text-decoration: none
	 }
#com_smf .catbg a:link, #com_smf .catbg a:visited, #com_smf .catbg2 a:link, #com_smf .catbg2 a:visited {
	 color: #fff;
	 text-decoration: none
	 }
#com_smf .catbg a:hover, #com_smf .catbg2 a:hover, #com_smf .catbg3 a:hover {
	 text-decoration: underline
	 }
#com_smf .catbgf {
	 height: 27px;
	 line-height: 27px;
	 color: #999;
	 font-weight: bold;
	 background: #000 url(./images/katorta.png) repeat-x 0 0;
	 padding-left: 5px;
	 padding-right: 0;
	 padding-top: 0;
	 padding-bottom: 0
	 }
#com_smf .catbgf-l {
	 background: #111111 url(./images/katsol.png) no-repeat 0 0;
	 padding-left: 20px;
	 position: relative
	 }
#com_smf .catbgf-r {
	 background: #111111 url(./images/katsag.png) no-repeat 100% 0;
	 padding-right: 20px;
	 position: relative
	 }
#com_smf .catbgf a:link {
	 color: #999;
	 text-decoration: none
	 }
#com_smf .catbgf a:visited {
	 color: #999;
	 text-decoration: none
	 }
#com_smf .catbgf a:hover {
	 text-decoration: underline
	 }
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
#com_smf .bordercolor {
	 padding: 0px;
	 background: #D6D6D6
	 }
/* This is used on tables that should just have a border around them. */
#com_smf .tborder {
	 padding: 0px;
	 border: solid 1px #f5f5f5
	 }
/* Standard horizontal rule.. ([hr], etc.) */
#com_smf hr, #com_smf .hrcolor {
	 height: 1px;
	 border: 0;
	 color: #444444;
	 background-color: #444444
	 }
/* By default set the color on these tags as black. */
#com_smf h1, #com_smf h2, #com_smf h3, #com_smf h4, #com_smf h5, #com_smf h6, #com_smf h7 {
	 color: black;
	 font-size: 1em;
	 margin: 0;
	 padding: 0
	 }
/* No image should have a border when linked. */
#com_smf a img {
	 border: 0
	 }
/* No lines around buttons in Firefox! */
#com_smf a {
	 outline: none
	 }
/* Reset all lists. */
#com_smf ul, #com_smf ul li {
	 padding: 0;
	 margin: 0;
	 list-style: none
	 }
/* We can define lists to be lists tho! */
#com_smf ul.normallist {
	 padding-left: 2em
	 }
#com_smf ul.normallist li {
	 list-style: disc
	 }
/* NOTE: REMOVE THIS??!?!?!! */
/* But do use them in the posts area! */
#com_smf .post ul {
	 padding-left: 2em
	 }
#com_smf .post ul li {
	 list-style: disc
	 }
#com_smf .post ul li li {
	 list-style: circle
	 }
/* ************************************* */
/* Some handy custom classes				 */
/* ************************************* */
#com_smf .floatright {
	 float: right
	 }
#com_smf .floatleft {
	 float: left
	 }
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
#com_smf .smalltext {
	 font-size: x-small;
	 font-family: verdana, sans-serif
	 }
#com_smf .middletext {
	 font-size: 90%
	 }
#com_smf .normaltext {
	 font-size: small
	 }
#com_smf .largetext {
	 font-size: large
	 }
/* Posts and personal messages displayed throughout the forum. */
#com_smf .post, #com_smf .personalmessage {
	 overflow: auto;
	 line-height: 1.3em;
	 width: 100%
	 }
#com_smf .postarea .post {
	 float: left
	 }
/* add a visual divider between subject and post */
#com_smf .post .inner {
	 padding-top: 0.7em;
	 border-top: solid 1px #888
	 }
/* 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
	 }
/* Helping style to clear floated items. */
#com_smf .clearfix:after {
	 content: ".";
	 display: block;
	 height: 0;
	 clear: both;
	 visibility: hidden
	 }
#com_smf .clearfix {
	 display: inline-block
	 }
/* Hides from IE-mac. \*/
#com_smf * html .clearfix {
	 height: 1%
	 }
#com_smf .clearfix {
	 display: block
	 }
#com_smf #menutaban {
	 font-size: 1.0em;
	 height: 70px;
	 margin-left: 12px;
	 background: #041334 url(./images/toolbar.jpg) no-repeat
	 }
/* ************************************* */
/* Buttons and menus							*/
/* ************************************* */
#com_smf .buttonlist ul, #com_smf .buttonlist_bottom ul {
	 padding-left: 10px
	 }
#com_smf .buttonlist ul li, #com_smf .buttonlist_bottom ul li {
	 margin: 0;
	 padding: 0;
	 display: inline
	 }
#com_smf .buttonlist ul li a, #com_smf .buttonlist ul li a:visited, #com_smf .buttonlist_bottom ul li a, #com_smf .buttonlist_bottom ul li a:visited {
	 margin-right: 1px;
	 float: left;
	 display: block;
	 color: white;
	 font-size: 0.9em;
	 font-family: tahoma, sans-serif;
	 text-transform: lowercase
	 }
#com_smf .buttonlist ul li a:hover span, #com_smf .buttonlist_bottom ul li a:hover span {
	 color: white;
	 background: #FF9900;
	 text-decoration: none
	 }
#com_smf .buttonlist ul li a:hover, #com_smf .buttonlist_bottom ul li a:hover {
	 text-decoration: none
	 }
#com_smf .buttonlist ul li a span, #com_smf .buttonlist_bottom ul li a span {
	 display: block;
	 padding: 4px 6px;
	 background: #666
	 }
#com_smf .buttonlist ul li a.active span em, #com_smf .buttonlist_bottom ul li a.active span em {
	 display: block;
	 font-style: normal
	 }
/* For links that are basically submit buttons. */
#com_smf .buttonlist_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 .buttonlist_submit:hover {
	 color: #e0e0ff
	 }
/* ..for the "bottom" menu */
/* the old type of menu, with images */
#com_smf .oldbuttonlist {
	 text-align: right;
	 padding: 0.5em
	 }
/* ************************************* */
/* The below is deprecated.				  */
/* ************************************* */
/* definitions for the main tab, active means the tab reflects which page is displayed */
#com_smf .maintab_first, #com_smf .mirrortab_first {
	 display: none
	 }
#com_smf .maintab_last, #com_smf .mirrortab_last {
	 display: none
	 }
#com_smf .maintab_active_first, #com_smf .mirrortab_active_first {
	 display: none
	 }
#com_smf .maintab_active_last, #com_smf .mirrortab_active_last {
	 display: none
	 }
/* how links behave in main tab. */
#com_smf .maintab_back a, #com_smf .mirrortab_back a {
	 padding: 5px;
	 background: #e0e0e0;
	 border-bottom: solid 1px #bbb;
	 display: block;
	 color: #000;
	 text-decoration: none;
	 font-size: 11px;
	 margin-right: 1px
	 }
#com_smf .maintab_active_back a, #com_smf .mirrortab_active_back a {
	 padding: 5px;
	 background: #fff;
	 border-bottom: solid 1px #bbf;
	 display: block;
	 color: #630;
	 text-decoration: none;
	 font-size: 11px;
	 margin-right: 1px
	 }
#com_smf .maintab_back a:hover, #com_smf .maintab_back a.chosen:hover, #com_smf .maintab_back a.chosen, #com_smf .mirrortab_back a:hover, #com_smf .mirrortab_back a.chosen:hover, #com_smf .mirrortab_back a.chosen {
	 color: #630;
	 background: #fff;
	 border-bottom: solid 1px #bbf
	 }
#com_smf .maintab_active_back a:hover, #com_smf .maintab_active_back a.chosen:hover, #com_smf .maintab_active_back a.chosen, #com_smf .mirrortab_active_back a:hover, #com_smf .mirrortab_active_back a.chosen:hover, #com_smf .mirrortab_active_back a.chosen {
	 color: #630;
	 background: #fff;
	 border-bottom: solid 1px #bbf
	 }
/* 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: #DDDDDD
	 }
/* hovered auto suggest item */
#com_smf .auto_suggest_item_hover {
	 background-color: #888888;
	 cursor: pointer;
	 color: #EEEEEE
	 }
#com_smf #wrapper {
	 width: 900px;
	 min-width: 720px;
	 margin: 0 auto
	 }
#com_smf #headerim {
	 position: relative;
	 height: 48px;
	 overflow: hidden;
	 background: #DBE6F7 url(./images/layout1_05.png) 0 0 repeat-x
	 }
#com_smf #headim-r {
	 position: relative;
	 height: 48px;
	 overflow: hidden;
	 background: url(./images/layout1_0ll7.png) 100% 0 no-repeat
	 }
#com_smf #headim-l {
	 position: relative;
	 height: 48px;
	 overflow: hidden;
	 background: url(./images/layout1_0ll3.png) 0 0 no-repeat
	 }
#com_smf #hello {
	 float: left;
	 padding-left: 10px;
	 padding-top: 10px;
	 font-size: 14px;
	 color: #6A0101;
	 font-family: Trebuchet MS;
	 font-weight: bold
	 }
#com_smf #header {
	 position: relative;
	 // height: 160px;
	 overflow: hidden;
	 // background: url(./images/logo.png) no-repeat
	 }
#com_smf #head-r {
	 padding-right: 5px;
	 background: none
	 }
#com_smf #head-l {
	 padding-left: 0px;
	 background: none
	 }
#com_smf #logo {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 display: block;
	 width: 428px;
	 height: 160px;
	 cursor: pointer;
	 background: url(./images/logo.png) no-repeat
	 }
#com_smf #userarea {
	 // height: 78px;
	 // float: right;
	 // padding: 35px 25px 0 0;
	 // text-align: right;
	 text-align: left;
	 font-size: 13px;
	 color: #222;
	 font-family: Trebuchet MS
	 }
#com_smf #userarea a:link, #com_smf #userarea a:visited {
	 color: #333;
	 text-decoration: none
	 }
#com_smf #userarea a:hover {
	 color: orange;
	 text-decoration: none
	 }
#com_smf #search {
	 float: right;
	 padding-top: 5px;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 clear: both
	 }
#com_smf #mainarea {
	 margin: 0;
	 padding: 20px 0 0 0
	 }
#com_smf #footerarea {
	 text-align: center;
	 padding-top: 20px;
	 padding-left: 10px
	 }
#com_smf #footerarea {
	 font-family: Tahoma;
	 font-size: 10px;
	 color: #fff;
	 font-style: italik;
	 float: left;
	 text-align: center
	 }
#com_smf #footerarea a:link {
	 font-family: Tahoma;
	 font-size: 10px;
	 color: #fff;
	 text-decoration: none;
	 font-style: italik;
	 text-align: center
	 }
#com_smf #footerarea a:visited {
	 font-family: Tahoma;
	 font-size: 10px;
	 color: #fff;
	 text-decoration: none;
	 font-style: italik
	 }
#com_smf #footerarea a:hover {
	 font-family: Tahoma;
	 font-size: 10px;
	 color: #000;
	 text-decoration: underline;
	 font-style: italik
	 }
#com_smf #footerarea a:active {
	 font-family: Tahoma;
	 font-size: 10px;
	 color: #fff;
	 text-decoration: none;
	 font-style: italik
	 }
#com_smf #sag {
	 background: #fff url(images/layout1_20.jpg) 100% 0 repeat-y
	 }
#com_smf #sol {
	 background: url(images/layout1_13.png) 0 0 repeat-y
	 }
#com_smf #alt {
	 background: url(images/altorta.png) 0 100% repeat-x
	 }
#com_smf #altsag {
	 background: url(images/altsag.png) 100% 100% no-repeat
	 }
#com_smf #altsol {
	 background: url(images/altsol.png) 0 100% no-repeat
	 }
#com_smf #ust {
	 background: url(images/layout1_10.png) 0 0 repeat-x
	 }
#com_smf #ustsag {
	 background: url(images/layout1_12.png) 100% 0 no-repeat
	 }
#com_smf #ustsol {
	 background: url(images/layout1_09.png) 0 0 no-repeat;
	 padding: 0px 15px 40px 20px
	 }
#com_smf #zaman {
	 padding: 7px 20px 0 35px
	 }
#com_smf #navarea1 {
	 width: 100%;
	 height: 65px;
	 position: relative;
	 background: #f3f3f3;
	 border-top: solid 10px #f3f3f3
	 }
#com_smf #arama {
	 position: absolute;
	 bottom: 15px;
	 right: 1px;
	 top: 5px;
	 height: 60px;
	 width: 250px;
	 overflow: hidden;
	 font-size: 10px
	 }
#com_smf .windowbgb {
	 background: url(images/winbg.jpg) repeat-x
	 }
#com_smf #navarea1 {
	 width: 100%;
	 height: 75px;
	 position: relative;
	 background: #EDEAE4 url(images/mainust.png) no-repeat bottom center
	 }
#com_smf #arama {
	 position: absolute;
	 bottom: 15px;
	 right: 1px;
	 top: 5px;
	 height: 60px;
	 width: 300px;
	 overflow: hidden;
	 font-size: 10px
	 }
#com_smf #fontsize {
	 position: absolute;
	 right: 1px;
	 top: 10px;
	 height: 70px;
	 width: 170px;
	 overflow: hidden
	 }
#com_smf #news {
	 color: #151515;
	 width: 400px;
	 height: 70px;
	 overflow: hidden;
	 padding-top: 3px;
	 padding-left: 10px
	 }
#com_smf #news h2 {
	 position: static;
	 font-size: 100%;
	 font-weight: bold;
	 float: left;
	 margin: 0px 0 0 5px
	 }
#com_smf #news p {
	 color: #adadad;
	 height: 14px;
	 overflow: hidden;
	 padding: 4px 0 0 4px
	 }
#com_smf .titlebg3 {
	 color: #777777;
	 font-style: normal;
	 background: #f9f9f9 url(images/titlebg.jpg) repeat-x;
	 padding-left: 10px;
	 line-height: 10px;
	 font-size: 11px
	 }
#com_smf .windowbgb {
	 background: url(images/winbg.jpg) repeat-x
	 }
/* 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 {
	 clear: right;
	 padding: 1em 0 3px 0;
	 border-top: solid 1px #dadada;
	 width: 100%;
	 overflow: auto;
	 line-height: 1.3em
	 }
/* float a list horisontally */
#com_smf ul.horizlist {
	 width: 100%
	 }
#com_smf ul.horizlist li {
	 float: left;
	 padding: 0.2em 0.4em 0.2em 0.4em;
	 vertical-align: top
	 }
/* make a inline-list */
#com_smf ul.nolist li {
	 display: inline
	 }
#com_smf .profil {
	 padding-top: 3px;
	 padding-right: 0px;
	 padding-bottom: 3px;
	 padding-left: 3px;
	 margin: 3px 0px 3px 3px;
	 background-color: #efefef;
	 border-top: 1px solid #d2d2d1;
	 border-right: 1px solid #d2d2d1;
	 border-left: 3px solid orange;
	 border-bottom: 1px solid #d2d2d1
	 }
/* Login  */
#com_smf span.quick span.yoo-login span.login {
	 height: 21px;
	 width: 500px;
	 font-size: 100%
	 }
#com_smf span.quick span.yoo-login span.login .username, #com_smf span.quick span.yoo-login span.login .password, #com_smf span.quick span.yoo-login span.login .login-button-text, #com_smf span.quick span.yoo-login span.login .login-button-icon, #com_smf span.quick span.yoo-login span.login .lostpassword, #com_smf span.quick span.yoo-login span.login .activatecode, #com_smf span.quick span.yoo-login span.login .registration, #com_smf span.quick span.yoo-login span.logout .greeting, #com_smf span.quick span.yoo-login span.logout .logout-button-text, #com_smf span.quick span.yoo-login span.logout .logout-button-icon {
	 padding-right: 4px;
	 float: left;
	 text-align: center
	 }
#com_smf span.quick span.yoo-login span.login .username input, #com_smf span.quick span.yoo-login span.login .password input {
	 width: 75px;
	 height: 21px;
	 padding: 4px 0px 0px 30px;
	 border: none;
	 outline: none;
	 float: left;
	 color: #777;
	 font-size: 12px
	 }
#com_smf span.quick span.yoo-login span.login .username input {
	 background: url('images/username_bg.png') no-repeat 0 0
	 }
#com_smf span.quick span.yoo-login span.login .password input {
	 background: url('images/password_bg.png') no-repeat 0 0
	 }
#com_smf span.quick span.yoo-login span.login .username input:hover, #com_smf span.quick span.yoo-login span.login .username input.sfhover {
	 background: url('images/username_bg.png') no-repeat 0 -24px;
	 color: #777
	 }
#com_smf span.quick span.yoo-login span.login .password input:hover, #com_smf span.quick span.yoo-login span.login .password input.sfhover {
	 background: url('images/password_bg.png') no-repeat 0 -24px;
	 color: #777
	 }
#com_smf span.quick span.yoo-login span.login .username input:focus, #com_smf span.quick span.yoo-login span.login .username input.sffocus {
	 background: url('images/username_bg.png') no-repeat 0 -24px;
	 color: #777
	 }
#com_smf span.quick span.yoo-login span.login .password input:focus, #com_smf span.quick span.yoo-login span.login .password input.sffocus {
	 background: url('images/password_bg.png') no-repeat 0 -24px;
	 color: #777
	 }
#com_smf span.quick span.yoo-login span.login .login-button-text button {
	 margin-top: 0px;
	 cursor: pointer
	 }
#com_smf span.quick span.yoo-login span.login .login-button-icon button {
	 display: block;
	 height: 23px;
	 width: 24px;
	 padding: 0px;
	 border: medium none;
	 background: url('images/login_button_bg.png') no-repeat 0 0
	 }
#com_smf span.quick span.yoo-login span.login .login-button-icon button:hover, #com_smf span.quick span.yoo-login span.login .login-button-icon button.sfhover {
	 background: url('images/login_button_bg.png') no-repeat 0 -23px
	 }
#com_smf span.quick span.yoo-login span.login .lostpassword a, #com_smf span.quick span.yoo-login span.login .activatecode a, #com_smf span.quick span.yoo-login span.login .registration a {
	 display: block;
	 height: 21px;
	 width: 25px
	 }
#com_smf span.quick span.yoo-login span.login .lostpassword a {
	 background: url('images/lost_password_bg.png') no-repeat 0 0px
	 }
#com_smf span.quick span.yoo-login span.login .activatecode a {
	 background: url('images/activatecode.png') no-repeat 0 0px
	 }
#com_smf span.quick span.yoo-login span.login .registration a {
	 background: url('images/registration_bg.png') no-repeat 0 0px
	 }
#com_smf #fancymenu {
	 position: absolute;
	 margin: 0
	 }
#com_smf #fancymenu ul {
	 list-style: none;
	 margin: 0;
	 padding-left: 50px
	 }
#com_smf #fancymenu li {
	 float: left;
	 display: block
	 }
#com_smf #fancymenu li a {
	 float: left;
	 display: block;
	 position: relative;
	 height: 48px;
	 line-height: 48px;
	 overflow: hidden;
	 // font-size: 145%;
	 font-size: 110%;
	 color: #f9f9f9;
	 text-decoration: none;
	 z-index: 4;
	 outline: none;
	 padding: 5px 10px;
	 font-family: Trebuchet MS;
	 text-transform: uppercase;
	 font-weight: light
	 }
#com_smf #fancymenu li.current a {
	 text-decoration: none
	 }
#com_smf #fancymenu li.background {
	 background: url(images/menu-r.png) 100% 0 no-repeat;
	 position: absolute;
	 visibility: hidden;
	 z-index: 2
	 }
#com_smf #fancymenu li.background .left {
	 background: url(images/menu-l.png) 0 0 no-repeat;
	 height: 48px;
	 margin-right: 5px
	 }