body {
	background-color: #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #444;
}

h1 {
	color:#777;
}

form {
	margin: 0;
	padding: 0;
}

#header {
}

#content {
	float: left;
	position: relative;
	width: 750px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 10px;
	margin-left: 5px;
}

#content-go {
	float: left;
	position: relative;
	width: 975px;
	padding: 0px;
	margin: 0px;
}

#go-left {
	float: left;
	width: 700px;
}

#go-right {
	float: right;
	width: 250px;
}

.go-block {
    clear: both;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}

#main {
	margin: 0 auto;
	text-align: left;
	width: 975px;
}

.complete-logo {
	border: 0;
	display: block;
	height: 96px;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background: transparent url(/img/title_pattern.png) repeat-x 0 37px;
}

div.complete-logo .logo {
	float: left;
	width: 336px;
	height: 96px;
	position: relative;
	left: 100px;
	background: transparent url(/img/shareusers.png) no-repeat 0 0;
}

div.complete-logo h1 {
	display: none;
}

#highlights {
	float: left;
	width: 500px;
    height: 325px;
	background-color: transparent;
}

.gradient {
	width: 500px;
}

#highlights td {
	padding-left: 10px;
}

.login {
	float: right;
	width: 420px;
    position: relative;
}

.login p.aligned {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	width: 370px;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: right;
}

.login div.submitgroup {
	width: 370px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 100px;
	text-align: right;
}

#footer {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 9px;
	color: #666;
	width: 100%;
	background-color: #ddd;
}

#footer p {
	margin: 0;
}

/* Rounded boxes */

.rbroundbox { background: url(/img/nt.gif) repeat; }
.rbtop div { background: url(/img/tl.gif) no-repeat top left; }
.rbtop { background: url(/img/tr.gif) no-repeat top right; }
.rbbot div { background: url(/img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/img/br.gif) no-repeat bottom right; }

.rbroundbox {
	margin-top: 10px;
	margin-bottom: 10px;
}

.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent {
	margin: 0 7px;
}

h2 {
    margin-top: 0px;
    font-size: 12px;
}

/* Color gradient trick */

.gradient h2 {
	font: bold 125%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 30px 0 20px;
	color: #464646;
	width: 500px;
}

.gradient h2 span {
	background: url(/img/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 500px;
	height: 31px;
}

/* Navigation menus (footer and header) */

.navigation ul {
	color: #646365;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
.navigation ul li {
	border-right: 1px solid #646365;
	float: left;
	line-height: 1.4em;
	padding: 0 8px 0 8px;
}
.navigation a,.navigation a:link,.navigation a:visited,.navigation a:focus,.navigation a:active {
	color: #646365;
	text-decoration: none;
}
.navigation a:hover,.navigation a span:hover {
	text-decoration: underline;
}
.navigation ul li.first {
	margin-left: 0!important;
	padding-left: 0!important;
}
.navigation ul li.last {
	border: 0 none!important;
	margin-right: 0!important;
	padding-right: 0!important;
}
.navigation ul li.selected {
	background-color: #CEDB00!important;
	color: #006567!important;
}
.navigation ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#header-messages {
    width: 100%;
}

#header-navigation,#footer-navigation {
	border: 0;
	color: #AAA;
	font-size: 10px;
	font-weight: normal;
	line-height: .9em;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 975px;
}

#header-navigation ul {
	float: right;
	line-height: 1.3em;
	margin-right: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-navigation ul li {
	border-color: #AAA;
}
#header-navigation ul li.last-child,#footer-navigation ul li.last-child {
	border: 0;
}
#header-navigation a {
	background-image: none;
}
#header-navigation span {
	display: block;
	float: left;
	padding-right: 5px;
}
#header-navigation span.language {
	display: block;
	float: left;
	height: 13px;
	margin-top: 0;
	padding-right: 0;
	position: relative;
	top: 0;
	width: 13px;
}

#footer-navigation {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

