﻿html
{
	overflow: scroll;
}
body
{
	margin: 0px;
	padding: 0px;
	background-color: #e2e2e0;
	min-width: 785px;
}
*
{
	margin: 0;
	padding: 0;
}
a
{
	color: #069;
}
a:hover
{
	color: #336;
	text-decoration: none;
}
#content-wrapper
{
	width: 785px;
	text-align: left;
	margin: 0 auto;
	font-family: Arial;
}
div#header
{
	border: solid 1px #000000;
}

#logo
{
	background: #308055 url(../images/resource/CAFabric13short.gif) repeat-x scroll top left;
	height: 60px;
	font-size: x-small;
	color: #DDDDDD;
	font-family: Arial,Verdana,Helvetica;
}
#logo img
{
	float: left;
	margin-top: 20px;
	margin-left: 5px;
}
#logo span
{
	float: right;
	margin-top: 30px;
	margin-right: 5px;
}
#logo a, #logo:hover
{
	text-decoration: none;
	color: #DDDDDD;
}


div#menu-container
{
	background: #308055 url(../images/resource/navLine.gif) repeat-x scroll bottom left;
	height: 41px;
	margin-top: -10px;
}

ul.menu
{
	background: #308055 url(../images/resource/navLine.gif) repeat-x scroll bottom left;
	height: 41px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	margin-left: 180px;
}
ul.menu li
{
	float: left;
	height: 25px;
	margin-right: 1px;
	position: relative;
}

ul.menu li a
{
	background: transparent url(../images/resource/menu-top-disabled.gif) no-repeat scroll 0 0;
	color: Black;
	display: block;
	float: left;
	height: 25px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	padding: 0 0 0 14px;
}
ul.menu li.current a, ul.menu li a:hover
{
	color: White;
	background: transparent url(../images/resource/menu-top.gif) no-repeat scroll 0 0;
}


