﻿/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
	background: white;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid Red !important;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	margin-left: 15px;
	font-weight: bold;
	color: #ff0000;
}

input[type="submit"],input[type="reset"]
{
	background-image:url(/thoquinosite/Content/Images/imgBackgroundBotao.jpg);
	color: #3e3e34;
	border:none;
	font-family:verdana;
	font-weight: bold;
	font-size: 0.8em;
	text-transform:uppercase;
	width:100px;
	height:25px;
}
