/*
 * @package    shenzhou
 * @subpackage css
 * @author     Francois Baligant
 * @version    SVN: $Id: $
 */

/* Setup */


*
{
	margin: 0em;
	padding: 0em;
}

/* From: http://www.bkwd.com/2006/01/04/firefox-css-select-and-padding-margin */
option
{
  padding-right: 0.5em;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #6C7A7D;
	color: #2e3234;
	background-image: url(images/gradient1.png); background-repeat: repeat-x; background-position: 0px 73px;
}

a
{
	color: #2e3234;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

div.br {
  clear: both;
  overflow: hidden;
  height: 1px;
}

li.br {
  clear: both;
  overflow: hidden;
  height: 1px;
}

/* Outer */

#outer
{
	width: 940px;
	margin: 1em auto;
	margin-bottom: 0px;
}

/* Control Center */

#controlHeader
{
  background: #9bdaef url('images/control-header-gradient.gif') repeat-x scroll left top;
  color: #000000;
  font-family: Arial,Helvetica,Verdana,"Free Sans","FreeSans",sans-serif;
  height: 73px;
/*  overflow: hidden;*/
  position: relative;
  z-index: 100;
  min-width: 900px;
}

#controlMenu
{
  padding-left: 200px;
}

#controlMenu #logo
{
  display: inline;
  float: left;
  margin-left: -190px;
  width: 190px;
}

#controlMenu #logo img
{
  background:transparent none repeat scroll 0%;
  border:medium none;
}

#controlMenu #navigation
{
  float: left;
  height: 44px;
  margin: 0pt;
  padding: 0pt;
}

#controlMenu #navigation
{
  list-style-position:outside;
  list-style-type:disc;
}

#controlMenu #navigation li
{
  margin-top: 10px;
  float: left;
  height: 44px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0pt;
  padding: 0pt;
}

#controlMenu #navigation li > a
{
  display: block;
}

#controlMenu #navigation li a
{
  font-size: 14px;
  padding: 18px 9px 7px;
  color: #000000;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: relative;
  text-align: center;
}

#controlAvatar
{
  color: #000000;
  font-size: 11px;
  line-height: 1.27273em;
  padding-right: 16px;
  padding-top: 8px;
  text-align: right;
}

#controlAvatar a#avatarImage
{
  border: 1px solid #EBEBEB !important;
  display: inline;
  float: right;
  margin: 0pt 0pt 7px 9px;
}

#controlAvatar img
{
  border: 0px;
}

#controlBottom
{
  border-top: 1px solid #73bcd4;
  clear: both;
  color: #333333;
  font-size: 11px;
  height: 19px;
  margin: 0pt 16px;
  padding-top: 3px;
  position: relative;
}

#controlBottom ul
{
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-top: 1px;
}

#controlBottom ul#generalMenu
{
  float: right;
}

#controlBottom ul#actionMenu
{
  float: left;
}

#controlBottom ul li
{
  display:inline;
  margin:0pt 0pt 0pt 7px;
}

#controlBottom ul#generalMenu li
{
  border-right:1px solid #73bcd4;
  padding-right:8px;
}

#controlBottom ul#generalMenu li.last
{
  border-right: none;
}

#controlBottom ul#actionMenu li
{
  border-left: 1px solid #73bcd4;
  padding-left:8px;
	position:relative;
}

#controlBottom ul#actionMenu li.first
{
  border-left: none;
}

/* Menu */

#dropmenu {
  float:left;
  position: absolute;
  z-index: 500;
}

