/**************************************************************************************************************/
/*  Generic Button Link Style                                                                                 */
/**************************************************************************************************************/

ul.options {
  overflow: hidden;
  padding-top: 10px;
}

ul.options li {
  margin:0;
  padding: 0;
  background: none;
}

form.link {
  padding: 0; margin: 0;
  display: inline;
}

button.link {
  background: transparent;
  border: none;
  color: rgb(74, 113, 160);
  cursor: pointer;
  font-family: Arial;
  font-size: 100%;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-decoration: underline;  
}

button.close_link {
  background: transparent;
  border: none;
  color: #4A71A0;
  cursor: pointer;
  font-size: 100%;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-decoration: none;  
  float: right;
}

button.link span {
  text-decoration: underline;    
}

.simplemodal-container ul.options {
  clear:both;
  float: right;
}

ul.options .spinner {
  background:url(/images/spinners/spinner.gif) no-repeat top left;
  padding: 0 0 0 18px;
  margin-bottom: 0;
  height: 21px;
  color: #999999;
}
.processDescription ul.options {
  float: right;
  width: 170px;
  overflow: hidden;
  padding-top: 0;
}

.processDescription ul.options li {
  background: none;
  list-style: none;
  margin:0 0 5px 5px;
  padding:0 0 0 4px;
  float: right;
}

.processDescription ul.options li a {
  background: transparent;
  border: none;
  color: rgb(74, 113, 160);
  cursor: pointer;
  font-size: .98em;
  line-height: 125%;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
}

/***************  Buttons or links that display as links    *************/

ul.options .linked, ul.options .linked a {
	color: #000000;
	border: none;
	padding: 0 0 0 0; 
	margin: -3px 0 0 0;
	font-weight: normal;
	font-size: 12px;
	background: none;
  cursor: pointer;
  background: none;
}

ul.options .linked span {
	text-decoration: none;
}

ul.options .linked:hover span {
	text-decoration: underline;
}

button.delete {
  border: none;
  background: transparent;
  color: #b23f3f;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

/***************  Buttons or links with Grey border   *************/

ul.options li.rounded_grey {
  background:transparent url(/images/buttons/button_grey_left.gif) no-repeat scroll left top;
  padding:0 0 0 9px;
  margin: 0;
  font-size:11px;
  font-weight:bold;
  display: block;
  float:left;
}

ul.options li.rounded_grey button,
ul.options li.rounded_grey input,
ul.options li.rounded_grey a {
  background:transparent url(/images/buttons/button_grey_right.gif) no-repeat scroll right top;
  color:#FFFFFF;
  margin:0;
  padding:4px 20px 4px 11px;
  border:medium none;
  cursor:pointer;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  display: block;
}

ul.options li.rounded_grey button {
  height: 21px;
  padding: 0px 20px 0 10px;
}
/***************  Buttons or links bold red   *************/


ul.options  li.cancel {
	padding: 8px 10px 0;
	float: left;
}

ul.options li.cancel {
	background: none;
}

ul.options li.cancel a{
	background: none;
	border: none;
	color: #CC0000;
  font-size:11px;
  font-weight:bold;
}

ul.options a.cancel {
	color: #CC0000;
}

/***************  Buttons simple red (no lists)   *************/

button.archive {
	color: #CC0000;
	background: none;
  margin:0;
  padding:0;
  border:medium none;
  cursor:pointer;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  display: block;
}


/***************  Buttons or links width silver border *************/


ul.options li.rounded_silver {
  background:transparent url(/images/buttons/button_silver_left.gif) no-repeat scroll left top !important;
  float:left;
  font-weight:bold;
  padding:0 0 0 3px !important;
  margin:0 10px 5px 0px;
}

ul.options li.rounded_silver a, 
ul.options li.rounded_silver button, 
ul.options li.rounded_silver span {
  border:medium none;
  color:#4A71A0;
  line-height: 100%;
  cursor:pointer;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  height: 19px;
  padding:7px 6px 0px 4px;
  background:transparent url(/images/buttons/button_silver_right.gif) no-repeat scroll right top;
  display:block;
  float: left;
  margin:0;
  text-decoration:none;
}

ul.options li.rounded_silver button {
  height: 26px;
  padding-top: 0;
}

ul.options li.rounded_silver span {
  color:#000;
  cursor: default;
}


/***************  Buttons or links width silver border and green icon *************/

#companies form.new_candidacy ul.options li {
  background:transparent url(/images/buttons/button_silver_left.gif) no-repeat scroll left top;
  float:left;
  font-size:11px;
  font-weight:bold;
  height:26px;
  padding:0 0 0 3px;
}

