/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
 
/* reset styling */
@import url(reset.css);
 
/* layout styling */
@import url(layout.css);

/* typography styling */
@import url(typography.css);

/* menu styling */
@import url(menus.css);

/* module styling */
@import url(modules.css);

/* Joomla core styling */
@import url(joomla.css);

/* Third party extensions styling */
@import url(extensions.css);

/* Third party extensions styling */
/* @import url(custom.css); */
.mybanner{ height:68px; background: #FFFFFF;}
.mybanner a:link, .mybanner a:visited, .mybanner a:hover { color:#0000FF; font-weight:bold; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:15px;}
.mybanner img{ margin:3px;border:1px solid #666666;}
.mybanner .texto{font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#121212;}
.mybanner:hover{background:#CCFF66;
}


.downlod_title {
font-family: tahoma;
font-size: 10px;
color: #FFFFFF;
padding-top: 2px;
height: 23px;
}
.downlod_footer {
font-family: tahoma;
font-size: 10px;
color: #FFFFFF;
padding-bottom: 2px;
height: 23px;
}
.downloadbutton {
float: left;
width:107px;
height:38px;
display:block;
background-image:url(../imdown/twobuttons.png);
background-position: top right;
}
.downloadbutton span.hover{
position: absolute;
display: block;
width:107px;
height:38px;
background-position: bottom right;
background-image:url(../imdown/twobuttons.png);
}
.homebutton {
float: left;
width:120px;
height:38px;
display:block;
background-image:url(../imdown/twobuttons.png);
background-position: top left;
}
.homebutton span.hover{
position: absolute;
display: block;
width:120px;
height:38px;
background-position: bottom left;
background-image:url(../imdown/twobuttons.png);
}

.hintbox {
    text-align : left;
    width : 150px;
    font-size : 10px;
    border : 1px solid #99a1ab;
    background-color : #fff;
    layer-background-color : #a396d9;
    color : #282828;
    margin : 10px 0 0 10px;
    padding : 3px 5px;
    position : absolute;
    visibility : hidden;
    z-index : 998;
    -moz-opacity : 0.9;
    -moz-border-radius : 5px;
    filter : alpha(opacity="90");
}
.friendfield {
  -moz-background-inline-policy:continuous;
  -moz-border-radius:5px 5px 5px 5px;
  background:none repeat scroll 0 0 #FFFFFF;
  border: 1px solid silver;
  position: relative;
  padding: 16px;
  color: #003366;
}
.friendlist {
  -moz-background-inline-policy:continuous;
  -moz-border-radius:5px 5px 5px 5px;
  background:none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #666;
  position: relative;
  padding: 10px;
  float:left;
}
.friendlist .username {
  font-size: 11px;
  text-decoration:underline;
  font-weight:bold;
}
.friendlist .delete {
  font-size:14px;
  color:red;
}
.friendlist img {
 border:none;
}

