﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%; /*vertical-align: baseline;*/
	background: transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
.clear { clear:both; }

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
body
{
	font: 10px Verdana, Geneva, sans-serif;
	background: #543711 url(/Content/Images/bg_body.jpg) top left repeat-x;
	text-align: center;
	color: #FAD7AF;
}
a
{
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color:#DE985A;
}
h1
{
	margin-top: 5px;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -4px;
	text-transform: lowercase;
	color: #713f1b;
}
h2
{
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;
	color: #713f1b;
}
h3
{
	padding: 0 0 0 10px;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 30px;
	text-transform: uppercase;
}
h4
{
	margin: 10px 0;
	font-size: 12px;
	font-weight: bold;
}
p
{
	margin: 10px 0;
	line-height: 17px;
}
hr
{
	height: 1px;
	border: none;
	background: url(/Content/Images/bg_dotted-line.gif) left center repeat-x;
	padding: 10px 0;
}
.hr
{
	position: relative;
	width: 100%;
	height: 1px;
	background: url(/Content/Images/bg_dotted-line2.gif) center center repeat-x;
	margin: 10px 0;
}
div#floatContainter
{
	width: 100%;
	overflow: auto;
}
#frame
{
	margin: 0 auto; /*overflow: hidden;  commented out for new seo pages */
	position: relative;
	text-align: left;
	width: 972px;
}
#frame.branded
{
	width: 988px;
}
#header
{
	height: 150px;
	background: url(/Content/Images/bg_header.jpg) top center no-repeat;
	margin-left: -155px;
}
#header.branded
{
	background: url(/Content/Images/bg_header2.jpg) top center no-repeat;
}
#header #logo
{
	float: left;
	height: 91px;
	margin: 10px 0 0 175px;
	width: 285px;
}
#header.branded #logo
{
	float: right;
	height: 91px;
	margin: 20px 198px 0 0px;
	width: 285px;
}
#header #logo a
{
	display: block;
	height: 91px;
	width: 300px;
	background: url(/Content/Images/logo.jpg) center center no-repeat;
}
#header.branded #logo a
{
	background: none;
}
#header #logo a span
{
	visibility: hidden;
	display: none;
}
#footer
{
	background: url(/Content/Images/bg_footer.png) center center repeat-x;
	height: 307px;
	width: 960px;
	margin-left: 5px;
	margin-top: 14px;
}
#footerContentWrapper
{
	padding-top: 18px;
	text-align: center;
}
#footer.branded
{
	margin-left: 15px;
}
.rounded
{
}
#footer #signUp
{
	height: 46px;
	width: 942px;
	margin-left: 9px;
	margin-right: 9px;
	border-top: solid 1px #906E3E;
	border-bottom: solid 1px #906E3E;
	padding-top: 6px;
	text-align: center;
}
#footer #signUp div
{
	color: #563610;
	font-size: 13pt;
	text-align: center;
}
#footer #signUpInfo
{
	background: url(/content/Images/bgFooterSignUpNow.png);
	background-repeat: no-repeat;
	height: 32px;
	padding: 4px;
	width: 935px;
}

#footer .infoSection
{
	text-align: left;
	float: left;
	border-right: solid 1px #906E3E;
	margin-left: 22px;
	margin-top: 16px;
	padding-right: 22px;
	color: #FFFEFF;
	height: 199px;
}
#footer h4
{
	margin-top: 0px;
	color: #E9BD7E;
}
#footer h5, #footer p, #footer a
{
	color: #FFFEFF;
}
#footer a.hover,
#footer a:hover {
	text-decoration:none;	
}
#footer #legal p
{
	margin: 1px 0;
}
#footer #legal
{
	text-align: right;
	margin-right: 16px;
}
#footer #legal img
{
	margin-top: 18px;
}
#footer #newsLetterThanksTable
{
	color: White;
}
.formLabel
{
	text-transform: uppercase;
	color: #FFF7E6;
}
.important
{
	font-weight: bold;
}
.error
{
	color: Red;
}

