﻿
#loading
{
    width: 16px; 
    height: 16px;
    background-image: url('/images/spinner.gif');
    float: left;
}





INPUT.UniRegBackButton
{
	background-image: url(Images/button_back_stack.gif);
	border: 0px solid;
	width: 70px;
	height: 31px;
	background-repeat: no-repeat;
	cursor: hand;
}

INPUT.UniRegBackButton:hover
{
    background-position: 0 -31px;
}


INPUT.UniRegNextButton
{
	background-image: url(Images/button_next_stack.gif);
	border: 0px solid;
	width: 73px;
	height: 31px;
	background-repeat: no-repeat;
	cursor: hand;	
}


INPUT.UniRegNextButton:hover
{
    background-position: 0 -31px;
}

INPUT.UniRegCompleteButton
{
	background-image: url(Images/button_complete_stack.gif);
	border: 0px solid;
	width: 187px;
	height: 31px;
	background-repeat: no-repeat;
	cursor: hand;	
}


INPUT.UniRegCompleteButton:hover
{
    background-position: 0 -31px;
}

INPUT.UniRegHomeButton
{
	background-image: url(Images/button_home_stack.gif);
	border: 0px solid;
	width: 82px;
	height: 31px;
	background-repeat: no-repeat;
	cursor: hand;	
}


INPUT.UniRegHomeButton:hover
{
    background-position: 0 -31px;
}


#divStepIndicatorContainer
{
    position: absolute;
    top: 0px;
    left: 500px;
    height: 65px;
    margin-top: -65px;
    font-weight: bold;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #666666;
}
.ListItemIndent
{
    list-style-position: outside;
}
.selectitems
{
    color: #799dd6;
    bottom: 0;
    font-style: italic;
    font-family: arial;
    margin-bottom: 15px;
    text-decoration: underline;
    cursor: pointer;
}
#header
{
    background: #fff url(images/background.png) top left repeat-x;
    margin: 0px;
    height: 96px;
}

#mainwrapper
{
    background: #fff url(/images/bg.jpg) top left repeat-x;
    margin: 0px;
 
}


#main
{
    color: #666666;
    margin-left: 100px;
    margin-right: 100px;
    padding: 0;
}
#navmenu
{
    height: 32px;
    margin-left: 100px;
    margin-top: 0px;
}
#left
{
    color: #666666;
    left: 0;
    width: 100;
    padding: 0;
}
#loginview
{
    position: absolute;
    top: 5px;
    right: 10px;
    color: Gray;
}
#title
{
    padding-top: 0px;
    font-weight: bold;
    font-size: 2.5em;
    color: #7f9dd6;
    font-family: Arial,Helvetica;
    background: url(images/logo.png) fixed no-repeat center top;
    overflow: visible;
    height: 97px;
}
#title a
{
    color: #7f9dd6;
    text-decoration: none;
}
#subtitle
{
    margin-top: 0px;
    margin-left: 100px;
    color: #c5c5c5;
    font-size: 1.3em;
    font-family: Arial,Helvetica;
}
#loginbox
{
    padding: 40px;
}
#loginboxwrapper
{
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    height: 225px;
    width: 240px;
}
#leftbox
{
    float: left;
    margin: 15px;
}
th
{
    vertical-align: top;
}
td
{
    vertical-align: top;
}



.headlinks
{
	color: white;
	font-weight: bold;
	font-size: small;
}

.pagesummary
{
    font-size: 0.9em;
    color: #000000;
    bottom: 0;
    font-style: italic;
    font-family: arial;
    margin-bottom: 15px;
}

.lastupdated
{
    font-size: 0.8em;
    color: Gray;
    padding-top: 1em;
    bottom: 0;
    border-top: 1px solid whitesmoke;
    margin-top: 20px;
    font-style: italic;
    font-family: arial;
    font-weight: bold;
}

#popupInner
{
    border: 2px solid #000000;
    background-color: #ffffff;
}