#dropmenu dl
{
  float: left;
  width: 8em;
  margin: 0 1px;
  background-image: url(images/navdown_black.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#dropmenu dt
{
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

#dropmenu dd
{
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #6C7A7D;
}

#dropmenu li
{
  color: #fff;
  text-align: left;  
}

#dropmenu li a.line-above
{
  border-top: 1px dotted #a0a0a0;
}

#dropmenu li a, #dropmenu dt a
{
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
  border: 0 none;
  line-height: 16px;
  padding: 6px;
}

#dropmenu li a:hover, #dropmenu dt a:hover
{
  background: #000;
}

/* Search */

#controlSearchbox
{
  display: inline;
  float: right;
  position: relative;
  top: -3px;
}

#controlSearchbox input#tagbox
{
  background: #FFFFFF url('/images/tagcity/see.gif') no-repeat scroll left center;
  border: 1px solid #7E1325;
  float: left;
  font-size: 11px;
  height: 16px;
  margin: 4px 0pt 0pt 10px;
  padding: 1px 4px 2px 16px;
  width: 100px;
}

/* Headlines */

#headlines
{
/*  clear: both;*/
  background: #6c7a7d url('images/headlines-gradient1.png') repeat-x scroll left top;
  height: 30px;
  overflow: hidden;
  padding: 0pt 15px;
  position: relative;
  z-index: 1;
}

#headlines h1
{
  float: left;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  margin: 3px 0pt 0pt;
  padding: 1px 50px 0pt 0pt;
  white-space: nowrap;
}

#headlines h1 a
{
  text-decoration: none;
  color: #fff;
}

#headlines #subnavigation
{
  float: right;
}

#headlines #subnavigation ul
{
	list-style: none;
  list-style-position:outside;
  list-style-type:none;
}

#headlines #subnavigation ul li
{
  display: inline;
  padding-right: 10px;
}

#headlines #subnavigation ul li a
{
  color: #eeeeee;  
  text-decoration: none;
}

#headlines #subnavigation ul li a:hover
{
  color: #eeeeee;  
  text-decoration: underline;
}

#headlines #subnavigation li a img
{
  border: 0px;
}

#headlines #subnavigation .barmenu
{
  vertical-align: middle;
}

#headlines #subnavigation .barmenu li span.tiny
{
  font-size: 8pt;
}

/* Header */

#header
{
  float: left;
/*	padding: 1.75em;*/
  padding: 10px;
	padding-left: 50px;
	text-align: center;
}

#header h1
{
	font-size: 1.9em;
	color: #000000;
}

#header h2
{
	font-size: 0.9em;
	color: #747474;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	background-image: url('images/box2-top-940w.png');
  background-position: top left;
  background-repeat: no-repeat;
	height: 94px;
	width: 940px;
	/* IE5.5/6 kludge for alpha PNG support, not interpreted by other browsers */
	behavior: url('/js/iepngfix.htc');
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 30px;
}

#menu #menu-choices
{
  float: left;
}

#menu li
{
	padding: 0em 1.5em 0em 1.5em;
	display: inline;
}

#menu li a
{
	color: #3A2000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#xbg1
{
	position: absolute;
	z-index: 1;
	background-image: url('images/box2-filler-940w.png');
  background-position: top left;
  background-repeat: no-repeat;
	width: 940px;
	height: 98px;
}

#content-header
{
	background-image: url(images/box2-top-25h940w-nogradient.png);
  _background-image: url(images/box-top-25h940w-nogradient.gif);
  background-position: top left;
  background-repeat: no-repeat;
	height: 25px;
	width: 940px;
}

#content-header h1
{
	padding: 0 40px 0 40px;
}

#content-tabs
{
  background-image: url(images/box2-tabs-940w.png);
  _background-image: url(images/box-tabs-940w.gif);
  background-position: top left;
  background-repeat: repeat-y;
  color:#383D42;
  font-family:Arial,Helvetica,Verdana,sans-serif;
  height:30px;
  overflow:hidden;
  padding-left:350px;
  position:relative;
}

#content-middle
{
	background-image: url(images/box2-middle-940w.png);
	_background-image: url(images/box-middle-940w.gif);
  background-position: top left;
  background-repeat: no-repeat;
	height: 25px;
	width: 940px;
}

#content-tabs li a:hover
{
  color:#404040;
}

#content-tabs li a 
{
  background:transparent url(images/right_off.gif) no-repeat scroll right top;
  border:0pt none;
  color:#808080;
  display:block;
  float:left;
  line-height:31px;
  padding-right:11px;
  text-decoration:none;
}

#content-tabs li
{
  background:transparent url(images/left_off.gif) repeat-x scroll left top;
  display:block;
  float:left;
  height:31px;
  line-height:31px;
  margin:0pt;
  padding-left:11px;
}

#content-tabs li.firstactive
{
  background-image:url(images/left_first_on.gif);
}

#content-tabs li.first
{
  background-image:url(images/left_first_off.gif);
}

#content-tabs li.active, #content-tabs li.lastactive
{
  background-image:url(images/left_on.gif);
  margin-left:-2px;
  padding-left:11px;
}

#content-tabs li.last
{
  border:medium none;
}

#content-tabs li.last a
{
  background-image:url(images/right_end_off.gif);
  padding-right:22px;
}

#content
{
  background-image: url(images/box2-middle-940w.png); background-position: top left; background-repeat: repeat-y;
  _background-image: url(images/box-middle-940w.gif); background-position: top left; background-repeat: repeat-y;
	width: 860px;
	min-height: 400px;
	padding: 0 40px 5px 40px;
}

#content-top-ads
{
	width: 940px;
  text-align: center;
  padding-top: 15px;
  background-image;
  background-image: url(images/content-ads-top.png); background-position: top left; background-repeat: repeat-y;
  _background-image: url(images/content-ads-top.gif); background-position: top left; background-repeat: repeat-y;
  position: relative;
}

#content-top-ads #hide-ads
{
  height: 16px;
  width: 16px;
  position: absolute;
  display: block;
  overflow: hidden;
  top: 8px;
  right: 24px;
  z-index: 250;  
}

#content-top-ads-bottom
{
  height: 30px;
  background-image: url(images/content-ads-top-bottom.png); background-position: top left; background-repeat: repeat-y;
  _background-image: url(images/content-ads-top-bottom.gif); background-position: top left; background-repeat: repeat-y;
  margin-bottom: 2px;
}

#content-ads
{
  padding-bottom: 30px;
  text-align: center;
  background-color: #6C7A7D;  
}

#content-ads #why-firefox
{
  margin: 10px 0 10px;
  width: 400px;
}

#content-footer
{
	width: 940px;
	height: 56px;
	padding-top: 30px;
  background-image: url(images/box2-bottom-940w.png); background-position: top left; background-repeat: no-repeat;
  _background-image: url(images/box-bottom-940w.gif); background-position: top left; background-repeat: no-repeat;
	text-align: center;
}

#content p
{
	margin-bottom: 2em;
	line-height: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.0em;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content img
{
  border: none;
}

#content table
{
	margin-bottom: 2em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.3em;
}

#content table td
{
	padding: 0.3em;
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}

/* One column */

#mainContent
{
	width: 900px;
  margin: 25px auto 0pt;
  position: relative;
  z-index: 5;
}

/* Two column - Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -18em;
	width: 100%;
}

#primaryContent
{
	margin: 2em 3.0em 0em 19em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;
}

/* Two column - Secondary Content */

#secondaryContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 16em;
	margin-top: 2em;
}

/* Faq */

.faq
{

}

.faq ul li
{
  list-style-image: none;
  list-style-position: outside;
  list-style-type: square;
  line-height: 1.5em;
  margin-left: 10px;
}

/* Footer */

.footer-text {
  display: none;
}

#footer
{	
  background: #828282 url('images/gradient_footer.gif') repeat-x left top;
  padding-top: 10px;
  padding-right:  0pt;
  padding-left: 15px;
  clear:  both;
  color:  #FFFFFF;
  font-size:  11px;
  line-height:  1.2;
  overflow: hidden;
  position: relative;
  text-align: left;	
}

#footer #footer-actions
{
  position: absolute;
  right: 20px;
  top: 20px;
}

#footer a
{
	color: #DFDFDF;
	text-decoration: none;
	font-size: 1em;
	letter-spacing: 0.1em;
}

#footer a:hover
{
  text-decoration: underline;
}

#footer .footerLinks
{
  list-style-position:outside;
  list-style-type:none;
  margin: 0pt;
  padding: 10px 0pt 0pt;
  margin-left: 15px;
  margin-right: 200px;
}

#footer .footerLinks li
{
  margin: 0pt 7px 0pt 0pt;
  display: inline;
  border-right: 1px solid #aaaaaa;
  padding-right: 8px;
}

#footer .footerLinks li.first
{
  font-weight: bold;
  border-right: none;
  padding-right: 16px;
}

#footer .footerLinks li.last
{
  border-right: none;
}

#footer #footerInfos
{
  text-align: center;
  color: #DFDFDF;
  margin-top: 5em;
  padding-bottom: 15px;
}

.clear
{
	clear: both;
}

/* connection box */

.forgot-link
{
  font-size: 0.8em;
}

#widget-login
{
  padding-bottom: 15px;
}

#widget-login .login-buttons
{
  padding-top: 5px;
}

.form_error
{
  padding-left: 85px;
  color: #000;
  background : #D16892;
  font-weight: bold;
}

#register-fields
{
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 0em !important;
  margin-bottom: 5px !important;
}

#register-fields span
{
  color: #909090;
}

#register-fields li
{
  padding-bottom: 10px;
}

#slogan
{
  font-style: italic;
  font-size: 1.2em;
}

/* assets */

.comment-asset .user-pic {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  padding: 1px;
}

.comment-asset .comment-body {
  margin-bottom: 10px;
  margin-left:42px;
}

.journal-asset {
  background:transparent url(/images/tango/16x16/mimetypes/text-x-generic.png) no-repeat scroll 0pt 1px;
  padding-left:18px;
}

.poll-asset {
  background:transparent url(/images/famfamfam/16x16/icons/chart_bar.png) no-repeat scroll 0pt 1px;
  padding-left:18px;
}

.comment-asset {
}

#bubble
{
  background:transparent url(images/o-logo1.png) no-repeat top left;
	/* IE5.5/6 kludge for alpha PNG support, not interpreted by other browsers */
	behavior: url('/js/iepngfix.htc');
}

#bubble #bubble-body
{
  margin-left: 75px;
}

#bubble h2
{
  padding-bottom: 10px;
}

.asset-meta-list {
  display: block;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0pt;
  width: 100%;
  padding-left: 0px;
}

.asset-meta-list .item {
  display: block;
  float: left;
  line-height: 1.5;
  padding: 0pt 4px;
  position: relative;
  white-space: nowrap;
  z-index: 9;
}

.asset-meta-inline-list
{
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.asset-meta-inline-list li
{
  display: inline;
  border-left: 1px solid #999;
  padding-left: 3px;
}

.asset-meta-inline-list li.first
{
  border-left: none;
}

.asset-info
{
  font-size: 0.7em;
  color: #999;
}

.asset-action
{
  font-size: 0.7em;
}

/* widgets */

#widget-accounts
{
  margin-left: 10px;
}

#widget-accounts .friend {
  float: left;
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
}

#widget-accounts .friend a img {
  border-style: none;
}

#widget-accounts .friend a {
  text-decoration: none;
}

#widget-universes .widget-list {
  margin: 0pt;
  padding: 0pt;
  margin-left: 0pt;
  margin-bottom: 0pt;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:disc;
}

#widget-universes .widget-list .item {
  display:block;
  margin-bottom:8px;
  padding:1px 0pt 0pt;
  width:100%;
}

