/* Normal, standard links. */
a:link {
	 color: #666666;
	 text-decoration: none;
		 font-family: Trebuchet MS;
}
a:visited {
	 color: #666666;
	 text-decoration: none;
		 font-family: Trebuchet MS;
}
a:hover {
	 color: #FD6400;
	 text-decoration: underline;
		 font-family: Trebuchet MS;
}
/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
	 color: #777777;
	 text-decoration: none;
		 font-family: Trebuchet MS;
}
a.nav:hover {
	 color: #FD6400;
	 text-decoration: underline;
		 font-family: Trebuchet MS;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */

body, td, th, 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. */
body 
{
	background: #fff url(images/Untitled-1_02f.jpg) ;
	margin: 0;
		padding: 0 30px 15px 30px;
}
/* lets give all forms zero padding/margins */
form
{
	padding: 0px;
	margin: 0px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000;
	font-family: verdana, sans-serif;
	background: #f9f9f9;
	border: 1px solid #dddddd;
	padding: 2px;
}
input, button
{
	font-size: 90%;}

textarea
{
	font-size: 100%;
	color: #000;
	font-family: verdana, sans-serif;
	background: #f9f9f9;
}

/* All input elements that are checkboxes or radio buttons. */
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). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
	background: #f9f9f9;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
blockquote {
 color: #3a3a3a;
 background-color: #efefef;
 border: 1px solid #cfcfcf;
 margin: 4px;
 padding: 4px;
 font-size: x-small;
 line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
code {
 color: #3a3a3a;
 background-color: #fbede6;
 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: 1px solid #f1ccbb;
 margin: 1px auto 1px auto;
 padding: 1px;
 width: 99%;
 overflow: auto;
 white-space: nowrap;
 /* Stop after about 24 lines, and just show a scrollbar. */
 max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
 color: #000;
 text-decoration: none;
 font-style: normal;
 font-weight: bold;
 font-size: x-small;
 line-height: 1.2em;
}
/* For links to change the code stuff... */
.codeoperation {
 font-weight: normal;
}
.inputs { 
	color: #212B32;
	border: 2px solid #fefefe;
	background: #f9f9f9;
	text-indent: 0.2cm;
}
.inputs:hover {
	border: 2px solid  #A4BDD1;
}
.submit:hover {
	background: cornflowerblue;
	border: 2px solid white;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: #ccffff;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	 background-color: yellow;
	 font-weight: bold;
	 color: black;
}

/* A more discreet highlight colour, for selected membergroups etc. */
.highlight2
{
	background-color: #DDDDBD;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body, #windowbg {
	background: #f5f5f5;
	color: #111111;
	font: 11px;
	font-family: Geneva, verdana, sans-serif;
	border: solid 1px #ffffff;

}
.windowbg2
{
	background: #f5f5f5;
	color: #111111;
	font: 11px;
	font-family: Geneva, verdana, sans-serif;
	border: solid 1px #ffffff;
}
.windowbg3, #profileview
{
	background: #f5f5f5;
	color: #333333;
	font: 11px;
	font-family: Geneva, verdana, sans-serif;
	border: solid 1px #ffffff;
}
/* Color for background of posts requiring approval */
.approvebg
{
	background: #f5f5f5;
	color: #333333;
	font: 11px;
	font-family: Geneva, verdana, sans-serif;
	border: solid 1px #ffffff;
}
/* Color for background of *topics* requiring approval */
.approvetbg
{
	background: #f5f5f5;
	color: #333333;
	font: 11px;
	font-family: Geneva, verdana, sans-serif;
	border: solid 1px #ffffff;
}

/* the today container in calendar */
.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.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	 color: #656565;
	 font-style: normal;
	 background:  url(images/title.png);
	 padding-left: 10px;
	 padding-right: 10px;
	 line-height: 14px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	 font-weight: bold;
	 color: #656565;
	 font-style: normal;
	 font-size: 12px;
}

