body {
	padding: 0;
	margin: 0;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 75%;
	color: #333;
}

form { padding: 0; margin: 0; }

a img { border: none; }

a { color: #369;}
a:hover { text-decoration: none; }


h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size; 1.1em; }
h4 { font-size: 1em; }

td, th { vertical-align: top; }

td label { font-size: 1em; }

.clearing {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}


.division, .highlight { font-weight: bold; }
.division { font-size: 14px; color: #369; }
.highlight { color: #f90; }

a.action { cursor: pointer; }

/* Layout */

/* STYLES CHANGED BY BEAN 4-11-07 */

#header {
	position: relative;
	height: 47px;
	background: #FFFFFF;
}

	#header h1 { 
		height: 43px;
		margin: 0;
		padding: 0;
		font-size: 12px;
		background: url(img/ailalogo2007.gif) no-repeat 15px 0;
	}
	
	#header span { display: none; }


	#header p {
		text-align: right;
		position: absolute;
		top: 44px;
		right: 15px;
		height: 16px;
		width: 100px;
		margin-top: 0;
		font-size: 10px;
		line-height: 12px;
	}
		#header p a { color: #369; text-decoration: underline; }

#contentwrapper { padding: 0; }


#content { padding: 10px 20px; }

#content h1 { font-size: 1em line-height: 1.2em; margin: 0;}

	

		
	/* #############################################################
		MAIN CONTENT HELP JUMP LINKS
	   ############################################################# */	
			
		#content .jumplinks {
			padding-bottom: 10px;
			border-bottom: 1px solid #ccc;
			margin-bottom: 20px;
		}
			
	
	

		
	/* #############################################################
		MAIN CONTENT BOOKMARKS MANAGEMENT
	   ############################################################# */	


		#content .ctl-bookmarkspanel ul {
			list-style: none;
			margin-left: 0;
			padding-left: 0;
		}

		
		#content .ctl-bookmarkspanel li {
			padding: 0;
			margin: 4px 0;
		}
		
			#content .ctl-bookmarkspanel li span.relativewrapper {
				position: relative;
				display: block;
			}
		
		#content .ctl-bookmarkspanel li ul { margin-top: 4px; margin-left: -20px; padding-bottom: 4px; padding-left: 20px; }
		#content .ctl-bookmarkspanel li li { margin-left: 20px; }
		
			#content li .bc-groupcontrols {
				padding-left: 20px;
				position: absolute;
				top: 0;
				right: 2px;
				width: 80px;
			}
			
			#content li .bc-groupcontrols a span { display: none; }
			
			#content li .bc-groupcontrols a {
				display: block;
				position: absolute;
				top: 1px;
				height: 16px;
				cursor: pointer;
			}
			
			#content li .bc-groupcontrols .bc-gc-moveup { width: 17px; right: 58px; background: url(img/icons/doc_moveup.gif) no-repeat 2px 2px; }
			#content li .bc-groupcontrols .bc-gc-movedn { width: 17px; right: 39px; background: url(img/icons/doc_movedn.gif) no-repeat 2px 2px; }
			#content li .bc-groupcontrols .bc-gc-edit { width: 19px; right: 16px; background: url(img/icons/doc_preview.gif) no-repeat 2px 2px; }
			#content li .bc-groupcontrols .bc-gc-delete { width: 14px; right: 0; background: url(img/icons/doc_delete.gif) no-repeat 2px 1px; }
		
		#content .ctl-bookmarkspanel a.docname { 
			padding-left: 20px;
			padding-right: 100px; 
			cursor: pointer; 
			text-decoration: underline;
		}
		
		#content .ctl-bookmarkspanel .terminated {
			background: url(img/icons/tree_terminated.gif) no-repeat 2px 2px;
		}
		
		#content .ctl-bookmarkspanel .collapsed {
			background: url(img/icons/tree_collapsed.gif) no-repeat 2px 2px;
		}
		
		#content .ctl-bookmarkspanel .collapsed ul { display: none; }
		
		#content .ctl-bookmarkspanel .expanded {
			background: url(img/icons/tree_expanded.gif) no-repeat 2px 2px;
		}
		
		#content #ctl-bookmarkspanel p.ctl-bookmarks-closebutton { display: none; }
		
	/* #############################################################
		MAIN CONTENT STANDARD FORM
	   ############################################################# */	


		#content .formtable th {
			text-align: left;
			line-height: 18px;
			background: #f2f2f2;
			padding: 3px 16px 2px 16px;
		}
			#content .formtable th.reqd, #content p.reqd { 
				background: #f3eadb url(img/accents/bullet_reqd.gif) no-repeat top right;
			}
			
			
			#content p.reqd { width: 130px; padding: 3px 16px 2px 8px; line-height: 18px; font-weight: bold; }
			
			
		#content .formtable td { 
			background: #f3f8fa;
			padding: 3px 16px;
		}
		
		#content .formtable th, .formtable td {
			vertical-align: top;
			font-size: .8em;
		}
		
		
				
		#content .buttons input, .button, .highlightedbutton {
			font-weight: bold;
			color: #fff;
			font-size: .8em;
			background: #c60;
			border-top: 1px solid #e3e3e3;
			border-left: 1px solid #e3e3e3;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
		}
		
		#content .buttons input, .button {
			background: #369;
			border-top: 2px solid #5c9dc1;
			border-left: 2px solid #5c9dc1;
			border-right: 2px solid #003653;
			border-bottom: 2px solid #003653;
		}
		
		#content a.button { padding: 2px 8px; text-decoration: none;}
		
		#content .textbox { width: 250px; }
		#content .textboxsm { width: 100px; }


		#content .asp-datalist td { padding: 2px 6px; }
		#content .asp-datalist label { padding-left: 6px; }
