/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	/*background-color:blue*/
	background-color: #0000cc
}

.HeadBgRed {
	/*background-color:blue;*/
	/*background-color: #eeeeee;*/
	background-color: White
}

.HeadBgBlue {
	/*background-color:blue;*/
	/*background-color: #eeeeee;*/
	background-color: #0055a4
}

.HeadBgTan {
	/*background-color:blue;*/
	background-color: #dcdcdc
}

.BackgroundColor {
	background-color: #0057a8
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-family: Arial;
    font-size: 13px;
    color:blue;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold;
    text-align:center
}
/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#0057a8;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#0057a8;
}

/* Red NDE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitleRed {
	font-family:Arial Rounded MT Bold;
    font-size: 20px;
    font-weight: normal;
    color:black
}

/* White NDE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitleWhite {
	font-family:Arial Rounded MT Bold;
    font-size: 20px;
    font-weight: normal;
    color:white
}

/* background/border colors for the selected tab */
.TabBgRed {
    /*background-color:  #dcdcdc;
    border-color:  #dcdcdc*/
    background-color:  white;
    border-color:  white
}

/* background/border colors for the unselected tabs */
.OtherTabsBgRed {
    background-color: #0057a8;
    border-color: #0057a8
}

/* text style for the selected tab */
.SelectedTabRed {
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
    color:#0057a8;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabsRed {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    /*color:  #dcdcdc;*/
    color:  white;
    font-weight: bold;
    text-decoration:    none;
    /*text-align:center*/
}

	
/* hyperlink styles of the unselected tabs */
A.OtherTabsRed:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabsRed:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabsRed:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabsRed:hover   {
    text-decoration:    underline;
    color: #dcdcdc;
}

/* text style for the Selected tabs */
.MenuSelected {
    font-family: "Trebuchet MS", Arial, Verdana, Univers;
    font-size: 14px;
    color:  black;
    background-color: #ffd200;
    border-color: #ffd200;
    border-style: solid;
    border-left-width: 10px;
    border-right-width: 10px;
    text-decoration:    none;
}


/* text style for the Unselected tabs */
.MenuNotSelected {
    font-family: "Trebuchet MS", Arial, Verdana, Univers;
    font-size: 14px;
    color:  black;
    background-color: #C5B59E;
    border-color: #ffd200;
    border-style: solid;
    border-left-width: 2px;
    border-right-width: 2px;
}

.MenuNotSelected:hover   {
    text-decoration:    underline;
}

	
   
/* text style for the site links (at extreme top-right of header) */
.SiteLinkRed {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}   

/* hyperlink style for the site links */
A.SiteLinkRed:link {
    text-decoration:    none;
}

A.SiteLinkRed:visited  {
    text-decoration:    none;
}

A.SiteLinkRed:active   {
    text-decoration:    none;

}

A.SiteLinkRed:hover    {
    text-decoration:    underline;
}


/* style for separator between site links */
.Accent
{
    color: #0057a8;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    /*font-size:  11px;*/
    font-size:  12px;
    font-weight:    bold;
    /*color: blue;*/
    color: Red;
}


/* Collection Applications */
/* style for main titles */
.MainTitle {
    font-family: Verdana Bold, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: blue;
}

/* Codes Collection */
/* style for Codes main titles */
.CodesTitle {
    font-family: Verdana Bold, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #0057a8
}

/* style for Codes main titles */
.CodesSubTitle {
    font-family: Verdana Bold, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #0057a8
}


/* GMS Consolidated eGrant System */
/* style for GMS main titles */
.GMSTitle {
    font-family: Verdana Bold, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: MediumVioletRed;
}

/* style for GMS main titles */
.GMSSubTitle{
    font-family: Verdana Bold, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: MediumVioletRed;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

.MidHead   {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: blue;
}

/* style of item titles on edit and admin pages */
.SubHeadRed    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: red;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* reversed text style used for most text rendered by modules */
.NormalWhite
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:White  
}

/* text style used for most text rendered by modules */
.NormalGreen
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color:Green
}

/* text style used for grids in the admin and edit pages, for Nav compatibility */
.NormalGrid
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal
}