#popupTitleBar
{
    background-color: #486CAE;
    color: #ffffff;
    font-weight: bold;
    height: 1.3em;
    padding: 5px;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #78A3F2;
    border-left: 1px solid #78A3F2;
    border-right: 1px solid #204095;
    position: relative;
    z-index: 203;
}
#popupTitle
{
    float: left;
    font-size: 1.1em;
}
#popupControls
{
    float: right;
    cursor: pointer;
    cursor: hand;
}

.heading
{
    padding: 1em 0 1em 0;
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.2em;
}

.subheading
{
    color: #0F2543;
    font-family: Arial, Sans-Serif;
    font-size: 1em;
    padding-right: 0px;
    padding-left: 10em;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}
/*Hover Menu*/
.popupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #F5F7F8;
    opacity: .9;
    filter: alpha(opacity=90);
}

.popupHover
{
    background-image: url(images/header-opened.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F5F7F8;
}
.progress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
}

.contentTable
{
	padding: 10px 10px 10px 10px;
}
.requiredStar
{
 color:Red;
}
.detailBox
{
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    overflow: auto;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:15px;
    padding-right:15px;
}
.detailBoxBottom
{
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    overflow: auto;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
}
.detailBoxEdit
{
    border-top: solid 1px #cccccc;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
}
.detailBoxScroll
{
    overflow-x: hidden;
    overflow-y: auto;
    overflow: -moz-scrollbars-vertical !important;
}
.disabledField
{
    background-color:#EEE;
}


/*************************************************************************
 * BEGIN
 *		Nevada Public Pages Styles 
 */
.BottomPadding				{padding-bottom:6px;}
.TitleContent				{font-weight: bold;font-size:12px;}
.MainColorBoldForeground	{color: #064e98;}
.PSHeader					{font-size: 16px;font-weight: bold;color: #064e98;width:100%;border-bottom: #F5B813 1px solid;}
.PSHeaderSub				{font-size: 14px;font-weight: bold;color: #003399;}

/*************************************************************************
 * BEGIN
 *		Forms Styles 
 */

.FormsTableBase				{padding: 2px 2px 2px 2px;width: 100%;}
.FormsTableHeader			{background-color: #0154A0; border: #012266 1px solid;}
.FormsTableBorder			{border-left: #012266 1px solid;border-right: #012266 1px solid;border-bottom: #012266 1px solid;}
.FormsTableHeaderSearch		{background-color: #c89d9d; border: #8d1d1b 1px solid;}
.FormsTableBorderSearch		{border-left: #8d1d1b 1px solid;border-right: #8d1d1b 1px solid;border-bottom: #8d1d1b 1px solid;}
.FormsTableHeaderDisabled	{background-color: #AAAAAA; border: #666666 1px solid;}
.FormsTableBorderDisabled	{border-left: #666666 1px solid;border-right: #666666 1px solid;border-bottom: #666666 1px solid;}
.FormsTableHeader1			{background-color: #CCCCCC; border: #666666 1px solid;}
.FormsTableBorder1			{border-left: #666666 1px solid;border-right: #666666 1px solid;border-bottom: #666666 1px solid;}
.FormsTableRowBorder		{border-bottom: #AAAAAA 1px solid;}
.FormsTableRowBorderTop		{border-top: #0154A0 1px solid;}
.FormsTableMargin			{margin-left: 10px;width: 620px;}
.FormsTableHeaderText		{font-size: 8pt;color:#FFFFFF;padding: 2px 2px 2px 2px;}
.FormsCellPadding			{padding-top: 10px;padding-left: 10px;padding-bottom: 10px;}
.FormsCategoryText			{font-size: 14px;color: #8d1d1b;font-weight: bold;text-transform: uppercase;padding-left: 10px;padding-top: 8px;}
.FormsInstructionsText		{font-size: 10px;color: #CC0000;padding:0px 0px 0px 2px;}
.TableFormsContent			{background-color: #FFFFFF;background: #FFFFFF;}
.ImageLogo			{border:#012266 1px solid;}
.TextAlignRight		{text-align: right;}
.TextAlignLeft		{text-align: left;}
.BoldText			{font-weight: bold;}
.DocumentText		{font-size: 8pt;}