#footer-navigation ul,#footer-navigation ul li {
	display: inline;
	float: none;
}
#footer-navigation ul {
	line-height: 1em;
	margin-bottom: 5px;
}
#footer-navigation ul li {
	border-color: #777;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1.3em;
}

#footer-navigation:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#footer-navigation ul {
	color: #777;
}

#footer-navigation a,#footer-navigation a:link,#footer-navigation a:visited,#footer-navigation a:focus,#footer-navigation a:active {
	color: #777;
}

#footer-navigation p {
	clear: both;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

/* Estilos auxiliares */

.nota {
	float: left;
	font-size: 9px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.modal  {
    display: none;
    background: #fff;
    color: #333;
    z-index: 200;
    overflow: auto;
	border: 1px solid #808080;
	padding: 5px;
}

.center {
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
	top: 50%;
	left: 50%;
}

.popup {
	/*determinamos una anchura*/
	width: 800px;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	margin-left: -400px;
	/*determinamos una altura*/
	height: 290px;
	/*indicamos que el margen superior, es la mitad de la altura*/
	margin-top: -145px;
}

#loading {
    display: none;
    background: #fff;
    color: #000;
    z-index: 1000;
    overflow: auto;
	padding: 5px;
}

#loading span {
	width: 68px;
	margin-left: -34px;
	height: 68px;
	margin-top: -34px;    
}

#but_listform {
	margin-top: 10px;
	float:right;
}

.cloud {
    text-align: center;
}

.sidebar {
	float: left;
	width: 180px;
}

#sidebar-left {
	float: left;
	width: 180px;
}

h3 {
	border-bottom:1px solid #888;
	margin-top: 5px;
	margin-bottom: 7px;
}

img.index {
	padding: 3px;
	border: none;
	position: relative;
	top: 8px;
}

td.icon {
	width: 18px;
	padding:0;
	margin:0;
	text-align: center;
}

