@import url('reset.css');

body {
	font-family: "Frutiger Linotype", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 76%;
	text-align: left;
	color: #333;
	background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	font-weight: normal;
	color: #FC0;
}

h1 {
	margin: 10px 0;
	font-size: 150%;
	color: #FFF;
}

h2 {
	margin: 5px 0 20px 0;
	font-size: 140%;
	font-weight: bold;
}

h3 {
	font-size: 120%;
}

a {
	color: #003d4c;
	color: #ff9900;
	text-decoration: underline;
}

a:hover {
	color: #003d4c;
	color: #ff9900;
	text-decoration: none;
}

em {
	font-size: 12px;
}

ul, li {
	margin: 0 12px;
}

div.required {
	clear: both;
	color: #222;
	font-weight: bold;
}

div.submit {
	clear: both;
	margin: 20px 0 20px 120px;
	
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.error-message {
	margin: 0 0 0 115px;
	font-size: 11px;
	color: #FC0;
}

.error {
	font-size: 13px;
	color: #FC0;
	background-color: transparent;
	margin: 0px 0px;
	font-weight: bold;
}

.paging {
}
	
	.paging .disabled {
		display: none;
	}

	.paging a {
		text-decoration: none;
	}

input.text {
	width: 225px;
}

.login  input.text {
	width: 150px;
}

#container{
	width: 819px;
	text-align: left;
	background: #747474 url(../img/bg-y.gif) left top repeat-y;
}