#companies form.new_candidacy ul.options li.spinner {
  background:url(/images/spinners/spinner.gif) no-repeat top left;
  padding: 2px 0 0 18px;
  margin: 5px 0 0 0;
  height: 16px;
  color: #999999;
}

#companies form.new_candidacy ul.options li button,
#companies form.new_candidacy ul.options li a,
#companies form.new_candidacy ul.options li span {
  background:transparent url(/images/buttons/button_v3.gif) no-repeat scroll right top !important;
  height:26px;
  padding:2px 35px 4px 5px !important;
  border: none;
  color:#4A71A0;
  cursor:pointer;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
}

#companies form.new_candidacy ul.options li button:hover,
#companies form.new_candidacy ul.options li a:hover,
#companies form.new_candidacy ul.options li span:hover {
	background: url(/images/buttons/button_v3.gif) no-repeat right bottom !important;
}

#companies form.edit_candidacy .interested {
 background: #FFFFcc url(/images/candidates/bg_interested.gif) no-repeat right 4px;
  border: 1px solid #e2e3b5;
  padding: 4px 26px 4px 6px;
  position: relative;
  top: 3px;
}

#companies form.edit_candidacy,
#companies form.new_candidacy {
  position: absolute;
  right: 0;
  top: 25px;
}

/* Candidacies#index */

#candidacies form.edit_candidacy {
  margin: 0 10px 0 0;
  padding:0 5px;

  color:#666666;
  text-align:right;
}

#candidacies form.edit_candidacy ul.options {
  margin: 0;
  padding: 0;
}

#candidacies form.edit_candidacy ul.options li {
  margin: 0; padding: 0;
  border: none;
}
#candidacies form.edit_candidacy ul.options li.spinner {
  background:url(/images/spinners/spinner.gif) no-repeat top left;
  padding: 2px 0 0 18px;
  float: right;
  margin: 2px 0 0 0;
  height: 16px;
  color: #999999;
}
#candidacies form.edit_candidacy button {
  margin:0;
  padding:0 0 0 10px;
  cursor:pointer;

  background: transparent url(/images/icons/icon_close.gif) no-repeat scroll left bottom;
  background-position: center left;
  border: none;
  color: #666666;
  font-size: 12px;
}

#candidacies form.edit_candidacy button span {
  padding: 0; margin: 0;  
  text-decoration: underline;

  font-size: 12px;
}

#candidacies form.edit_candidacy span.interested {
  display: none;
}

/***************  Candidate profile button styles *************/

.undergraduate_content {
  width: 27em;
}

.undergraduate_content ul.options {
  border:none;
  margin: 0;
  padding: 0;
  display: inline;
}

.undergraduate_content ul.options li {
  display: inline;
  margin: 0;
}

.undergraduate_content ul.options .spinner { 
  height: auto;
}


/***************  Sidebar profile button styles *************/

.secondary ul.edit { 
  padding: 0;
  float: right;
}
.secondary .aboutMe ul.edit li {
  float: right;
}
.secondary ul.edit li {
  border-right: none;
}

.secondary ul.options li.spinner { 
  height: 21px;
  font-weight: normal;
}

/***************  Columnbox profile button styles *************/

.secondary .columnBox ul.certification { 
  font-weight:bold;
  padding:0;
  position:absolute;
  right:10px;
  top:9px;
}


/***************  Information profile button styles *************/

ul.info_actions {
  border:medium none;
  margin:0;
  padding:0;
  position:absolute;
  right:16px;
  top:8px;
}

