﻿/* default font and links */


html, body {
  font-family: Arial, sans-serif;
  font-size:10pt;
  color: #000000;
  margin-top:4pt;
}

.warning 
{
  color:#aa0000;
}

A
{
	color: #2233BB;
	text-decoration: underline;
}

A:hover
{
	color: #cc0000;
	text-decoration: underline;
}

A:visited
{
	color: #2233BB;
	text-decoration: underline;
}


A.topNavxx
{
	color: #2233BB;
	text-decoration: none;
	font-weight:bold;
    font-family: Arial, sans-serif;
    font-size:9pt;
}

A.topNavxx:hover
{
	color: #cc0000;
}


.topNavText
{
	color: #ffff77;
	text-decoration: none;
	font-weight:normal;
    font-family: Arial, sans-serif;
    font-size:9pt;
}

A.topNav
{
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
    font-family: Arial, sans-serif;
    font-size:9pt;
}

A.topNav:hover
{
	color: #ffff33;
}

A.footer
{
    font-family: Arial, sans-serif;
    font-size:9pt;
	color: #ffffff;
	text-decoration: none;
}

A.footer:hover
{
	color: #ffff33;
}

A.profileDetails
{
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
    font-family: Arial, sans-serif;
    font-size:11pt;
}

A.profileDetails:hover
{
	color: #ffff33;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin-top: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 4px;
}

li {
  margin-bottom: 8px;
}

p {
  margin-bottom: 8px;
}

/* http://cssbutton.com/forms/ */

input {
    border: 1px solid #68c;
    background: #ffb;
}
input:hover {
    border: 1px solid #c66;
}
.input {  /* keep in sync with "input" */
    border: 1px solid #68c;
    background: #ffb;
}
.button {
    border: 1px solid #006;
    background: #ccc;
}
.button:hover {
    border: 1px solid #f00;
    background: #aaa;
}


.txtTextArea   /* keep border and BG in sync with "input" */
{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	border: 1px solid #68c;
    background: #ffd;
}

.small 
{
  font-family: Arial, sans-serif;
  font-size:9pt;
}

.smaller 
{
  font-family: Arial, sans-serif;
  font-size:8pt;
}

.large 
{
  font-family: Arial, sans-serif;
  font-size:11pt;
}

.smallWarning 
{
  font-family: Arial, sans-serif;
  font-size:9pt;
  color:#cc0000;
}

ul.smallBulletList
{
  margin-left:13px;     
}

li.smallBulletList 
{
  font-family: Arial, sans-serif;
  font-size:9pt;
  list-style-image: url("images/bullet_image1.gif");
   
  margin-left:2px; 
  margin-right:0px;
  margin-top:0px;
  margin-bottom:4px;
}

/*
p.MsoFootnoteText
{
  font-family: Arial, sans-serif;
  font-size:9pt;
}

table.infobox
{
    width:440px;
    background-color: #ffffff;
    padding-left:200px;
}
*/

H1 {
	FONT-SIZE: 14pt; 
	COLOR: #000000; 
	TEXT-INDENT: 0px; 
	FONT-STYLE: normal; 
	font-weight: bold;
	FONT-FAMILY: Arial, SunSans-Regular, sans-serif; 
}

H2 {
	FONT-SIZE: 13pt; 
	COLOR: #444444; 
	TEXT-INDENT: 0px; 
	FONT-STYLE: normal; 
	font-weight: bold;
	FONT-FAMILY: Arial, SunSans-Regular, sans-serif; 
}

.anchor {
	FONT-SIZE: 13pt; 
	COLOR: #663333; 
	TEXT-INDENT: 0px; 
	FONT-STYLE: normal; 
	font-weight: bold;
	FONT-FAMILY: Arial, SunSans-Regular, sans-serif; 
}

/*
.topmenu 
{
    font-family:  'Trebuchet MS', arial, sans-serif;
    font-size: 12pt;
	font-weight: bold;
    text-align:center;
}


.leftmenu 
{
    font-family: arial, sans-serif;
    font-size: 9pt;
    font-weight:normal;
    text-align:left;
    color:#000000;
}
*/

.vigilCopyright
{
    font-family: arial, sans-serif;
    font-size: 8pt; 
    color: #666666;
}


A.vigilCopyright
{
    font-family: arial, sans-serif;
    font-size: 8pt; 
    color: #666666;
	text-decoration: none;
}


A.vigilCopyright:hover
{
	color: #cc0000;
}


.vigilTableHeader
{
    border-color:Black;
    border-width: 1px;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
    background-color: #f0f3f6;
    border-style:outset;
}

.vigilTableDetail
{
    border-width:1px;
    border-color:#a3c3dc;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	background-color:#ffffff;
	vertical-align:top;
    border-style:outset;  
}

.directoryTable
{
    border-width:1px;
    border-color:#a3c3dc;
    border-style:solid;
    border-collapse:collapse;
}

td.dt
{
    border-width:1px;
    border-style:solid;
    border-color:#a3c3dc;
    padding:3px 3px 3px 3px;
}

th.vigilTableDetail
{
    background-color:#a3c3dc;
    background-color:#000000;
    text-align:center;
    border-width:0px;
    color:#ffffff;
    font-weight:normal;
}
