
body {
	font-family:arial, tahoma, verdana;
	font-size:11px;
	color:#333333;
	margin:0px;
	/*text-align:center;*/
	/*background-color:#EEEEEE;*/
	background:url("images/new_photos/bg.png") repeat-x;
	text-align:center;
	overflow-y:scroll;
	
	
}

form {
margin:0;
padding:0;
}

td {
	font-size:11px;
}

a {
	text-decoration:none;
	color:#333333;
}

h1 {
	
	color:#4F91CD;
	font-size:19px;
}

h3 {
	font-size:15px;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.link {
	cursor:pointer;
}

a:hover {
	text-decoration:underline;
}

.orange {
	background-color:#EB6E1F;
}
.green {
	background-color:#AFBD21;
}
.blue {
	background-color:#5161AC;
}
.silver {
	background-color:#999999;
}
.black {
	background-color:black;
}
.white {
	background-color:white;
}


/*popups */

.smallPopup {
	padding:10px;
	background-color:white;
	border:1px silver solid;
}

.hidden {
	display:none;
	position:absolute;
}



.silver:hover {
	background-color:#7A9CCC;
}

.orangeText {
	color:#EB6E1F;
}
.greenText {
	color:#AFBD21;
}
.blueText {
	color:#5161AC;
}
.whiteText {
	color:white;
}
.skyblueText {
	color:#4F91CD;
}
.redText {
	color:red;
}

.blackText {
	color:black;
}






.smallBlock {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

.subLink {
	padding-left:15px;
}

.button {
	
	border-radius:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border:0px silver solid;
	color:white;
	font-weight:bold;
	cursor:pointer;
	
}

.buttonBlackText {
	
	border-radius:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border:0px silver solid;
	color:black;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	padding:3px 10px 3px 10px;
	
}

.textInput {
	
	
	border-radius:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border:1px silver solid;

}

.statusMessage {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#F8F0F1;
	font-weight:bold;
	border:1px #DDDDDD solid;
}



#container {
	width:950px;
	margin-left: auto; 
	margin-right: auto;
	background-color:#F8F8F8;
	border-left:20px white solid;
	border-right:20px white solid;
	
	
}

#topLine {
	
	width:770px;
	border:1px red solid;
	background:url("images/new_photos/grad_green.png") repeat-x;
	
	
}

#topPhoto {
	background-image:url("images/new_photos/header.jpg");
	/*background-color:#7796BE;*/
	width:950px;
	height:52px;
	
	/*border:1px red solid;*/
}

#topPhoto .logo {
	position:relative;
	margin-right:605px;
	margin-top:-75px;
	border:0px;
	
}

#topPhoto .top {
	
	text-align:right;
	padding-right:10px;
	margin-top:-70px;
	position:relative;
	z-index:100;
	
}

#topPhoto .top img {
	border:0px;
	cursor:pointer;
	
	
}

#logIn {
	
	width:950px;
	height:74px;
	background-image:url("images/new_photos/header.jpg");
	text-align:right;
	font-size:10px;
	
	
	
}

#logIn #logInContent {
	margin-right:20px;
	padding-top:5px;
	padding-bottom:18px;
}


#logIn input {
	
	width:120px;
	height:20px;
	border-radius:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left:3px;
	border:1px black solid;
	font-size:11px;
	
	
	
}
#logIn .loginButton {
	
	width:60px;
	height:20px;
	border-radius:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border:0px silver solid;
	font-size:11px;
	color:white;
	font-weight:bold;
	background-color:#EB6E1D;
	cursor:pointer;
	
}

#logIn .logoutLink {
	color:black;
	font-weight:bold;
}

#logIn .cpanelLink {
	cursor:pointer;
	background-color:white;
	width:178px;
	text-align:right;
	color:#4F91CD;
	padding:3px 15px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}




#logIn .welcomeMessage {
	color:white;
	font-weight:bold;
}

#logIn .errorMessage {
	color:red;
	font-weight:bold;
	margin-top:3px;
}


#topMenu {
	
	width:950px;
	background-color:black;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	
}

