﻿@import "../../_Common/Forms.css";

#popUpWrapper
{
	margin:20px;
	padding:20px;
	background-color:White;
	height:370px;
}

.ActionFeedback
{
	margin-left:5px;
	margin-top:3px;
}

.NoBorder
{
	border-width:0px;
}

.ErrorContainer
{
	width:90%;
	text-align:center;
	border:dashed 1px Red;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}

.Error
{
	color:Red;
}

.ConfirmationContainer
{
	width:90%;
	text-align:center;
	border:dashed 1px Green;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}

.Confirmation
{
	color:Green;
}

#userNav
		{
		text-align: left;
		color: #fff;
		background: #001C4E;
		padding: 12px 20px;
		font-size: 12px;
		border-bottom: 10px solid #ccc;
		}
		
		#userNav a:link, #userNav a:visited
		{
		color: #fff;
		text-decoration: none;
		}
		
		#userNav a:hover
		{
		color: #fff;
		text-decoration: underline;
		}


		
		.required
		{
			color: red;
			font-size: small;
		}
		
		.note
		{
			color: Gray;
			font-size: small;
		}
		.row
		{
			background-color:#66CCFF;
		}
		.alt-row
		{
			background-color:white;
		}
		.topRightDeleteConfirm
		{
			border:solid 10px red;
			position:absolute;
			top:0;
			right:0;
			height: 20px;
			width: 20px;
		}
		
a.green
{
	color:Green !important;
}

a.orange
{
	color: #CC6600 !important;
}

.Important
{
	color: Red !important;
	font-weight:bold;
}

.login-error
		{
			font-size: 10px !important;
			color: #002E62;
			padding: 0px 2px;
			width: 110px;
			height: 14px;
			border: 1px solid Red;
			background: #f9fdff url(../images/login_field.gif) repeat-x;
		}

.cuteEditorDiv table
{
	padding:0px;
	margin:0px;
}

.cuteEditorDiv td
{
	padding:0px;
	margin:0px;
}
