﻿/*
	Geral
*/
a:visited
{
	color: #D3AD6C;
}
a:link
{
	color: #D3AD6C;
}
body
{
	height: 100%;
	width: 100%;
	background-color: white;
	background-repeat: no-repeat;
	
} 

tempa
{
    
}

form
{
	background-color: #4B4B4D;
	background-image: url('Images/_tempBg.png');
	width: 1200px;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
}


table.Main_Top
{
	margin: 0 auto 0 auto;
	width: 750px;	
	height: 120px;
	padding-top:70px
}
table.Main_Bot
{
	margin: -2px auto 0 auto;
	width: 100%;
	height: 140px;
	background-color: white;
}

table.Main_Middle_Outer
{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	border-collapse: collapse;
	height: 900px;
	margin: -1px auto -1px auto;
	
}

table.Main_Middle_Inner
{
	margin: -10px auto 0 auto;
	width: 100%;	
	border-collapse: collapse;
	border-spacing: 0px;
	height: 100%;
	background-repeat: no-repeat;
}

.Image_Top
{
	
}

table.Main_Menu
{
	height:70px;
	margin-right: auto;
	margin-left: auto;
}

.MenuStyle
{	
	margin-bottom:0px;
	width:480px;
}

.StaticMenuItemStyle
{
	color: white;
	font-family: 'Calibri' , Times, serif;
	font-size: 14px;	
	height: 40px;
	margin: 0 10px 0 4px;
	text-align: center;
}

.HoverMenuItemStyle
{	
	text-decoration:underline;	
}

.SelectedMenuItemStyle
{	
	text-decoration: underline;	
}

/* Contato*/
.ct_Help
{
	font-family:Calibri;
	background-color: #FFFFFF;
    border-radius: 10px;
    display: none;
    opacity: 0.9;
    padding: 10px;
    z-index: 100;
    width:400px;
    text-align:left;
    text-indent:10px;
    
}
.ct_Help_Show:hover + span
{
	font-family:Calibri;
	display: block;
}
.ct_InputLabel
{
	font-family:Calibri;
	font-size:12pt;
	font-weight:bold;
	text-align:right;
	margin-right:5px;
	color:White;
	vertical-align:top;
}
.ct_InputField
{
	text-align:left;
	font-family:Calibri;
	width:250px;
	float:right;
	
}

.ct_Button
{
	width:80px;
	padding:2px;
	font-family:Calibri;
	font-size:16pt;
	text-align:center;
	float:right;	
}
.ct_InputCheckBox
{
	font-family:Calibri;
	font-size:9pt;
	font-weight:bold;
	color:White;
	
}
.ct_Label
{
	font-family:Calibri;
	font-size:13pt;
	font-weight:bold;
	text-align:right;
	margin-right:5px;
	margin:0;
	padding:0;
	border:0;
	color:White;
	
}
.ct_Text
{
	font-family:Calibri;
	font-size:12pt;	
	text-align:center;
	margin-right:5px;
	color:White;
}

.ct_Title
{
	font-family:Informal Roman;
	font-size:18pt;	
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	color:White;
}

.ct_ContentTable
{
	margin:20px;
}
.ct_Alert
{
	font-family:Calibri;
	font-size:14pt;	
	text-align:center;
	font-weight:bold;
	color:DarkRed;	
	
	text-align:center;
	
}


/*
	Sign ups, courses.
*/

.tempBuild
{
	border: 2px solid #C0C0C0;
}