#topMenu a {
	
	color:white;
	padding-left:5px;
	padding-right:5px;
}
#topMenu a:hover {
	
	text-decoration:underline;
	color:orange;
}

.leftMenuBlock {
	padding-left:20px;
	padding-bottom:40px;
	/*border:1px silver solid;*/
	
}

.leftMenuBlock h2 {
	font-size:11px;

}

.leftMenuBlock a {
	
}

.leftMenuBlock a:hover {
	
}


.leftMenuBlock hr {
	
	margin-left:0px;
	
}

.rightMenuBlock {
	padding-left:20px;
	padding-bottom:40px;
	
	
}

.rightMenuBlock a {
	display:block;
		
}

.rightMenuBlock h2 {
	font-size:11px;

}

/* Message List */

.messagesList {
	background-color:white;
	border:1px silver solid;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family:verdana;
	

	
	
}

.messagesList .deleteText {
	color:#989898;
	font-weight:bold;
	cursor:pointer;
	
}

.messagesList td {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	padding-top:3px;
	font-size:10px;
	
}

.messagesList .unreadSymbol {
	text-align:center;
   
	
}

.messagesList .readSymbol {
	text-align:center;
   
	
}

.messagesList  a {
	
	
}

.messagesList .date {
	text-align:right;
}

.messagesList {
	background-color:white;
	border:1px silver solid;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family:verdana;
	

	
	
}

.messagesList .deleteText {
	color:#989898;
	font-weight:bold;
	cursor:pointer;
	
}

.messagesList td {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	padding-top:3px;
	font-size:10px;
	
}

.messagesList .unreadSymbol {
	text-align:center;
   
	
}

.messagesList .readSymbol {
	text-align:center;
   
	
}

.messagesList  a {
	
	
}

.messagesList .date {
	text-align:right;
}


.messagesList2 {
	background-color:#E9F0F8;
	border:1px silver solid;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family:verdana;
	

	
	
}

.messagesList2 .deleteText {
	color:#989898;
	font-weight:bold;
	cursor:pointer;
	
}

.messagesList2 td {
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	font-size:10px;
	
}

.messagesList2 .unreadSymbol {
	text-align:center;
   
	
}

.messagesList2 .readSymbol {
	text-align:center;
   
	
}


.messagesList2 .date {
	text-align:right;
}





.userNameBox {
	width:100%;
	border:1px silver solid;
	background-color:white;
	padding-top:15px;
	padding-bottom:10px;
	text-indent:15px;
	font-size:18px;
	color:#666666;
	margin-bottom:30px;
}

.messagesCount {
	display:block;
	background:url("images/new_photos/messages.png") no-repeat;
	font-size:12px;
	padding-top:2px;
	padding-bottom:10px;
	color:white;
	margin-left:70px;
	margin-top:-20px;
	
	
}



/*.messagesList .deleteSymbol {
	float:right;
	background-color:#5161AC;
	color:white;
	text-align:center;
	font-weight:bold;
	padding:2px;
	border-radius:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
   
	DELETE
}*/


.topBorder {
	border-bottom:0px;
}
.bottomBorder {
	border-top:0px;
	
}
.noBorder {
	border:0px;
}

/* Scheduled Interviews */

.scheduledInterviews {
	width:100%;
	border:1px silver solid;
	background-color:white;
	font-family:verdana;
	margin-left:auto;
	margin-right:auto;
}

.scheduledInterviews td {
	padding:5px;
	font-size:10px;
}

.scheduledInterviews .oddRow {
	background-color:#F2F2F2;
}

.scheduledInterviews .moreText {
	cursor:pointer;
}

.scheduledInterviews .moreText a {
	color:#989898;
	font-weight:bold;
	
}

.scheduledInterviews2 {
	width:100%;
	border:1px silver solid;
	background-color:#E9F0F8;
	font-family:verdana;
	margin-left:auto;
	margin-right:auto;
}

.scheduledInterviews2 td {
	padding:5px;
	font-size:10px;
}

.scheduledInterviews2 .oddRow {
	background-color:white;
}

.scheduledInterviews2 .moreText {
	cursor:pointer;
}

.scheduledInterviews2 .moreText a {
	color:#989898;
	font-weight:bold;
	
}


	