#widget-universes .universe-pic {
  float: left;
  margin-right: 5px;
  padding: 1px;
}

#widget-universes .universe-body {
  margin-left:42px;
}

/* Settings */

.account-settings label
{
  /*
    This one is tricky. In XHTML strict mode, to have a width, a label must be a block
    -Francois
  */
  display: block;
  float: left;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  padding-right: 10px;
  width: 250px;
  min-height: 3em;
}

.section_option_odd {

}

.section_option_even {
  background: #F0F0F0;
}

.section_option_level1 {
  font-weight: bold;
}

.section_option_level2 {
}

.section_option_level3 {
}

/* Section */

#section-list {
  float: left;
  width: 50%;
}

#section-info {
  float: left;
  width: 50%;
}

#section-info .section-code {  
  font-weight: bold;
  font-size: 1.5em;
}

.section-list-block .section-name-level1 {
  font-size: 1.5em;
  font-weight: bold;
}

.section-list-block .section-name-level2 {
  font-size: 1.2em;
}

.section-list-block .section-name-level3 {
  font-size: 1em;
}

/* Login */

.login-form
{
  margin-top: 70px;
  background: url(images/o-logo1-bkgwhite.png) no-repeat scroll top left;
}

.login-form fieldset
{
  border: none;
  background:transparent url(images/box-grey-400-300-none.png) no-repeat scroll top left;
  margin-top: 0px;
  margin-left: 300px;
  padding-top: 20px;
  width: 500px;
  height: 190px;
}

