﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue
{
	width: 100%;
	background-color: #ffffff;
	border-right: #BBBBBB 1px solid;
	border-top: #BBBBBB 1px solid;
	border-left: #BBBBBB 1px solid;
	moz-border-radius-bottomleft: 1px;
	moz-border-radius-bottomright: 1px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border-style: double solid double solid;
	border-width: 1px;
	border-color: #d9d6d6 #d9d6d6 #cccbcb #cccbcb;
	text-align: center;
}
.containerrow1_blue
{
	background-image:url(body.jpg);
	font-size: 9pt;
	color: #990000;
	font-family: Tahoma;
	text-align: center;
	vertical-align: bottom;
	background-repeat: repeat-x;
}
 

.containerrow2_blue
{
	text-align: center;
}
.Title
{
	font-family: 'tahoma';
	font-size: 12px;
	font-weight: 700;
	color: #053463;
	text-align:center;
}
.FormLabel
{
	font-family: Tahoma;
	font-size: 12px;
	text-align: right;
}

/* Messages */
.FormSubmitted{FONT-FAMILY: Tahoma;  font-size: 12px;}
.FormError{FONT-FAMILY: Tahoma;  color:blue; font-size: 12px;}

/* Form table */
.FormTable
{
	width:100%;
	font-family:Tahoma;
}
.FormLabelCell
{
	vertical-align: top;
	text-align: right;
	font-family:Tahoma;
	color: #1e119b;
}
.FormControlCell{}

/* Controls */
.FormCheckbox{FONT-FAMILY: Tahoma; font-size: 12px;}
.FormMultipleSelect{FONT-FAMILY: Tahoma; font-size: 12px;}
.FormDropDownList{FONT-FAMILY: Tahoma; font-size: 12px;}
.FormLabelControl
{
	font-family: Tahoma;
	font-weight: 300;
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: normal;
}
.FormTextArea{width:250; height:150; FONT-FAMILY: Tahoma; font-size:12px;}
.FormTextBox{width:250;FONT-FAMILY: Tahoma; font-size:12px;}
.FormSubmit
{
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	
}
.FormRadioButtonList
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