/*
.headingbox{font-family:tahoma,Arial;font-size:11px;color:#FFFFFF;font-weight:bold;}
.headingcat{font-family:tahoma,Arial;font-size:11px;color:#1C82BF;font-weight:bold;}

select{font-family:tahoma;font-size:11px;color:#333333;height:17px;}
input.textbox{font-family:tahoma;font-size:11px;color:#333333;}


A:LINK,A:VISITED{color:#396516;text-decoration:none;}
A:HOVER{color:#F2A900;}

A.w:LINK,A.w:VISITED{color:#FFFFFF;text-decoration:none;}
A.w:HOVER{color:#F2A900;}

a.none:link,a.none:visited,a.none:hover,a.none:active {color:#FFFFFF;}

A.b:LINK,A.b:VISITED{color:#333333;text-decoration:none;}
A.b:HOVER{color:#1C82BF;}
#btn	{
	background-image:url('images/loginbutton.gif');
	background-position:center;
	background-repeat:no-repeat;
	margin:0px;
	border:0px;
	width:79px;
	padding-bottom:3px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	height:20px;
}

*/
.blogtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;color:black;
}
.blogfont{
	font-size:16px;font-family:Arial, Helvetica, sans-serif;color:maroon;	
}
#btn1	{
	background-image:url('images/add1.jpg');
	background-position:center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	border:0px;
	width:50px;
	padding-bottom:3px;
	font-weight:bolder;
	font-size:12px;
	color:#000000;
	height:27px;
}

#jobSeekerRegForm label {
	color:#EB6E1F;
	/* background-color:yellow; */
	margin-left:3px;
}


#recruiterRegForm label {
	color:#EB6E1F;
	/* background-color:yellow; */
	margin-left:3px;
}



#recruiterEditInfoForm label {
	color:green;
	/* background-color:yellow; */
	margin-left:3px;
}

#editResumForm label {
	color:green;
	/* background-color:yellow; */
	margin-left:3px;
}

#footerLinks {
	background-color:white;
	padding-top:10px;
	padding-bottom:20px;
	width:950px;
	color:#666666;
	font-size:10px;
	
}

#footerLinks a {
	color:#666666;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	
	
}
#footerLinks a:hover {
	text-decoration:underline;
	
	
}

#footerBlock {
	
	width:950px;
	padding-top:20px;
	margin-bottom:-3px;
	
}

#footerBlock .directionPhoto {
	
	position:absolute;
	margin-top:8px;
	margin-left:-20px;
	cursor:pointer;	
}


.bottomShadow {
	background:url("images/new_photos/bottom_shadow.jpg") no-repeat bottom #CCCCCC;
}

.bottomShadow2 {
	background:url("images/new_photos/bottom_shadow2.png") no-repeat bottom #F8F8F8;
}

#footerBlock img {
	
	margin-left:10px;
	
}

#footerBlock .footerBlockButtonWindow {
	
	position:absolute;
	z-index:10;
	background-color:#3A3A3A; 
	display:inline; 
	height:250px; 
	width:650px; 
	margin-top:-228px;
	margin-left:-265px;
	visibility:hidden;
	
}

#footerBlock .footerBlockButtonWindow input {
	margin-bottom:8px;
	
}

#footerBlock .footerBlockButtonWindow span {
	color:white;
	font-size:10px;
	
}

#footerBlock .footerBlockButtonWindow label {
	color:white;
	
	
		
}

#footerBlock .footerBlockButtonWindow .forgotPassword {
	color:white;
	font-size:10px;
	
}

#footerBlock .footerBlockButtonWindow .leftSide {
	

	float:left;
	text-align:left;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	border-right:1px dashed silver;
	height:75%;
	
		
}

#footerBlock .footerBlockButtonWindow .rightSide {
	float:left; 
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	text-align:left;
	
		
}

#footerBlock .footerBlockButtonWindow h3 {
	
	color:white;
	font-size:16px;
	margin-top:10px;
	
	
		
}

#footerBlock .footerBlockButtonOrange {

	position:absolute;
	cursor:pointer;
	left:135px;
	top:-21px;
}

