body {
	background-color: ; /* background color */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
	background-image: url(images/bg.gif);
}
.WaterMarkMain{
	background-image: url(images/watermark.gif);
	background-position: right;
	background-repeat: repeat;
	background: url(images/watermark.gif) no-repeat top right;
	background-color: White;
}
.AtlanticCareer {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 9px; /* font size */
}

 select.jobs

{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 10px; /* font size */
	border-right: thin solid #3F5873;
	border-top: thin solid #3F5873;
	font-size: 10px;
	border-left: thin solid #3F5873;
	border-bottom: thin solid #3F5873;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EAEDF4;
	border: 1px solid #3F5873;
	border-style: solid solid solid solid;
	background: #EAEDF4;
	width: 180px;
}

input, textarea, select
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 10px; /* font size */
	border-right: thin solid #3F5873;
	border-top: thin solid #3F5873;
	font-size: 10px;
	border-left: thin solid #3F5873;
	border-bottom: thin solid #3F5873;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EAEDF4;
	border: 1px solid #3F5873;
	border-style: solid solid solid solid;
	background: #EAEDF4;
}

input.radio x {
	width: 15px;
	height: 15px;
	border: 0px none;
	background-color: #EAEDF4;
}

input radio:Selected {
	width: 15px;
	height: 15px;
	border: 0px none Red;
	background-color: White;
}
.buttonLogin
{
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER-LEFT: #000000 1px solid;
	COLOR: Black;
	MARGIN-RIGHT: 0px;
	BORDER-BOTTOM: #000000 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 2px;
}

.buttons
{
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	MARGIN-LEFT: 6px;
	BORDER-LEFT: #000000 1px solid;
	COLOR: White;
	MARGIN-RIGHT: 6px;
	BORDER-BOTTOM: #000000 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: Silver;
}
.buttonsDelete
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	font-size: 11px;
	margin-left: 6px;
	border-left: #000000 1px solid;
	color: white;
	margin-right: 6px;
	border-bottom: #000000 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: crimson;
	text-decoration : blink;
}
.InputNoBorder
{
	font-size: xx-small;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
} 


/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */
	border-collapse: collapse;
	border: none;
}
.CaptionLetters{
	font-size: 15px;
	color: #002A56;
	font-weight: bolder;
}
.CaptionTableName{
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FAF3F3;
	font-style: italic;
	background: center;
}
.CaptionTableNameFirst{
	font-size: 30px;
	font-family: Script, "Times New Roman", sans-serif;
	font-weight: bold;
	color: #7D1E25;
	font-style: italic;
	text-decoration: none;
}
/* main table data cells */
.ewTable td {
	padding: 1px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #3F5873; /* header color */
	color: #FFFFFF; /* header font color */
	vertical-align: top;
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFF8DC; /* highlight color */
}

/* main table row color */
.ewTableRow {
	background-color: White; /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #D8E0EB; /* alt row color 2 */
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #C6D1DD;
}

/* main table selected row color */
.ewTableSelectRow {
	background-color: #99ABBB;
}

/* main table sorting indicator */
.ewTableOrderIndicator {
	font-family: Webdings;	
}

/* main table footer section */
.ewTableFooter {
	background-color: transparent;
	color: White;
	font: normal bold 8px;
	font-size: 8px;
}

/* main table paging section */
.ewTablePager {
	background-color: #F9F5E3;
}

a:active, a:focus, a:link, a:visited  {
	color: #3F5873; /* link color */
	text-decoration: none;
}
a:hover {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}


.ewTableHeader A:link{
	color: White; /* header font color */
}

.ewTableHeader A:visited:focus{
	color: White; /* header font color */
}

.ewTableHeader A:hover  {
	color: #C8D0D8; /* header font color */
}

.ewTableHeader A:active {
	color: White; /* header font color */
}
.ewMsg{
	color: Red;	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

.sideMenu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}
.Menuup{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-small;
}
.sideMenu   A:link, A:visited {
	color: #A0AEB6; /* header font color */
}
.sideMenu  A:focus {
	color: White; /* header font color */
	
}
.sideMenu A:active, {
	color: White; /* header font color */
	
}
.sideMenu A:hover  {
	color: #A4D2FF; /* header font color */
}
.JobListCaption{
	font-size: 13px;
	color: #003A71;
	font-weight: bolder;
}
.jobcaption{
		font-size: 13px;
	color: #003A71;
	font-weight: bolder;
}
.jobsubheading{
		font-size: 13px;
	color: #003A71;
	font-weight: bolder;
}
.joblistings{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
		word-spacing: 0.5px;
	letter-spacing: 0.5px;
}
.joblistings A:link, A:focus, A:visited, A:Active{
	color: #003A71;

			font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
		word-spacing: 0.5px;
	letter-spacing: 0.5px;
	
}
.joblistings A:hover  {
	color: #0070DB;
	font-weight: bolder;
}

.jobsTable {
	width: ; /* table width */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: none;
}
.jobsTable td {
	padding: 1px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #CCCCCC; /* table background color */
}