﻿A:visited 
{
	color:blue;
}
A:link 
{
	color:blue;
}
.displayNone 
{
	display:none;
}
.smallHyperlink 
{
	font-size: 10px;
	font: tahoma;
	color: Blue;
}
.smallCheckBox
{
	font-size: 10px;
	font: tahoma;
	color: Blue;
}
.defaultTableContainer 
{
	width: 770px;
	height: 10%;
	border: solid 1px black;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
.dataEntryContainer 
{
	font-family: Verdana;
	font-size: 10px;
}
.dataEntryTextBox 
{
	font-size:10px;
}
.thinBlackBorder 
{
	border: solid 1px black;
}
body {
}
.rootMenuContainer 
{
	border-bottom: #ffff00 solid 2px;
	font-family: Calibri;
	font-size: 14px;
	color: White;
	font-weight:bold;
	background-color: #2649b5;
	
}
.rootMenuItemHighlighted
{
	background-color: yellow;
}
.topMenuItem
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
}
.authenticateLables 
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
}
.authenticateTextboxes 
{
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid black;
}
.authenticateButtons 
{
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid black;
}
.resultTableHeaders 
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
}
.resultTableDetail
{
	font-family: Tahoma;
	font-size: 11px;
}
.entityLabel
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
}
.entityLabel2
{
	font-family: Tahoma;
	font-size: 11px;
}
.entityLabel3
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
}
.entityInput
{
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid black;
}
.entityInput2
{
	font-family: Tahoma;
	font-size: 10px;
	border: 1px solid black;
}
.entityText
{
	font-family: Tahoma;
	font-size: 11px;
}
.entityButton
{
	font-family: Tahoma;
	font-size: 12px;
	padding: 2px;
	border: 1px solid black;
	width: 60px;
	font-weight:bold;
}

.ProposalSideMenu_container
{
	border: none;
}

.ProposalSideMenu_menuItem 
{
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	border: solid 1px white;
}

.ProposalSideMenu_menuItemLink
{
	text-decoration: none;
	color: White;
}

.PublicationsMenu_menuItemLink
{
	text-decoration: none;
	color: black;
	text-align:left;
	font-size: 10px;
}
.publicationsMenu_listBox 
{
	font-size:10px;
}
.PublicationsSideMenu_container 
{
	border: 1px solid black;
}

.publicationSelectionSummaryLabel 
{
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
}
.publicationSelectionSummaryValue 
{
	font-family: Verdana;
	font-size: 10px;
}
.selectedPublicationsLink 
{
	text-decoration:none;
    color:black;	
}
.flatTextbox 
{
	border: 1px solid black;
	font-size: 12px;
}
.flatTextbox2 
{
	border: 1px solid black;
	font-size: 11px;
}
.flatButton 
{
	border: 1px solid black;
	font-size: 12px;
	background-color: #3050c0;
	color:White;
}
.flatButton2
{
	border: 1px solid black;
	font-size: 10px;
}
.flatDropdown 
{
	border: solid 1px black;
	font-size: 10px;
}
.erpRegistrationHeading 
{
	background-color: #3050c0;
	font-size: 12px;
	color: White;
}
.erpSideNav
{
	background-color: #ffae00;
}

.smallCheckBox 
{
	font-size:10px;
}
.smallRadio 
{
	font: normal 11px Arial, Verdana, Tahoma, Sans-Serif;	
	vertical-align: middle;		
}
.tableStyle 
{	
	font: normal 12px Arial, Verdana, Tahoma, Sans-Serif;	
	vertical-align: middle;		
}
.smallCombo 
{
	font: normal 11px Arial, Verdana, Tahoma, Sans-Serif;	
	vertical-align: middle;	
	border:1px solid gray;	
}
.inputBorder 
{
	border:10px solid #7F9DB9;
}