/* NAV STYLES */

#navbar	
{
	margin: 0;
	padding: 0;
	background: #025172;
	clear: both;
	width: 100%;
	height: 23px;
	font-family: Arial;
}

#navbarlist	{
	margin: 0;
	list-style-type: none;
	text-align: center;
	text-transform: lowercase;
}

#navbarlist li	
{
	display: block;
	float: left;
	text-align: center;	
	padding: 0;
	margin-left: 0;
	margin-right:5;
	margin-bottom:0;
	margin-top:0;
	background: #eeeeee;
	font-weight: bold;
}
#navbarlist li.active {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: 23;
	background: #FFCC33;
	color: #666666;
}

#navbarlist li.passive {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	height: 19;
	background-color: #B80106;
	color: White;
	
}

#navbarlist li a:link, #navbarlist li a:visited	
{
	width: 125;
	padding: 0.2em 0 0;
	margin: 0;
	height: 19;
	text-decoration: none;
	display: block;
	text-align: center;
  	font-size: 11px;
  	color: black;
}
					
#navbarlist li a:hover
{
	background: #FFCC33;
	color: #333366;
}	

.one
{
	font-size: 20px;
}

.two
{
	color: #ff0000;
}


/* END NAV STYLES */

/* Default CSS Stylesheet for a new Web Application project */

Table.shell
{
	background-color: #666666;
}

Table.main
{
	background-color: #ffffff;
}
Table.header
{
	background-color:#FFCC33;
	margin: 0px;
}

Table.rtrconstrain
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color:Green;
}
Table.member
{
	background-color:#F9F9F9;
}
Table.body
{
	padding: 20px;
	margin: 20px;
	text-align: center;
	background-color: Yellow;
}

Table.nav
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 125px;
	padding-top: 5px;
	text-align: left;
	background-color: Fuchsia;
}

td
{
	font-size: 12px;
}

td.navcell
{
	background-color: #B50102;
	padding-left: 10;
	background-image: url(../Images/NavBG.gif);
}

.nav_div
{
	background-image: url(http://localhost/AFGE_GTS/Images/nav_bg.jpg);
}

/*Repeater elements*/

Table.Repeater
{	
	BORDER-top: black 1px solid;
	border-right: black 1px solid;
}
td.Repeater
{
	BORDER-left: black 1px solid;
	border-bottom: black 1px solid;
}
tr.HeaderClassRepeater
{
	vertical-align: middle;
	text-align:center;
	font-size:	15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #1C8FBA;
	padding-left:5;
	padding-top:3;
	padding-bottom:3;
	padding-right: 10;
	height: 30;
}

tr.FooterStyleClassRepeater
{
	/*since no parent need extra elements here*/
	vertical-align:	baseline;
	text-align:center;
	font-size:	8.5px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #eeeeee;
	background-color:  #00709F;
	padding-left:5;
	padding-top:3;
	padding-bottom:3;
	/*width: 225px;*/
}

a.FooterRepeater
{
	color: white
}

a:Hover.FooterRepeater
{
	color: white
}

tr.ItemClassRepeater
{
	font-size: 8.5pt;
	height:30px;
	background-color: #eeeeee;
	padding: 5;
	color: #444444;
	border-color: Black;
}

tr.AlternatingClassRepeater
{
	FONT-SIZE: 8.5pt;
	height:30px;
	color: #444444;
	border-color: Black;
}

/*Datagrid elements*/
Table.Datagrid
{	
	background-color: white;
	border: solid 1px #000000;
	border-style: none;
	color: #ffffff;
}
Table.DatagridIssues
{	
	color: #ffffff;
	font-size: 12px;
}
ol.olforNotes
{
	font-weight: normal;
	font-size: 8.5pt;
	margin: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, sans-serif, sans-serif;
	letter-spacing: normal;
}

tr.HeaderClass
{
	/*since no parent need extra elements here*/
	vertical-align: middle;
	text-align:center;
	font-size:	15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #1C8FBA;
	padding-left:5;
	padding-top:3;
	padding-bottom:3;
	padding-right: 10;
	height: 30;
}

tr.FooterStyleClass
{
	/*since no parent need extra elements here*/
	vertical-align:	baseline;
	text-align:center;
	font-size:	8.5px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #eeeeee;
	background-color: #00709F;
	padding-left:5;
	padding-top:3;
	padding-bottom:3;
	/*width: 225px;*/
}

tr.ItemClass
{
	font-size: 8.5pt;
	height:30px;
	background-color: #eeeeee;
	padding: 5;
	color: #444444;
}

tr.AlternatingClass
{
	FONT-SIZE: 8.5pt;
	height:30px;
	color: #444444;
}

/*End Datagrid elements*/

body
{
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}

BODY, p
{
	font-weight: normal;
	font-size: 8.5pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, sans-serif, sans-serif;
	letter-spacing: normal;
}

.small
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height:15px;
	padding-left: 10;
	padding-right: 10;
}
	

