﻿body
	{
	font-family:Arial,Helvetica;
	width:1200px;
	}

.ErrMsg
	{
	font-weight:Bold;
	text-align:Center;
	color:#CC0066;
	}

.Message
	{
	font-weight:bold;
	text-align:center;
	color:blue;
	}
	
.WarningMessage
	{
	font-weight:bold;
	text-align:center;
	background-color:yellow;
	}
	
.PageTitle
	{
	font-weight:bold;
	font-size:140%;
	text-align:center;
	}
	
.SectionTitle
	{
	font-size:120%;
	font-weight:bold;
	text-align:center;
	}
	
.ClearFloat 
	{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0px;
    font-size:1px;
    line-height:0px;
	}

.OptionalLabel
	{
	font-size:100%;
	font-weight:bold;
	}

.RequiredLabel
	{
	font-size:100%;
	font-weight:bold;
	color:#FF0000;
	}
	
.Example
	{
	font-size:60%;
	font-style:italic;
	color:#909090;
	}

.ImportantNote
	{
	font-size:65%;
	font-style:italic;
	}
	
.FormFieldBox
	{
	background-color:#C7C7C7;
	}
	
.highlight
	{
	font-weight:bold;
	font-size:110%;
	}
	
.TableTitle
	{
	font-weight:bold;
	font-size:125%;
	}
	
.TableHead
	{
	text-align:center;
	font-weight:bold;
	font-size:100%;
	}
	
.TableData
	{
	font-size:80%;
	}

.FieldHeader
	{
	font-weight:bold;
	text-align:center;
	}

.FieldName
	{
	font-weight:bold;
	text-align:right;
	}

.FieldData
	{
	font-size:80%;
	}
	
#mysrs
	{
	padding-top:25px;
	padding-bottom:25px;
	}

#AssignedMe
	{
	padding-top:25px;
	padding-bottom:25px;
	}
	
#main
	{
	padding-top:75px;
	}
	
#SRDetail
	{
	}
	
#footer
	{
	text-align:center;
	font-size:9px;
	margin-top:25px;
	}
	
#srentry
	{
	float:left;
	}

#tips
	{
	float:right;
	margin:25px;
	}

a:link 
	{
	color:#0000FF;
	}

a:visited 
	{
	color:#0099FF;
	}

a:active 
	{
	color:#CC6666;
	}

a:hover 
	{
	color:#CC0066;
	background-color:#FFFF00;
	}

a 
	{
	text-decoration:none;
	}

.VersionInfo
	{
	}