/*Begin Modal styling*/
#simplemodal-container a.modalCloseImg
{
	background: url(/Content/Images/modal_close.png) no-repeat;
	height: 31px;
	width: 31px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
div.modal
{
	width: 560px;
	display: none;
	text-align: left;
	padding-left: 40px;
	color: #3a3a3a;
	background: white;
}
div#emailModal
{
	min-height: 0px;
	width: 225px;
	padding-right: 20px;
} 

div#emailModalVMS
{
	min-height: 0px;
	width: 260px;
	padding-right: 20px;
}

div#embedVideoModal
{
	min-height: 0px;
	width: 660px;
	padding-right: 20px;
}

div#generateVideoModal
{
	min-height: 0px;
	width: 460px;
	padding-right: 20px;
}
div#generateProfileModal
{
	min-height: 250px;
	width: 470px;
	padding-right: 20px;
}

.btnCopyText
{
	background: url("/Content/Images/buttons/btnCopyText.png");
	background-repeat: no-repeat;
	color: White;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 3px;
	padding-top: 3px;
	width: 119px;
	text-decoration:none;
	cursor: pointer;
} 

.btnCopyText:hover
{
	background: url("/Content/Images/buttons/btnCopyText_hover.png");
	background-repeat: no-repeat;
	color: White;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 3px;
	padding-top: 3px;
	width: 119px;
	text-decoration:none;
	cursor: pointer;
}

.btnPlayVideoOnly
{
	background: url("/Content/Images/buttons/btnCopyText.png");
	background-repeat: no-repeat;
	color: White;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 3px;
	width: 119px;
	text-decoration:none;
	cursor: pointer;
} 

.btnPlayVideoOnly:hover
{
	background: url("/Content/Images/buttons/btnCopyText_hover.png");
	background-repeat: no-repeat;
	color: White;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 3px;
	width: 119px;
	text-decoration:none;
	cursor: pointer;
}
hr.emailModal
{
	background: url(/Content/Images/bg_modalBreak.png) no-repeat;
	border: none;
	height: 1px;
	padding: 5px 5px 5px 0px;
}
input.emailModal
{
	margin: 5px 5px 5px 0px;
}
div#simplemodal-overlay
{
	background: black;
}
img.modal_arrow
{
	position: absolute;
}
div#renameFolioModal
{
	min-height: 0px;
}
input.renameFolioModal
{
	margin: 5px 5px 5px 0px;
}
.watermarkOn
{
	color: #999999;
	font-style: italic;
}
.profileImage
{
	width: 160px;
	height: 120px;
	border: solid 1px white;
}

.profileVideoConversion
{
	background: url("/Content/Images/VideoConversionProcess.png");
    background-repeat:no-repeat;
	width: 160px;
	height: 120px;

}
.staffingImage
{
	margin-top: 5px;
	max-width: 82px;
	max-height: 40px;
}
div#videoModal
{
	width: 640px;
	height: 480px;
	background: transparent;
	display: none;
	padding: 0px;
}
.modalOptions
{
	background-color: #F3DFC4;
	padding: 10px 20px 10px 10px;
}

.modalItem
{
	padding: 4px;
}
.modalItem Input
{
	margin-right: 12px;
}
.modalItemName
{
	font-weight: bold;
}
.modalSubmit
{
	margin-top: 12px;
	margin-right: 12px;
}
a.modalClose
{
	margin-bottom: 10px;
	padding-bottom: 18px;
	vertical-align: middle;
	color: #950505;
	text-decoration: underline;
	cursor: pointer;
}
.modal h2
{
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 15px;
	margin-bottom: 3px;
	margin-right: 20px;
}
.innerModal
{
	background: white;
	margin-bottom: 11px;
	padding: 10px;
}
.modalError
{
	color: Red;
}
.modalMessageHolder
{
	height: 20px;
	text-align: left;
	padding-bottom: 5px;
}
.modalMessageHolder .message
{
	display: none;
}

.pointer
{
	cursor: pointer;
}

.pointerModal
{
	cursor: pointer;
	line-height:15px;
	color:#7f0708;
}

.pointerModal:hover
{
	cursor: pointer;
	line-height:15px;
    color :#7f0708;
	font-weight:bolder;
}
#currentUser
{
	float: right;
	width: Auto;
	color: #595959;
	padding-top: 15px;
}
#currentUser a
{
	text-decoration: none;
	color: #7B0809;
}
#currentUser Table
{
	float: right;
}
#currentUser li
{
	float: left;
	padding-right: 10px;
}

#currentUser a.btnAbout
{
	display: block;
	background-image: url(/content/images/btnAbout.png);
	background-repeat: no-repeat;
	width: 57px;
	height: 19px;
	color: #7B0809;
	font-weight: bold;
	font-size: 9px;
}
#currentUser a.btnAbout:hover
{
	background-image: url(/content/images/btnAboutRollover.png);
	color: white;
}
#currentUser a.btnAbout span
{
	display: block;
	padding-left: 18px;
	padding-top: 3px;
}
#currentUser a.btnBlog
{
	display: block;
	background-image: url(/content/images/btnBlog.png);
	background-repeat: no-repeat;
	width: 52px;
	height: 19px;
	color: #7B0809;
	font-weight: bold;
	font-size: 9px;
}
#currentUser a.btnBlog:hover
{
	background-image: url(/content/images/btnBlogRollover.png);
	color: white;
}
#currentUser a.btnBlog span
{
	display: block;
	padding-left: 19px;
	padding-top: 3px;
}
#currentUser a.btnContactUs
{
	display: block;
	background-image: url(/content/images/btnContactUs.png);
	background-repeat: no-repeat;
	width: 81px;
	height: 19px;
	color: #7B0809;
	font-weight: bold;
	font-size: 9px;
}
#currentUser a.btnContactUs:hover
{
	background-image: url(/content/images/btnContactUsRollover.png);
	color: white;
}
#currentUser a.btnContactUs span
{
	display: block;
	padding-left: 17px;
	padding-top: 3px;
}

#currentUser a.btnSignIn
{
	display: block;
	background-image: url(/content/images/btnSignUp.png);
	background-repeat: no-repeat;
	width: 114px;
	height: 19px;
	color: White;
	background-position:0 0;
}
#currentUser a.btnSignIn:hover {
	background-position:0 -31px;
}
#currentUser a.btnSignIn span
{
	display: block;
	padding-left: 19px;
	padding-top: 2px;
}

