﻿body
{
	font-family: Arial;
	color: #333333;
	font-size: 11pt;
	margin: 0px 0px 0px 0px;
}

#jobAddressSelect:link
{
	color: #ffffff
}

/* Start Master Template */

.MainStage
{
	position: relative;
	top: 45px;
	width: 970px;
	border-width:5px;
	border-color: #ff66cc;
}

/* End Master Template */

.ptitle
{
	font-size: 18pt;
	color: #666666;
}

h1
{
	color: #ED2EBA;
	font-size: 18pt;
}

h2
{
	color: #4D56B5;
	font-size: 16pt;
}

h3
{
	color: #4D56B5;
	font-size: 14pt;
}

h4
{
	color: #4D56B5;
}

.aBold
{
	color: #ffffff;
	/*text-decoration: none;*/
	font-weight: bold;
}

.aBoldPink
{
	color: #ED2EBA;
	font-weight: bold;
	font-size: 11pt;
}

.aBigBold
{
	color: #ED2EBA;
	font-size: 16pt;
}

input button
{
	border-width: thin;
	border-color: #ff66cc;
	background-color: #ffffff;
}

.CompletionList
{
	border: solid 1px #505060;
	background-color: #ffffff;
	color: #ff66cc;
}

.CompletionListHover
{
	color: #ffffff;
	background-color: #ff66cc;
	cursor: hand;
}

.CompletionListItem
{
	border-style: none;
	width: 650px;
}

.ErrorMsg
{
	font-size: 10pt;
	color: Red;
	font-weight: bold;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/Img/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(/Img/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/Img/SavedStar.png);
}

/* Tree styling */

.RootNode
{
	color:#505060;font-size:Large;font-weight:normal;
}

.ParentNode 
{
	color:#505060;font-size:Medium;font-weight:normal;
}

.LeafNode
{
	padding: 0px 5px 15px 5px;
	color: Navy;
	font-size:14px;
	font-weight: normal;
	/*border-style:none;*/
}

.HoverNode
{
	color:#5555DD;
	text-decoration:underline;
}

.SelectedNode
{
	padding:0px 0px 0px 0px;
	color: #505060;
	text-decoration:underline;
}

/* Landing page */

.landButtonText
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	text-decoration: none;
}

.landJobQuickStart
{
	font-size: 10pt;
	color: #ffffff;
}

.landUSP
{
	font-size: 13pt;
	color: #ffffff;
	margin-left: 15px;
	padding-left: 5px;
	list-style-type: disc;
}

select
{
	font-size: 9pt;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #666666;
}

input
{
	font-size: 10pt;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #666666;
}

textarea
{
	font-family: Arial;
	font-size: 10pt;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #666666;
}

.footer
{
	font-size: 10pt;
}

.tableHeader
{
	text-decoration: none;
	background-image: url(/Img/frame/Pin-stripe-1px-2px.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.tableTitle
{
	color: #ffffff;
	font-weight: bold;
}

.infoTip
{
	display:none;
	position:absolute;
	font-size: 14px;
}
.infoTipContent
{
	color:#4D56B5;
	padding:3px 3px 3px 3px;
	border: solid 1px #ED2EBA;
	background-color:#F2F1FF;
	width:400px;
}