.login-form .submit-buttons
{
  padding-left: 50px;
}

.login-form label
{
  /*
    This one is tricky. In XHTML strict mode, to have a width, a label must be a block
    -Francois
  */
  display: block;
  float: left;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  padding-right: 10px;
  width: 120px;
  min-height: 3em;
}

/* Invite */

.invite-form label
{
  /*
    This one is tricky. In XHTML strict mode, to have a width, a label must be a block
    -Francois
  */
  display: block;
  float: left;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  padding-right: 10px;
  width: 250px;
  min-height: 3em;
}

/* News */

#news-headlines ul
{
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* Universe */

#universe-discussion ul
{
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* Taste */

#taste {
  width:98%;
}

/* Radar */

#slider-name
{
  float: left;
  font-weight: bold;
  margin-top: 10px;
}

#slider, #slider-bar, #slider-handle1,#slider-handle2 {
	border: 0;
	padding: 0;
	margin: 0;
}
#slider {
	width: 300px;
	height:42px;
	margin-left: 5px;
	float: left;
}
#slider-bar {
	width:300px;
	height:42px;
	background: url(images/track.png) no-repeat;
	_background: url(images/track.gif) no-repeat;
	position: relative;
}
#slider-handle1,#slider-handle2 {
  position: absolute;
	width:42px;
	height:42px;
	cursor:move;
	background: url(images/gripper.png) no-repeat;
  behavior: url('/js/iepngfix.htc');	
}
#percent1,#percent2 {
	font-size: 75%;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	padding-top: 1.1em;
}

