/* 
 * ========================================================================
 *                Copyright (c) 2004 Transcena Design Ltd.
 * ========================================================================
 * Permission to use and modify this software and its
 * documentation for your own use and without fee is hereby granted,
 * provided that the above copyright notice appear in all copies and that
 * both that the copyright notice and warranty disclaimer appear in
 * supporting documentation.
 * 
 * Direct questions about this software or disclaimer to 
 * info@transcena.com
 * 
 *         (c) 2004 Transcena Design.  http://www.transcena.com/
 * ========================================================================
*/


/* 
  * ========================================================================
  *                               gateway.css
  * ========================================================================
  *   File:    gateway.css
  *   Purpose: CSS definitions for use with the CS Lord gateway section
  *   Author:  Michael Tolboom
  *   Date:    August 17, 2003
  *   
  * ========================================================================
*/


/* Body of all pages */
body {
	margin: 0px;
	background-color: #ffffff
}

/* Default paragraph settings */
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333366;
	line-height: 14px;
	margin-top: 0px;  /* some browsers default to 10px above for p tags otherwise */
}

/* Default table cell settings */
table td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333366;
	line-height: 14px; 
}

/* NTGO menu table cell settings */
table#topmenu {
}
table#topmenu td {
	line-height: normal;
}

/* stylistic definitions*/
.bold {
	font-weight: bold;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

/* Styles for links on pages */
a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0033ff;
	line-height: 16px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* More standard styles */
.white {
	color: #ffffff;
}

.darkblue {
	font-size: 12px;
	line-height: 13px;
	color: #333366;
}

.reversed {
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	vertical-align: middle;
	background-image: url(graphics/title.gif);
	background-repeat: no-repeat;
}

.reversed_crumb {
	font-weight: bold;
	color: #ffffff;
	background-color: #002252;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	background-image: url(graphics/title.gif);
	background-repeat: no-repeat;
	width: 712px;
}

.reversedtall {
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	vertical-align: middle;
	background-image: url(graphics/title.gif);
	background-repeat: repeat;
}

table.smalltype {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333366;
	line-height: 12px;
}

.resultsno {
	font-weight: bold;
	color: #666666;
}

.bggreen {
	background-color: #ccffcc;
}

.header-bkground {
	color: #FFFFFF;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.textright {
	padding-right: 4px;
	text-align: right;
}

.headright {
	padding-right: 4px;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
}

.headleft {
	padding-left: 4px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}

.italic {
	padding-left: 4px;
	text-align: left;
	font-style: italic;
}

.headcenter {
	text-align: center;
	font-weight: bold;
	color: #ffffff;

}

/* error/special message box definitions */
.alertboxpos {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #99FFCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #009933;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #009933;
	margin-bottom: 10px;
}

.alertboxneg {
	font-family: Helvetica, Arial, sans-serif;
	color: #FF0000;
	background-color: #FFCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FF0000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	margin-bottom: 10px;
}

.alertneg {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
	padding: 2px;
}

.alertnegright {
	font-family: Helvetica, Arial, sans-serif;
	color: #FF0000;
	font-weight: bold;
	text-align: right;
	background-color: #FF9999;
	padding: 2px;
}

.number {
	background-image: url(graphics/but_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}

.boldStatusBlue {
	font-weight: bold;
	color: #0066CC;
}

.boldStatusGreen {
	font-weight: bold;
	color: #009966;
}

.warning {
	color: #FF0000;
}

/*  tool tip message popup  */
.popup {
	color: #0033ff;
	cursor: help;
	text-decoration: none;
}

.cursor {
	cursor: help;
}

/* colour for highlighted table rows */
/* used by JavaScript in tables */
.highlight {
	background-color: #FFC;
}

/* colour when hover is not highlighting row */
.nohighlight{
}

/* reversed link on blue style header*/
a.white:link, a.white:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

a.white:hover, a.white:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999966;
	text-decoration: underline;
}

p.Instructions {
	color:#314D8C;
	font-size:7pt;
	font-weight: normal;
	margin:0 5px;
	text-align: justify;
}