.mini-img {
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.menu {
	margin-top: 5px;
	margin-bottom: 5px;
}

.menu li {
	list-style-type: none;
	margin-left: -22px;
}

.menu li.help {
	border-style: none none dotted none;
	border-color: #aaa;
	border-width: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.menu li a,.menu li a:link,.menu li a:visited,.menu li a:focus,.menu li a:active {
	text-decoration: none;
}
.menu li a:hover,.menu li a span:hover {
	text-decoration: underline;
}

.webslist-go {
	display: block;
	float: left;
	width: 700px;
	margin-top: 0px;
	margin-left: 0px;
}

.webslist-top-go {
    display: block;
	font-size: 7px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	background: url(/img/wltop_med.gif) no-repeat top;
}

.webslist-top-go h4  {
	color: #555;
	margin-top: 0;
	padding: 0 0 0 15px;
	font-size: 10px;
	font-weight: bold;
}

.webslist-bottom-go {
	display: block;
	height: 22px;
	line-height: 13px;
	font-size: 0px;
	clear:both;
	background: url(/img/wlbot_med.gif) no-repeat;
	width: 700px;
	margin-bottom: 20px;
}

.webslist-content-go {
	display: block;
	padding: 3px 8px 0 8px;
	background: url(/img/wlbg_med.gif) repeat-y;
	width: 684px;
}

.webslist {
	display: block;
	float: left;
	width: 750px;
	margin: 10px 0px 10px 10px;
}

.webslist-top {
    display: block;
	font-size: 7px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	background: url(/img/wltop.gif) no-repeat top;
}

.webslist-top h4  {
	color: #555;
	margin-top: 0;
	padding: 0 0 0 15px;
	font-size: 10px;
	font-weight: bold;
}

.webslist-bottom {
	display: block;
	height: 22px;
	line-height: 13px;
	font-size: 0px;
	clear:both;
	background: url(/img/wlbot.gif) no-repeat;
	width: 750px;
}

.webslist-content {
	display: block;
	padding: 3px 8px 0 8px;
	background: url(/img/wlbg.gif) repeat-y;
	width: 734px;
}

.webslist-small {
	display: block;
	float: left;
	width: 420px;
	margin-top: 0px;
	margin-left: 48px;
}

.webslist-top-small {
    display: block;
	font-size: 7px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	background: url(/img/wltop_small.gif) no-repeat top;
}

.webslist-top-small h4  {
	color: #555;
	margin-top: 0;
	padding: 0 0 0 15px;
	font-size: 10px;
	font-weight: bold;
}

.webslist-bottom-small {
	display: block;
	height: 22px;
	line-height: 13px;
	font-size: 0px;
	clear:both;
	background: url(/img/wlbot_small.gif) no-repeat;
	width: 420px;
}

.webslist-content-small {
	display: block;
	padding: 3px 8px 0 8px;
	background: url(/img/wlbg_small.gif) repeat-y;
	width: 404px;
}

.webslist-content-small div.centered {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	width: 380px;
	padding-bottom: 8px;
	text-align: center;
}

.left-container {
	display: block;
	float: left;
	width: 360px;
	margin: 0px;
}

.right-container {
	display: block;
	float: right;
	width: 360px;
	margin: 0px;
}

.webslist-smaller {
	display: block;
	float: left;
	width: 360px;
	margin-top: 10px;
	margin-left: 10px;
}

.webslist-top-smaller {
    display: block; 
	font-size: 7px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	background: url(/img/wltop_smaller.gif) no-repeat top;
}

.webslist-top-smaller h4  {
	color: #555;
	margin-top: 0;
	padding: 0 0 0 15px;
	font-size: 10px;
	font-weight: bold;
}

.minimize {
    float: left;
    margin-right: 5px;
}

.webslist-bottom-smaller {
	display: block;
	height: 22px;
	line-height: 13px;
	font-size: 0px;
	clear:both;
	background: url(/img/wlbot_smaller.gif) no-repeat;
	width: 360px;
}

.webslist-content-smaller {
	display: block;
	padding: 3px 8px 0 8px;
	background: url(/img/wlbg_smaller.gif) repeat-y;
	width: 338px;
}

.websdiv { 
	display: block;
	width: 730px;
	height: auto;
	overflow: hidden;
	padding: 5px 0px 5px 0px;
}

.websdiv p.info  { 
	display: block;
	width: 690px;
	padding: 3px 8px 3px 25px;
	margin: 0;
	font-size: 9px;
}

.websdiv TABLE#webtable, .websdiv TABLE.listado  { 
	border-collapse: collapse;
	width: 734px;
	font-size: 11px;
}

.websdiv TABLE#webtable tr, .websdiv TABLE.listado tr  {
	width: 734px;
	height: 34px;
	margin: 0;
	background:url(/img/tablebg.jpg);
}

.websdiv TABLE#webtable tr.special, .websdiv TABLE.listado tr.special {
	width: 734px;
	height: 20px;
	margin: 0;
	background:none;
}

.websdiv TABLE#webtable td, .websdiv TABLE.listado td  {
	border-top: 3px solid #CBC9C4;
	clear:both;
	padding: 0px 5px;
}

.websdiv TABLE#webtable th, .websdiv TABLE.listado th {
	margin: 0;
	text-align: center;
}

.websdiv-go { 
	display: block;
	width: 680px;
	height: auto;
	overflow: hidden;
	padding: 5px 0px 5px 0px;
}

form.form_stats {
	font-size: 12px;
}

form.form_stats input {
	width: 70px;
}

.webs-pages {
	margin: 5px 15px 5px 15px;
	text-align: center;
}

form.suform {
	padding-bottom: 10px;
}

form.suform div.required legend, form.suform-small div.required legend {
  font-weight: bold;
}

form.suform div.optional label, form.suform-small div.optional legend, label.optional {
  font-weight: normal;
}

