/*
------------------------------------------------------------------
	standard elements
------------------------------------------------------------------
*/
body
{
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #d5d5d5;
	line-height: 16px;
	color: #1e001e;
	cursor: default;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

p, ul, ol
{
	padding: 1em 0 0 0;
	line-height: 1.3em;
}

input
{
	font-family: inherit; /*	background-color: transparent;  */
	color: #808080;
	background-image: none;
	color: #222222;
	border-right: #000000 1px;
	border-top: #000000 1px;
	border-left: #000000 1px;
	border-bottom: #000000 1px;
}
h1
{
	font-size: 1.6em;
	color: #040455;
	margin: 10px 0px 15px 0px
}
h2
{
	font-size: 1.4em;
	color: #040455;
	margin: 10px 0px 15px 0px
}
h3
{
	font-size: 1.2em;
	color: #040455;
	margin: 10px 0px 10px 0px
}
h4
{
	font-size: 1.1em;
	color: #222288;
	margin: 5px 0px 10px 0px
}
img
{
	border: none;
}
tr
{
	vertical-align: top;
}
ol.bulleted
{
	list-style-position: outside;
	list-style-type: disc;
}
ol.numbered
{
	list-style-type: decimal;
	list-style-position: outside;
}
table
{
	background-color: transparent;
}
/* 20100610 BW: added ruleset */
ul li
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}

/* 20100610 BW: added ruleset */
li
{
	margin-bottom: 0.5em;
}

/* 20100610 BW: added ruleset */
ol li
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}
small
{
	font-size: 80%;
}

/*
	layout
*/
div.content-container
{
	width: 1010px;
	margin: 0px auto;
}
/*
------------------------------------------------------------------
	links
------------------------------------------------------------------
*/

a
{
	color: #3366cc;
	text-decoration: underline;
	border: none;
}

a:hover
{
	text-decoration: underline;
	color: #2e669e;
}
/*
------------------------------------------------------------------
*/
/*
------------------------------------------------------------------
	Login controls 
------------------------------------------------------------------
*/
div.login
{
	font-size: 0.9em;
	padding: 8px 3px 8px 3px;
	overflow: hidden;
}
input.login
{
	font-size: 8pt;
	border: solid 1px #0c0c0c;
	height: 14px;
}
/*
------------------------------------------------------------------
*/

/*
------------------------------------------------------------------
	custom styles
------------------------------------------------------------------
*/
.strong
{
	font-weight: bold;
	color: #040455;
}
.smalltext
{
	font-size: 0.8em;
}
.indented
{
	margin-left: 12px;
}
.tooltip
{
	background-image: url(images/question.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 18px; /* e.g. room for the image */
	color: #002299;
}
#lblMessage
{
	font-size: 1em;
	color: #040455;
}

.boPot
{
	/* used for honeypot input */
	display: none;
}
.padded
{
	padding: 10px;
}
.padTop
{
	padding-top: 10px;
}
.padRight
{
	padding-right: 10px;
}
.padBottom
{
	padding-bottom: 10px;
}
.padLeft
{
	padding-left: 10px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.clearer
{
	clear: both;
	float: none;
}
.ResumeInputLabel
{
	float: left;
	width: 30%; /* 170px; */
	padding: 0px 5px 0px 0px;
}
.ResumeInputElement
{
	float: left;
	width: 60%; /* 330px; */
	padding: 0px 5px 0px 0px;
}
.Resume-SearchBox
{
	border: 1px solid #A2A2A2;
	padding: 12px;
	width: 95%;
}
.SearchResult-Name
{
	width: 180px;
	float:left;
	padding: 0px 5px 8px 0px;
	font-weight: bold;
}
.SearchResult-Date
{
	width: 100px;
	float:left;
	padding: 0px 5px 8px 0px;
}

.SearchResult-Link
{
	width: 125px;
	float:left;
	padding: 0px 5px 8px 5px;
}

/*
	-----------------------------------------
	Carrot
	-----------------------------------------
*/
div.carrot
{
	margin: 10px 0px;
	border: solid 1px #8b8b8b;
	width: 209px;
	background: BackColor="#fdfdfd";
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/* IE Hack */
	voice-family: "";
	voice-family: "none";
	behavior: url(border-radius.htc);
	/* END IE Hack */
}
div.carrot .heading
{
	text-align: center;
	background: rgb(255,102,0);
	padding: 8px 3px;
	margin: 0px 0px 5px 0px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	/* IE Hack */
	voice-family: "";
	voice-family: "none";
	behavior: url(border-radius.htc);
	/* END IE Hack */
}
div.carrot p
{
	text-align: left;
	padding: 12px;
}
div.sponsor h3
{
	text-align: center;
}
