﻿
.sideTitle{
	float: left; 
	clear: left; 
	margin: 0; 
	text-align: left; 
	font-size: 18px; 
	color: #555668;
	text-decoration:blink;
	text-decoration:underline;
	text-shadow: 0px 1px 0px #f2f2f2;
	
}
.sideText{
	float: left; 
	clear: left; 
	margin: 0; 
	text-align: left; 
	font-size: 12px; 
	color: #555668;
	text-shadow: 0px 1px 0px #f2f2f2;
	
	
}
.sidebarLeft {
	float: left;
	width: 200px;
	border-radius: 5px;
	background: #c9d0de; 
	margin: 10px 0;
   	padding:-10px 5px;
	border: 1px solid #e1e1e1;
	box-shadow: 0px 0px 8px #444;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
}



.sideMenu
{
    
}
.sideMenu-Hover
{
    text-align: left; 
    background: AliceBlue;
}
.sideMenu-Selected
{
    text-align: left; 
    color: Red;
    font-weight: bold bolder;
}


.LancaButton {
    width: 180px;
    margin: 10px 10px;
}
.SearchBox {
    Height: 20px; 
    width: 150px;
    border-radius: 3px;
    margin: 10px 10px;
    float: left;
}
.SearchButton {
    Height: 20px; 
    border-radius: 3px;
    margin: 10px 0px;
}



.MercaShow {
    width: 78.95%;
    float: left;
}
.MercaForm {
    width: 97.5%;
    border-radius: 5px;
    background: #c9d0de;
    margin: 10px 10px;
    border: 1px solid #e1e1e1;
	box-shadow: 0px 0px 8px #444;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
   	
}
/* 
    GridView
    */
.mGrid{

    width: 100%;
    margin-left:10px;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse:collapse;
}
/*trodos os textos dentro da Grid*/
.mGrid td {
    padding: 2px;
    border: solid 1px #c1c1c1; 
    color: #717171;
    text-align:center;
    vertical-align:middle;
    font-size: 12px;
}
/*cemelhante ao HeaderStyle*/
.mGrid th {
    padding: 4px 2px; 
    color: #fff; 
    background: #424242 url(grd_head.png) repeat-x top; 
    border-left: solid 1px #525252; 
    font-size: 0.9em;
}
.mGrid .GridAltRow { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .GridPager {background: #424242 url(grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
    .mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
    .mGrid .pgr a { color: #666; text-decoration: none; }
    .mGrid .pgr a:hover { color: #000; text-decoration: none; }