.userActions a
{
	color: #92312B;
}
.actionFormHeader
{
	text-transform: uppercase;
}
div#whiteBGTop
{
	background-image: url(/Content/Images/bg_recent_cand_top.png);
	width: 974px;
	height: 15px;
	margin-top: 20px;
}
div#whiteBGMiddle
{
	background-image: url(/Content/Images/bg_recent_cand_middle.png);
	width: 974px;
	background-repeat: repeat-y;
	color: Black;
}
div#whiteBGBottom
{
	background-image: url(/Content/Images/bg_recent_cand_bottom.png);
	width: 974px;
	height: 16px;
	background-repeat: no-repeat;
}
div#whiteBGTopSearch
{
	background-image: url(/Content/Images/bg_recent_cand_top.png);
	width: 974px;
	height: 15px;
	margin-top: 5px;
}
div#whiteBGTopNews
{
	background-image: url(/Content/Images/bg_recent_cand_top.png);
	width: 974px;
	height: 15px;
	margin-top: 5px;
}
div#whiteBGMiddleNews
{
	background-image: url(/Content/Images/bg_recent_cand_middle.png);
	width: 974px;
	background-repeat: repeat-y;
	color: Black;
}
div#whiteBGBottomNews
{
	background-image: url(/Content/Images/bg_recent_cand_bottom.png);
	width: 974px;
	height: 16px;
	background-repeat: no-repeat;
}
div.listContainer
{
	margin: 10px 8px 0px 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #F0DEC2;
}
div.error
{
	margin-top: 5px;
	background: #F5C9C8;
	border: solid 1px #E87F79;
	color: #A03E35;
	padding: 3px;
	display: block;
}
label.error
{
	margin-top: 5px;
	background: #F5C9C8;
	border: solid 1px #E87F79;
	color: #A03E35;
	padding: 3px;
	display: block;
}
input.error
{
	color: Black;
	border: solid 1px #E87F79;
}

select.error
{
	color: Black;
	border: solid 1px #E87F79;
}

.sectionHeader
{
	background: url(/Content/Images/bgSectionHeader.png) top right no-repeat;
	text-transform: uppercase;
	color: Black;
	height: 30px;
	margin-right: -18px;
	padding-top: 3px;
} 

.sectionHeaderContent
{
	background: none repeat scroll 0 0 White;
	height: 18px;
	padding-left: 12px;
	padding-top: 6px;
	font-weight: bold;
}

.content
{
	min-height: 400px;
	width: 906px;
	background-color: #F3DFC4;
	margin-left: 16px;
	padding: 18px;
} 