#radar-control
{
  background:#f5f5f5 url(images/box-grey-400-300-none-nofading.png) no-repeat scroll top left;
  border-top: 1px solid #e0e0e0;
  padding:12px 20px 30px;
  margin-bottom: 10px;
  min-height: 50px;
}

#radar-control-header
{
  font-weight: bold;
  font-size: 12pt;
  display: block;
}

#radar-control-age
{
  float: left;
  padding-bottom: 10px;
}

#radar-control-sort
{
  float: left;
}

#radar-control-submit
{
  float: right;
}

#radar-control-gender
{
  float: left;
}

#radar-control-country
{
  float: left;
}

#radar-control-section
{
  float: left;
}

.radar-control-menu
{
  margin-bottom: 1em !important;
}

.radar-control-menu li
{
  display: inline;
  list-style-type: none;
  padding: 3px;
  font-weight: normal;
}

.radar-control-menu li.first
{
  font-weight: bold;
}

.radar-control-menu li input
{
  margin-right: 5px;
}

.radar-box
{
  background:transparent url(images/radar-box.gif) no-repeat scroll top left;
  padding: 12px 5px;
  text-align: center;
  width: 130px;
  min-height: 300px;
  height:auto !important;
  height: 300px;  
}

.radar-box .mood
{
  width: 120px;
  padding-right: 5px;
  padding-left: 5px;
}

.radar-box .journal
{
  width: 120px;
  padding-right: 5px;
  padding-left: 5px;
}

.radar-box img
{
  border: 1px solid #000;
}

.radar-table
{
  margin-left: auto;
  margin-right: auto;
}

/* Avatars */

#avatars img
{
  border: none;
}

/* Feed */

#feed-show #feed-table
{
  float: left;
}

/* Feed_item */

#feed_item-list #feed_item-list-table
{
  float: left;
}

/* Profile */

#profile-show #profile-show-content
{
  float: left;
  width: 500px;  
}

#profile-edit #profile-edit-content
{
  float: left;
  width: 500px;  
}

/* Photo */

#photo-edit #photo-edit-form
{
  float: left;
  width: 500px;
}

#photo-edit #photo-edit-form label
{
  display: block;
  float: left;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  padding-right: 10px;
  width: 150px;
  min-height: 3em;
}

#photo-edit #photo-edit-xpwizard
{
  float: left;
  width: 200px;
  padding-left: 50px;
}

#photo-edit #photo-edit-xpwizard .xplogo
{
  display: block;
  background:transparent url(/images/xp.png) no-repeat scroll top left;
  padding-left: 90px;
}

#photo-list img
{
  border: none;
}

#photo-show .gallery img
{
  border: none;
}

#photo-show .avatar
{
  font-size: 11px;
}

#photo-show .avatar img
{
  float: left;
  margin-right: 4px;
}

#photo-media
{
  margin-bottom: 30px;
}

#photo-media img
{
  border: none;
}

#photo-media #media-menu
{

}

#photo-media #media-menu li
{
  display: inline;
  list-style-type: none;
  border: 1px solid #000;
  padding: 3px;
  font-weight: bold;
}

#photo-media #media-menu li a
{
  text-decoration: none;
}

#photo-media #media-menu li.first
{
  border: none;
}

#photo-gallery img
{
  border: none;
}

#photo-gallery #sets
{
  float: right;
  width: 200px;
  text-align: center;
}

.asset-meta .asset-title
{
  font-weight: bold;
}

.asset-meta
{
  text-align: center;
}

#photo-gallery #sets #sets-content
{
  min-height: 340px; /* same than #content */
  border-left: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  padding: 12px 20px;
}

