﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body
{   
    font-size: 12px;
    background-color: #c8e3f1;
    background-repeat: repeat-x;
    margin: 0px;
    font-size: 12px;
}

.Gallery
{
    margin: 0;
    background-color: #FFFFFF;
}

/* My Style */
.normalFont
{
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
}
.normalFont2
{
	font-size: 10px;
	font-family: Verdana;
	color:  White;
}
.normalMatricula
{
	font-size: 20px;
	font-family: Verdana;
	color: #000000;
	text-transform: uppercase;
}


IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.menuFont
{
	font-size: 10px;
	font-family: Verdana;
	color: #6666cc;
	text-decoration: none;
}
.btFont
{
	font-weight: bold;
	font-size: 12px;
	color: gray;
	font-family: Verdana;
}

.link
{
	font-size: 10px;
	font-family: Verdana;
	color: #6666cc;
	text-decoration: none;
	vertical-align: middle;
}
.link:hover
{
	font-size: 10px;
	font-family: Verdana;
	text-decoration: underline;
	color: #6699cc;
	vertical-align: middle;
}

.imgLink
{
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.tdHead
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	background-color: #0099cc;
	vertical-align: middle;
	text-align: center;
}

.tdTitle
{
	font-weight: bold;
	vertical-align: middle;
	color: white;
	font-family: Verdana;
	text-align: right;
	font-size: 10px;
	background-color: #0099cc;
}

.tdContent
{
	vertical-align: middle;
	color: gray;
	font-family: Verdana;
	text-align: left;
	font-size: 10px;
}

.errMessage
{
	font-size: 10px;
	font-family: Verdana;
	color: red;
}


.foto
{
    padding: 5px;
    margin: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-size: 10pt;
    font-family: Verdana;
}