﻿/* CONTROLES */
.textBox
{
	color:#333333;
	font-family:Tahoma;
	font-size:12px;
	padding:2px 2px 2px 2px;
	border:solid 1px #555555;
}

.dropDown
{
	color:#333333;
	font-family:Tahoma;
	font-size:12px;
	height:22px;
	border:solid 1px #7f9db9;
}

.button_red
{
	background-color:#ba1f3f;
	border:solid 1px #ba1f3f;
	color:White;
}

.button_dark
{
	background-color:#4f4f59;
	border:solid 1px #4f4f59;
	color:White;
}

.listBox
{
	color:#333333;
	font-family:Tahoma;
	font-size:12px;
	border:solid 1px #7f9db9;
}

/* GRID */
.gridPager
{
	font-size:13px;
	color:#ba1f3f;
	font-weight:bold;
}
.gridPager a
{
	font-size:11px;
	color:#4d3215;
	text-decoration:underline;
	font-weight:normal;
}

/* CALENDAR */
.calendar
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
}

/*MODAL POP-UP*/
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.7;
}

.modalPopup 
{
	border-width:2px;
	border-style:solid;
	border-color:#666666;
}

.modalPopupVideo
{
	border-width:2px;
	border-style:solid;
	border-color:#666666;
	background-color:#ffffff;
}
