td
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

A.SkipNavigation:link, A.SkipNavigation:visited, A.SkipNavigation:active
{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

A.SkipNavigation:hover
{
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

A.Footer:link, A.Footer:visited, A.Footer:active
{
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

A.Footer:hover
{
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.WelcomeMessage
{
	font-size: 11px;
	color: #666666;
}

.Textbox
{
	border: solid 1px #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
}

.TextBoxAlignCenter
{
	text-align: center;
	border: solid 1px #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
}

.Listbox
{
	font-size: 12px;
	color: #000000;
	border: solid 1px #333333;
}

.PageSectionHeader
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
}

.PageErrorMessage
{
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.PageSuccessMessage
{
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}

.Button
{
	color: #ffffff;
	font-weight:  bold;
	font-size: 11px;
	background-color: #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #333333;
	cursor: hand;
}

.DataGridHeader, .DataGridHeader a:active, .DataGridHeader a:link, .DataGridHeader a:visited
{
	border-color: #333333;
	color: #633C8C;
	font-size: 12px;
	font-weight: bold;
	background-color: #94D9F8;
	padding: 2px 2px 2px 2px;
}

.DataGridHeaderHelp
{
	border-color: #333333;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	background-color: #dddddd;
	padding: 2px 2px 2px 2px;
}

.DataGridHelpText
{
	font-size: 11px;
	line-height: normal;
	padding: 4px;
}

.DataGridItem
{
	border-color: #666666;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
}

A.DataGridLink:link, A.DataGridLink:visited, A.DataGridLink:active
{
	font-size: 12px;
	color: #0000cc;
	text-decoration: none;
}

A.DataGridLink:hover
{
	font-size: 12px;
	color: #0000cc;
	text-decoration: underline;
}

.DataGridPaging
{
	font-size: 12px;
	color: blue;
	background-color: #dddddd;
	font-weight: bold;
}

.DataGridRecordCount
{
	color: Navy;
	font-size: 11px;
	font-weight: bold;
}

.RequiredField
{
	color: #cc0000;
}

.QuestionHeader
{
	font-size: 14px;
	font-weight: bold;
	background-color: #dddddd;
	border-bottom: solid 1px #999999;	
}

.AuthorStatementHeader
{
	font-size: 14px;
	font-weight: bold;
}

.AuthorStatementTitle
{
	font-weight: bold;
}

.PercentComplete
{
	font-size: 10px;
	font-weight: bold;
}

#templateSelector
{
	font-size: 11px;
	position: relative;
	top: 0px;
	left: 20px;
	width: 790px;
	background-color:#fff;
	z-index:100;
}
#templateSelector a.p1, #templateSelector a.p1:visited
{
	display: inline-block;
	width: 100px;
	height: 129px;
	text-decoration: none;
	background: #fff;
	top: 0;
	left: 0;
	border: 0;
	padding: 5px;
}
#templateSelector a img
{
	border: 1px solid #000;
}

#templateSelector a.p1:hover
{
	text-decoration: none;
	color: #000;
}
#templateSelector a .large
{
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
	top: 0;
	left: 0;
}
#templateSelector a.p1:hover .large
{
	display: block;
	position: absolute;
	top: 15px;
	left: 350px;
	width: 300px;
	height: 388px;
	border: 1px solid #000;
}

#aniLoading
{
	color: Black;
	font-size: 12px;
	border: solid 1px #999999;
	background-color:#eeeeee;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	padding-top: 20px;
	width: 120px;
	height: 50px;
	top: 40%;
	left: 40%;	
}

.imageFilter
{
	border: solid 1px black;
	padding: 5px;
	float: left;
	width: 400px;
	height: 100px;
	margin: 5px 10px 10px 25px;
}

.imageCurrent
{
	border: solid 1px black;
	padding: 5px;
	float: left;
	width: 250px;
	height: 100px;
	margin: 5px 0px 10px 10px;
}

.imageSelector
{
	border: solid 1px black;
	padding: 5px;
	margin:	5px 10px 5px 25px;
	float: left;
	background-color: #dddddd;
	width: 400px;
	height: 240px;
}

.imagePreview
{
	border: solid 1px black;
	margin: 10px 0px 5px 10px;
	float: left;
	visibility: hidden;	
}

.imagePanel
{
	background-color: white;
	border: solid 1px black;
	margin: 5px;
	padding: 5px;
	width: 104px;
	height: 130px;
	float: left;
}

.charLimit {
	color:#993333;
	font-size:10px;
	font-weight: bold;
	padding-left:4px;
	visibility: hidden;
}

.MyStoriesNav
{
	color: #643488;	
}

.DataSearchGridHeader
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	background-color: #E7F3FF;
	padding: 3px;
}

.DataSearchGridItem
{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	padding: 1px;
}

.DataSearchGridProgramItem
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	padding: 1px;
}

.reqField
{
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	color: Red;
	font-family: Arial, MS Sans Serif, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

