/* Namco Arcade.com */
/* By Jim Kotecki */
/* Copyright (C) 2010 Namco Cybertainment Inc. */

/* Begin Cascading Style Sheet */
BODY {background: rgb(255,255,255); margin: 0px;}

/* Standard Text Values */
.tn {color: rgb(0,0,0); font-family: 'Trebuchet MS',Arial,sans-serif; font-size: 8pt;}
.PageHeader {color: rgb(0,0,0); font-family: 'Frutiger 55 Roman','Trebuchet MS',Arial,sans-serif; font-size: 25pt;}
.NamHeader {color: rgb(0,0,0); font-family: 'Frutiger 55 Roman','Trebuchet MS',Arial,sans-serif; font-size: 12pt; font-weight:bold;}
.NamTextBigger {color: rgb(0,0,0); font-family: 'Frutiger 55 Roman','Trebuchet MS',Arial,sans-serif; font-size: 14pt;}
.NamTextBigRed {color: rgb(255,0,0); font-family: 'Frutiger 55 Roman','Trebuchet MS',Arial,sans-serif; font-size: 13pt;}
.NamTextBiggerGray {color: rgb(175,175,175); font-family: 'Frutiger 55 Roman','Trebuchet MS',Arial,sans-serif; font-size: 14pt;}
.NamText {color: rgb(0,0,0); font-family: 'Frutiger 45 Light','Trebuchet MS',Arial,sans-serif; font-size: 12pt;}
.NamTextSmaller {color: rgb(0,0,0); font-family: 'Frutiger 55 Roman','Trebuchet MS',Arial,sans-serif; font-size: 11pt;}
.NamTextSmallerGray {color: rgb(175,175,175); font-family: 'Frutiger 45 Light','Trebuchet MS',Arial,sans-serif; font-size: 11pt;}
.NamTextSmallerWhite {color: rgb(255,255,255); font-family: 'Frutiger 45 Light','Trebuchet MS',Arial,sans-serif; font-size: 11pt;}
.NamTextTiny {color: rgb(0,0,0); font-family: 'Frutiger 55 Roman','Trebuchet MS',Arial,sans-serif; font-size: 8pt;}

/* Employment Page Formatting */
.fieldgroup {background-color: #999999;}
.fieldtable {border: 2px solid rgb(65,58,56); margin-bottom: 10px;}
.fieldtable td {padding: 5px;}
.fieldtable input {height: 18px; font-size: 8pt;}

/* Form Information */
INPUT.frm {font-size: 10pt; font-family: 'Frutiger 45 Light','Trebuchet MS',Arial,sans-serif; font-weight: bold; color: rgb(0,0,0); background: rgb(220,220,220);}
TEXTAREA.frm {font-size: 8pt; font-family: 'Frutiger 45 Light','Trebuchet MS',Arial,sans-serif; color: rgb(0,0,0); background: rgb(220,220,220);}
SELECT.frm {font-size: 10pt; font-family: 'Frutiger 45 Light','Trebuchet MS',Arial,sans-serif; color: rgb(0,0,0); background: rgb(208,208,208);}

/* Table Properties */
td {vertical-align: top; valign: top}
td.center {vertical-align: center; valign: center;}
.formerror {background: rgb(253,222,0);}

/* Text Color and Format Values */
.red {color: rgb(255,0,0);}

/* Help Tooltip */
.helpbox {margin: 0px; position: relative;}
.helpbox div {margin: 0px; text-align: left; position: absolute; border: 2px solid rgb(0,0,255); padding: 2px; color: rgb(0,0,0); background-color: rgb(195,210,255); font-family: Tahoma, Arial, sans-serif; 		font-size: 8pt; display: none; z-index: 100; font-weight: normal;}
