
.menuCell {
	background-color: #40434C;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
}
.menuCellOn {
	cursor: hand;
	background-color: #40434C;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FF0000;
	font-size: 12px;
	font-weight: normal;
}

.tiText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

.highlight {
	background-color: #ffff66
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 19px;
	font-weight: bold;
}

.lgText {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #FFFFFF; 
	font-weight: bold;
}

.tHeading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #FFFFFF; 
	font-weight: bold;
}

.tiHeading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #FFFFFF; 
	font-weight: bold;
}


a  {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

a:hover {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: normal;
}

a:visited {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: normal;
}

a:visited:hover {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: normal;
}

a.boldLink:hover {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

a.boldLink  {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.boldLink:visited {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

a.boldLink:visited:hover {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

a.smLink  {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

a.smLink:hover {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 11px;
	font-weight: normal;
}

a.smLink:visited  {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

a.smLink:visited:hover {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 11px;
	font-weight: normal;
}

a.nav  {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}


a.nav:hover {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 11px;
	font-weight: none;
}

a.nav:visited {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
}

a.nav:visited:ff8c00 {
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
}

a.npLink  {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.npLink:hover {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
}

a.npLink:visited {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
}

a.npLink:visited:hover {
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
}


ul {
	list-style-type: square;
}

hr {
	height: 0px; 
	border: solid ###555A63 0px; 
	border-top-width: 1px;
}

input.frmText{
	border : 1px solid #FFFFFF;
	background-color : #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-left : 5px;
}

select {
	border : 1px solid #FFFFFF;
	background-color : #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-left : 2px;
}

input.frmButton {
	border : 1px solid #000000;	
	background : url(table_bg_image.gif);
	font: 12px verdana,arial,helvetica;
	padding : 2px;
}

#CountryMapImg {
    border : 1px solid #000000;
    background-color : #FFFFFF;
    padding : 2px;    
}
.soopportal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

/* main table */
.ewTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	width: 100%; /* table width */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #40434C; /* table background color */
}

.ewTableHeader {
	background-color: #40434C; /* header color */
	background : url(table_bg.gif);
	color: #8b0000; /* header font color */
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
}

.ewHeader {
	background-color: #40434C; /* header color */
	background : url(table_bg_image.gif);
	color: #8b0000; /* header font color */
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
}

.ewTableHeader a {
	background-color: #40434C; /* header color */
	background-image: url(table_bg.gif);
	color: #8b0000; /* header font color */
	font-weight: bold;
}

/* main table row color */
.ewTableRow {
	font-size: 11px;
	background-color: #40434C;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	font-size: 12px;
	background-color: #40434C; /* alt row color 2 */
	color: #FFFFFF;
}

/* main table sorting indicator */
.ewTableOrderIndicator {
	font-family: Webdings;
}

/* main table footer section */
.ewTableFooter {
	background-color: #40434C;
}