#footerBlock .footerBlockButtonOrangeArrow {

	position:absolute;
	cursor:pointer;
	left:230px;
	top:-14px;
}

#footerBlock .footerBlockButtonGreen {
	position:absolute;
	cursor:pointer;
	left:265px;
	top:-21px;
	
}

#footerBlock .footerBlockButtonGreenArrow {
	position:absolute;
	cursor:pointer;
	left:360px;
	top:-14px;
	
}

#footerBlock .footerBlockButtonBlue {

	position:absolute;
	cursor:pointer;
	left:395px;
	top:-21px;
	
}

#footerBlock .footerBlockButtonBlueArrow {

	position:absolute;
	cursor:pointer;
	left:490px;
	top:-14px;
	
}


#footerBlock .footerBlockButtonWindow .topLine  {
	
	padding-top:3px;
	padding-bottom:3px;
	color:white;
	font-weight:bold;
	text-align:right;
	padding-right:3px;
		
}

#footerBlock .footerBlockButtonWindow .topLine a  {
	
	
	color:white;
	font-weight:normal;
	text-align:right;
	cursor:hand;
	
		
}

#footerBlock .footerBlockButtonWindow .topLine a:hover  {
	text-decoration:underline;	
}



#footerBlock .footerBlockButton {
	padding:5px 30px 5px 30px;
	display:inline;
	/*background-color:#D9531D;*/
	margin-left:10px;
	font-size:14px;
	font-weight:bold;
	color:white;
	border-radius:5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px; /* Firefox */
    -webkit-border-radius: 5px 5px 0px 0px; /* Safari, Chrome */
	cursor:pointer;
}

#footerBlock .closeImage {

	margin-bottom:-2px;
	cursor:pointer;
	
}


.newTextInput {
	
   	color:silver;
	/*text-indent:20px;*/
   	padding-left:20px;
	text-transform:uppercase;
	font-size:12px;
	width:150px;
}

.silverInput {
	background-color:#F2F2F2;
	border:1px silver solid;
	font-size:11px;
	
	color:#B3B3B3;
}

.hintInput {
	border:1px silver solid;
	background-color:#F2F2F2;
	color:black;
	/*text-indent:20px;*/
   	padding-left:0px;
	text-transform:none;
	font-size:11px;
	width:150px;
}

.hintInput.blur {
	
	background-color:#F2F2F2;
	border:1px silver solid;
	font-size:11px;
	color:#B3B3B3;
	text-transform:uppercase;
	padding-left:20px;
}



.selectInput {
	
   	
	color:silver;
   	padding-left:20px;
	text-transform:uppercase;
	font-size:12px;
	width:150px;
}

.selectInput option {
	
   	
	color:black;
   	padding-left:20px;	
	font-size:12px;
	width:150px;
}

.newTextInputFocused {
	
   	color:black;
	/*text-indent:20px;*/
   	padding-left:0px;
	text-transform:none;
	font-size:12px;
	width:150px;
}

.newTextInputFocused2 {
	
   	color:black;
   	padding-left:0px;
	text-transform:none;
	font-size:11px;
	width:150px;
	background-color:#F2F2F2;
	border:1px silver solid;
}


/* First page */

#FrontPage {
	width:950px;
	height:300px;
	background-color:#CCCCCC;
	padding-top:20px;
	padding-bottom:20px;
	
	
}

#FrontPage .block {
	background:url("images/new_photos/box.png") no-repeat;
	width:315px;
	float:left;
	margin-left:0px;
	position:relative;
	z-index:10;
	
}


#FrontPage .block .mainContent {
	
	/*width:255px;*/
	padding:30px 12px 30px 19px;
	position:relative;
	z-index:10;
	
	
}

#FrontPage .block a:hover {
	text-decoration:none;
	
}

#FrontPage .block h2 {
	font-size:15px;
	font-weight:normal;
	letter-spacing:2px;
	text-align:left;
	margin-top:6px;
	margin-bottom:0px;
	margin-left:12px;
	
	
}
#FrontPage .block .description {
	font-size:11px;
	text-align:left;
	margin-bottom:13px;
	font-family:verdana;
	color:#244350;
	line-height:175%;
	margin-top:8px;
	padding-left:12px;
	padding-right:12px;

}

