﻿/*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 p{
	font-size:13px;
	line-height:22px;
}
#Footer .linkitem a{
	font-size:13px;
	line-height:22px;
}
#Footer .linkitem a, #Footer .linkitem a:visited
{
    color:#777;
}
#Footer .linkitem a:hover{
	color:#b4b3b3
}
#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 {
	color:#676768;
}
.consola .linkitem a{
  display: block;
  padding: 7px 10px 7px 26px;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: -0.01em;
  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: #676768;
	padding-right: 6px;
}
.consola .linkitem a:hover, .consola .linkitem a:first-child:hover:before {
	color:#252422;
}
/***************F0F0ED*********CONSOLA HORIZONTAL**********************/
.consolaHorizontal{
	background:#ECECE8 url(/Portals/_default/Skins/Satva3/images/bg_head_shadow2.png) no-repeat center top;
	background:#353535 ;
	background-size:  100% 25px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom:-4px;
	height: auto;
	text-align: center;
}

ul.linklist.Horizontal{
	display: inline-block;
	padding: 0;
}

li.linkitem.Horizontal{
    margin: 0;
	width: auto;
	text-align: center;
	float:left;
	display: block;
	margin-bottom:-7px;
}

ul.linklist.Horizontal .linkitem a{
	padding:14px 20px 16px 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', sans-serif;
	font-size:16px;
	line-height: 16px;
	text-transform: none;
	font-weight: 300;
	font-style: normal;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0;	
}
ul.linklist.Horizontal .linkitem a, ul.linklist.Horizontal .linkitem a:visited{
	color: #ccc;
	background: #353535;
	font-weight: 400;
	font-size:19px;
	line-height: 23px;
	font-family: "Shadows Into Light", cursive;
  }
ul.linklist.Horizontal .linkitem a.ativo, ul.linklist.Horizontal .linkitem a.ativo:hover{
	background: #CD5C5C;
	color: #fff;
  }

ul.linklist.Horizontal .linkitem a:hover, ul.linklist.Horizontal .linkitem a:active{
	background: #454545;
	color: #fff;
}


/************************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*/