form.suform div.required label, form.suform-small div.required label, label.required {
  font-weight: bold;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form.suform div {
  clear: left;
  display: block;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}


form.suform div label {
  display: block;
  float: left;
  width: 150px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form.suform div span.group {
  width: 500px;
  float: left;
}

form.suform div.submit div input.inputSubmit, form.suform div.submit div input.inputButton,
form.suform-small div.submit div input.inputSubmit, form.suform-small div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form.suform-small div {
  clear: left;
  display: block;
  width: 390px;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form.suform-small div label {
  display: block;
  float: left;
  width: 160px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

.save_subscriptions {
    display: none;
    text-align: right;
    padding: 8px 0px;
}

.updated  {
	margin-top: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1em;
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	background-color: #ffe0e0;
	border-color: #777;
}

.updated p {
	margin: 0.6em 0;
}


/* Enlaces "externos" (empiezan por http) */

a[href^="http"] {
    background: url(/img/enlace_externo.gif) no-repeat right top;
    padding-right: 10px;
}

/* Excepcion: enlaces que empiezan por "http" pero apuntan a un dominio interno */

a[href^="http://su.net"], a[href^="http://en.su.net"], a[href^="http://es.su.net"],  
a[href^="http://su.niumasoft.com"], a[href^="http://en.su.niumasoft.com"], a[href^="http://es.su.niumasoft.com"], 
a[href^="http://shareusers.net"], a[href^="http://en.shareusers.net"], a[href^="http://es.shareusers.net"] {
    background-image: none;
    padding-right: 0;
}

/* Enlaces "internos" que redirigen a pagina externa */

a[href^="http://su.net/go/"], a[href^="http://en.su.net/go/"], a[href^="http://es.su.net/go/"],  
a[href^="/link/"], a[href^="/link/"], a[href^="/link/"],  
a[href^="http://su.niumasoft.com/go/"], a[href^="http://en.su.niumasoft.com/go/"], a[href^="http://es.su.niumasoft.com/go/"], 
a[href^="/link/"], a[href^="/link/"], a[href^="/link/"], 
a[href^="http://shareusers.net/go/"], a[href^="http://en.shareusers.net/go/"], a[href^="http://es.shareusers.net/go/"], 
a[href^="/link/"], a[href^="/link/"], a[href^="/link/"]  {
    background: url(/img/enlace_externo.gif) no-repeat right top;
    padding-right: 10px;
}

#suggestions {
    display: none; 
    float: left;
    min-width: 100px;
    z-index: 50;
	position:absolute;
	left: 0px;
	top: 16px;

	border-width: 1px;
	border-style: solid;
	background-color: #EEE;
	border-color: #777;
}

.suggestion {
    min-width: 100px;
    margin: 1px;
    z-index: 51;
	position:relative;
}

.selected_suggestion {
    min-width: 100px;
    margin: 1px;
	background-color: #CCC;
    cursor: pointer;
}

.suggested_group, .search_result_group {
    display: block;
    margin-bottom: 10px;
}

.suggested_label {
    display: block;
    margin-bottom: 2px;
}

.suggested_keyword {
    margin: 5px 2px;
}

.suggested_keyword a {
    background-image: none;
    padding-right: 0;
}

.subscribed_keyword {
    width: 343px;
}

.remove_error td {
	background-color: #ffe0e0;    
}

.not_added {
    width: 343px;
    opacity: .50;
	/* IE 4-7 */
    filter: alpha(opacity=50);
    /* IE 8 */
    -ms-filter: "alpha(opacity=50)";
}

code {
    float: left;
    padding: 5px;
    margin: 10px 20px;    
    text-align: center;
	border-width: 1px;
	border-style: solid;
	background-color: #EEE;
	border-color: #777;
}

.copy_button {
    float: left;
    padding: 5px 0px;
    margin: 10px 0px;
}

.copy_feedback {
    display: none;
    float: left;
    padding: 10px 0px;
    margin: 0px 0px;
}

#home-foot {
    float: left;
    width: 975px;
}

#home-foot div {
    float: left;
    color: #333;
}

#home-foot div ul {
    margin-top: 5px;
    padding: 0px;
}

