@charset "utf-8";
body {
	background-image: url(img/bg.png);
	background-repeat: repeat;
	background-color: transparent;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background-image: url(img/header_bg.png);
	background-repeat: repeat-x;
	height: 80px;
	width: 100%;
	top: 0;
	left: 0;
	margin-bottom: 4px;
	min-width:1120px;
    position: fixed;
    z-index: 10;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

header_nav_curent{
	color: #fff;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 25px;
	opacity:0.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

header_nav_curent:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

header_nav{
	color: #fff;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 25px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

header_nav:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

header_nav2{
	color: #fff;
	position:absolute;
	margin-top: 2px;
}

header_nav2:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}



.notification_img{
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.notification_img:hover{
    opacity: 0.95;
    filter:alpha(opacity=95);
}

.notification_img_hover{
    opacity: 0.95;
    filter:alpha(opacity=95);
}

.notification_img_curent{
    opacity: 0.90;
    filter:alpha(opacity=90);
}

.notification_img_curent:hover{
    opacity: 1.0;
    filter:alpha(opacity=100);
}

.notification_img_curent_hover{
    opacity: 1.0;
    filter:alpha(opacity=100);
}

header_nav2_curent{
	color: #fff;
	position:absolute;
	margin-top: 2px;
}

.avatar{
	width:17px;
	height:17px;
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px;
	border: 1px #FFF;
}

.avatar_big{
	width:45px;
	height:45px;
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px;
	border: 1px #FFF;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.avatar_big:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.avatar_bigger{
	width:85px;
	height:85px;
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px;
	border: 1px #FFF;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.avatar_bigger:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.avatar_mid{
	width: 18px;
	height: 18px;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}

account_nav{
	color: #523800;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 22px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

account_nav:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

account_nav_curent{
	color: #523800;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 22px;
	opacity:0.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

account_nav_curent:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

sub_account_nav{
	color: #CC9900;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.sub_account_nav{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.sub_account_nav:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.sub_account_nav_curent{
	opacity:0.90;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

.sub_account_nav_curent:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

h2 {
	max-height: 16px;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	font-weight: normal;
	line-height: 1.4em;
	color: #999;
	vertical-align: middle;
}

.recep{
	text-align:right;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 11px;
	color: #EAD2BB;
	vertical-align: text-top;
	font-weight:300;
	text-shadow: 0 -1px -1px #000;

}

.date{	
	text-align:right;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight:300;
	text-shadow: 0 -1px -1px #000;
}

.title_book {
	color: #533800;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	text-align: center;
}

.title_book_recepie {
	color: #C90;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	text-align: center;
	line-height: 0px;
}

.book_recepie_sub {
	color:#331A00;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	text-align: center;
}

.book_recepie_text {
	color:#000;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:justify;
	line-height: 18px;
}

.valign_mid{
	vertical-align:middle;
}

.recep_title {
	color: #533800;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 -1px -1px #fff;
	text-align: center;
}

.user_name {
	color: #775239;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.formu {
	color: black;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	text-align: left;
}

.formu2 { /* Color is diferent */
	color:#900;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}

.formu3 { /* Color is diferent */
	color: #00BB3F;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}

.formu4 { /* Color is diferent */
	color: #004C66;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}

h1, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
	text-align: center;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
}

p.form_left{
	text-align: left;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

.opacity70 {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.opacity70:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1100px;
	background-color: #EDEAE7;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#data_all{
	margin-top: 80px;
	background-color: transparent;
	text-align: center;
}​
/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/
.sidebar1 {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding-bottom: 10px;
}
.content {
	padding: 11px 0;
	width: 1100px;
	float: left;
	text-align: right;
}
aside {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	text-align:center;
	size:8px;
	color:#008C46;
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .content #sub_header table {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100px;
}

.container .content #sub_header table tr td {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
.search_box {
	width: 340px;
	height: 30px;
	border: thin solid #B77700;
	background-image: url(img/search.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: scroll;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 7px;
}

.form_input {
	width: 320px;
	height: 30px;
	border: thin solid #333;
	background-color:#F4F4F4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 7px;
}

.form_input_small_140 {
	width: 140px;
	height: 30px;
	border: thin solid #333;
	background-color:#F4F4F4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 7px;
}


.styled-select  select{
	width: 336px;
	height: 40px;
	border: thin solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 7px;
   background: transparent;
}

.styled-select{
	width: 308px;
	height: 40px;
	overflow: hidden;
	background: url(img/new_arrow.png) no-repeat right #F4F4F4;
}

.styled-select:hover {
	background: url(img/new_arrow_hover.png) no-repeat right #F9F9F9;
}

.form_input_text {
	width: 340px;
	max-width: 340px;
	max-height: 600px;
	min-width: 340px;
	min-height: 130px
	height: 130px;
	border: thin solid #333;
	background-color:#F4F4F4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form_input_small {
	width: 170px;
	height: 30px;
	border: thin solid #333;
	background-color:#DDDC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.form_input:hover {
	background-color:#F9F9F9;
}

.form_input:focus {
	background-color: #fff;
}

/* minimal
*******************************************************************************/
button.minimal {
  background: #e3e3e3;
  border: 1px solid #bbb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 150px; }
  button.minimal:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer; }
  button.minimal:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; }

.container .content #book table tr td table {
	text-align: left;
}

.recepie_box{
	border: 2px #666666;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 1px #999999;
	;
	-moz-box-shadow: 0px 1px 1px #999999;
	;
	box-shadow: 0px 1px 1px #999999;
	;
	background-color: #FFF;
	vertical-align: middle;

}
.recepie_pic{
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

body {
	background-color: #E6E6E6;
}
/* star rating code - use lists because its more semantic */
/* No javascript required */
/* all the stars are contained in one matrix to solve rollover problems with delay */
/* the background position is just shifted to reveal the correct image. */
/* the images are 16px by 16px and the background position will be shifted in negative 16px increments */
/*  key:  B=Blank : O=Orange : G = Green * /
/*..... The Matrix ....... */
/* colours ....Background position */
/* B B B B B - (0 0)*/
/* G B B B B - (0 -16px)*/
/* G G B B B - (0 -32px)*/
/* G G G B B - (0 -48px)*/
/* G G G G B - (0 -64px)*/
/* G G G G G - (0 -80px)*/
/* O B B B B - (0 -96px)*/
/* O O B B B - (0 -112px)*/
/* O O O B B - (0 -128px)*/
/* O O O O B - (0 -144px)*/
/* O O O O O - (0 -160px)*/


/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(img/star-matrix.png) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(img/star-matrix.png) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}

.rating_static{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(img/star-matrix.png) no-repeat 0 0;
}

.static_0 {background-position:0 0}
.static_1 {background-position:0 -16px}
.static_2 {background-position:0 -32px}
.static_3 {background-position:0 -48px}
.static_4 {background-position:0 -64px}
.static_5 {background-position:0 -80px}

/* end rating code */
h3{margin:0 0 2px 0;font-size:110%}

.recepie_box:hover{	
	opacity:0.8;	
	filter:alpha(opacity=80);
}

a {
	text-decoration: none;
}

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

a:link, a:visited {
	outline: none;
	text-decoration: none;
}

.hideAll  {
	visibility:hidden;
 }
 
 ol{
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol{
	margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rectangle-list a{
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
	*padding: .4em;
	margin: .5em 0 .5em 2.5em;
	color: #444;
	text-decoration: none;
	transition: all .3s ease-out;	
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-style:solid;
	border-width:1px;
}

.viewed_1 a{
	background: #D7D7D7;
	border-color: #E9E9e9;	
}

.viewed_1 a:hover{
	background: #E8E8E8;
	border-color: #F2F2F2;
}	


.viewed_0 a{
	background: #F2F2F2;
	border-color: #FBFBFB;	
}

.viewed_0 a:hover{
	background: #FBFBFB;
	border-color: white;
}	

.rectangle-list a:before{
	counter-increment: li;
	position: absolute;	
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	height: 2em;
	width: 2em;
	line-height: 2.4em;
	text-align: center;
	font-weight: bold;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	background: #FBFBFB;
	border-style:solid;
	border-width:1px;
	border-color: white;
}

.list-comment a:before{
	content: url(img/icons/comment.png);
}

.list-cook a:before{
	content: url(img/icons/cook.png);
}

.list-favourite a:before{
	content: url(img/icons/favourite.png);
}

.list-vote a:before{
	content: url(img/icons/vote.png);
}

.list-message a:before{
	content: url(img/icons/message.png);
}

.list-suggestion a:before{
	content: url(img/icons/suggestion.png);
}

.rectangle-list a:after{
	position: absolute;	
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	transition: all .3s ease-out;				
}

.rectangle-list a:hover:after{
	left: -.5em;
	border-left-color: white;				
}

.notification_recepie{
	color: #008C23;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.notification_user{
	color: #0080FF;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.notification_user_font{
	color: #0080FF;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-family: 'trebuchet MS', 'lucida sans';
}

.notification_date{
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font: 10px 'trebuchet MS', 'lucida sans';
}

a.notification_recepie {
	text-decoration: none;
	color: #008C23;
}
a.notification_recepie:hover {
	text-decoration: none;
	color: #00D96D;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
a.notification_recepie:link, a.notification_recepie:visited {
	outline: none;
	text-decoration: none;
}

a.notification_user {
	text-decoration: none;
	color: #0080FF;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
a.notification_user:hover {
	text-decoration: none;
	color: #4DA6FF;
}
a.notification_user:link, a.notification_user:visited {
	outline: none;
	text-decoration: none;
}

legend
{
	font-weight: bold;
	color: black;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	text-shadow: 0 1px 1px #fff;
}

label
{
	color: #333;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	text-shadow: 0 1px 1px #fff;
}

.loading_bar
{
	color: white;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 11px;
	text-shadow: 0 0px 0px;
        text-indent: -15px;
        position: relative;
        top: 1px;
}

.loading_radio{
    vertical-align: top;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
	font-family: Helvetica, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	text-shadow: 0 1px 1px #fff;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
}

#messages
{
	padding: 10px 10px;
	margin: 1em 0;
	border: 1px solid #999;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font: 12px Helvetica, "Segoe UI", Arial, sans-serif;
	font-weight: bold;
}

#progress p
{
	display: block;
	height: 18px;
	padding: 0px 5px;
	margin: 4px 0;
	border: 1px solid #004040;
	background: #eee url("img/progress.gif") 0 0 repeat-x;
	color: white;
	font: 12px Helvetica, "Segoe UI", Arial, sans-serif;
	font-weight: bold;
	text-align: right;
}

#progress p.success
{
        border: 1px solid #004040;
	background: url("img/progress.gif") 0 0 repeat-x;;
}

#progress p.failed
{
        border: 1px solid #660000;
	background: url("img/progress_red.gif") 0 0 repeat-x;;
}


.recepie_box_small{
	border: 2px #666666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 1px #999999;
	;
	-moz-box-shadow: 0px 1px 1px #999999;
	;
	box-shadow: 0px 1px 1px #999999;
	;
	background-color: #FFF;
	vertical-align: middle;

}

.recepie_box_small:hover{	
	opacity:0.8;	
	filter:alpha(opacity=80);
}

.recepie_pic_small{
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.recepie_title_small{
	color: #523800;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font: 12px Helvetica, "Segoe UI", Arial, sans-serif;
	font-weight: bold;
}

.recepie_desc_small{
	color: #8C6900;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font: 10px Helvetica, "Segoe UI", Arial, sans-serif;
}