﻿body {
	margin:0;
	padding:0;
	height:100%;
	width:auto;
	background-color:#7f7f7f;
	font-family:Verdana, Arial;
	color:#474747;
	font-size:11px;
}
h1 {
	color:#005bab; /* Blue */
	font-weight:bold;
	font-size:11px;
	padding:0;
	margin:0;
}
a {
	color:#005bab;
	font-size:11px;
	text-decoration:underline;	
}
a:hover {
	color:#799900;
	text-decoration:none;	
}
#popupContainer {
    background:#ffffff;
    width:412px;
    height:178px;
}
#popupContainerMedium {
    background:#ffffff;
    width:412px;
    height:220px;
}
#popupContainerMed {
    background:#ffffff;
    width:412px;
    height:260px;
}
#popupContainerLong {
    background:#ffffff;
    width:412px;
    height:380px;
	min-height:380px;
	height:auto !important;
}
#popupContainerSATA {
    background:#ffffff;
    width:412px;
    height:300px;
	min-height:300px;
	height:auto !important;
}

#popupSpacer {
    padding-top:3px;
}
#popupHeader {
    background:#ffffff url(/images/bkg210CareersPortalBlueMini.gif) no-repeat;
    width:406px;
    height:29px;
    /*
    margin-left:3px;*/
}
#popupContent {
    padding: 14px 14px;
}
#popupTopSection {
	padding-top:6px;
}
#popupTitle {
    padding: 14px 0px 6px 0px;
}
#popupTextField {
    float:left;
    padding-right:8px;
}
#popUpClickToClose {
	padding-top:10px;
}
#popupButtons {
    float:right;
}
.cancelLink {
	font-size:9px;
	text-align:center;
	padding-top:2px;
}
.cancelLink a {
	font-size:9px;
	text-decoration:underline;
}
.cancelLink a:hover {
	text-decoration:none;
}
.inputEditStyle {
	font-family:Arial;
	color:#474747;
	font-size:11px;
	border:1px solid #7f9db9;
	padding:0px 0px 0px 2px;
}
#popupClose {
	color:#FFFFFF;
	position:absolute;
	right:10px;
	top:8px;
}
#popupClose span {
	color:#FFFFFF;
	font-size:14px;
}
#popupClose a {
	color:#FFFFFF;
}
/* Buttons */
.whiteButton {
	background:#ffffff;
	border:1px solid #005bab;
	color:#005bab;
	font-size:11px;
	text-align:center;
	padding:0px 1px;
	cursor:pointer;
}
.whiteButton:hover {
	background:#005bab;
	border:1px solid #ffffff;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	padding:0px 1px;
	cursor:pointer;
}
a.whiteButtonLink {
	background:#ffffff;
	/*border:1px solid #005bab;*/
	color:#005bab;
	font-size:10px;
	text-align:center;
	padding:2px 8px;
	line-height:16px;
	height:15px;
	text-decoration:none;
	cursor:pointer;
}
a.whiteButtonLink:hover {
	background:#005bab;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}
.whiteButtonDiv {
	border:1px solid #005bab;
	height:16px;
}
/* Buttons (end) */