#photo-gallery #sets #sets-header
{
  background:#f5f5f5 url(images/box-grey-400-300-none-nofading.png) no-repeat scroll top left;
  height: 20px;
}

#photo-gallery #photos
{
  float: left;
  width: 640px;
}

#photo-gallery #photos .photo-title
{
  font-weight: bold;
}

#photo-gallery-large {
  padding-left: 30px;
}

#photo-gallery-large .photo {
  padding-bottom: 50px;  
}

#photo-gallery-large .photo .photo-asset {
  padding: 5px 0;
}

#photo-gallery-large .title {
  font-weight: bold;
}

#photo-gallery-large .description {

}

#photo-gallery-large .meta {
  padding: 3px 0;
}


#photo-top #photo-recent
{
  float: left;
  width: 650px;
}

#photo-top #photo-recent table td
{
  width: 80px;
  padding: 0;
}

#photo-top #photo-favorite
{
  float: right;
  width: 130px;
  text-align: center;
}

#photo-top #photo-favorite #photo-favorite-content
{
  min-height: 340px; /* same than #content */
  border-left: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  padding: 12px 20px;
}

#photo-top #photo-favorite #photo-favorite-header
{
  background:#f5f5f5 url(images/box-grey-400-300-none-nofading.png) no-repeat scroll top left;
  height: 20px;
}

/* Audio */

#audio-edit #audio-edit-form
{
  float: left;
  width: 500px;
}

#audio-edit #audio-edit-form label
{
  display: block;
  float: left;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  padding-right: 10px;
  width: 150px;
  min-height: 3em;
}

#audio-edit #audio-edit-xpwizard
{
  float: left;
  width: 200px;
  padding-left: 50px;
}

#audio-edit #audio-edit-xpwizard .xplogo
{
  display: block;
  background:transparent url(/images/xp.png) no-repeat scroll top left;
  padding-left: 90px;
}

#audio-show .gallery
{
  padding-top: 20px;
  padding-bottom: 20px;
}

#audio-show .avatar
{
  font-size: 11px;
}

#audio-show .avatar img
{
  float: left;
  margin-right: 4px;
}

/* Asset */

#asset-edit #asset-edit-form
{
  float: left;
  width: 500px;
}

#asset-edit #asset-edit-form label
{
  display: block;
  float: left;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  padding-right: 10px;
  width: 150px;
  min-height: 3em;
}

#asset-show .gallery
{
  padding-top: 20px;
  padding-bottom: 20px;
}

#asset-show .avatar
{
  font-size: 11px;
}

#asset-show .avatar img
{
  float: left;
  margin-right: 4px;
}

/* Mailbox */

#mailbox-navigation #mailbox-folders
{
  float: left;
}

#mailbox-navigation #mailbox-actions
{
  float: right;
}

#mailbox-navigation #inbox
{
}

/* Theme Icons */

.themeimage
{
  border: none;
  vertical-align: middle;
}

.iconimage
{
  border: none;
  vertical-align: middle;  
  margin-right: 0.5em;
}


/* Asset Image */

.asset-image
{
  border: none;
}

/* Paginator */

div.pagination
{
  text-align: center;
  border: 1px solid #EBEBEB !important;
}

div.pagination .pagination-list
{
  margin-bottom: 0 !important;
}

div.pagination ul.pagination-list li
{
    display: inline;
    list-style-type: none;
    padding-right: 1em;
    font-size: 1.5em;
}

div.pagination div.pagination-nbresults
{
  font-size: 8px;
  color: #999;
}

/* text */

.messbody
{
  background:transparent url(images/box-grey-400-300-globe1.png) no-repeat scroll top left;
  padding: 20px 60px;
	background-color: #fff;
	color: #000;
	min-height: 80px;
}

.messimportant
{
  background:transparent url(images/box-grey-400-300-globe1.png) no-repeat scroll top left;
  padding: 20px 60px;
	background-color: #fff;
	color: #000;
	min-height: 80px;
}

.Center
{
  text-align: center;
}

.Little
{
  font-size: 8pt;
}

.Grey
{
  color: #999;
}

.Bold
{
  font-weight: bold;
}

.Normal
{
  font-weight: normal;
}

/* Box */

.boxbody {
	padding: 5px;
	margin : 5px;
	background-color: #fff;
	color: #000;
	border-style:dotted; 
	border-width:2px; 	
	border-color:#000;
}