.admin #container,
.client #container {
	width: 949px;
}

	#subcontainer {
		width: 100%;
		background: transparent url(../img/wrap-bg.gif) right top repeat-y;
	}

		#header{
			margin-top: 1em;
			padding: 4px 20px;
		}

		#left-col {
			float: left;
			display: block;
			width: 249px;
			background: url(../img/left-bg.gif) repeat-y;
		}

			#left-col h1#logo {
				display: block;
				width: 249px;
				height: 208px;
				margin: 0;
				padding: 0;
				background: url(../img/logo.jpg) no-repeat;
				text-indent: -100000px;
			}
			
			#left-col h2 {
				color: #747474;
				font-size: 14px;
				padding: 0;
			}
			
			#left-col h3 {
				color: #FFF;
				margin: 10px 0 0 0;
				padding: 0;
				font-size: 110%;
			}
			
			#left-col a:link, #left-col a:visited {
				color: #003D4C;
			}
			
			#left-col a:hover {
				text-decoration:none;
			}

			#left-col div.left-content {
				color: #333333;
				padding: 20px;
			}
			
			#left-col div#left-footer {
				display: block;
				width: 249px;
				height: 109px;
				margin: 0;
				padding: 0;
				background: url(../img/left-footer.gif) no-repeat;
			}
			
		#right-col {
			color: #FFF;
			float: left;
			display: block;
			width: 570px;
		}

		.admin #right-col, 
		.client #right-col {
			width: 700px;
		}
		
			#menu {
				margin: 0;
				padding: 0;
				padding-top: 31px;
				background: transparent url(../img/top.gif) top left no-repeat;
			}
			
				.admin #menu, .client #menu {
					background-image: none;
					padding-top: 0;
				}

			#menu ul {
				width: 100%;
				height: 36px;
				margin: 0;
				padding: 0;
				list-style-type: none;
				background: #FFF url(../img/menu-right.jpg) no-repeat top right;
			}

			#menu ul li {
				margin: 0;
				padding: 0;
				display: inline;
			}

			#menu ul li a {
				display: block;
				float: left;
				margin: 1px 0;
				padding: 0 9px;
				line-height: 34px;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				color: #fff;
				border-right: 1px solid #FFF;
				background: transparent url(../img/menu_bg.jpg) repeat-x left center;
			}
			
			#menu ul li a:hover {
				color: #333;
			}
			
			#right-col div#right-footer {
			}
			
			#content{
				clear: both;
				margin-right: 56px;
				padding: 0;
				color: #FFF;
			}

				.content-padded {
					padding: 20px 40px;
				}

				#content h1 {
				}
				
					#content h1 .wrap {
						color: #FC0;
					}
				
				#content h3 {
					margin-bottom: 10px;
				}

					#content form h3 {
						margin-top: 20px;
					}
				
				#content .column {
					width: 250px;
				}
				
					#home .column {
						float: left;
						width: 210px;
					}
				
				#content p {
					clear: both;
					padding-bottom: 10px;
				}
				
				#content form p {
					padding: 2px 0;
				}

				#content table.list {
					clear: both;
					width: 100%;
					margin: 0 0 2em 0;
					padding: 0;
					color: #FFF;
					border-collapse: collapse;
				}
				
					#content table.list thead th {
						background-color: #878787;
					}
				
					#content table.list th, 
					#content table.list td {
						padding: 5px;
						text-align: left;
						border: 1px solid #AAA;
					}
				
				#content div.input  {
					clear: both;
					margin: 0;
					padding: 5px 0;
				}

				#content .input label {
					float: left;
					width: 110px;
					color: #FFF;
				}

				#content .input input, 
				#content .input textarea, 
				#content .input select {
					margin: 0 5px;
					padding: 0;
					font-size: 12px;
				}
				
				#content .required input, 
				#content .required textarea, 
				#content .required select {
					font-weight: normal;
				}
				
				.admin #content .input textarea {
					width: 430px;
				}
				
				#content .search-panel {
					margin-bottom: 10px;
				}

					#content .search-panel .input {
						margin: 10px 0 0 0;
					}

					.search-panel .example {
						margin-left: 120px;
						padding: 0;
						font-style: italic;
						font-size: 90%;
					}

				#content dl.data-view {
					clear: both;
					width: 100%;
					margin: 10px 0 20px 0;
				}

					#content dl.data-view dt, 
					#content dl.data-view dd {
						vertical-align: top;
					}

					#content dl.data-view dt {
						clear: left;
						float: left;
						width: 200px;
						margin: 0;
						padding: 0;
						font-weight: bold;
					}

					#content dl.data-view dd {
						margin-left: 210px;
						margin-bottom: 10px;
						padding: 0;
					}

					#content dl.data-view dd.text {
						clear: both;
						margin-top: 5px;
						margin-left: 10%;
						width: 90%;
					}

					#content dl.data-view p {
						margin: 0 auto;
						width: 320px;
					}

				#content table.data-view {
					width: 100%;
					margin-bottom: 10px;
					border-collapse: collapse;
				}

					#content table.data-view th, 
					#content table.data-view td {
						padding: 5px;
						text-align: left;
						vertical-align: top;
						border: 1px solid #AAA;
					}

					#content table.data-view thead th {
						vertical-align: middle;
					}

					#content table.data-view tbody th {
						width: 100px;
						text-align: right;
						padding-right: 10px;
					}
					
					#content table.data-view td input {
						width: 90px;
					}
					
					.admin #content table.data-view td input {
						width: 130px;
					}

				#content table.skills-evaluation {	
					margin-bottom: 20px;
				}

					#content table.skills-evaluation thead th {
						text-align: center;
					}
					
					#content table.skills-evaluation tbody th {
						width: 120px;
					}
					
					#content table.skills-evaluation td {
						text-align: center;
						vertical-align: middle;
					}

					#content table.skills-evaluation td.selected {
						color: #FFDD00;
						background-color: #FFDD00;
					}
					
					#content table.skills-evaluation td input, 
					.admin #content table.skills-evaluation td input {
						width: auto;
					}

			#content .yellow {
				color: #FC0;
			}

		#home {
			padding-bottom: 30px;
		}

			#home h2 {
				margin-bottom: 80px;
				font-size: 170%;
				font-weight: normal;
				line-height: 20px;
			}

			#home h3 {
				margin-top: 20px;
			}

			#home ul {
				margin: 10px 0;
				padding-left: 5px;
				list-style-type: disc;
			}

				#home ul li {
					padding: 5px 0;
					font-size: 120%;
				}
			
					#home ul ul {
						margin: 5px 0 0 0;
						list-style-type: circle;
					}

						#home ul ul li {
							font-size: 100%;
							list-style-type: circle;
						}
		
			#appeal-holder {
				padding-left: 10px;
			}
			
				#appeal-holder h3 {
					margin: 0;
					line-height: 160%;
					font-size: 140%;
					color: #F60;
				}

				#appeal-holder h4 {
					color: #FFF;
				}
				
					#appeal-holder p .wrap {
						color: #F60;
					}

				#appeal-holder ul {
					font-size: 80%;
				}
				
					#appeal-holder ul li {
						padding: 0;
					}
				
				#appeal-holder .registration-link-holder {
					margin-top: 40px;
					text-align: center;
				}

					#appeal-holder .registration-link-holder a {
						font-size: 130%;
						font-weight: bold;
						color: #F60;
					}
					
					#appeal-holder .registration-link-holder .teaser {
						font-size: 80%;
						font-style: italic;
					}

		#pathway-holder {
			padding-bottom: 877px;
			background: transparent url(../img/pathway_graphics.gif) center bottom no-repeat;
		}

			#pathway-holder h2 {
				text-align: center;
			}
			
			#pathway-holder ul {
				margin-left: 80px;
				list-style-type: disc;
			}
			
		#career-images-holder {
			float: left;
			width: 130px;
			margin-right: 20px;
		}

			.career {
				display: block;
				margin-bottom: 5px;
				text-indent: -10000px;
			}
			
			.product-manager {
				width: 127px;
				height: 163px;
				background: url(../img/product_mgr_button.jpg) center center no-repeat;
			}
			
			.sales-manager {
				display: block;
				width: 124px;
				height: 160px;
				background: url(../img/sales_mgr_button.jpg) center center no-repeat;
		}

			.business-analyst {
				display: block;
				width: 124px;
				height: 160px;
				background: url(../img/business_analyst.jpg) center center no-repeat;
			}

		#faq {
		}

			#faq dl {
				margin-bottom: 20px;
			}

				#faq dt, #faq dd {
					margin: 10px 0;
					padding: 0;
				}

				#faq dd {
					color: #D4D4D4;
				}

		#footer {
			clear: both;
			margin: 0 56px 0 249px;
			padding: 6px 10px;
			font-size: 11px;
			background: #747474;
			text-align: center;
		}

div.flashDiv {
	width: 511px;
	background: #f0f;
	display: block;
	height: 20px;
}

ul#sub-menu li {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: square;
}