div#breadcrumbs
{
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 10px 30px;
	border-bottom: 1px solid #D0D0D0;
}
div#breadcrumbs a
{
	color: #7f0708;
}
.floatContainer
{
	width: 100%;
	overflow: auto;
}
/*If we want form field styling...
input[type=text]
{
    background: url(/Content/Images/bgInput.png);
    background-repeat: repeat-x;
    border: 1px solid #AAAAAA;
    padding: 2px;
}
select
{
    background: url(/Content/Images/bgSelect.png);
    background-repeat: repeat-x;
    border: 1px solid #AAAAAA;
    padding: 2px;
    background-position: 0px -1px;
}
option
{
    background: white;
}*/
#loginForm a
{
	color: #92312B;
}

.footer-follow-text
{
	font-size: 12px;
	font-weight: bold;
	margin-right: 7px;
	position: relative;
	top: -5px;
}

.emailSubmitButton
{
	background: url("/Content/Images/btnEmailProfile.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 29px;
	padding-top: 3px;
	width: 90px;
	text-decoration:none;
}
.emailSubmitButton:hover
{
	background: url("/Content/Images/btnEmailProfile_hover.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 29px;
	padding-top: 3px;
	width: 90px;
	text-decoration:none;
}

.emailVMSSubmitButton
{
	background: url("/Content/Images/btnEmailVMS.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 29px;
	padding-top: 3px;
	width: 29px;
	text-decoration:none;
}
.emailVMSSubmitButton:hover
{
	background: url("/Content/Images/btnEmailVMS_hover.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 29px;
	padding-top: 3px;
	width: 29px;
	text-decoration:none;
}

.removeProfileButton
{
	background: url("/Content/Images/btnRemoveProfile.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 90px;
	text-decoration:none;
}
.removeProfileButton:hover
{
	background: url("/Content/Images/btnRemoveProfile_hover.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 90px;
	text-decoration:none;
}

.removeSelectedButton
{
	background: url("/Content/Images/btnRemoveSelectedProfiles.gif") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 90px;
	text-decoration:none;
}
.removeSelectedButton:hover
{
	background: url("/Content/Images/btnRemoveSelectedProfiles_hover.gif") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 90px;
	text-decoration:none;
}

.emailSelectedButton
{
	background: url("/Content/Images/btnEmailSelected.gif") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 133px;
	text-decoration:none;
}
.emailSelectedButton:hover
{
	background: url("/Content/Images/btnEmailSelected_hover.gif") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 133px;
	text-decoration:none;
}

.saveSelectedButton
{
	background: url("/Content/Images/btnSaveSelected.gif") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 133px;
	text-decoration:none;
}
.saveSelectedButton:hover
{
	background: url("/Content/Images/btnSaveSelected_hover.gif") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 133px;
	text-decoration:none;
}

.backToFoliosButton
{
	background: url("/Content/Images/btnBackToFolios.gif") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 122px;
	text-decoration:none;
}
.backToFoliosButton:hover
{
	background: url("/Content/Images/btnBackToFolios_hover.gif") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 122px;
	text-decoration:none;
}

.removeSelectedProfilesButton
{
	background: url("/Content/Images/btnRemoveSelectedProfiles.gif") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 201px;
	text-decoration:none;
}
.removeSelectedProfilesButton:hover
{
	background: url("/Content/Images/btnRemoveSelectedProfiles_hover.gif") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 201px;
	text-decoration:none;
}

.btnVideoOnly
{
	background: url("/Content/Images/btnVideoOnly.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 29px;
	padding-top: 3px;
	width: 150px;
	text-decoration:none;
}
.btnVideoOnly:hover
{
	background: url("/Content/Images/btnVideoOnly_hover.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 29px;
	padding-top: 3px;
	width: 150px;
	text-decoration:none;
}


.sendEmailSubmitButton
{
	background: url("/Content/Images/btnSendEmail.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 29px;
	padding-top: 3px;
	width: 90px;
	text-decoration:none;
}
.sendEmailSubmitButton:hover
{
	background: url("/Content/Images/btnSendEmail_hover.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 29px;
	padding-top: 3px;
	width: 90px;
	text-decoration:none;
}


/*buttons*/
.btnAddSchool
{
	display: block;
	background-image: url(images/buttons/btnAddSchool.png);
	background-repeat: no-repeat;
	width: 109px;
	height: 22px; 
}
.btnAddSchool:hover
{
    background-position: -109px 0; 
}
 
.btnAddNewSkill
{
	display: block;
	background-image: url(images/buttons/btnAddNewSkill.png);
	background-repeat: no-repeat;
	width: 118px;
	height: 22px; 
}
.btnAddNewSkill:hover
{
    background-position: -118px 0; 
}

.btnSave
{
	display: block;
	background-image: url(images/buttons/btnSave.png);
	background-repeat: no-repeat;
	width: 75px;
	height: 22px; 
}
.btnSave:hover
{
    background-position: -75px 0; 
    cursor: pointer;
}

.btnCancel
{
	display: block;
	background-image: url(images/buttons/btnCancel.png);
	background-repeat: no-repeat;
    background-position: -92px 0; 
	width: 92px;
	height: 22px; 
}
.btnCancel:hover
{
    background-position: 0 0; 
    cursor: pointer;
}

.btnPrintProfile
{
	display: block;
	background-image: url(images/buttons/btnPrintProfile.png);
	background-repeat: no-repeat;
	width: 119px;
	height: 22px; 
}
.btnPrintProfile:hover
{
    background-position: -119px 0; 
    cursor: pointer;
}

.btnPlayVideo
{
	display: block;
	background-image: url(images/buttons/btnPlayVideo.png);
	background-repeat: no-repeat;
	width: 85px;
	height: 18px; 
}
.btnPlayVideo:hover
{
    background-position: -85px 0; 
    cursor: pointer;
}

.btnPlayVideoVMS
{
	display: block;
	background-image: url(images/buttons/btnPlayVideoVMS.png);
	background-repeat: no-repeat;
	width: 101px;
	height: 26px; 
}
.btnPlayVideoVMS:hover
{
    background-position: -101px 0; 
    cursor: pointer;
}

.btnEmbedVideo
{
	display: block;
	background-image: url(images/buttons/btnEmbedVideo.png);
	background-repeat: no-repeat;
	width: 57px;
	height: 18px; 
}
.btnEmbedVideo:hover
{
    background-position: -57px 0; 
    cursor: pointer;
}

.btnGenerateVideo
{
	display:block;
	background-image: url(images/buttons/btnGenerateVideo.png);
	background-repeat: no-repeat;
	width: 83px;
	height: 18px;
	font-family:Sans-Serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;    
	padding-left:0px;
	text-align:center;
	color:White;
 
}
.btnGenerateVideo:hover
{
    background-position: -83px 0; 
    cursor: pointer;
}

.btnPlayVideoFolioView
{
	background: url("/Content/Images/btnPlayVideoFolioView.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 90px;
	text-decoration:none;
}
.btnPlayVideoFolioView:hover
{
	background: url("/Content/Images/btnPlayVideoFolioView_hover.png") repeat scroll 0 0 transparent;
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 29px;
	padding-top: 3px;
	width: 90px;
	text-decoration:none;
}

a.btnCandidateTag
{
	background: url("/Content/Images/buttons/btnCandidateTag.png");
	color: White;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 29px;
	padding-top: 3px;
	width: 90px;
	text-decoration:none;
	cursor: pointer;
}

.button { border: 0; margin: 0; padding: 0; }
  
div.videoModal 
{
}
div#videoModal500x280 
{
    width: 500px; height: 280px; 
    display:none;
    padding: 46px 15px 15px 15px;  
    background: url(images/modal/bck_video_modal_500x280.png) 0px 31px no-repeat;
}

div#flowplayer500x280 
{
    display: block; width: 500px; height: 280px; border: 1px solid #666; background:#000;
} 
div#videoModal640x480 
{
    display:none;
    width: 640px; height: 480px; 
    padding: 46px 15px 15px 15px; 
    background: url(images/modal/bck_video_modal_640x480.png) 0px 31px no-repeat;
}
div#videoInline640x480 
{ 
    width: 640px; height: 480px; 
    padding: 15px 15px 15px 15px; 
    background: url(images/modal/bck_video_modal_640x480.png) 0px 0px no-repeat;
}


#flowplayer640x480 , #flowplayerInline640x480
{
    display: block; width: 640px; height: 480px; border: 1px solid #666; background:#000;
} 

div#flowplayerProfile 
{
    display: block; width: 384px; height: 288px;
}
div#noFlashModal a, div#flowplayer640x480 a, div#flowplayer500x280 a, #flowplayerProfile a, #videoInline640x480 a { color: #fff; }

.flowPlayerSmall {font-size: 8pt; font-weight: normal; background: #000; color: #fff; }
.flowPlayerSmall h1, .flowPlayerSmall h2 { font-size: 8pt; }

div#noFlashModal
{
    width: 500px; height: 280px; 
    display:none;
    padding: 46px 15px 15px 15px;  
    background: url(images/modal/bck_video_modal_500x280.png) 0px 31px no-repeat;
}
#noFlashBig, #noFlashSmall { display:none; }

div#flashWarning { position: fixed; top: 0; left: 0; width: 100%; height: 40px; background: #670708; padding: 20px; color: #fff; font-weight:bold; font-size: 10pt; display:none; }
div#flashWarning a { color: #ffffff; }

.btnViewProfileSmall
{
	display:block;
	background-image: url(images/buttons/btnViewProfileSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
	
 
}
.btnViewProfileSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}

.btnEmailProfileSmall
{
	display:block;
	background-image: url(images/buttons/btnEmailProfileSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnEmailProfileSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}


.btnProfileLinkSmall
{
	display:block;
	background-image: url(images/buttons/btnProfileLinkSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnProfileLinkSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}
.btnEmailCandidateSmall
{
	display:block;
	background-image: url(images/buttons/btnEmailCandidateSmall.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 12px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-top:3px;
	text-align:center;
	color:White;
 
}
.btnEmailCandidateSmall:hover
{
    background-position: -16px 0; 
    cursor: pointer;
}


.btnSaveToFolioSmall
{
	display:block;
	background-image: url(images/buttons/btnSaveToFolioSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnSaveToFolioSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}

.btnVideoOnlySmall
{
	display:block;
	background-image: url(images/buttons/btnVideoOnlySmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnVideoOnlySmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}

.btnPlayVideoSmall
{
	display:block;
	background-image: url(images/buttons/btnPlayVideoSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnPlayVideoSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}

.btnEmbedVideoSmall
{
	display:block;
	background-image: url(images/buttons/btnEmbedVideoSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnEmbedVideoSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}

.btnEditInfo
{
	display:block;
	background-image: url(Images/buttons/btnEditInfo.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 17px;
	font-family:Sans-Serif;
	font-weight:bold;
	font-size:8px;
	text-decoration:none;    
	padding-top:3px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnEditInfo:hover
{
    background-position: -55px 0; 
    cursor: pointer;
    color:White;
}

.btnSortByLink
{
	display:block;
	background-image: url(Images/buttons/btnSortByLink.png);
	background-repeat: no-repeat;
	width: 122px;
	height: 17px;
	font-family:Sans-Serif;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;    
	padding-top:3px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnSortByLink:hover
{
    background-position: -122px 0; 
    cursor: pointer;
    color:White;
}

.btnAddInfo
{
	display:block;
	background-image: url(Images/buttons/btnAddInfo.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 17px;
	font-family:Sans-Serif;
	font-weight:bold;
	font-size:8px;
	text-decoration:none;    
	padding-top:3px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnAddInfo:hover
{
    background-position: -38px 0; 
    cursor: pointer;
    color:White;
}

.btnImportLinkedIn
{
	display:block;
	background-image: url(Images/buttons/btnImportLinkedIn.png);
	background-repeat: no-repeat;
	width: 181px;
	height: 22px;
	font-family:Sans-Serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding-top:3px;
	margin-left:0px;
	text-align:center;
	color:White;
 
}
.btnImportLinkedIn:hover
{
    background-position: -181px 0; 
    cursor: pointer;
    color:White;
}
.btnRemoveProfileSmall
{
	display:block;
	background-image: url(images/buttons/btnRemoveProfileSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnRemoveProfileSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}

.btnPrintProfileSmall
{
	display:block;
	background-image: url(images/buttons/btnPrintProfileSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnPrintProfileSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}

.btnEmailVMSSmall
{
	display:block;
	background-image: url(images/buttons/btnEmailVMSSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnEmailVMSSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}

.btnCandidateTagSmall
{
	display:block;
	background-image: url(images/buttons/btnCandidateTagSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnCandidateTagSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}

.btnPlaySmall
{
	display:block;
	background-image: url(images/buttons/btnPlaySmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
 
}
.btnPlaySmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}

.btnFeatureVideoSmall
{
	display:block;
	background-image: url(images/buttons/btnFeatureVideoSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnFeatureVideoSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}

.btnUnFeatureVideoSmall
{
	display:block;
	background-image: url(images/buttons/btnUnFeatureVideoSmall.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 25px;
	font-family:Sans-Serif;
	font-size:8px;
	font-weight:bold;
	padding-top:1px;
	padding-left:0px;
	margin-right:5px;
	text-align:center;
	color:White;
 
}
.btnUnFeatureVideoSmall:hover
{
    background-position: -33px 0; 
    cursor: pointer;
}
