﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the DataList control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */


/* Individual "items" in the DataList. */
.JobPosting .AspNet-DataList table tbody tr td
{
}

/* Header of the DataList. */
.JobPosting .AspNet-DataList table thead tr th,
.JobPosting .AspNet-DataList table caption
{
}

/* Footer. */
.JobPosting .AspNet-DataList table tfoot tr td
{
}

.JobPosting .JobPostingTitle
{
    margin: 0;
    padding: 0 0.25em;
	background-color: #F0F8FF;
	border-bottom: solid 1px #000080;
	border-top: dotted 1px #000080;
    border-left: dotted 1px #000080;
	border-right: dotted 1px #000080;
}
.JobPosting .JobPostingTitle H3
{
    border: 0;
}

.JobPosting .JobPostingTitle A
{
	float: right;
}
.JobPosting .JobPostingBody
{
    margin: 0 0 1em 0;
    padding: 0 0.5em;
    vertical-align: top; 
    border-left: dotted 1px #000080;
	border-right: dotted 1px #000080;
	border-bottom: dotted 1px #000080;
}



.EomPosting .AspNet-DataList table tbody tr td
{
}

.EomPosting .AspNet-DataList table thead tr th,
.EomPosting .AspNet-DataList table caption
{
}

.EomPosting .AspNet-DataList table tfoot tr td
{
}

.EomPosting H3
{
	margin: 0 1em 0 0;
}

.EomPosting .EomPostingCurrent
{
	padding: 0.5em;
	border: dotted 1px #666666;
	color: #003366;
	margin: 0 0 1.5em 0;
}

.EomPosting .EomPostingCurrent H4
{
	margin: 0 0 0.5em 0;
}
.EomPosting .EomPostingCurrent P
{
	color: #003366;
}
.EomPosting .EomPostingCurrent I
{
	color: #666666;
	font-weight: bold;
}

.EomPosting .EomPostingCurrent IMG
{
	float: left;
	margin: 0.5em;
	border: solid 1em blue;
	padding: 1em 0;
	background: #003366;
}

.EomPosting .EomPostingPrevious
{
}
.EomPosting .EomPostingPrevious H4
{
	margin: 0.25em 0 0 1em;
}


.RecruiterSchedule .AspNet-DataList table
{
	width: 100%;
}

.RecruiterSchedule .AspNet-DataList table tbody tr td
{
}
.RecruiterSchedule .AspNet-DataList table thead tr th,
.RecruiterSchedule .AspNet-DataList table caption
{
}
.RecruiterSchedule .AspNet-DataList table tfoot tr td
{
}

.RecruiterScheduleTitle
{
    margin: 0;
    padding: 0 0.25em;
	background-color: #F0F8FF;
	border-bottom: solid 1px #000080;
	border-top: dotted 1px #000080;
    border-left: dotted 1px #000080;
	border-right: dotted 1px #000080;
}
.RecruiterScheduleBody
{
    margin: 0 0 1em 0;
    padding: 0 0.5em;
    vertical-align: top; 
    border-left: dotted 1px #000080;
	border-right: dotted 1px #000080;
	border-bottom: dotted 1px #000080;
}
.RecruiterSchedule .RecruiterScheduleTitle H3
{
    border: 0;
}
.RecruiterSchedule .RecruiterScheduleTitle H4
{
	float: right;
}
