/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 16px;
	word-spacing: normal;
	text-transform: none;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #B0C4DE;
}
TABLE
{
	font-size: 14px;
}
.Small
{
	font-size: 12px;
}
.Heading
{
	font-size: 14px;
	font-weight: bold;
	color: White;
	text-align: center;
	background-color: #4682b4;
}
A:link
{	
	text-decoration:	none;
	color:	#3333cc;
}	
A:visited
{	
	text-decoration:	none;
	color:	#333399;
}	
		
A:active
{	
	text-decoration:	none;
	color:	#333399;
}	
		
A:hover
{	
	text-decoration:	underline;
	color:	#3333cc;
}

/* Menu class used for menu across top of page */
.Menu, .Menu:link, .Menu:visited, .Menu:active
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #6193bf;
	text-align: center;
	text-decoration: none;
	cursor: hand;
}
.Menu:hover
{
	color: white;
	background-color: #546474;
	text-align: center;
	text-decoration: none;
}

/* MenuButton classes used for listing type tabs */
.MenuButton, .MenuButton:link, .MenuButton:visited
{
	font-weight: bold;
	font-size: 11px;
	color: White;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #20b2aa;
	text-align: center;
	text-decoration: none;
	border-color: white;
	border-width: 1px;
	border-style: solid;
    border-bottom-color: #20b2aa;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.MenuButton:hover
{
	background-color: #23d0c0;    
}

.ActiveMenuButton, .ActiveMenuButton:link, .ActiveMenuButton:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #4682b4;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: White;
	text-align: center;
	text-decoration: none;
	border-color: #4682b4;
	border-width: 1px;
	border-style: solid;
    border-bottom-color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.DisabledMenuButton, .DisabledMenuButton:link, .DisabledMenuButton:visited
{
	font-weight: bold;
	font-size: 11px;
	color: #d3d3d3;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #4682b4;
	text-align: center;
	text-decoration: none;
	border-color: #4682b4;
	border-width: 1px;
	border-style: solid;
    border-bottom-color: #4682b4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* ActionButton classes used for most buttons */
.ActionButton, .ActionButton:link, .ActionButton:visited
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #4682b4;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	cursor: hand;
	box-shadow:2px 2px 5px #000000;
}

.ActionButton:hover
{
	color: white;
	background-color: #546474;
	text-align: center;
	text-decoration: none;
}

.ActionButtonLeft, .ActionButtonLeft:link, .ActionButtonLeft:visited
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #4682b4;
	border-bottom-color: #4080a0;
	border-right-color: #4080a0;
	text-align: left;
	text-decoration: none;
	cursor: hand;
}
/* HeaderBlock class used for header info at top of listing pages */
.HeaderBlock
{
    color: White;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    background-color: #4682b4;
}

.StatDisplay
{
	font-size: 12px;
	color: #B0C4DE;
}

.GridHeading
{
	font-size: 14px;
	font-weight: bold;
	color: White;
}
.GridData
{
	font-size: 12px;
	color: Black;
}
.GridLarge
{
	font-size: 14px;
	font-weight: bold;
	color: Black;
}
.GridSmall
{
	font-size: 10px;
	color: Black;
}
.GridDesc
{
	font-size: 12px;
	font-style: italic;
	color: #0000cd;
}
.GridUserID
{
	font-size: 12px;
	color: White;
}
.GridFooter
{
	font-size: 12px;
	background-color: #f5f5f5;
}
.GridPager
{
	font-size: 12px;
	color: Red;
	background-color: #f5f5f5;
}
.FeaturedItem
{
	font-size: 10px;
	color: Black;
	cursor: hand;
}
.SearchTable
{
	font-size: x-small;
	color: black;
	font-family: Verdana;
	background-color: #B0C4DE;
}
.NoIE
{
	font-weight: bold;
	color: red;
	text-decoration: none;
}