.NormalGridBold
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-weight: bold
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal
}

.NormalDropDownList
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal
}

.NormalRadioButton
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal
}

.NormalCheckBox
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal
}

.NormalRed
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style used for most text rendered by modules */
.NormalLink
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:Blue
}
/* text style used for Activation Codes */
.NormalCourier
{
    font-family:Courier;
    font-size: 14px;
    font-weight: normal; 
}
.ErrorMessage
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

/* style of item titles by Announcements and events */
.PortalMessages    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    /*font-size:  11px;*/
    font-size:  12px;
    font-weight:    bold;
    /*color: teal;*/
    color: Red;
    animation: PrtlMssgBlnk 1s linear infinite;
}
@keyframes PrtlMssgBlnk {
    0% { opacity: 0;}
    50% { opacity: 0.7;}
    100% { opacity: 0;}
}

.Grid td
{
	padding: 3px 3px 3px 3px;
}

.Grid_ItemStyle
{
	/*background-color: #FFC;*/
	background-color: White;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal
}

.Grid_HeaderStyle
{
	/*color: #9C6;
	background-color: Navy;
	font-family: Verdana;
	font-weight: bold;*/
    font-size: 20px;
    color: White;
	/*background-color:blue;*/
	/*background-color: #0000cc;*/
	background-color: #0057a8;
	font-weight:normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.Grid_FooterStyle
{
	background-color: #9CF; 
	font-size: 12px;
}



.Grid_PagerStyle
{
	color: White;
	background-color: #CCC; 
	font-family: Verdana, Arial;
	font-weight: bold;
	text-align: left;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: blue;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: blue;
}

H4  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: blue;
}

H5, DT  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: blue;
}

H6  {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: blue;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  12px;
    color: blue;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: blue;
}

A:link  {
    text-decoration:    none;
    color:  blue;
}

A:visited   {
    text-decoration:    none;
    color:  blue;
}

A:active    {
    text-decoration:    none;
    color:  blue;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Ya added styles for Admin Approval */
TD
{
	/*font-size: .7em;*/
	font-size: 12px;
	padding: 3px 3px 3px 3px;
}

TR.DataGrid_ItemStyle
{
	/*background-color: #FFC;*/
	background-color: White;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    /*font-size: 14px;*/
    font-weight: normal
}
TR.DataGrid_ItemStyle_Courier
{
	/*background-color: #FFC;*/
	background-color: White;
    font-family:Courier New;
    font-size:larger;
    font-weight: normal; 
}

TR.DataGrid_AlternatingItemStyle
{
	Color: Navy;
	background-color: #FFF; 
}

TR.DataGrid_HeaderStyle A
{
	text-decoration:	underline;
	color:	White;
}

TR.DataGrid_HeaderStyle A:visited
{
	text-decoration:	underline;
	color:	White;
}

TR.DataGrid_HeaderStyle A:hover
{
	text-decoration:	none;
	color:	#9CF;
}
TR.DataGrid_SelectedItemStyle
{
	Color: navy;
	background-color: #9CF; 
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal
}


TR.DataGrid_HeaderStyle
{
	/*color: #9C6;
	background-color: Navy;
	font-family: Verdana;
	font-weight: bold;*/
    font-size: 20px;
	color:White;
	/*background-color:blue;*/
	/*background-color: #0000cc;*/
	background-color: #0057a8;
	font-weight:normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

TR.DataGrid_FooterStyle
{
	background-color: #9CF; 
}

TR.DataGrid_PagerStyle
{
	color: White;
	background-color: #CCC; 
	font-family: Verdana, Arial;
	font-weight: bold;
	text-align: left;
}

/* End of Ya added styles for Admin Approval */

/* Table Formatting */
.AspTblHdr
{
	color:White;
	/*background-color:blue;*/
	/*background-color: #0000cc;*/
	background-color: #0057a8;
	/*font-weight:bold;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.TblItm
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal
}

.TblHdr
{
	color:White;
	/*background-color:blue;*/
	/*background-color: #0000cc;*/
	background-color: #0057a8;
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
}