/* ================================
    CSS STYLES FOR Module NoteprimeCommon
   ================================
*/

.NPCommonTabPanel
{
	border: white 1px solid;
}
.NPCommonHGrid
{
	font-family: Arial;
	border: white 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: transparent;
	
}
.NPCommonHGridHeader
{
	color: White;
	font-size: 12px;
	background-color: #eeeeee;
}
.NPCommonHGridPager
{
	color: White;
	font-size: 12px;
	background-color: transparent;
}
.NPCommonHGridAlternate
{
	color: Black;
	font-size: 11px;
	background-color: #f7f7f7;
}
.NPCommonHGridItem
{
	color: Black;
	font-size: 11px;
	background-color: transparent;
}
.NPCommonVGrid
{
	font-family: Arial;
	border: white 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: transparent;
}
.NPCommonVGridHeader
{
	color: White;
	font-size: 12px;
	background-color: #eeeeee;
}
.NPCommonVGridPager
{
	color: White;
	font-size: 12px;
	background-color: transparent;
}
.NPCommonVGridTitle
{
	color: Black;
	font-size: 11px;
	font-weight: bolder;
	background-color: #f2f2f2;
}
.NPCommonVGridItem
{
	color: Black;
	font-size: 11px;
	background-color: transparent;
}
.NPCommonStdButton
{
	background: beige;
	padding: 1px 4px 2px 3px;
	border-top: whitesmoke 1px outset;
	border-left: whitesmoke 1px outset;
	border-bottom: dimgray 1px outset;
	border-right: dimgray 1px outset;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

a.NPCommonStdButton:link, a.NPCommonStdButton:visited
{
	background: beige;
	padding: 1px 4px 2px 3px;
	border-top: whitesmoke 1px outset;
	border-left: whitesmoke 1px outset;
	border-bottom: dimgray 1px outset;
	border-right: dimgray 1px outset;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

a.NPCommonStdButton:hover
{
	background: honeydew;
	padding: 1px 4px 2px 3px;
	border-right: whitesmoke 1px inset;
	border-top: dimgray 1px inset;
	border-left: dimgray 1px inset;
	border-bottom: whitesmoke 1px inset;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}