news-submitted/* 
==========================================
LEGAL
------------------------------------------
Receptencocktail Design & Coding
Steef de Winter (C) 2007
http://www.numarketing.nl
==========================================

shorthands:
font = font-style (italic/normal) font-variant (small-caps) font-weight (normal/bold) font-size/line-height font-family;
border = width style color;
margin = top right bottom left;
background = color image repeat attachment position;
*/

/* Browser Reset ------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;} 
:focus {outline:0;}
ol, ul, li {list-style:none;}
table {border-collapse:collapse;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

/* Main ---------------------------------------------------------------------------------------------------------------------------------------*/
* {margin:0;padding:0;font-family:"Lucida Grande", "Lucida", "Tahoma";}
body {background:#fff url("../gfx/body-bg.jpg") repeat-x 0 0;min-width:920px;max-width:2200px;overflow-x:hidden;}
html,body {height:100%;margin:0;padding:0;text-align:center;color:#000;font: normal 100.01%/1em "Lucida", "Tahoma";}

#wrap {width:984px;height: auto !important;margin: 0 auto;position:relative;text-align:left;
       background:#fff url("../gfx/body-bg-btm.jpg") repeat-y 0 0;} /* shade bg below gradient */
#wrapr {width:978px;padding-right:6px;background:transparent url("../gfx/body-bg-r.jpg") no-repeat top right;}
#wrapl {width:972px;padding:0px 0px 0px 6px;background:transparent url("../gfx/body-bg-l.jpg") no-repeat 0 0;}
#wrapc {background:#f0c url('bg.png') repeat-x;}

#contentwrap {width:747px;background:#fff;border-right:225px solid #fc3;margin-bottom:0px;display:inline;float:left;}
#min-height  {width:  0px;background:transparent;float:right;height:800px;}
#contentbox  {width:697px;background:#fff;float:left;margin:0 -225px 0 0;padding:0 25px 0 25px;}
#sidebar     {width:225px;background:#fc3;position:absolute;top:145px;right:6px;}
#catpix      {width:225px;height:141px;background:transparent url(../pix/01.jpg) no-repeat 0 0;border-bottom:1px solid #959595;}

#accessibility {display:none;text-indent:-2000em;position:absolute;top:-9999px;left:-9999px;}
.debug {border:1px dotted red;margin:20px 0;}
.current {font-weight:bold;}

/* Top Navigation------------------------------------------------------------------------------------------------------------------------------*/

/* 1st level */
#topnav {height:57px;margin:0;padding:0 0 0 10px;z-index:9999;}
#topnav li {margin: 0; padding: 0pt 2px 0pt 0pt; float: left; list-style-type:none;position:relative;z-index:100;}
@media all and (min-width: 0px){#topnav li {width:118px}}  /* opera only hack */
#topnav li a {display:block;float:left;height:57px;text-decoration:none;color:#fff;font:bold 16px/51px arial;text-transform:capitalize;}
#topnav li a span {padding:0pt 17px;display:block;font-family:"Century Gothic", arial;}
#topnav li.active {background:transparent url('menu-ra.png') no-repeat scroll 100% 0;}
#topnav li.active a {background:transparent url('menu-la.png') no-repeat;color:#f0c;}
#topnav li.link a:hover {background:transparent url('menu-rl.png') no-repeat scroll 100% 0pt;color:#fff;}
#topnav li.link a:hover span {background:transparent url('menu-ll.png') no-repeat;}
#topnav li.link:hover > a {background:transparent url('menu-rl.png') no-repeat scroll 100% 0pt;} /* for IE7 and non-IE browsers */
#topnav li.link:hover > a span {background:transparent url('menu-ll.png') no-repeat;} /* for IE7 and non-IE browsers */

/* hide/show the 2nd level */
#navigation {z-index:99999;}
#topnav table {position:absolute;left:0;top:0;border-collapse:collapse;z-index:80;}
#topsubnav {visibility:hidden;position:absolute;height:0;top:0;left:0;z-index:9999;}
#topnav li:hover ul, #topnav a:hover ul, #topnav li.active a:hover {visibility:visible;}
/* style the 2nd level */
#topsubnav {width:160px;margin:57px 0 0 4px;}
#topsubnav li {border-bottom:1px solid #fff;border-left:1px solid #999;z-index:9999;}
#topsubnav li a:link, #topsubnav li a:visited {background:#3cf;color:#fff;font:bold 11px/20px "Century Gothic", arial;width:160px;height:auto;padding:5px;z-index:9999;}
#topnav li.link li a:hover, #topnav li.active li a:hover {background:#fc3;color: #fff;z-index:9999;} /* override the hover for 2nd level links */
#topnav li.link li.current a, #topnav li.active li.current a {background:#f0c;color: #fff;z-index:9999;}
#topnav li.link li.current a:hover, #topnav li.active li.current a:hover {color:#fc3;}
	
/* GENERAL ------------------------------------------------------------------------------------------------------------------------------------*/
.list {padding-left:16px;}
.list, .list li {list-style:disc;}
.list2 {margin-top:10px} /* steef:faq-en.tpl */
.list2 li {padding:3px 0;} /* steef:faq-en.tpl */
.list2 li img {margin-top:-3px} /* steef:faq-en.tpl */
img {border:none} 
hr {margin:1em 0;background:#f2f2f2;height:1px;color:#f2f2f2;border:none;clear:both}
.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px}
b {font-weight:normal;}

/* LINKS */
a,a:link,a:visited {color:#f36;cursor:pointer;text-decoration:none;} 
a:hover,a:active {color:#f36;cursor:pointer;text-decoration:underline;} 

/* TYPOGRAPHY */

h1 {font-size:196%}
h2 {font-size:136%;margin:1.2em 0 .3em;color:#000;border-bottom:1px solid #eee;padding-bottom:.1em}
h3 {font-size:126%}
h4 {font-size:116%}
h5 {font-size:106%}
h6 {font-size:96%}
.highlight {color:#E17000}
.subdued {color:#999}
.error {color:#fff;font-weight:bold;margin-top:10px;border:2px solid #3cf;background:#f0c;padding:5px;}
.success {color:#390;font-weight:bold}
.caption {color:#999;font-size:11px}
.date {font:bold 82% arial;color:#bbb;display:block;letter-spacing:1px}
.instruction {font-size:12px;font-weight:bold;}
#mini_profile {font-size:12px}
small {font-size:10px}

/* FORMS */
form {margin:0 0 1.5em;padding:0}
input {font-family:arial,tahoma,verdana,sans-serif;margin:2px 0}
option {padding-right:5px;}
fieldset {border:2px solid #3db549;padding:1em 1.5em;margin:1em 0;font-size:12px;background:none;}
fieldset input {background:#f6f6f6;}
fieldset textarea {background:#f6f6f6; font-size:12px;}
fieldset dl {	margin:0;padding:0}
fieldset dt {	clear:left;float:left;width:18em;text-align:right;padding:0 1em 0.5em 0}
fieldset dd {	padding:0 0 0.5em 0;font-weight:bold}
fieldset.labels label {	width:10em;float:left;text-align:right;display:block;padding:0.2em 0.5em 0.2em 0}
fieldset.labels div {	padding:0.2em 0;clear:left}

.form-note {font-size:10px;}

label {display:block;padding:5px 0;font-weight:bold}
label span {font-weight:normal}
label br {clear:left}
legend {font-weight:bold;font-size:14px;padding:0 0.5em;color:#009900;}
input.submit {padding:1px 3px;background:#cf0;color:#000;font-weight:bold;font-size:96%}
input.submit-s {padding:0px 3px;background:#cf0;color:#000;font-weight:bold;font-size:90%} /* smaller submit button */
input.log2 {padding:1px 3px;background:#cf0;color:#000;font-weight:bold;font-size:96%} /* legacy - all submit buttons should be class="submit" */

/* Header -------------------------------------------------------------------------------------------------------------------------------------*/
#header {background:#cf0;margin:0;padding:0;height: 100px;position:relative;z-index:9999;}
#header #site-name a, #header #site-name a:hover  {display:block;height:100px;width:400px;background:#cf0 url("../images/rc_header.jpg") no-repeat top left;
	text-indent:-2000em;position:absolute;top:0px;left:0px;text-decoration:none;z-index:1;}

  /* Header - Search */
  #search {display:block;width:220px;height:30px;float:right;margin:-46px 3px 0px 0px;background:#f0c url("../images/search-bg.jpg") no-repeat 0 0;}
  #search form {margin:0}
  #search input {width:190px;margin:8px 0 0 26px;height:14px;background:transparent;border:0px;font-size:12px;}
  #search label {padding:5px 0 0;display:inline}
  #search input.submit {display:none;}

  /* Header - Welcome */
  #header #welcome {font-weight:bold;font-size:12px;color:#000;height:2.09em;position:absolute;top:0px;left:752px;}
  #header #welcome a {color:#000;}
  
/* usertabs (not tabs in header) */	
	#nav li ul {border-left:1px solid #3db549;background:#f5f5f5;margin-top:-1px;font-weight:normal;position:absolute;left:-999em;}
	#nav li:hover ul {left:0;z-index:9}
	#nav a:hover ul {left:0px;top:15px;z-index:9}
	#nav li li {background:none;float:none;border:none;border:1px solid #999;border-top:1px solid #fff;border-right:none;border-left:none;padding-left:0}
	#usertabs #nav {font-weight:bold;font-size:15px;margin:0;padding:0;}
	#usertabs #nav li {background:#3cf;float:left;position:relative;display:block;margin:0;padding:0;border-bottom:1px solid #cf0;border-right:2px solid #cf0;}
	#usertabs #nav a, #usertabs #nav a:link, #usertabs #nav a:visited, #usertabs #nav a:hover, #usertabs #nav a:active {color:#000;font-size:15px;text-decoration:none;cursor:pointer;display:block;padding:4px 10px 2px;margin:0;}
	#usertabs #nav a:hover {color:#fff;background:#f0c;}
	#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {background:#cf0;color:#f0c;}  	
	#usertabs #nav li li a, #usertabs #nav li li a:link, #usertabs #nav li li a:visited, #usertabs #nav li li a:hover {width:18em;font-size:12px;color:#000;font-family:"Lucida Grande", "Lucida", "Tahoma";}

/* LAYOUT - main body of page------------------------------------------------------------------------------------------------------------------*/
#content {font-size:12px;line-height:17px;}
#breadcrumb {font-size:12px;color:#000;height:25px;line-height:25px;padding:0 10px;background:transparent;}
#breadcrumb a:link, #breadcrumb a:visited {color:#000;text-decoration:none;font-weight:bold;}
#breadcrumb a:hover, #breadcrumb a:active {text-decoration:underline}
#content #breadcrumb a:active {text-decoration:none}
#content #breadcrumb a:visited {text-decoration:none}

.thumbnail {margin:0 0 0 10px;position:relative;z-index:99;border:1px solid #eee;float:right;width:100px;padding:5px;background:#fff}
.thumbnail img {border:1px solid #000}

#inside h2 {font-size:22px;line-height:24px;}
div.pagesubheader {
  margin:-7px 0px 5px -26px;padding:11px 26px 5px 26px;font-size:12px;
  background:#f6c8d4 url("../images/bg-left-stripe.gif") repeat-y top left;
  min-height:20px; /* FF hack */
  border-bottom:6px solid #c33;border-top:1px solid #e5e5e5;
}
div.pagesubheader form {margin:0;}
div.pagesubheader form select {background:#eee;border:1px solid #616161;}
	
  /* PAGE NUMBERING NAVIGATION */ 	
  .pagination {background:#f6f6f6 url(../images/storymeta.gif) repeat-x top left;color:#666;font-size:12px;padding:4px 2px 4px 7px;border:1px solid #ddd;margin:0 0 1.5em}
	.pagination p {text-align:right}
	.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {text-decoration:none;background:#fff;padding:2px 5px;border:1px solid #ccc}
	.pagination p a:hover {color:#3db549;background:#eefbe1;}
	.pagination p span {text-decoration:none;background:#fff;padding:2px 5px;border:1px solid #ccc;color:#ccc}
	.pagination * {margin:0}
	.pagination h4 {margin-top:-1.45em;padding:0;border:none}

/* News items  --------------------------------------------------------------------------------------------------------------------------------*/
#contents {font-size:12px;}
.news-summary {padding:15px 0 22px 0;clear:left}
.buried {background:#fff;filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;}

/* Headline */
.top {padding:0px 5px;margin-left:5px;}
.top h1  {clear:both;padding:0 5px;margin:0px -5px;height:28px;line-height:26px;}
.top h1 a, .top h1 a:visited {color:#fff;text-decoration:none;margin-left:-3px;padding:0 5px;font-size:17px;font-family:"Century Gothic", arial;}
.top h1 a:hover {color:#cf0;text-decoration:underline;}

/* The URL and Poster below headline */
.news-submitted {color:#000;font-size:11px;line-height:16px;margin:0 -5px 10px -5px;padding:5px 0 0 0;height:35px;background:#D8F6FF;}
.news-submitted a, .news-submitted a:visited {color:#101010;}
.news-submitted .avatarlg {float:left;margin-right:5px;vertical-align:bottom;z-index:0;} /* avatar below headline */
.news-submitted .flag {vertical-align:bottom;}

/* Post text */
.rec-omchrijving {font-size:12px;line-height:18px;}
.rec-extra-text {font-size:12px;background:#fff url(../images/note-bg.jpg) repeat-y top left;}
.rec-extra-top {padding:1px 45px 5px 53px;line-height:18px;background:transparent url(../images/note-top.jpg) no-repeat top left;}

/* Post details below text */
#rec-details {margin-top:10px;}
.rec-details {font-size:10px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.rec-details b a {color:#ff33cc} /* tags link */
.rec-details select {border:none}
.rec-details .tool {display:block;float:left;padding:0 4px 0 4px}
.rec-details .tool-right {	display:block;float:left;padding:0 4px 0 4px}
.rec-details .comments_no {	padding-left:37px;border-left:none}
ul.rec-details li li {border-left:none;float:none;height:21px}

/* Sidebar  -----------------------------------------------------------------------------------------------------------------------------------*/

.sideboxnolink h3, #sidebar h3 a:link, #sidebar h3 a:visited  {
  display:block;font-family:"Century Gothic", arial;color:#fff;font-size:15px;
	padding-left:6px;padding-top:6px;margin:0 0 -4px 0px;height:40px;line-height:16px;width:210px;
  background:transparent;}
#sidebar h3 a:hover {text-decoration:underline;} 
#sidebar li {_height:21px;background:transparent;} /* IE height fix */
#sidebar li a {line-height:21px;margin:0;font-size:12px;display:block;text-decoration:none;cursor:pointer;}
#sidebar li a:link, #sidebar li a:visited {}
#sidebar li a:hover, #sidebar li a:active {text-decoration:underline}

/* bg */
.sidebox, .sideboxnolink, .sidestories {background:#fd7 url("../images/sidebox-bg.jpg") repeat-x 0 0;padding:0px;width:215px;_width:200px;margin:0px 0px 5px 5px;}

/* laatste reacties / recepten */
.sideboxlinks a {line-height:14px;font-size:11px;display:block;}
.sideboxlinks, .sideboxtags {margin:-10px 0 0 0;padding:0 5px 6px 5px;}

/* btm */
.featuretext, .sidestories ul, .abouttext, .nav-secondary {
  background:transparent;padding:0px 5px 6px 5px;width:205px;font-size:12px;margin-top:-20px;
} /* .abouttext {} needs IE fix in IE6.css */
.featuretext, .abouttext {padding-top:10px;}
.featuretext form {margin:0px;}

/* Categorieen */
	.nav-secondary a {padding:5px 0px 0px 32px;background:transparent url("../images/add.gif") no-repeat 6px 8px;}
	.nav-secondary #huidig {font-weight:bold;}
 	
/* Steef RSS box */
	#nav-rss {margin:-15px 0 0 0;padding:0 0 6px 0}
  #nav-rss a {padding:5px 0 0 32px;background:transparent url("../images/rss.gif") no-repeat 6px 8px;}

/* Block nav - ie 'submit news' */
#blocknav {margin:0;}
#blocknav a:link, #blocknav a:visited {
  text-decoration:none;font-size:14px;color:#000;font-weight:bold;
  display:block;margin:0px 0px 6px 5px;padding:0.4em 0.4em 0.4em 21px;background:#fff;}
#blocknav a:hover, #blocknav a:active {color:#222;background:#cf0;}
#blocknav a.add:link, #blocknav a.add:visited {background:#fff url("../images/page_edit.png") no-repeat 2px 7px;}
#blocknav a.add:hover, #blocknav a.add:active {background:#cf0 url("../images/page_edit.png") no-repeat 2px 7px;}
#blocknav a.users:link, #blocknav a.users:visited {background:#fff url("../images/user_message.png") no-repeat 2px 7px;}
#blocknav a.users:hover, #blocknav a.users:active {background:#cf0 url("../images/user_message.png") no-repeat 2px 7px;}
#blocknav a.live:link, #blocknav a.live:visited {background:#fff url("../images/formula_enable.png") no-repeat 2px 7px;}
#blocknav a.live:hover, #blocknav a.live:active {background:#cf0 url("../images/formula_enable.png") no-repeat 2px 7px;}
/* Footer -------------------------------------------------------------------------------------------------------------------------------------*/
.footer {border-bottom:1px solid #bbb;background:#fc3;margin:0px;padding:2px 0px 0px 15px;font-size:10px;color:#000;clear:both;width:957px;}
  .footer a:link, .footer a:visited {color:#000;text-decoration:none;}
  .footer a:hover {text-decoration:underline;}
.footer-cc {float:right;margin:-8px 0px 0px 0px;}
.footer-bottom {background:#3cf;color:#000;padding:10px 0 10px 15px;margin:2px 0 0 -15px;font:italic bold 12px arial;text-transform:uppercase;letter-spacing:-0.07em;}

  
/* Votebox  -----------------------------------------------------------------------------------------------------------------------------------*/
.news-upcoming {	position:absolute;top:14px;left:0px;width:55px;text-align:center;font-size:85%;margin:0;padding:0;list-style:none}
.news-upcoming li {border:1px solid #fff;margin:0;padding:0}
.news-upcoming2 {	position:absolute;top:14px;left:0px;width:55px;text-align:center;font-size:85%;margin:0;padding:0;list-style:none}
.news-upcoming2 li {border:1px solid #fff;margin:0;padding:0}

/* number of votes and "votes" text */
.vote-published {} /* background defined in categorycolors.css */
.vote-published a {font-size:26px;letter-spacing:-1px;text-decoration:none;line-height:38px;display:block;padding:7px 0 3px 0}
.vote-published a small {font-size:12px;letter-spacing:0px;text-decoration:none} 
.vote-published a:link, .vote-published a:visited {color:#fff}
.vote-published a:hover, .vote-published a:active {text-decoration:none;color:#000}

/* vote box */
.vote {background:#cf0;color:#000;}
* html .vote {background:#666 1px 1px}
.vote a:link,.vote a:visited, .vote span {display:block;text-decoration:none;padding:4px 0 5px 0;color:#000;font-size:12px}
.vote a:hover {font-weight:bold;color:#000;text-decoration:none}
.vote span {background:#fff;color:#000;border:2px dotted #33ccff;font-size:11px}

/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {font-size:12px;background:transparent url("../images/sprites.gif") no-repeat 5px -498px;padding-left:21px;}
a.morelink:hover {background:#fff url("../images/sprites.gif") 5px -398px;}
.morelink span {position:absolute;left:-9999px;width:900px;}

/* Comments  ----------------------------------------------------------------------------------------------------------------------------------*/
#comments {}
#comments h2 {}
#comments ul {margin-left:15px}
#comments li {margin-left:15px}
#comment-wrap {border-bottom:solid 1px #e1e1e1}
#comment-head {background:#e1e1e1;font-size:12px;}
.comment-body {background:#fafafa;font-size:12px;padding:0 4px}
.comment-info {background:#fafafa;font-size:10px;text-align:right;padding-right:4px}
.avatar {float:left;width:15px;height:15px;margin:1px 0 0 0;border:1px solid #ccc;} /* avatar in comments */

/* Comment rating buttons */
#comment-subhead {float:right;margin-top:-1.5em;font-size:11px}
.ratemey {background:#009900;padding:1px 5px}
.ratemen {background:#ff0000;padding:1px 6px;color:#fff}
.rateme {color:#fff;font-size:14px}

/* Profile ------------------------------------------------------------------------------------------------------------------------------------*/
#mini_profile { border:solid 2px #ccc;padding:5px 5px 5px 5px;background:#eee;}

/* TABS IN PROFILE PAGES */	
#usertabs {  
  margin:-36px 0px 5px -26px;padding:0px 26px;height:50px;z-index:1;
  background:#f6c8d4 url("../images/bg-left-stripe.gif") repeat-y top left;
  border-bottom:6px solid #c33;border-top:1px solid #e5e5e5;}
#usertabs #nav {position:relative;top:26px;left:35px;}	
#avatar_problem_for_topnav {position:relative;} /* crazy IE hack to stack image on top of div */

#wrapper {width:100%;}
#stats {width:48%;float:right;}
#personal_info {width:48%;float:left;}
#bookmarklet {width:100%;}
#admin_view_user { width:48%;float:left }
#admin_view_user_edit { width:48%;float:right }

/* Thumbnails */
a.screen b           {position:absolute;visibility:hidden;} /* hide the image */
a.screen:hover       {text-decoration:none;z-index:1000;background:url(../images/linkpic_shadow.gif) no-repeat;}
a.screen:hover b     {visibility:visible;z-index:500;border:solid 1px #ccc;} /* make the image visible */
a.screen:hover b img {margin:0px;}

.showstate{cursor:pointer;float:right;margin-top:5px;} /*Definition for state toggling image */
.switchcontent{}

/* Grey popular and upcoming tabs*/
#grey_tabs        {margin-top:1px;width:270px;font-size:12px;float:right;}
* html #grey_tabs {margin-top:26px;} /* only for IE */ 

#grey_tabs ul     {padding:3px 10px 0px 0px;list-style:none;}
#grey_tabs li     {display:inline;padding:0;}
#grey_tabs a      {float:right;background:url("../images/tableftB.gif") no-repeat left top;margin:0;padding:0 0 0 4px;text-decoration:none;}
#grey_tabs a span {float:right;display:block;background:url("../images/tabrightB.gif") no-repeat right top;padding:5px 15px 4px 6px;color:#666;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#grey_tabs a span {float:none;}
/* End IE5-Mac hack */

#grey_tabs a:hover span, #grey_tabs .active span {color:#000;background-position:100% -42px;}
#grey_tabs a:hover, #grey_tabs .active {background-position:0% -42px;}
#grey_tabs .active span {font-weight:bold;}

#intro {background:#eee;border:1px solid #3db549;height:10px;width:400px;padding-bottom:14px;padding-left:15px;padding-top:3px;clear:both;margin-bottom:22px;}
.instruction-list {font-size:12px;}

/* Live */
.live2 {margin:10px 10px 10px 10px;}
.live2 strong {font-size:12px; }
.live2-item {font-size:11px;width:100%;clear:both;border-bottom:1px solid #ccc;padding:5px 2px 0px 2px;min-height:25px;text-align:center;overflow:hidden;}
.live2-ts, .live2-days, .live2-cat, .live2-type, .live2-votes, .live2-story, .live2-who, .live2-status {float:left;display:block;text-align:left;}
.live2-ts {width:10%;}
.live2-days {width:12%;}
.live2-votes {width:10%;}
.live2-story {width:40%;}
.live2-cat {width:19%;}
.live2-who {width:10%;margin-left:10px;}
.live2-status {width:15%;}
.live2-problem {color:#F00;}
.live2-type {width:10%;}
.live2-type img {border:none;margin:0 0 0 0;vertical-align:middle;}

/* Top users */
.tu_head-0, .tu_head-1, .tu_head-2, .tu_head-3, .tu_head-4, .tu_head-5, .tu_head-6 {float:left;display:block;text-align:left;}
.tu_head-0 {width:20%;}
.tu_head-1, .tu_head-2, .tu_head-3, .tu_head-4, .tu_head-5 {width:13%;margin-left:3px;}
.tu_head-6 {width:7%;margin-left:8px;}
.tu_data {font-size:11px;width:100%;clear:both;border-bottom:1px solid #ccc;padding:5px 2px 0px 2px;min-height:25px;text-align:center;overflow:hidden;}
.tu_item {float:left;display:block;text-align:left;width:13%;}

/* submit */
textarea#bodytext, textarea#link_field1, textarea#link_field2, textarea#link_field3, textarea#link_field4, textarea#link_field5, .notebg
{padding:2px 0 0 30px;font-size:12px;background:#fff url(../images/note-submit-bg.jpg) repeat-y 0 0;border:0;width:630px;line-height:18px;}
a.toggle {line-height:22px;font-weight:bold;color:#000;}
#category {height:100px}
#category ul {float:left;padding:0 10px}

/* register */
.check {background:url(../images/green_check.gif) no-repeat 0 0;padding:2px 0 2px 18px;}
.nocheck {background:url(../images/cross.png) no-repeat 0 0;padding:2px 0 2px 18px;}