/* Feed Item */

#feed_item-show
{

}

#feed_item-content
{
  float: left;
  width: 500px;
}

#feed_item-content #feed_item-title
{
  font-size: 20px;
}

#feed_item-content #feed_item-details
{
  font-size: 8px;
  color: #999;
}

#feed_item-content #feed_item-meta
{
  padding: 10px 0 10px 0;
  font-size: 12px;
}

#feed_item-content #feed_item-body
{
  width: 500px;
}

/* Journal */

.journal-block
{
  float: left;
  width: 450px;
  background:transparent url(images/box-grey-400-300-bubble.png) no-repeat scroll top left;
  padding:12px 20px 12px 60px;
}

.journal-block .journal-meta
{
  margin-top: 20px;
}

/* Journal Top */

.journal-top
{
  background:transparent url(images/box-grey-400-300-none.png) no-repeat scroll top left;
  padding:12px 10px;
  padding-bottom: 20px;
  min-height: 50px;
}

.journal-top .journal-meta
{
  float: left;
}

.journal-top .journal-trackback
{
  font-size: 0.9em;
  color: #999;
}

.journal-top .journal-title
{
  font-weight: bold;
  font-size: 20px;
}

.journal-top .journal-details
{
  font-size: 0.9em;
  color: #999;
}

.journal-top .journal-body
{
  clear: left;
  padding-left: 57px;
  width: 500px;
}

.journal-top .journal-body img {
  max-width:475px;  
  /* max-width unsupported by IE6 */
  width: expression(this.width > 475 ? 475: true);
} 

.journal-top .journal-menu
{
  height: 16px;
  padding-left: 60px;
  font-size: 10px;
  color: #999;
}

.journal-top .journal-menu a
{
  text-decoration: none;
}

.minibox {
	position: relative;
	padding: 3px;
	margin : 5px;
	width: 30px;
	background-color: #fff;
	color: #000;
	border-style:dotted; 
	border-width:1px; 	
	border-color:#000;
}

.vote-widget
{
  background-image:url(images/vote-widget.gif);
  background-repeat:no-repeat;
  cursor:pointer;
  float:left;
  height:50px;
  margin-right:0.5em;
  margin-top:0.25em;
  position:relative;
  width:50px;
  z-index:10000;
}

.vote-widget a
{
  text-decoration: none;
}

.vote-widget .vote-button
{
  display:block;
  font-size:14px;
  font-weight:bold;
  height:25px;
  outline-color:invert;
  outline-style:none;
  outline-width:medium;
  padding-left:23px;
  padding-top:2px;
  text-align:left;
  width:50px;
  background-position:5px 6px;
  background-repeat:no-repeat;
}

.vote-widget .vote-up
{
  background-image:url(images/voteup-off.gif);
  color:#6BB38F;
}

.vote-widget .voted-up
{
  background-image:url(images/voteup-off.gif);
  color:#ffffff;
}

.vote-widget .vote-down
{
  background-image:url(images/votedown-off.gif);
  color:#ff9700;
}

.vote-widget .voted-down
{
  background-image:url(images/votedown-off.gif);
  color:#ffffff;
}

/* Comments */

#comments
{
  border-top: 1px solid #6F5129;
  padding-top: 10px;
}

#comments .commentbold
{
  font-weight: bold;
}

.comments .comment-body p
{
  margin-bottom: 0px !important;
  padding-left: 50px;
}

.comments .comment-box table
{
  margin-bottom: 0 !important;
}

.comments .comment-menu
{
  height: 16px;
  font-size: 10px;
  color: #999;
}

.comments .comment-menu a
{
  text-decoration: none;
}


.box2
{
  background:transparent url(images/box-grey-400-300-none.png) no-repeat scroll top left;
  padding:12px 20px;
  padding-bottom: 20px;
  min-height: 50px;
}

.box3
{
  background: #f5f5f5;
  color: #000;
  font-size: 12pt;
  margin: 1em 0 1em;
	border-style: solid; 
	border-width: 4px; 	
	border-color: #e0e0e0;
}

.box3 p
{
  margin: 1em 1em 1em 1em !important;
}

/* Tags */

.tags-block
{
  float: right;
  width: 150px;
  min-height: 200px;
  background:transparent url(images/box-grey-400-300.png) no-repeat scroll top left;
  padding:12px 50px;
}

.tags-block fieldset
{
  border: none;
}