ul.info_actions li {
  float: left;
  font-weight: bold;
  color:#FFF;
  font-size: 12px;
}

ul.info_actions li a {
  color:#FFF;
  font-size: 11px;
  padding-left: 3px;
  text-decoration: underline;
}

ul.info_actions li.spinner {
  font-size: 11px;
  padding: 2px 0 2px 18px;
  height: 21px;
  background: transparent url(/images/spinners/spinner_info.gif) no-repeat scroll left top;
  font-weight: normal;
}

form.delete {
  display: inline;
  padding:0;
  margin: 0;
}

form.delete div {
  display: inline;
}

form.delete button {
  border: none;
  background: transparent;
  color: #b23f3f;
  cursor: pointer;
  margin: 0;
  padding: 0;
  padding-left: 4px;
  font-size: 10px;
  font-weight: bold;
}

form.delete button span {
  text-decoration: underline;
}

ul.filter_options {
  margin-top: -40px;
}


/* 
  Companies#index 
*/

#companies form.edit_candidacy ul.options {
  display: none;
}

/* Companies#show #company_actions */

#company_actions {
  padding-bottom: 10px; 
  overflow: hidden;
  height: 1%;
}

#company_actions ul li {
  margin: 0;
  padding: 0 0 5px 0;
  display: block;
  background: none;
}

#company_actions ul.options {
  padding: 0px 0px 0px 0;
  margin: 0;
}

#company_actions ul.options li {
  float: left;
  
  height: 33px;
  padding: 0 0 0 31px !important;
/*  margin-bottom: 5px;
*/  font-size: 12px;
  font-weight: bold;
  
  background-position: left top;
  background-repeat: no-repeat;
  background-color: transparent;
}

#company_actions ul.options li.message {
  background-image: url(/images/buttons/button_send_left.gif)!important;
}

#company_actions ul.options li.recommend {
  background-image: url(/images/buttons/button_comment_left.gif)!important;
}

#company_actions ul.options li.fb_recommend {
  background-image: url(/images/buttons/button_fb_left.png)!important;
}

#company_actions ul.options li.share {
  background-image: url(/images/buttons/button_facebook_left.gif);
}

#company_actions ul.options li button,
#company_actions ul.options li a,
#company_actions ul.options span {
  display: block;
  float: left;
  cursor: pointer;
  padding: 12px 6px 7px 9px;
  margin: 0;
  
  width: 249px;
  height: 14px;
  
  background: transparent url(/images/buttons/button_right.gif) no-repeat scroll right top;
  border: medium none;
  
  text-align: left;
  color: #4A71A0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  
  line-height: 100%;
  text-decoration: none;
}

#company_actions ul.options li button {
  padding: 7px 6px;

  width: 264px;
  height: 33px;
}

#company_actions form.new_candidacy li {
  background-image: url(/images/buttons/button_visible_left.gif);
  margin-right: 5px;
}

#company_actions ul.options li.spinner {
  margin-left: 10px!important;
  font-weight: normal!important;
  height: 14px!important;
  padding: 12px 6px 7px 31px!important;
  background: transparent url(/images/spinners/spinner.gif) no-repeat scroll left center!important;
}

#company_actions form.edit_candidacy {
  padding: 0;
}

#company_actions form.edit_candidacy ul.options li {
  float:right;
  padding-left: 0px;
}

#company_actions form.edit_candidacy ul.options button {
  padding: 0 !important; 
  background: none;
  margin: 0 !important;
  width: 130px;
}

#company_actions form.edit_candidacy ul.options button span {
  padding: 0 0 0 12px; 
  margin: 0;
  background: url(/images/icons/icon_close.gif) no-repeat left 1px;
  font-size: 11px;
  width: auto;
  color: #4A719F;
}
#company_actions form.edit_candidacy ul.options li.spinner {
  font-size:11px;
  font-weight: normal;
}

#company_actions form.edit_candidacy .interested {
  display: block;
  padding: 10px 10px 10px 40px;

  border: 1px solid #E2E3B5;
  background: #FFFFCC url(/images/icons/icon_interested.gif) no-repeat 12px center;

  text-align: left;
}