body
{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

body,
font,
td,
input,
select,
caption,
textarea
{
	font-family: Arial, Helvetica, Times New Roman, Sans-Serif;
	font-size: 11px;
}


div.pageHeader
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.error,
div.warning,
span.warning,
span.error
{
	color: #c00;
	font-weight: bold;
}

div.message,
span.message
{
	width: 100%;
	text-align: justify;
}

span.note
{
	color: #036;
	font-weight: bold;
}



td.Term
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align:justify;
}

div.headline
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
span.headline
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.important
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
}

div.highlight
{
	background-color: #ffc;
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: bold;
}

div.box
{
	border: 1px solid #ccc;
	padding: 5px;
}

div.body
{
	
	padding-left: 80px;
	
}

div.Page
{
	
	padding-left: 80px; padding-top: 50px;
	width: 800px;
	
}


table.tblGeneric caption
{
	font-weight: bold;
}

table.tblGeneric td
{
	padding-left: 5px;
	padding-right: 5px;
}

table.tblGeneric tr.header 
{
	background-color: #369;
	color: #fff;
	font-weight: bold;
}

td.header
{
	font-weight: bold;
	text-align:  right;
}

tr.Repeat
{
	background-color:Yellow;
}

table.tblGeneric tr.header td a:active,
table.tblGeneric tr.header td a:visited,
table.tblGeneric tr.header td a:link
{
	color: #fc3;
}

table.tblGeneric tr.header td a:hover
{
	color: #fff;
}



table.tblGeneric tr.dark td
{
	background-color: AliceBlue;
}

table.tblGeneric tr.Red td
{
	background-color: Red;
}

table.tblGeneric tr.Amber td
{
	/*background-color:#FF7E00;*/
	background-color:#fc3;
}


table.tblGeneric tr.light td
{
	background-color: #fff;
}

table.tblGeneric tr.LightGray td
{
	background-color: #E0E0E0;
}

table.tblGeneric tr.total td
{
	background-color: #ffc;
	font-weight: bold;
}

form.frmGeneric td.fieldName
{
	text-align: right;
}

table.tblColoredFieldNames
{
	border-collapse: collapse;
}

table.tblColoredFieldNames td.fieldName
{
	background-color: AliceBlue;
}

form.frmGeneric input.button
{
	border-right: #6699ff 2px solid;
	border-top: #c8e7ff 2px solid;
	font-weight: bold;
	border-left: #c8e7ff 2px solid;
	width: 80px;
	border-bottom: #6699ff 2px solid;
	background-color: #99ccff;
}

form.frmGeneric input.cautionButton
{
	border-right: #933 2px solid;
	border-top: #f33 2px solid;
	font-weight: bold;
	border-left: #f33 2px solid;
	width: 80px;
	border-bottom: #933 2px solid;
	background-color: #c33;
	color: #fff;
}

table.tblInventoryDetail
{
	border-collapse: collapse;
}

table.tblInventoryDetail td.fieldName
{
	background-color: AliceBlue;	
}

table.tblNavigation
{
	border-color: #333;
	border-collapse: collapse;
}

table.tblNavigation td
{
	border-color: #333;
	width: 80px;
	text-align: center;
	background-color: AliceBlue;
	padding: 5px;
	font-weight: bold;
	color: #000;
}

table.tblNavigation td.active,
table.tblNavigation td.active a:active,
table.tblNavigation td.active a:link,
table.tblNavigation td.active a:visited,
table.tblNavigation td.active a:hover
{
	background-color: #fc3;
	color: #000;
}

table.tblNavigation td.inactive,
table.tblNavigation td.inactive a:active,
table.tblNavigation td.inactive a:link,
table.tblNavigation td.inactive a:visited
{
	background-color: #0062c3;
	color: #fff;
}

table.tblNavigation td.inactive a:hover
{
	color: #000;
}