td.style2
{
	font-weight: bold;
	font-size: 7.5pt;
	vertical-align: baseline;
	color: #993333;
	font-family: Arial, sans-serif;
	border: solid 1 #666666;
}

td.style1
{
	text-align: left;
	vertical-align:	baseline;
	font-size:	8.5pt;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: "#000000";
	padding-left:5;
	padding-top:3;
	padding-bottom:3;
}
p.body
{
	margin: 5px;
}
td.body
{
	padding-left: 5px;
}

th.style1
{
	/*The parent th will ride over these so only elements where they do not exist on the parent*/
	color: "#000000";
	font-weight: bold;
	/*background-color: "#EEEEEE";*/
	background-color: lightgrey;
	/*width: 225px;*/
}
th.IssueHeaders
{
	font-size: 8.5pt;
	color: #993333;
	background-color: lightgrey;
	text-align: left;
}

td.IssueCells
{
	/*since no parent, need extra elements here*/
	vertical-align:	baseline;
	font-size:	7.5pt;
	font-family: Arial, sans-serif;
	color: black;
}

H1	{	
	font-family:Arial, sans-serif;
	font-size:	22px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
.header1
{
	font-family: Arial, sans-serif, sans-serif;
	font-size:	30px;
	font-style:	normal;
	font-weight: bold;
	color:#555555;
	padding-top: 10;
	padding-left: 24;
}

.header2
{
	font-family: Arial, sans-serif,sans-serif;
	font-size:	17px;
	font-weight: bold;
	font-style:	normal;
	color:black;
	padding-left: 20;
}

.header3
{
	font-family: Arial, sans-serif,sans-serif;
	font-size:	13px;
	font-weight: bold;
	font-style:	normal;
	color:#666666;
}

.header4
{
	font-family: Arial, sans-serif,sans-serif;
	font-size:	12px;
	font-weight: bold;
	font-style:	normal;
}

.header5
{
	font-family: Arial, sans-serif,sans-serif;
	font-size:	20px;
	font-weight: bold;
	font-style:	normal;
	padding-left: 10;
	padding-top: 10;
}
		
H2	{	
	font-family: Arial, sans-serif;
	font-size:	20px;
	font-style:	normal;
	color:#ffffff;
	padding-top: 5;
	padding-left: 20;
	}	
		
H3	{	
	font-family: Arial, sans-serif;
	font-size:	18px;
	font-weight:	500;
	font-style:	normal;
	color:#ffffff
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, sans-serif;
	font-size:	16px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
Input.TextBox 
{
	background-color: white;
	border:1px ridge #000000;
	height: 18px;
	width: 150px;
}

Input.TextBox2 
{
	background-color: white;
	border:1px ridge #000000;
	height: 18px;
	width: 400px;
}


Input.Button1
{
	/*font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: .25px;
	background-color: #00709F;
	border-color:#000000;*/
	
	font-weight:bold;   
	font-size:11px; 
	color:white;
	background-color:#00709F;
	border:2px outset white;
}
   /*font-weight:bold;   
   font-size:11px; 
   color:#0E0681;
   background-color:#C0C0C0;
   border:2px outset white;
}*/

Input.Button2
{
	font-weight:bold;   
	font-size:11px; 
	color:#000000;
	background-color:#35C4FF;
	border:2px outset white;
}

Textarea
{
	background-color: #FFFFFF;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}

Select.DDL
{
	background-color: white;
	height: 16px;
	border:1px ridge #FFFFFF;
}

Table.3d
{
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
}

Table.case
{
	font-size: 7.5pt;
}

Table.Controls
{
	font-size: 7.5pt;
}

Table.Controls2
{
	font-size: 7.5pt;
	border:1px double black;
}

Table.CtlNoBorders
{
	font-size: 7.5pt;
}
Table.InvestigationForm
{
	font-size: 7.5pt;
	background-color: white;
	border-width: 0px;
	border-style: double;
	border-color:Black;	
}

Table.User
{
	padding: 5;
	margin: 5;
}

TD.lblStage
{
	
}

TD.toolbar{
	background-color: Teal;
}	

span.outerror
{
	font-weight: bold;
	font-size: 7.5pt;
	color: red;
	background-color: white;
}

/*field names on step pages*/
span.FieldLabel
{
	font-size: 12px;
}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	7.5pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, sans-serif;
	}
	
A {
	color:#000000;
	text-decoration: underline;
	}

A.Toolbar
{
	font-family:Arial, sans-serif,Helvetica,Sans Serif;
	font-size:11px;
	line-height:18px; 
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10;
}

a:hover.toolbar
{
	color: #cccccc;
}
	
A:hover	{
	text-decoration: none;
	color: Black;
	}
		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
	


hr.TopLabel
{
	color: grey;
	height: 2px;
}

.padded
{
	padding-top: 5;
	padding-bottom: 3;
	padding-right: 5;
	font-size: 10;
}



.label
{
	font-size: 8.5pt;
	color: #FFFFFF;
	height:25;
	padding-left:25;
	padding-top:5;
}

Table.Display
{
	font-size: 7.5pt;
	color: #000000;
}

.loginBox
{
	font-size: 7.5pt;
	color: #000000;
	background-color: #FFCC33;
	border: solid 1px #00709F;
}

.navButtons
{
	background-color: EAE5E1;
	height: 33;
	padding-top:7;
	padding-left:10;
	padding-right:10;
}

.padded2
{ 
	padding-left:20;
}

.border
{
	background-color:#ffffff;
}

.tborder1
{
	border: solid 1px #CCCCCC;
}

.login
{
	padding-left: 20;
}

.body
{
	padding-left:20;
}

.twidth
{
	width:100%;
}

.box
{
	padding:10;
	height: 100%;
}

.box2
{
	border-top: solid 1px #CCCBCC;
	border-left: solid 1px #CCCBCC;
	border-right: solid 1px #CCCBCC;
	border-bottom: solid 1px #CCCBCC;
	background-color: #F9F9F9;
	padding:10;
	height: 100%;
}

.cbold
{
	font-weight:bold;
}

.container
{
	padding:2;
}

.fright
{
	float:right;
	width:43%
}
.fleft
{
	float:left;
	width:57%;
}


.fright60
{
	float:right;
	width:60;
}
.fleft40
{
	float:left;
	width:40%;
}

.footer
{
	background-color: #1C8FBA;	
}	

a.footer_link
{
	color:#FFFFFF;
	text-decoration: none;
	padding:5;
	font-weight: bold;
}

a:hover.footer_link
{
	color: #FFFFFF;
	text-decoration: underline;
	padding:5;
	font-weight: bold;
}

.footer_text
{
	color: #FFFFFF;
	font-weight: bold;
	padding:5;
}

.fclear
{
	clear:both;
}

.text
{
	height: 30;
}

.bg_grey
{
	background-color: #025172;
}

.bg_lightgrey
{
	background-color:#CCCCCC;
}

a.navLink
{
	display:inline-block;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10;
	padding-bottom: 5;
	padding-top: 7;
}

a:hover.navLink
{
	text-decoration: underline;	
}

a.dblink
{
	text-decoration: none;
	color:Maroon;
	display: block;
	font-weight: bold;
	font-size: 17px;
}

a:hover.dblink
{
	color:Maroon;
	text-decoration: underline;
}

.white
{
	color: #ffffff;
}

.fullheight
{
	height:100%;
}

.topborder_bg
{
	background-color: #ff0000;
}

.hr1
{
	margin-top: -5;
	color: #025172;
}