#FrontPage .block .benefitOrange {
	font-size:10px;
	background:url("images/new_photos/grad.jpg") repeat-x;
 	padding:0px;
}


#FrontPage .block .benefitOrange div {
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	color:black;
	
}

#FrontPage .block .benefitOrange b {
	font-size:12px;
	
}


#FrontPage .block .benefitGreen {
	font-size:10px;
	background:url("images/new_photos/grad.jpg") repeat-x;
 	padding:0px;
 	
	
}

#FrontPage .block .benefitGreen div {
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	color:black;
}

#FrontPage .block .benefitGreen b {
	font-size:12px;
	
}

#FrontPage .block .benefitBlue {
	font-size:10px;
	background:url("images/new_photos/grad.jpg") repeat-x;
 	padding:0px;
	
}

#FrontPage .block .benefitBlue div {
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	color:black;
}

#FrontPage .block .benefitBlue b {
	font-size:12px;
	
}

#FrontPage .block .buttons {
	padding-left:15px;
}
 	
	

#FrontPage .block .button {
	width:115px;
	float:left;
	color:white;
	text-align:center;
	font-weight:normal;
	padding:2px;
	border-radius:5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left:5px;
   

}


#FrontPage .arrowWhite {
	position:relative;
	margin-right:220px;
	margin-bottom:3px;
	border:0px;
}

#FrontPage .alreadyRegisteredText {
	text-align:right;
	padding-right:10px;
}
#topPhotoFirst {
	/*background-image:url("images/new_photos/new1.jpg");*/
	width:950px;
	height:236px;
	/*border:1px red solid;*/
}

#topPhotoFirst .logo {
	position:relative;
	margin-right:605px;
	margin-top:-75px;
	border:0px;
	z-index:100;

}

#topPhotoFirst #demo-video {
	position:absolute;
	margin-top:-150px;
	margin-left:180px;
	z-index:101;
}

#topPhotoFirst .interviewCode {
	position:relative;
	z-index:100;
	text-align:right;
	padding-right:10px;
}

#topPhotoFirst .top {
	position:relative;
	z-index:100;
	height:185px;
	text-align:right;
	padding-right:10px;
	margin-top:-45px;
}

#topPhotoFirst .top img {
	border:0px;
	cursor:pointer;
	
}

#topPhotoFirst .interviewCode .beginButton {
	background-color:#4D4D4D;
	color:white;
	padding:4px 10px 3px 10px;
	border:0px;
	cursor:pointer;
	border-radius:2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size:11px;
    
}

#topPhotoFirst .interviewCode .beginButton:hover {
	background-color:#EB6E1F;
	
	
}


#interview {
	width:100%;
	height:700px;
	background-color:white;
	border:1px silver solid;
	margin-bottom:100px;
	
	
}

#interview .left {
	float:left;
	width:60%;
	background-color:white;
	
	
}

#interview .right {
	width:30%;
	float:left;
}

#interview .topLine  {
	width:100%;
	padding-top:5px;
	text-indent:20px;
	padding-bottom:5px;
	color:white;

}


#interview .questionNumbers  {
	width:100%;
	padding-top:10px;
	text-indent:20px;
	padding-bottom:10px;
	background-color:#CCCCCC;
		
}

#interview .questionNumbers span  {
	
	color:white;
	padding:1px 5px;
	background-color:#9A9A9A;
	border-radius:2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left:3px;
    cursor:pointer;
		
}

#interview .questionHeader  {

	padding-top:20px;
	padding-left:20px;
	font-weight:bold;
}

#interview .attention  {

	padding-top:20px;
	padding-left:20px;
	font-weight:bold;
	color:#EB6E1F;
}

#interview .question  {
	
	
	padding-left:20px;
	
}

#interview .recordText  {
	
	
	padding-left:20px;
		
}

#interview .video  {
	margin-left:20px;
	height:350px;
	padding-top:15px;
	border:1px silver solid;
	background-color:#E6E6E6;
	
	
}