#home-foot div li {
    list-style: none;
    margin: 1px;
}

#spotlight {
    width: 485px;
}

#spotlight li {
    float: left;
    width: 95px;
	font-size: 11px;
    text-align: center;    
}

.horizontal-list li {
    display: inline;
}

#recent_sites {
    width: 175px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

#popular_keywords {
    width: 270px;
}

.site_details {
    float: left;
    margin: 5px;
}

.search-title {
    display: block;
	font-weight: bold;
	margin-top: 0px;
}

.search-list {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
    padding-left: 10px;
}

.search-list li {
    margin: 5px 0px;
	list-style-type: none;
}

.how-to-link li {
    margin: 10px 0px;
    padding: 5px;
    border: 1px solid black;
    list-style-type: none;
}

.how-to-link li ul li {
    border: none;
    margin: 5px 0px;
}

.gadget {
	padding-left: 30px;
}

.box-window {
	float: left;
	margin-top: 6px;
	padding-right: 5px;
	display: none;
}

.links-title {
    margin-bottom: 5px;
    font-weight: bold;
    vertical-align: top;
}

.links-descr {
    margin: 5px;
    clear: both;
}

.links-intro {
    margin-bottom: 5px;
}

.links-more {
    margin-right: 10px;
}


.hotspot {
	cursor: pointer;
	color: #00f;
	text-decoration: none;
	font-size: 10px;
	position: relative;
	top: -8px;
	left: -3px;
}

#tt {position:absolute; font-family: Arial; color: #FFF; font-size: 12px; display:block; background:url(/img/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(/img/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(/img/tt_bottom.gif) top right no-repeat; overflow:hidden}

.tip-center {
	text-align: center;
	cursor: pointer;
	color: #ddf;
	text-decoration: underline;
	font-size: 10px;
	margin-bottom: 0px;
}

#recommend-msg {
	width: 400px;
	height: 100px;
}

#selected-keywords {
	margin-bottom: 20px;
}

.user_keyword {
	padding-left: 10px;
}

#site_url_message {
    float: right;
    display: none;  
    margin-top: 2px;
    width: 170px; 
    font-size: 9px;
    color: #800;
}

.overlay_ok {
    display:none; 
    position:relative; 
    top: -3px; 
    left: -12px;
    margin-right: -14px;
}

.sitemap {
    float: left;
    margin-right: 25px;
}

.sitemap li {
    margin-top: 5px;
}

.sitemap li ul li {
    margin-top: 2px;
}

/* Help system */
.help-img-left {
	float: left;
	margin-right: 10px;
	position: absolute;
	left:-50px;
	top:-10px;
}

.text-title {
	font-weight: bold;
	display:block;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 50px;
	position: relative;
}

h2.help-title {
    font-size: 20px;
}

.help-links ul {
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	background-color: #f5f5f5;
	list-style: none;
	width: 430px;
	float: left;
}


.text-center {
	text-align: center;
	margin: 0px;
}

.help-feedback {
	margin-top: 30px;
	width: 275px;
	float: right;
}

.help-thankyou {
	margin-top: 40px;
	width: 275px;
	float: right;
	display: none;
}

.help-comments {
	margin-top: 20px;
	width: 275px;
	float: right;
	display: none;
}

.help-comments form textarea {
	width: 235px;
}

.help-comments form input, .help-feedback form button {
	padding: 1px;
	font-size: 9px;
}

.help-img-center {
	padding: 4px 4px 4px 4px;
	border: 4px ridge green;
	display: block;
	text-align: center;
	margin: auto;
}

.help-content code {
	display: block;
	float: none;
}

.help-content .rule {
	text-align: center;
	font-style: italic;
}
#breadcrumb {
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: 10px;
}

#breadcrumb h2 {
    display: inline;
    font-weight: normal;
    font-size: 10px;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active, #breadcrumb a:hover, #breadcrumb h2 {
	font-weight: bold;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active, #breadcrumb a:hover, #breadcrumb h2 {
	font-weight: bold;
}