.titlebg a:hover
{
	 color: #353535;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	 color: #151515;
	 font-style: normal;
	 text-decoration: underline;
}

.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*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	 color: #fff;
	 padding-left: 10px;
	 padding-right: 10px;
	background: #000 url(./images/katorta.png) repeat-x 0 0;
		 height: 24px;
}
.catbg2 , tr.catbg2 td
{
	 color: #fff;
	 padding-left: 10px;
	 padding-right: 10px;
	background: #000 url(./images/katorta.png) repeat-x 0 0;
		 height: 24px;
}
.catbg, .catbg2, .catbg3
{

}
.catbg, .catbg2
{
	 font-weight: bold;
	 font-size: 12px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	 font-size: 95%;
	 color: #fff;
	 text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	 color: #fff;
	 text-decoration: none;}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	 text-decoration: underline;}
.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
}

.catbgf-l {
	background: #111111 url(./images/katsol.png) no-repeat 0 0;
	padding-left: 20px;
	position: relative
}
.catbgf-r {
	background: #111111 url(./images/katsag.png) no-repeat 100% 0;
	padding-right: 20px;
	position: relative
}
.catbgf a:link
{
	color: #999;
	text-decoration: none;
}
.catbgf a:visited
{
	color: #999;
	text-decoration: none;
}
.catbgf a:hover
{
	text-decoration: underline;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {

	 padding: 0px; 
	 background: #D6D6D6; 
}
/* This is used on tables that should just have a border around them. */
.tborder {
	 padding: 0px;
	 border: solid 1px #f5f5f5; 
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #444444;
	background-color: #444444;
}

/* By default set the color on these tags as black. */
h1, h2, h3, h4, h5, h6, h7
{
	color: black;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/* No image should have a border when linked. */
a img
{
	border: 0;
}

/* No lines around buttons in Firefox! */
a
{
	outline: none;
}

/* Reset all lists. */
ul, ul li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

/* We can define lists to be lists tho! */
ul.normallist
{
	padding-left:	2em;
}

ul.normallist li
{
	list-style: disc;
}

/* NOTE: REMOVE THIS??!?!?!! */
/* But do use them in the posts area! */
.post ul
{
	padding-left:	2em;
}
.post ul li
{
	list-style: disc;
}
.post ul li li
{
	list-style: circle;
}

/* ************************************* */
/* Some handy custom classes				 */
/* ************************************* */

.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;}
.middletext
{
	font-size: 90%;}
.normaltext
{
	font-size: small;}
.largetext
{
	font-size: large;}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	overflow: auto;
	line-height: 1.3em;
	width: 100%;
}
.postarea .post
{

	float: left;
}
/* add a visual divider between subject and post */
.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 ;). */
.signature
{
	 width: 100%;
	 overflow: auto;
	 padding-bottom: 3px;
	 line-height: 1.3em;}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

/* Helping style to clear floated items. */
.clearfix:after 
{
	 content: "."; 
	 display: block; 
	 height: 0; 
	 clear: both; 
	 visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}

/* Hides from IE-mac. \*/
* html .clearfix 
{
	height: 1%;
}
.clearfix 
{
	display: block;
}
#menutaban {
	font-size: 1.0em;
	height: 70px;
	margin-left: 12px; 
	background: #041334 url(./images/toolbar.jpg) no-repeat; 
}
/* ************************************* */
/* Buttons and menus							*/
/* ************************************* */