#interview .reader {
	text-align:center;
	margin-left:30px;
	margin-top: 30px;
	
	
}

.absolute {
	position:absolute;
	left:0;
	top:0;
}
	
/* Management Team */
	
#managementTeam p {
	text-align:justify;	
}


.dottedLine {
	margin-top:5px;
	height:0px;
	border-top:1px silver solid;
}
/* Terms and Conditions Page */

#terms {
	margin-bottom:60px;
}
#terms p {
	
}

/* DETAILS PAGE */

#detailsPage {
	margin-bottom:30px;
}

#detailsPage .infoGraphic {
	width:720px;
	border:1px silver solid;
}

#detailsPage .flyer  {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	text-decoration:none;
}

#detailsPage .flyer img {
	width:120px;
	border:1px silver solid;	
	
}

#detailsPage .flyer div {
	font-weight:bold;
	text-align:center;
	margin-top:2px;
	background:#ffffff;
	border:1px silver solid;
	padding:3px;
	
}

#detailsPage .zoom {
	text-align:left;
	position:absolute;
	margin-left:20px;
	margin-top:20px;
	border:0px;
	cursor:pointer;
	
	
}

/* Join For Free Page */

#joinForFree {
	text-align:center;

}

#joinForFree a:hover {
	text-decoration:none;
	
}

#joinForFree div {

	margin-top:15px;
	width:160px;
	backgroud-color:#ffffff;
	margin-left:15px;
	padding:10px;
	color:white;
	border-radius:12px;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-box-shadow: 4px 4px 5px #888;
	-webkit-box-shadow: 4px 4px 5px #888;
	box-shadow: 4px 4px 5px #888;
	cursor:pointer;
}

#compareTable td {
	border:1px silver solid;
}


/* Saved INterview List */

.savedInterviewsList {
	background-color:white;
	border:1px silver solid;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family:verdana;
}

.savedInterviewsList td {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;

}

.savedInterviewsList .colored {
	background-color:#F2F2F2;
}


.savedInterviewsList .delete {
	width:15px;

}

/* Get started */

#getStarted {
	background-color:white;
	margin-bottom:50px;

}

#getStarted .topLine {
	height:17px;
	background-color:#4F91CD;
}

#getStarted .content {
	padding:15px 30px;
	border:1px silver solid;
}

#getStarted .block1 {
	height:370px;
	width:201px;
	border-right:1px silver dashed;
	float:left;
	
}

#getStarted .block2 {
	height:370px;
	width:460px;
	float:left;
	padding-left:20px;
	
}

#getStarted h3 {
	color:#808080;
}

#getStarted input {
	margin-top:10px;
	
}

#getStarted select {
	width:150px;
	font-size:12px;
	margin-left:0px;
	margin-top:10px;
	
}

#getStarted label {
	color:red;
	
}

#getStarted .warning {
	margin-top:20px;
	padding-right:10px;
	color:red;
	
}


#getStarted .button {
	border-radius:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border:0px silver solid;
	color:white;
	font-weight:bold;
	cursor:pointer;
	background-color:#749DD2;
	padding:4px 10px;
	text-transform:uppercase;
	font-size:10px;
}

#getStarted .buttonDisabled {
	border-radius:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border:0px silver solid;
	color:white;
	font-weight:bold;
	cursor:pointer;
	background-color:#A3A5A8;
	padding:4px 10px;
	text-transform:uppercase;
	font-size:10px;
}

#getStarted .navButton {
	display:inline;
	background-color:#BFBFBF;
	color:white;
	font-weight:bold;
	border-radius:4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
	padding:4px 14px;
	margin-right:1px;
	cursor:pointer;
}


#recruiterMenu {
	
}

#recruiterMenu .forPadding {
	padding:20px;
}

#recruiterMenu .navButton {
	display:inline;
	background-color:#BFBFBF;
	color:white;
	font-weight:bold;
	border-radius:4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
	padding:4px 14px;
	margin-right:1px;
	cursor:pointer;
}

#recruiterMenu .topLine {
	background-color:#4F91CD;
	height:15px;
	
	margin-top:4px;

}

