﻿/*User Pages*/
.mainText
{
	font-family:Arial;
	font-size:14px;
}
.boldText
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
.titleSpacer
{
	font-family:Arial;
	font-size:12px;
	font-variant:small-caps;
	color:#ffffff;
	text-decoration:none;
}
.titleNav
{
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.titleNav:hover
{
	color:#ffd331;
}
.titleNavSelected
{
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#ffd331;
}
.checkBoxList
{
	overflow-y: scroll;
	height: 75px;
	background-color:#faebd7;
}
.validatorCalloutHighlight
{
    background-color: #fffacd;
}
.pageTitle
{
	font-family:Times New Roman;
	font-variant:small-caps;
	font-size:26px;	
	font-weight:bold;
	color:#002c5f;
}
.redButton
{
	color:#ffffff;
	font-family:Times New Roman;
	font-size:11px;
	background-color:#98012e;
	cursor:pointer;
}
.blackLink
{
	color:#000000;
}
.eventHeader
{
	color:#ffffff;
	font-size:22px;
}
.eventItems
{
	font-family:arial;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.eventLink
{
	color:#ffffff;
	font-style:italic;
}
.eventDiv
{
	height:250px;
	overflow-y:auto;
}
.contactText
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
.pageMainText
{
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	color:#98012e;
}
.pagePadding
{
	padding-left:10px;
	padding-right:10px;
}
/*End User pages*/

/*Reorder List*/
.dragHandle
{
	width:10px;
	height:15px;
	background-color:Blue;
	cursor:move;
	border:outset thin white;
}
.callbackStyle
{
	border:thin blue inset;		
}
.callbackStyle table
{
	background-color:#5377A9;	
	color:Black;
}
.reorderList li
{
	list-style:none;
	margin:2px;
	background-color:#dddddd;
	color:#000;
}
.reorderCue
{
	border:dashed thin black;
	width:100%;
	height:25px;
}
.itemArea
{
	margin-left:10px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}
.addTable 
{
	background-color:#dddddd;
	margin:2px;
}
/*End Reorder List*/

/*Admin*/
.titleText
{
	font-family:Arial;
	font-variant:small-caps;
	font-weight:bold;
	font-size:12pt;
}
.labelText
{
	font-family:Arial;
	font-size:12pt;
}
.errorText
{
	font-family:Arial;
	color:#ff0000;
}
/*End Admin*/