.buttonlist ul, .buttonlist_bottom ul
{
	padding-left: 10px;
}
.buttonlist ul li, .buttonlist_bottom ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}
.buttonlist ul li a, .buttonlist ul li a:visited, .buttonlist_bottom ul li a, .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;
}
.buttonlist ul li a:hover span, .buttonlist_bottom ul li a:hover span
{
	color: white;
	background: #FF9900;
	text-decoration: none;
}
.buttonlist ul li a:hover , .buttonlist_bottom ul li a:hover 
{
	text-decoration: none;
}
.buttonlist ul li a span, .buttonlist_bottom ul li a span
{
	display: block;
	padding: 4px 6px;
	background: #666;
}
.buttonlist ul li a.active, .buttonlist_bottom ul li a.active
{
}
.buttonlist ul li a.active span em, .buttonlist_bottom ul li a.active span em
{
	display: block;
	font-style: normal;
}
.buttonlist ul li a.active span, .buttonlist_bottom ul li a.active span
{
}
.buttonlist ul li a span.last, .buttonlist_bottom ul li a span.last
{
}

/* For links that are basically submit buttons. */
.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;
}

.buttonlist_submit:hover
{
	color: #e0e0ff;
}

/* ..for the "bottom" menu */
.buttonlist_bottom ul
{
}
.buttonlist_bottom ul li a span
{
}
.buttonlist_bottom ul li a.active
{
}
.buttonlist_bottom ul li a.active span em
{
}
.buttonlist_bottom ul li a.active span
{
}
.buttonlist_bottom ul li a span.last
{
}
/* the old type of menu, with images */
.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 */
.maintab_first, .mirrortab_first
{
	display: none;
}
.maintab_last, .mirrortab_last
{
	display: none;
}
.maintab_active_first, .mirrortab_active_first
{
	display: none;
}
.maintab_active_last, .mirrortab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.maintab_back a, .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;
}
.maintab_active_back a, .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;
}
.maintab_back a:hover, .maintab_back a.chosen:hover,.maintab_back a.chosen,.mirrortab_back a:hover, .mirrortab_back a.chosen:hover,.mirrortab_back a.chosen
{
	color: #630;
	background: #fff;
	border-bottom: solid 1px #bbf;
}
.maintab_active_back a:hover, .maintab_active_back a.chosen:hover,.maintab_active_back a.chosen,.mirrortab_active_back a:hover, .mirrortab_active_back a.chosen:hover,.mirrortab_active_back a.chosen
{
	color: #630;
	background: #fff;
	border-bottom: solid 1px #bbf;
}

/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #920AC4;
}

.event
{
	color: #078907;
}

.holiday
{
	color: #000080;
}

/* Colours for warnings */
.warn_mute
{
	color: red;
}

.warn_moderate
{
	color: orange;
}

.warn_watch
{
	color: green;
}

/* The AJAX notifier */
#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;
}

#ajax_in_progress a
{
	color: white;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
}

.bbc_size
{
	line-height: 1.3em;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}

.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;
}

.button_strip_submit:hover
{
	color: #e0e0ff;
}

.openid_login
{
	background: white url(images/openid.gif) no-repeat;
	padding-left: 18px;
}

a.moderation_link, a.moderation_link:visited
{
	color: red;
	font-weight: bold;
}

/* These are for the auto suggest floating div type thing. */
.auto_suggest_div
{
	border: 1px solid black;
	position: absolute;
}

/* An auto suggest item */
.auto_suggest_item
{
	background-color: #DDDDDD;
}

/* hovered auto suggest item */
.auto_suggest_item_hover
{
	background-color: #888888;
	cursor: pointer;
	color: #EEEEEE;
}
#wrapper {
	 width: 900px;
	 min-width: 720px;
	 margin: 0 auto;
}
#headerim {
	 position: relative;
	 height: 48px; 
	 overflow: hidden;
	 background: #DBE6F7 url(./images/layout1_05.png) 0 0 repeat-x;
}
#headim-r {
	 position: relative;
	 height: 48px; 
	 overflow: hidden;
	 background: url(./images/layout1_0ll7.png) 100% 0 no-repeat;
}
#headim-l {
	 position: relative;
	 height: 48px; 
	 overflow: hidden;
	 background: url(./images/layout1_0ll3.png) 0 0 no-repeat;
}
#hello {
	 float: left;
	 padding-left:10px;
	 padding-top:10px;
	 font-size: 14px;
	 color: #6A0101;
	 font-family: Trebuchet MS; 
	 Font-weight: bold;
}

