﻿body 
{
    background-image:url(../../contents/imagens/master/fundo.jpg);
    background-position:bottom center; 
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-color:Black;
    margin:0;

}
html
{
    scrollbar-arrow-color:White; 
	scrollbar-track-color:#404040;
	scrollbar-face-color:Black; 
	scrollbar-highlight-color:White; 
	scrollbar-3dlight-color:DimGray; 
	scrollbar-darkshadow-color:Black; 
	scrollbar-shadow-color:Gray;  
}

div#block
{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:Black;
    margin:0 0 0 0;
    z-index:999;
	filter:alpha(opacity=90);
	opacity:0.9;
}
div#gaviao
{
    position:fixed;
    width:150px;
    height:200px;
    top:50%;
    left:50%;
    background-color:Black;
    margin:-100px 0 0 -75px;
    z-index:1000;

}

.DivAd
{
    margin: 16px 0 0 0;
}


#MainDivGeral
{
    text-align:center;
    width:972px;
    height:100%;
    background-color:White;
    /*background-color:Transparent; */
    border: solid 1px White;
}
#MasterInter
{    
    width:100%;
    height:100%;    
    background-position:top center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-color:Black;
    /*background-color:Transparent;   */
    padding:0;
}
#TableEstruct{	width:100%;	border:0;	padding:0;	}


#MasterTop{ 	width:970px; 	 height:200px;	margin:0;	padding:0px;	vertical-align:top;  }

#TableMenu{	 	width:972px; 	border:0px; 	margin:0;	}
#TableMenu_Logo{  	width:176px; height:201px;	}
#TableMenu_SuperiorIcones{ 	width:796px;	height:25px;    border:0;    text-align:right;	 vertical-align:middle;	}
#TableMenu_Middle{	width:796px;	height:119px;    border:0;	}
#TableMenu_Menu{  	width:796px;	height:36px;   vertical-align:top; 	text-align:center; padding-left:42px; padding-right:48px;}
#TableMenu_Login{ 	width:796px; height:21px; text-align:right;	vertical-align:middle; }


#MasterRight{	width:167px;	height:631px; vertical-align:top; text-align:center;	}
#MasterCenter{	width:803px;	height:auto;	}

.menu{ float:left; width:14%;  color:White; 	}
.menu_top{ 	float:right; position:relative; 	padding-left:10px;	padding-right:15px;	}

ul#Menu{   color:White;   list-style-type:none;  width:796px;	height:21px;  }



.MenuLink{   font-size:11px;    color:White;    font-family:Arial;    text-decoration:none;    font-weight:bold;    }

#menu_01{ width:180px; height:200px; text-align:right; vertical-align:middle; }
#menu_02{ width:406px; height:25px; text-align:right; vertical-align:middle; }
#menu_03{ width:384px; height:25px; text-align:center; vertical-align:top; }
#menu_04{ width:790px; height:106px; text-align:right; vertical-align:middle;}
#menu_05{ width:790px; height:38px; text-align:justify; }
#menu_06{ width:790px; height:31px; text-align:right; padding-right:50px;}

.loginText
{
    font-family:Arial;
    font-size:10px;
    font-weight:normal;
    color:White;
}

.loginTextBox
{
    font-family:Arial;
    font-size:9px;
    border:0;
    width:92px;
    height:12px;
    background-color:White;
}
.loginButton
{
    font-family:Arial;
    font-size:10px;
    font-weight:normal;
    color:White;
    background-color:Red;
    width:45px;
    height:14px;
    border:0;
}
.loginValidator
{
    font-family:Arial;
    font-size:10px;
    border:0;
    width:92px;
    height:14px;   
}
#MenuIconesData
{
    width:150px;
    text-align:right;
    padding-right:30px;
}
.DataText
{
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    color:White; 
    text-align:center;   
}
#MasterRodape
{
    margin:20px 0 20px 0;
 	width:970px;
	height:55px;
}

.red{ color:Red;}

.MasterMenuLink{    text-decoration:none;  cursor:default; }
.MasterMenuLink:hover{    text-decoration:underline;   cursor:pointer; color:Gray; }