#taglist ul
{
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* Table */

.list-table
{
  background:transparent url(images/box-grey-400-300-none.png) no-repeat scroll top left;
  padding: 20px 20px;
	background-color: #fff;
	color: #000;
	min-height: 80px;
	width: 100%;
}

.center-table 
{
  margin-left: auto;
  margin-right: auto;
}

.border-table
{
  border: 1px solid #000000;
}

.fill-table
{
  width: 100%;
}

.th-right-table th
{
  text-align: right !important;
}

/* Poll */

#poll-show table
{
  width: 100%;
  margin-bottom: 0px;
}

#poll-show table th
{
  text-align: right;
}

#poll-show #poll-show-info p
{
  margin-bottom: 0;
}

#poll-show #poll-show-info
{
  background:transparent url(images/box-grey-400-300-star1.png) no-repeat scroll top left;
  padding:12px 20px 12px 60px;
}

#poll-show #poll-actions
{
  text-align: center;
}

#poll-show
{
  margin-bottom: 20px;
}

/* Discussions */

.RecentActivity { width: 640px; margin-top: 10px; margin-bottom: 5px; margin-left: 60px; }
.RecentActivity tr { vertical-align: top; }
.RecentActivity td {  }
.NewComments { width: 100%; margin-left: 10px; margin-top: 10px; border: 0; }
.NewComments td { vertical-align: top; padding: 3px 3px 6px 3px; margin: 0px; background-image: none; font-size: 12px; }
.NewComments .Icon { text-align: right; }
.NewComments .Icon img { vertical-align: top; border: none; margin-right: 0px; margin-top: 8px; }
.NewComments .YouSaid { font-style: italic; color: #888; }
.NewComments .YouSaidIcon { font-style: italic; color: #888; text-align: right; }
.NewComments .YouSaidIcon img { vertical-align: top; border: none; margin-right: 0px; margin-top: 8px; }
.NewComments small { padding-left: 20px; }  
  

/* account/home */

.leftColumn .newsAlert { font: 11px Arial, Helvetica, sans-serif; background-color: #FBFFCC; text-align: left; margin: 0 0 15px 0; padding: 6px; }
.leftColumn .newsBox { background:#f3f3f3;  margin: 0 0 15px 0; padding: 10px; }
.leftColumn .newsBox .But { font: 11px Arial, Helvetica, sans-serif; color: #483100; }

/* account/home Portal */

#portal-block-list-link-div a
{
  text-decoration: none;
  color: #fff;
  font-size: 8pt;
}

#portal-block-list-link-div a:hover
{
  text-decoration: underline;
}

.portal .block h3 {
  font-family: Arial,Helvetica,Verdana,"Free Sans","FreeSans",sans-serif;
  color: #000 !important;
  background-color: #9CDAEC !important;
  border-bottom : 1px solid #000000;
  font-size: 7pt !important;
  letter-spacing: 0.1em;
}

.portal .block h3 a {
  font-family: Arial,Helvetica,Verdana,"Free Sans","FreeSans",sans-serif;
  color: #000 !important;
  background-color: #9CDAEC !important;
  font-size: 7pt !important;
  text-decoration: none !important;
  letter-spacing: 0.1em;
}

.portal table td
{
  line-height:16pt;
  padding: 0 !important;
}

/* Library */

#library-show #meta {
}

#library-show #meta .meta-title {
  font-size: 1.5em;
  font-weight: bold;
}

#library-show #actions .action {
  float: left;
}

/* Indicator */
div#indicator
{
  position: absolute;
  width: 860px;
  background: #fff;
  background: url(images/indicator.gif) no-repeat 430px 3px;
  height: 32px;
}	

#indicator-tts
{
  background: url('/images/indicator-arrows.gif') no-repeat 0 0;
}	

#indicator-style
{
  background: url('/images/indicator-arrows.gif') no-repeat 0 0;
}	

.indicator-arrows
{
  background: url('/images/indicator-arrows.gif') no-repeat 0 0;
}	

div#flash
{
  width: 860px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 8px;
  height: 30px;
  margin-bottom: 10px;
  margin-left: 40px;
  padding-top: 5px;
	border-style: solid; 
	border-width: 4px; 	
	border-color: #000;
}

/* global image box */

div.spacer {
  clear: both;
  height: 1px;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.clearboth {
  clear: both;
}

div.float {
  float: left;
  width: 90px;
  padding: 2px;
  text-align: center;
}

#radar {
  float: left;
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
}