#recruiterMenu .topline2 {
	background-color:#A4BEE3;
	padding-top:5px;
	padding-bottom:5px;
	text-indent:20px;


}

#recruiterMenu .topline2 b {
	color:white;
	font-size:13px;
	

}

#recruiterMenu .topLine2 span {
	color:white;
	padding:1px 4px;
	background-color:#4F91CD;
	border-radius:2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left:2px;
    cursor:pointer;
   	font-size:8px;
}

#recruiterMenu .topLine2 a {
	
	color:white;
	margin-right:20px;
	font-size:12px;
}

#recruiterMenu .content {
	
	min-height:340px; 
	background-color:white;
	border:1px #CCCCCC solid;
	padding:20px 20px 20px 20px;
	width:749px;
	


}


#recruiterMenu .content2 {
	/* min-height:600px; */
	background-color:white;
	border:1px #CCCCCC solid;
	
}

#recruiterMenu .content2 label {
	color:#EB6E1F;
	
}

#recruiterMenu .content2 select {
	font-size:11px;
	
	
}



#recruiterMenu .content2 .left {
	width:330px; 
	border-right:2px silver dashed; 
	float:left;
	padding:20px;
	
	
}

#recruiterMenu .content2 .right {
	width:335px;
	padding:15px;
	float:right;
	
}

#recruiterMenu .title {
	color:#808080;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
	margin-top:10px;
	
}

#recruiterMenu .content  textarea {
	
	border:1px #CCCCCC solid;
	font-size:10px;
	width:330px;
	height:70px;
	font-family:verdana;
	

}

#recruiterMenu .content .left textarea {
	
	background-color:#F2F2F2;
	border:1px #CCCCCC solid;
	font-size:10px;
	color:#808080;
	width:330px;
	height:70px;
	font-family:verdana;
	

}

#recruiterMenu .content .right textarea {
	
	background-color:#F2F2F2;
	border:1px #CCCCCC solid;
	font-size:10px;
	color:#808080;
	width:330px;
	height:70px;
	font-family:verdana;
	

}

#recruiterMenu .content .overviewBox {
	width:45%;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:10px;
	cursor:pointer;
	float:left;
}





#recruiterMenu .content2 textarea {
	
	background-color:#F2F2F2;
	border:1px #CCCCCC solid;
	font-size:10px;
	color:#808080;
	width:330px;
	height:70px;
	font-family:verdana;
	

}

#recruiterMenu .content2 .readyQuestion {
	
	
	background-color:#F2F2F2;
	border:1px #CCCCCC solid;
	padding:5px 5px 15px 5px;
	color:black;
	margin-bottom:20px;
	

}

#recruiterMenu .content2 .readyQuestion .buttons {
	
	float:left; 
	height:100%; 
	padding-right:5px;
}

#recruiterMenu .content2 .readyQuestion .buttons img {
	
	cursor:pointer;
}



#recruiterMenu .content h3 {
	color:#666666;
	margin-bottom:5px;
	margin-top:0px;

}

#recruiterMenu .content h4 {
	color:#666666;
	margin-bottom:5px;

}

#recruiterMenu .content .data {
	width:100%;
	text-align:left;
	background-color:#E9F0F8;
	border:1px #EAEAEA solid;
	
}

#recruiterMenu .content .data td {
	font-size:9px;
	font-family:verdana;
	padding-left:10px;

}

#recruiterMenu .content .data .deleteText {
	color:#749DD2;

}

#recruiterMenu .content .data .lastRow {
	padding:20px 0px 10px 50px;

}

#recruiterMenu .content .data .moreButton {
	font-weight:bold;
	padding-right:30px;
	
}
#recruiterMenu .content .data td input[type="checkbox"] {
	margin-left:1px;
}

#recruiterMenu .content .data td .deleteButton {
	margin-left:0px;
}


#recruiterMenu .content .details td {
	font-size:10x;
	color:#808080;
	

}

#recruiterMenu .content select {
	font-size:10x;
	border:1px silver solid;

}

#recruiterMenu #subtab1 {
	display:none;
}

#recruiterMenu #subtab2 {
	display:none;
}

#recruiterMenu #subtab3 {
	display:none;
}

