﻿/*this is a class to style the design table*/

/* Edit View */
.LinksDesignTable
{
}
.MessageSuccees
{
    color: Green;
    font-weight: bold;
}
.MessageFailure
{
    color: Red;
    font-weight: bold;
}

/* Module View */

.link_module
{
}

.linklist
{
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: -1;
}

.linkitem
{
    list-style: none;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.linkitem a, .linkitem a:visited
{
	color:#A41D17

}
.linkitem a:hover{
    color:#171717
}
/************************FOOTER LINKS**********************/
#Footer .linkitem a{
	font-size:13px;
	line-height:18px;
}
#Footer .linkitem a, #Footer .linkitem a:visited
{
    color:#656565
}
#Footer .linkitem a:hover{
	color:#4CC995
}
#Footer .linkitem a:first-child:before {
	content: "\edc3";
	margin-right: 2px;
	font-family: 'icomoon';
	font-size: 12px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/************************CONSOLA VERTICAL**********************/
.consola{
	margin:10px 0 30px 0;
}
.consola .linkitem a, .consola .linkitem a:visited, .consola .linkitem a:hover, .consola .linkitem a:first-child:hover:before {
	color:#393939
}
.consola .linkitem a{
	display:block;
	padding: 6px 10px 6px 26px;  
	font-size: 17px;
	letter-spacing: -0.03em;
	border-bottom: 1px dotted #bbb;
}
.consola .linkitem a:hover{
	/*background:#fff;*/
}
.consola .linkitem a:first-child:before {
	content: "\edc3";
	font-family: 'icomoon';
	speak: none;
	font-size:14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	color: #ababab;
	padding-right: 6px;
}

/************************CONSOLA HORIZONTAL**********************/
.consolaHorizontal{
	/*background: #fff url(/portals/_default/skins/satva3/Images/bg_head_shadow2.png) no-repeat center top;*/
	/*background-size: 100% auto;*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	text-align: center;
	border-bottom:1px solid #45AF83;
}

ul.linklist.Horizontal{
	display: inline-block;
	margin-bottom:-8px;
	padding: 0;
}

li.linkitem.Horizontal{
    margin: 0;
	width: auto;
	text-align: center;
	float:left;
	display: block;
}

ul.linklist.Horizontal .linkitem a{
	padding:10px 20px 18px 20px;
	display: block;
	position: relative;
	-webkit-transition: 	background 0.2s ease-in-out;
	-ms-transition: 		background 0.2s ease-in-out;
	-o-transition: 		background 0.2s ease-in-out;
	transition: 			background 0.2s ease-in-out;
	
	font-family: 'open sans',' Bebas Neue', 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0;	
	
	
}

ul.linklist.Horizontal .linkitem a, ul.linklist.Horizontal .linkitem a:visited{
	color: #ABABAB;
}
ul.linklist.Horizontal .linkitem a.ativo, ul.linklist.Horizontal .linkitem a.ativo:hover{
	color:#393939;
	box-shadow: inset 0 -5px 0 0 #45AF83;
	font-weight:400;
	
	
}

ul.linklist.Horizontal .linkitem a:hover{
	color: #393939;
}


/************************END CONSOLA HORIZONTAL**********************/
#pp_position
{
    position: relative;
}

.item_desc
{
    line-height: 1.3;
    margin: 0 0 0 20px;
    white-space: normal;
}

/*popup*/

.popup
{
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    z-index: 999;
}
#ppwrap
{
    width: 202px;
    background: url(img/top.gif) no-repeat top;
    padding: 17px 0 0 0;
}
#ppbottom
{
    width: 202px;
    background: url(img/bottom.gif) no-repeat;
    height: 5px;
}
#ppbody
{
    width: 182px;
    padding: 10px;
    min-height: 30px;
    background: url(img/body.gif) repeat-y #F8F8F8;
    color: #666;
    font-size: 11px;
    font-family: Arial;
}
#ppbody span
{
    white-space: pre-line;
}

/*friend panel*/
