body {
	background: #e9e9e9;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, p, .normal, .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

table {
	border-collapse: collapse;
}

.title, .Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
}

.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}
a:active {
	color: #222222;
	text-decoration: none;
}

.roundedBox
{
    color: #222222;
    border: 1px solid #222222;
    padding: 0;
    background: #ffffff;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.tdSep {
	width: 1px;
	background-color: #004ea5;
}

.tdMain {
	background-color: white;
}

.divRessource {
	background-color: #dfe1ca;
	margin: 5px; 
	padding: 0px;
}

.headerMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
   font-weight: bold;
}

.headerMenu a:link, .headerMenu a:active, .headerMenu a:visited {
	text-decoration: none;
	color: #222222;
}

.headerMenu a:hover {
	text-decoration: underline;
	color: #222222;
}

.bottomMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

.bottomMenu a:link, .bottomMenu a:active, .bottomMenu a:visited {
	text-decoration: none;
	color: #222222;
}

.bottomMenu a:hover {
	text-decoration: underline;
	color: #222222;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}

.footer a:link, .footer a:active, .footer a:visited {
	text-decoration: none;
	color: #222222;
}

.footer a:hover {
	text-decoration: underline;
	color: #222222;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Verdana, Geneva, Arial, Helvetica, 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: #003366;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* rollover buttons */

.rollover a, .rollover a:link, .rollover a:visited {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 10px/1 Verdana, Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 10px/1 Verdana, Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:link {
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:visited {
   background-position: 0 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.PagingNumber {
	color: #004ea5;
	background-color: #aebbca;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
}

a.PagingNumber:link, a.PagingNumber:visited, a.PagingNumber:active {
	color: #004ea5;
   text-decoration: none;
}

a.PagingNumber:hover {
   text-decoration: none;
   background-color: #c5e77e;
	color: #004ea5;
}

a.PagingNumberSelected {
	color: #004ea5;
   background-color: #c5e77e;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
}

a.PagingNumberSelected:link, a.PagingNumberSelected:visited, a.PagingNumberSelected:active, a.PagingNumberSelected:hover {
	color: #004ea5;
   text-decoration: none;
}

.PageViewWrapper {
	border: 1px solid #bec6cb;
}

.PageViewWrapper hr {
	color: #bec6cb;
}

.inputCell {
   padding-right: 6px;
}