#recruiterMenu .content2 .preview {
	border-top: 2px silver solid;
	padding-top:5px;
	padding-bottom:20px;
	font-family:arial;
	
}


#recruiterMenu .content2 .preview .name {
	color:#808080;
	font-size:14px;
	
	
	
}

#recruiterMenu .content2 .preview .value {
	color:black;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	
	
}

#recruiterMenu .content2 .preview .name1 {
	color:#808080;
	font-size:11px;
	
	
	
}

#recruiterMenu .content2 .preview .value1 {
	color:black;
	font-size:11px;
	font-weight:bold;
	text-align:justify;
	
}

#recruiterMenu .form {
	width:365px; 
	border:1px silver solid; 
	padding-bottom:30px;
	background-color:#E9F0F8;
}

#recruiterMenu .form .formContent {
	padding:10px;
}

#recruiterMenu .form td {
	font-size:14px;
	font-weight:bold;
	color:#808080;
	
}

#recruiterMenu .alertWindow {
	visibility:hidden;
	background:url("images/new_photos/alert_box.png") no-repeat;
	width:266px;
	height:213px;
	position:absolute;
	margin-left:250px;
	margin-top:20px;
	z-index:10;
}

#recruiterMenu .alertWindow .alertContent {
	padding:20px 25px 30px 10px;
	text-align:center;
}

#recruiterMenu .alertWindow .text {
	color:white;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px white solid;
	
}


#recruiterMenu .toolTip {
	visibility:hidden;
	background:url("images/new_photos/tooltip.gif") no-repeat;
	width:280px;
	height:388px;
	position:absolute;
	margin-left:374px;
	margin-top:183px;
	padding:0px;
}

#recruiterMenu .toolTip .toolTipContent {
	
	padding:10px 25px 30px 30px;
}

#recruiterMenu .toolTip .title {
	
	color:black;
	font-weight:bold;
}

#recruiterMenu .toolTip .choice {
	
	color:black;
	font-size:13px;
	margin-right:7px;
	
}

#recruiterMenu .toolTip .whiteText {
	
	color:white;
	
}

/*Edit Profile */

#profileEdit .button {
	border-radius:3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border:0px silver solid;
	color:white;
	font-weight:bold;
	cursor:pointer;
	background-color:#749DD2;
	padding:4px 10px;
	text-transform:uppercase;
	font-size:10px;
}


/* Resume */

.resumeButton {
	
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 0px silver solid;
color: white;
font-weight: bold;
cursor: pointer;
background-color: #4F91CD;
font-size: 11px;
padding: 3px 7px;        
}

.resumeBlock {
	width:500px;
}

.resumeBlock td {
	border:1px silver solid;
	padding:5px;
}

/* Rate Interview */

 #rateStatus {
 	float:left; 
 	clear:both; 
 	width:100%; 
 	height:0px;
 }
 
 #rateMe {
 	float:left; 
 	clear:both; 
 	
 	height:auto; 
 	padding:0px; 
 	margin:0px; 
 	
 }
 
 
 #rateMe li {
 	float:left;
 	list-style:none;
 }
 
 
 #rateMe li a:hover,
 #rateMe .on{background:url(images/new_photos/rate2.png) no-repeat;}
 #rateMe a{float:left;background:url(images/new_photos/rate1.png) no-repeat;width:32px; height:32px;}
 #ratingSaved{display:none;}
 .saved{color:red; }
 
 .smallBalls {
 	width:10px;
}


.smallPage {
	width:610px;
}


/* Buttons */

.pagingButton {
	border:0px silver solid;
	width:9px;
	margin-bottom:-1px;
	
}


/* Live Interview Design */

#interview-main {
	background-color:white;
	border:1px silver solid;
	padding:20px;
	height:400px;
}

#interview-main #interview2 {
	margin-left:50px;
}

#endInterview {
	cursor:pointer; 
	background-color:white; 
	padding:5px; 
	border:1px silver solid; 
	display:block; 
	width:120px; 
	text-align:center;
}

.skyblueLink {
	font-size: 15px;
	font-weight: bold;
	color: #4F91CD;
	display: block;
	margin: 12px 0;
}

	

