@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
}
#Lcontainer  {
	width: 962px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#Ldestaques #Lplaylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 593px;
	width: 523px;
	background-color: #FFFFFF;
	padding-left: 10px;
	overflow: auto;
}
#Lrecentes #Lplaylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 593px;
	width: 523px;
	background-color: #FFFFFF;
	padding-left: 10px;
	overflow: auto;
}
#Lplaylist .titulo {
	font-size: 14px;
	font-weight: bold;
	color: #21A5C9;
	display: block;
}
#Lplaylist .texto {
	font-size: 12px;
	font-weight: normal;
	color: #0D0D0D;
	display: block;
}
#Lplaylist .tags {
	font-size: 12px;
	font-weight: normal;
	color: #21A5C9;
	display: block;
	margin-bottom:4px;
}

#Lplaylist .tags  a{
    font-size: 12px;
    font-weight: normal;
    color: #21A5C9;
    margin-bottom: 4px;
    text-decoration: none;
}
#Lplaylist .tags  a:hover{
    font-size: 12px;
    font-weight: normal;
    color: #21A5C9;
    margin-bottom: 4px;
    text-decoration: underline;
}

#Lfind {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 51px;
	width: 450px;
	padding-top:20px;
	background-color: #EAEAEA;
	overflow:hidden;
}
#Lfind #Keyfind {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 33px;
	width: 332px;
	background-color: #FFFFFF;
	top: 16px;
	margin-left: 40px;
	color: #21A5C9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top:5px;
	padding-left:8px;
}
#Fkeyfind {
	margin: 0px;
	padding: 0px;
}
#Lstatusfind{
	font-size: 14px;
	color: #21A5C9;
	display: block;
}

.imputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #CCCCCC;
}



#Table_flow h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #21A5C7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#Table_flow   .fio  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 1px;
	padding-top: 1px;
}

#Table_flow {
	
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #21A5C7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

#Lerro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	border: 1px solid #CCCCCC;
	display: block;
	padding: 10px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 0px;
	background-color: #F0F0F0;
	margin-top: -15px;
}


#Ltreinamentos #Lplaylist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 593px;
	width: 523px;
	background-color: #FFFFFF;
	padding-left: 10px;
	overflow: auto;
}
#Lplaylist a {
	color: #000000;
	text-decoration: none;
}
#Lplaylist a:hover {
	color: #000000;
	text-decoration: underline;
}
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
#Lfind #Keyfind {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 51px;
	width: 332px;
	background-color: #FFFFFF;
	top: 16px;
	margin-left: 40px;
	color: #21A5C9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top:8px;
	padding-left:8px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]