#header {
	 position: relative;
	 height: 160px;
	 overflow: hidden;
	 background: url(./images/logo.png) no-repeat;

}
#head-r {
	 padding-right: 5px;
	 background: none;
}
#head-l {
	 padding-left: 0px;
	 background: none;
}
#logo {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 display: block;
	 width: 428px;
	 height: 160px;
	 cursor: pointer;
	 background: url(./images/logo.png) no-repeat;
}
#userarea {
	 height: 78px;
	 float: right;
	 padding: 35px 25px 0 0;
	 text-align: right;
	 font-size: 13px;
	 color: #222;
		 font-family: Trebuchet MS;

}
#userarea a:link, #userarea a:visited {
	 color: #333;
	 text-decoration: none;

}
#userarea a:hover {
	 color: orange;
	 text-decoration: none;

}
#search {
	 float: right;
	 padding-top: 5px;  
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 clear: both;
}

#mainarea {
	 margin: 0;
	 padding: 20px 0 0 0;
}

#footerarea {
	 text-align: center;
	 padding-top: 20px;
	 padding-left: 10px;
}
#footerarea {
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	font-style: italik;
		  float: left;
	 text-align: center;
}
#footerarea a:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-style: italik;
	 text-align: center;
}
#footerarea a:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-style: italik;
}
#footerarea a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
	font-style: italik;
}
#footerarea a:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-style: italik;
}

#sag {
	background: #fff url(images/layout1_20.jpg) 100% 0 repeat-y;
}

#sol {
	background: url(images/layout1_13.png) 0 0 repeat-y;
}

#alt {
	background: url(images/altorta.png) 0 100% repeat-x;
}

#altsag {
	background: url(images/altsag.png) 100% 100% no-repeat;
}

#altsol {
	background: url(images/altsol.png) 0 100% no-repeat;
}

#ust {
	background: url(images/layout1_10.png) 0 0 repeat-x;
}

#ustsag {
	background: url(images/layout1_12.png) 100% 0 no-repeat;
}

#ustsol {
	background: url(images/layout1_09.png) 0 0 no-repeat;
	padding: 0px 15px 40px 20px;
}

#zaman {
padding: 7px 20px 0 35px;
}
#navarea1 {
width:  100%;
height: 65px;
position: relative;
background: #f3f3f3;
border-top: solid 10px #f3f3f3;
}
#arama {
	position: absolute;
	bottom: 15px;
	right: 1px;
	top: 5px;
	height: 60px;
	width: 250px;
	overflow: hidden;
		  font-size: 10px;
}
.windowbgb {
background: url(images/winbg.jpg) repeat-x;
}
#navarea1 {
width:  100%;
height: 75px;
position: relative;
background: #EDEAE4 url(images/mainust.png) no-repeat bottom center;
}
#arama {
	position: absolute;
	bottom: 15px;
	right: 1px;
	top: 5px;
	height: 60px;
	width: 300px;
	overflow: hidden;
		  font-size: 10px;
}
#fontsize {
	position: absolute;
	right: 1px;
	top: 10px;
	height: 70px;
	width: 170px;
	overflow: hidden;
}

#news
{
	color: #151515;
	width: 400px;
	height: 70px;
	overflow: hidden;
	padding-top: 3px;
		  padding-left: 10px;
}
#news h2
{
	position: static;
	font-size: 100%;
	font-weight: bold;
	float: left;
	margin: 0px 0 0 5px;
}
#news p
{
	color: #adadad;
	height: 14px;
	overflow: hidden;
	padding: 4px 0 0 4px;
}
.titlebg3 {
	 color: #777777;
	 font-style: normal;
	 background: #f9f9f9 url(images/titlebg.jpg) repeat-x;
	 padding-left: 10px;
	 line-height: 10px;
	 font-size: 11px;
}
.forumara {


}
.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 ;). */
.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 */
ul.horizlist {
	width: 100%;
}