ul.menu li a span
{
	background: transparent url(../images/resource/menu-end-disabled.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 3px 16px 5px 0px;
}
ul.menu li.current a span, ul.menu li a:hover span
{
	background: transparent url(../images/resource/menu-end.gif) no-repeat scroll right top;
}

div#content-container
{
	width: 783px;
	border: solid 1px #000000;
	float: left;
	background: #FFFFFF url(../images/resource/crnRightTop1.gif) no-repeat scroll left top;
	padding: 30px 0 0px 0px;
}

div#content-container img.bottom-corner
{
	clear: both;
	float: right;
}


div#content
{
	float: left;
	clear: left;
	width: 500px;
	padding: 10px 10px 10px 20px;
}

div#full-content
{
	padding: 10px;
}

div#big-content
{
	float: left;
	width: 200px;
}
div#login
{
	clear: right;
	float: right;
	margin: 0 0px 5px 10px;
	width: 200px;
}

div#positions
{
	float: right;
	clear: right;
	width: 200px;
}
div#footer
{
	width: 785px;
	font-family: Arial,Tahoma,Sans-Serif;
	font-size: 9pt;
	color: Black;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 20px;
	border-collapse: collapse;
	padding-bottom: 20px;
}

div#footer ul
{
	list-style-type: none;
	margin-left: 245px;
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	font-size: x-small;
}

div#footer ul li
{
	float: left;
	padding-left: 3px;
}

div#footer a, div#footer a:visited
{
	color: Black;
	text-decoration: none;
}

div#footer ul a.xml
{
	display: block;
	background: transparent url(../images/resource/xml.gif) no-repeat scroll top right;
	padding-right: 38px;
	padding-bottom: 2px;
}

div.errors
{
	background-color: #FFFFCC;
	border: 1px solid #FFCC66;
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 13px;
}
div.errors span.error
{
	display: inherit;
	width: inherit;
	margin-right: 0;
	float: inherit;
	text-align: inherit;
}

div.errors p em
{
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
}
div.errors ul
{
	color: #000000;
	list-style-type: none;
}
.form-table
{
	border: 1px solid #EEEEEE;
	background: #f5f5f5;
	min-width: 650px;
}

a.new-item
{
	margin-bottom: 10px;
	background: transparent url(../images/resource/add.gif) no-repeat scroll top left;
}

a.new-item, a.edit-item, a.delete-item
{
	display: block;
	padding-left: 20px;
	font-size: 12px;
}

div.edit-panel
{
	margin: 10px 0 10px 0;
}

a.edit-item
{
	float: left;
	background: transparent url(../images/resource/edit.gif) no-repeat scroll top left;
	margin: 0;
	width: 50px;
}
a.delete-item
{
	clear: right;
	background: transparent url(../images/resource/subtract.gif) no-repeat scroll top left;
	float: right;
}
.clear
{
	clear: both;
}

table.box-table
{
	border-collapse: collapse;
	font-family: "Lucida Sans Unicode" , "Lucida Grand" , Sans-Serif;
	font-size: 12px;
	margin: 20px;
	text-align: left;
	background-color: #FFFFFF;
	width: 550px;
}

table.box-table th
{
	background: #B9C9FE none repeat scroll 0 0;
	border-bottom: 1px solid #FFFFFF;
	border-top: 4px solid #AABCFE;
	color: #003399;
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
}

table.box-table td
{
	background: #E8EDFF none repeat scroll 0 0;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid transparent;
	color: #666699;
	padding: 8px;
}

div.control-container
{
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
}
div.container, div.form-container
{
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin: 10px;
	padding: 5px;
	font-family: Arial,Helvetica,Sans-Serif;
}
div.form-container
{
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
}
div.form-container fieldset
{
	border: 1px solid #DDDDDD;
	margin: 10px 0;
	padding: 10px;
}
div.form-container legend
{
	color: #666666;
	font-weight: bold;
}

div.form-container fieldset div
{
	padding: 0.25em 0;
}

div.form-container p
{
	margin: 0;
}
div.form-container p.note
{
	color: #333333;
	font-size: 90%;
	margin-left: 170px;
}
div.form-container input.form-submit
{
	margin-left: 170px;
}

div.form-container label, div.form-container span.label, div.form-container span.form-item
{
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	text-align: right;
	width: 150px;
}

div.form-container div.controlset label, div.form-container div.controlset input, div.form-container div.controlset-without-label label, div.form-container div.controlset-without-label input
{
	display: inline;
	float: none;
}

div.controlset-without-label label
{
	margin-left: 5px;
}
div.form-container div.controlset div, div.form-container div.controlset-without-label
{
	margin-left: 170px;
}
div.form-container div.controlset div .form-checklist label
{
	margin-left: 5px;
}

div.form-container a
{
	color: #069;
	font-size: 85%;
}
div.form-container a:hover
{
	color: #336;
	text-decoration: none;
}

div.form-container label em, div.form-container span.label em, div.form-container span em
{
	color: #CC0000;
	font-size: 120%;
	font-style: normal;
	position: absolute;
	right: 0;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
	background-color: #FFFFCC;
	border-color: #FFCC66;
	border-style: solid;
	border-width: 2px;
}

.divContainer
{
	font-size: 12px;
	padding: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.divContainerRow
{
	text-align: left;
	float: none;
	width: 100%;
	padding-top: 5px;
}
.divContainerCell
{
	display: block;
}
.divContainerCell2
{
	display: block;
	height: 40px;
}
.divContainerFooter
{
	text-align: right;
}
.divContainerTitle
{
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}
.divContainerCellHeader
{
	display: block;
	height: 20px;
	padding-right: 5px;
	width: 220px;
	text-align: right;
	font-weight: bold;
	float: left;
}
.divContainerCellHeader2
{
	display: block;
	height: 40px;
	padding-right: 5px;
	width: 220px;
	text-align: right;
	font-weight: bold;
	float: left;
}
.divInnerRowHeader
{
	text-align: right;
	width: 100px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	float: left;
	padding-right: 5px;
	margin-top: auto;
}
.divInnerRowCell
{
	width: 100%;
	font-size: 10px;
	color: #000000;
	padding-left: 5px;
}
.RequiredField
{
	color: Red;
}
div#login-column
{
	background: transparent url(../images/resource/icnLogin.gif) no-repeat scroll top left;
	float: left;
	margin: 5px;
}
div#login-column h2
{
	color: #666666;
	margin-left: 50px;
	padding-top: 10px;
}

div#column
{
	margin: 10px;
	border: 1px solid #AAA;
	font-family: Arial, sans-serif;
	float: left;
}

#tiny_form_vert *
{
	margin: 0;
	padding: 0;
}

div#tiny_form_vert
{
	padding: 4%;
	float: left;
	margin-bottom: 0;
	width: 160px;
}
div#tiny_form_vert input.submit
{
	clear: right;
	margin: 5px 10px 5px 100px;
	float: right;
}

div.formSection
{
	float: left;
	clear: both;
}
input.submit
{
	float: right;
	margin: .5em 0 .2em 0;
}
#tiny_form_vert p.error
{
	display: block;
	color: Red;
	font-size: 10px;
	width: 150px;
}
#tiny_form_vert ul
{
	font-size: 12px;
	margin: 0;
	padding: 2px;
	width: 150px;
}
#tiny_form_vert li
{
	font-size: 10px;
	list-style-type: none;
}
#tiny_form_vert a
{
	color: #069;
}
#tiny_form_vert a:hover
{
	color: #336;
	text-decoration: none;
}

.job-deleted *
{
	text-decoration: line-through;
}

div.form-container .checklist label
{
	display: block;
	padding-left: 25px;
	text-indent: -20px;
	text-align: left;
	float: inherit;
	margin: 0;
	width: inherit;
}

* html .checklist label
{
	height: 1%;
}

.checklist label:hover, .checklist label.hover
{
	background: #777;
	color: #fff;
}
* html .checklist label
{
	height: 1%;
}

.profile-menu
{
	background: #FFFFFF;
	font-size: 11px;
	height: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 10px 1px;
}

.profile-menu li
{
	float: left;
	height: 26px;
	margin-right: 1px;
}

.profile-menu li a
{
	background: transparent url(../images/resource/0a.gif) no-repeat scroll top left;
	color: #333333;
	display: block;
	float: left;
	font-family: Arial, Verdana, Sans-Serif;
	height: 30px;
	line-height: 25px;
	padding: 0 0 0 3px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.profile-menu li a:hover
{
	background: white url(../images/resource/2a.gif) no-repeat scroll top left;
}

.profile-menu li a b
{
	background: white url(../images/resource/0b.gif) no-repeat scroll top right;
	display: block;
	float: left;
	padding: 0 10px 5px 8px;
	margin: 0;
}

.profile-menu li a b:hover
{
	background: white url(../images/resource/2b.gif) no-repeat scroll top right;
}

.profile-menu li.current a, .profile-menu li.current a:hover
{
	background: white url(../images/resource/1a.gif) no-repeat scroll top left;
}

.profile-menu li.current a b, .profile-menu li.current a b:hover
{
	background: white url(../images/resource/1b.gif) no-repeat scroll top right;
}

div.topic-container
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 9pt;
}

div.topic-container h2
{
	color: #666666;
	font-family: Arial;
	font-size: 14pt;
}

div.topic-container hr
{
	color: #345295;
	background-color: #345295;
	height: 2;
	margin: 5px 0 10px 0;
	border-style: solid;
}
div.topic-container a.apply
{
	background: transparent url(../images/resource/icnSubmitSm.gif) no-repeat scroll top left;
	display: block;
	height: 25px;
	width: 30px;
	float: left;
	position: relative;
	left: -30px;
	margin-right: -30px;
}

div.topic-container h2.job-title
{
	color: #000000;
	font-family: Times New Roman;
	font-size: 14pt;
	font-weight: normal;
}

div.topic-container a
{
	color: Blue;
	text-decoration: none;
}

div.topic-container ul
{
	margin-left: 15px;
	list-style-type: disc;
}

div.topic-container li
{
	margin-bottom: 5px;
	margin-left: 30px;
}


div.topic-container span.job-code
{
	font-size: x-small;
	font-weight: normal;
}
div.topic-container div.topic
{
	margin-bottom: 25px;
	padding-left: 30px;
}
div.topic-container div.para
{
	margin-bottom: 7px;
	margin-top: 7px;
}

div.topic-container div.para a
{
	color:#000;
}

div.topic-container p
{
	text-align: left;
	min-height: 15px;
	margin: 0px 0 10px 0;
}
div.topic-container span.app
{
	font-weight: bold;
}

div.topic-container p.chapter
{
	font-weight: bold;
}

div#recently-posted-positions
{
	float: left;
	margin-bottom: 20px;
}

div#closed-positions
{
	float: left;
	margin-bottom: 100px;
}

div.welcome
{
	text-align: right;
	font-size: 9pt;
	font-family: Arial,Tahoma,Sans-Serif;
	margin-bottom: 40px;
	margin-right: 10px;
}

div.skills, div.form-container fieldset div.skills
{
	width: 260px;
	height: 200px;
	overflow: auto;
	border: solid 1px Gray;
	padding-left: 5px;
}

div.skills label
{
	display: inline;
	float: none;
	margin: 0 0 0 5px;
	padding: 0;
	position: static;
}

div.form-container a.button
{
	background: white url(../images/resource/button-right.gif) no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
	padding: 0 9px 0 0;
	margin-right: 10px;
	color: #505050;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	outline: none;
}

div.form-container a.button span
{
	background: white url(../images/resource/button-left.gif) no-repeat scroll 0 0;
	display: block;
	line-height: 5px;
	padding: 7px 0 10px 10px;
}

div.form-container a.button:hover
{
	background: white url(../images/resource/button-right-active.gif) no-repeat scroll top right;
}

div.form-container a.button:hover span
{
	background: white url(../images/resource/button-left-active.gif) no-repeat;
}

div.form-container a.button:active span
{
	line-height: 7px;
	padding: 7px 0 8px 10px;
}

div#message
{
	color: #333333;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	margin-left: 20px;
	width: 500px;
	border-bottom-style: dotted;
	border-bottom-color: #345295;
}