table.tblColoredFieldNames
{
	border-collapse: collapse;
}

table.tblColoredFieldNames td.fieldName
{
	background-color: AliceBlue;
}

div.area, div.helpfulHints
{
	background-color: #cfc;
	border: 1px solid #6c3;
	padding: 5px;
	color: DarkGreen;
}
div.helpfulHints span.title
{
	font-weight: bold;
	font-size: 12px;
}
div.script
{
	background-color: #ffc;
	/*margin: 5px;*/
	margin-top : 5px;
	margin-bottom : 5px;	
	border: 1px solid #ccc;
	padding: 5px;
	color: navy;
}

div.scriptBold
{
	background-color: #ffc;
	/*margin: 5px;*/
	margin-top : 5px;
	margin-bottom : 5px;	
	border: 1px solid #ccc;
	padding: 5px;
	color: navy;
	font-weight: bold;
}

div.redHeader
{
	color: red;
	font-weight: bold;
	font-size:12px;
}

div.Term
{
	margin-top : 5px;
	margin-bottom : 5px;
	border: 1px solid #ccc;
	padding: 10px;
	color: navy;
	
}

input.btn0,
input.btn1,
input.btn2,
input.btn3,
button.btn1
{
	border-right: #6699ff 2px solid;
	border-top: #c8e7ff 2px solid;
	font-weight: bold;
	border-left: #c8e7ff 2px solid;
	width: 80px;
	border-bottom: #6699ff 2px solid;
	background-color: #99ccff;
}
input.btn1
{
	width: 120px;
}
input.btn2
{
	width: 50px;
	font-weight: normal;
}
input.btn3
{
	width: 200px;
}


td.reverse 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #5DCAE7;
}

td.required
{
	color:Blue;	
}
span.required
{
	color:Blue;
}
td.footer
{
	color:Blue;
}
.leftalign
{
	text-align:left;
}

/* ====== BODY PROPERTY ======= */
/*
body 
{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-style: normal;
	font-family: "times new roman";
	font-size: 12pt;
	font-weight: 400;
	text-align: left;
	color: #000000;
	background: #ffffff;
	
}

/* ====== LINKS PROPERTY ======= */

a
{
	font-family: arial;
	font-size: 12px;
	color: #0000ff;
	text-decoration: none;
}


a:hover 
{
	text-decoration: underline;
}

*/
/* ====== TITLE PROPERTY ======= */

.title-main	
{
	font-family: "times new roman";
	font-size: 14pt;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}


.title-section	
{
	font-family: "times new roman";
	font-size: 12pt;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}


.title-section-2	
{
	font-family: arial;
	font-size: 8pt;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	text-align: left;

	
}


/* ====== TEXT PROPERTY ======= */

.note	
{
	font-family: arial;
	font-size: 8pt;
	font-weight: 400;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	text-transform: none;
}


.benefits
{
	font-family: arial;
	font-size: 8pt;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	line-height: 14px;
	padding: 0;
}



/*=========Job Fair Page======*/

.info{
	font-family: arial;
	background-color: #0077ca;
	width: 800px;
	text-align: left;
	color: #fff;

}

.info td{
	width: 33%;
	vertical-align: top;
	padding: 20px 0 20px 20px;
	font-size: 13px;
}


.info .end{
	padding-right: 20px;
}

.info ul{
	margin: 0 0 0 30px;
}

.info h3{
	margin: 0;
}

.info .text{
	margin-left: 20px;
}

.info a{
	color: #fff;
	text-decoration: underline;
}

.info .when
{
	font-size: 1em;
}

.info .when .small
{
	font-size: .8em;
}



.listing{
	padding: 30px;
}

.listing a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}

.listing a:hover{
	color: #0077ca;
}




.listData .jobName
{
	padding: 5px 60px 5px 10px;
	font-size: 12px;	
	font-weight: bold;
}

.listData .Checkbox
{
	padding: 0;	
}