ul.horizlist li {
	float: left;
	padding: 0.2em 0.4em 0.2em 0.4em;
	vertical-align: top;
}

/* make a inline-list */
ul.nolist li {
	display: inline;
}
.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  */
span.quick span.yoo-login span.login {
	height: 21px;
	width: 500px;
	font-size: 100%;
}

span.quick span.yoo-login span.login .username,
span.quick span.yoo-login span.login .password,
span.quick span.yoo-login span.login .login-button-text,
span.quick span.yoo-login span.login .login-button-icon,
span.quick span.yoo-login span.login .lostpassword,
span.quick span.yoo-login span.login .activatecode,
span.quick span.yoo-login span.login .registration,
span.quick span.yoo-login span.logout .greeting,
span.quick span.yoo-login span.logout .logout-button-text,
span.quick span.yoo-login span.logout .logout-button-icon {
	padding-right: 4px;
	float: left;
	text-align: center;
}

span.quick span.yoo-login span.login .username input, 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;
}

span.quick span.yoo-login span.login .username input {
	background: url('images/username_bg.png') no-repeat 0 0;
}

span.quick span.yoo-login span.login .password input {
	background: url('images/password_bg.png') no-repeat 0 0;
}

span.quick span.yoo-login span.login .username input:hover, span.quick span.yoo-login span.login .username input.sfhover {
	background: url('images/username_bg.png') no-repeat 0 -24px;
	color: #777;
}

span.quick span.yoo-login span.login .password input:hover, span.quick span.yoo-login span.login .password input.sfhover {
	background: url('images/password_bg.png') no-repeat 0 -24px;
	color: #777;
}

span.quick span.yoo-login span.login .username input:focus, span.quick span.yoo-login span.login .username input.sffocus {
	background: url('images/username_bg.png') no-repeat 0 -24px;
	color: #777;
}

span.quick span.yoo-login span.login .password input:focus, span.quick span.yoo-login span.login .password input.sffocus {
	background: url('images/password_bg.png') no-repeat 0 -24px;
	color: #777;
}

span.quick span.yoo-login span.login .login-button-text button {
	margin-top: 0px;
	cursor: pointer;
}

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;
}

span.quick span.yoo-login span.login .login-button-icon button:hover, span.quick span.yoo-login span.login .login-button-icon button.sfhover  {
	background: url('images/login_button_bg.png') no-repeat 0 -23px;
}

span.quick span.yoo-login span.login .lostpassword a, span.quick span.yoo-login span.login .activatecode a, span.quick span.yoo-login span.login .registration a {
	display: block;
	height: 21px;
	width: 25px;
}

span.quick span.yoo-login span.login .lostpassword a  {
	background: url('images/lost_password_bg.png') no-repeat 0 0px;
}

span.quick span.yoo-login span.login .activatecode a  {
	background: url('images/activatecode.png') no-repeat 0 0px;
}

span.quick span.yoo-login span.login .registration a  {
	background: url('images/registration_bg.png') no-repeat 0 0px;
}

#fancymenu {
position:absolute;
margin:0;
}

#fancymenu ul {
list-style:none;
margin:0;
padding-left: 50px;
}

#fancymenu li {
float:left;
display:block;
}

#fancymenu li a {
float:left;
display:block;
position:relative;
height:48px;
line-height:48px;
overflow:hidden;
font-size:145%;
color:#f9f9f9;
text-decoration:none;
z-index:4;
outline:none;
padding:5px 10px;
font-family: Trebuchet MS;
text-transform: uppercase;
font-weight: light;

}

#fancymenu li.current a {
text-decoration:none;
}

#fancymenu li.background {
background:url(images/menu-r.png) 100% 0 no-repeat;
position:absolute;
visibility:hidden;
z-index:2;
}

#fancymenu li.background .left {
background:url(images/menu-l.png) 0 0 no-repeat;
height:48px;
margin-right:5px;
}