/* These styles are responsible for the body of page */
/* they can be inherited by all other nested styles, divisions and spans */

body
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

img { border-width: 0; }

a:link {
	color: #666666;
	font-weight: bold;                         
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}

a:visited {
	color: #666666;
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-variant: normal;
}

a:active {
  color: #003300;
  font-weight: bold;
  
  text-decoration: none;}

a:hover {
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
	color: #003300;
	text-transform: none;
}
 
 .b:link{
	color:#FFFFFF;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: none;
 }
 .b:visited {
	color: #FFFFFF;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 .b:active {
	color:#FFFFFF;
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
	font-variant: normal;
 }
 .b:hover {
	color: #FFFFFF;
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
 }

.pn-content-page-title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0033;
    font-weight: bold;
}


.pn-menuitem-title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
    font-weight: bold;
}


.block
{
	border-width: 2px;
	border-color: #CC0033 ;
	border-style: groove;
	padding: 0;
	margin: 0 0 0 0;
}

.top-heading
{
	font-family: verdana, helvetica, arial, sans-serif;
	color: #CC0033;
	font-weight: bold;
	font-size: 10px;
}

.date
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
}

.top-links a:link {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.top-links a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.top-links a:active {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.top-links a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	text-decoration: underline;
}

.bottom-links
{
	font-size: 10px;
	font-weight: bold;
	color: #000000
}

.side
{
	background-color: #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}



.opentable
{
	background-color: #CC0033 ;
	width: 100%;
	padding: 2px;
	border-width: 2px;
	border-color: #96AABE;
	border-style: groove;
	margin: 0 0 0 0;
}

.opentable2
{
	background-color: white;
	width: 100%;
	padding: 2px;
	border-color: silver;
	border-width: 2px 3px 3px 2px;
	border-style: groove;
	margin: 5px 0 0 0;
}

.article-table
{
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	border-color: silver;
	border-width: 1pt;
	border-style: solid;
	color: #647EB1;
	font-style: normal;
	text-transform: capitalize;
}

.article-table-text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}

a.article-table { font-weight: bold; color: #f1f1f1; text-decoration: none; }

.article-table a:link { text-decoration: none; color: #96AABE;}
.article-table a:visited { text-decoration: none; color: #96AABE;}
.article-table a:hover { text-decoration: underline; color: #96AABE;}
.article-table a:active { text-decoration: none; color: #96AABE;}

.article-table table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f1f1f1;
	width: 100%;
}

.article-table .pn-title { color: black; }

/* Below are utility classes, we can use them to control appearance of individual elements */

.logo { background-color: transparent; }

.banner
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.border1
{
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	background-color: #CC0033;
}

.border2
{
	border-width: 2px;
	border-color: silver;
	border-style: groove;
	padding: 4px 0px 1px 6px;
	margin: 0 0 0 -8px;
}

.border3
{
	border-width: 1px;
	border-color: #CC0033;
	border-style: dotted;
	padding: 2px;
}

.menu-title
{
	font-family: verdana, helvetica, arial, sans-serif;
	color: #CC0033;
	font-weight: bold;
	font-size: 11px;
}

/* Centre blocks and admin messages */

.message-centre
{ 
    font-family: verdana, helvetica, arial, sans-serif;
    font-weight: normal;
	font-size: 12px;
	border-style: none;
}

.message-centre .border2
{
	border-style: none;
	border-width: 0;
	padding: 0;
}

.message-centre td
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
    border-style: none;
    border: 1px;
	padding: 3px;
}

.message-centre .pn-title
{
	font-family: verdana, helvetica, arial, sans-serif;
	color: #CC0033;
	font-weight: bold;
	font-size: 12pt;
}


.credits
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: center;
}

.credits a
{
	color: black;
	font-weight: bold;
}

/* Legacy styles, maybe used by some old modules */

textarea {
border-bottom-width: 1px;
border-color: #000000;
border-left-width: 1px;
border-right-width: 1px;
border-style: solid;
border-top-width: 1px;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;
font-weight: bold;
text-indent: 2px;
}

input {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11px;
font-weight: normal;
text-indent: 2px;
}

input.pn-text {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11px;
font-weight: normal;
text-indent: 2px;
}

input.pn-button {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11px;
font-weight: normal;
text-indent: 2px;
}

input.r-button
{
	background-color: #CC0033 ;
	font-family: verdana, helvetica, arial, sans-serif;
}

select {
background-color: #F7F7F7;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10px;
font-weight: bold;
}

select.pn-text {
	background-color: #F7F7F7;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	font-style: normal;
	color: #000033;
}

.pn-normal {
background-color: transparent;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: none;
}

.pn-title
{
	background-color: transparent;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.pn-sub
{
	background-color: transparent;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.pn-logo {
background-color: transparent;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}

.pn-logo-small {
background-color: transparent;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.pn-pagetitle {
background-color: transparent;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.enroll a {	background-color: #006460;
  			font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  			font-weight: bold;
  			font-size: 13px;
  			font-variant: small-caps;
  			letter-spacing: 0.1em;
 			color: #fff;
  			border-top-color: #099;
  			border-left-color: #099;
  			border-right-color: #000;
  			border-bottom-color: #000;
  			border-width: thin;
  			border-style: outset;
  			padding: 0.3em;
			text-align: center;
			text-decoration: none;}
