/*STYLE SHEET FOR MEDICALDEVICESTAR.COM*/
/*************************************************elements*********************************************************/
* {
  padding: 0;
  margin: 0;
  /*border: 1px solid red;*/
}
 #sidebar h3 a {
  text-decoration: none;
}
 #sidebar h3 a:link {
  color: #333333;
}
 #sidebar h3 a:visited {
  color: #333333;
}
 #sidebar h3 a:hover {
  color: #d1971d;
}
a:link {
  color: #007dff; /*aqua from crayon set*/
  color: #418AB7; /*has to be a shade of blue*/
}
a:visited {
  color: #FAD163;
  color: #60782d;
  color: #804080;
  color: #999999;
}
a:hover {
    color: #f34607; /*esquire orange*/
    color: #d1971d;
}
a img {
  border: none;
}
/*using this on pricing page, under floated boxes*/
br.clear {
  clear: both;
}
body {
  background: url("/image/main-bg-orange3.png") repeat-x 0 -10px;
  /*31px centers it*/
/*  background: url("/image/dash-bg.png") repeat-x 0 71px;*/
  font: 13px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-align: center; /*IE workaround*/
  color: #333333;
  background-color: white;
}
img.tiny_icon {
  position: relative;
  top: 3px;
}
#content fieldset {
  border: none;
  border-top: 1px solid #CAE4FD;
  border-bottom: 1px solid #CAE4FD;
  padding: 8px;
  background-color: #EFF6FD;
  margin-bottom: 16px;
}
#content fieldset p {
  margin: 0 0 10px 0;
}
h1, h2, h3 {
  /*font-family: Dolly, Georgia, "Times New Roman", serif; from croft*/
  margin-top: 25px;
  margin-bottom: 10px;
}
/*.courier {
  font-family: courier;
}*/
h1 {
  /*line-height line-height: 25px;*/
  font-size: 25px;
  line-height: 25px;
}
img#big_star {
  position: relative;
  bottom: 5px;
  float: left;
  margin-right: 5px;
}
h2 {
  /*background: transparent url(images/heading_flurry.gif) no-repeat bottom left;
  padding-left:30px;*/
  font-size: 20px;
  line-height: 20px;
}
h3 {
  font-size: 15px;
  line-height: 15px;
}
/*web 2.0 big time intros; like apple and 37signals*/
p#intro, blockquote {
  font-size: 130%;
  color: #777777;
}
.understate {
  color: #777777;
}
blockquote strong {
  font-weight: normal;
}
input, textarea, select {
  padding: 1px;
  font-size: 120%;
  margin-bottom: 10px;
}
select#cc_month {
  padding-right: 8px;
}
#content .submit input {
  font-weight: normal;
  font-size: 120%;
}
#sidebar .submit input {
  font-size: 90%;
}
textarea {
  font-weight: normal;
  padding: 3px;
}
/* select {
  margin-bottom: 10px;
  border-color: #CAE4FD;
  border: 1px solid #999999;
  padding: 1px;
}*/

/*this cotnrols (negates) the margin between small_text sentences and buttons
.submit input {
  margin-bottom: 0;
}*/
input.note, textarea.note {
  margin: 0px 0 2px 0;
}
input.checkbox {
  margin: 0 5px 0 0;
}
/*whoa, there are pseudo selectors for form elements? source: http://www.ozzu.com/ftopic76687.html
#content input[type=checkbox] {
  padding: 80px;
}*/
label {
  display: block;
}
label.checkbox {
  display: inline;
}
legend {
  font-weight: bold;
}
option {
  padding: 0 5px 0 3px;
}
/*strong {
  background-color: #FFFFCC;
  font-weight: normal;
}*/
/*
.submit {
  margin-bottom: 10px;
  margin: 16px 0 0px 0;
}*/
/*cool buttons courtesty of wordpress & carterdea*
#content .submit input, #content .submit input:focus {/
	/*background: url("images/button-fade.png");*/
	/*background: url("image/bg4.gif");
	background-color: #EEEEEE;
	border: 3px double #999999;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	padding: 5px;
	font-size: 15px;
}

#content .submit input:active {
	background: #f4f4f4;
	border: 3px double #CCCCCC;
	color: #999999;
}*/
table {
  margin-bottom: 16px;
}
/*this is for IE*/
table.zoom {
  border-collapse:collapse;
  clear:both;
  
}
td, th {
  padding: 0 5px 0 5px;
}
.zoom th {
  text-align: right;
  padding-right: 5px;
}
ul, ol {
  margin-bottom: 16px;
  margin-left: 16px;
}
ul {
  list-style-type: square;
}
/*put space in these bulleted lists (home page, resume tips)*/

#content li, #sidebar li {
  /*padding-bottom: 5px;*/
}
/*************************************************classes*********************************************************/
.accent {
/*  background-color: #EFF6FD;*/
}
.align {
  text-align: left; 
}
#manage-job p.summary, #view-resume p.summary {
  margin-bottom: 0;
}
#manage-job #content h2 {
  margin: 0 0 5px 0;
}
#manage-job #content div {
  padding: 0 0 10px 65px;
  margin-bottom: 0px;
  background: url("image/medical-device-jobs-icon.gif") no-repeat 0 0;
}
#manage-job .warning {
  font-weight: bold;
}
/*default testimonial_box display*/
#testimonial .align {
  text-align: right;
}
.error, .expired, .warning, del {
  color: #971414;
}
p#feedback, p#sticky {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #FAD163;
  border-bottom: 1px solid #FAD163;
  background-color: #FFFFCC;
  padding: 0 5px 0 5px;
  margin-top: 10px;
}
/*always blue*/
p#sticky a, p#feedback a, #zoom-candidate .message a {
  color: #418AB7;
}
.message {
  border-top: 1px solid #CAE4FD;
  border-bottom: 1px solid #CAE4FD;
  background-color: #EFF6FD;
  padding: 0 8px 0 8px;
}
#content .message p {
  margin-bottom: 0px;
}
#content .message ul {
  margin-top: 10px;
  margin-bottom: 5px;
}
#content .message .small_text {
  font-weight: normal;
}
#zoom-candidate .message {
  font-weight: bold;
}
/*#posting-payback .note {
  font-size: 120%;
}*/
.hirer_logo {
  display: block;
  margin: 16px 0 16px 0;
}
/*these are the job/resume highligher colors*/
.price-color {
  color: #990000;
}

.highlight0 {
  background-color: #FFBBFF;
}
.highlight1 {
  background-color: #FFD281;
}
.highlight2 {
  background-color: #FFFFAA;
}
.highlight3 {
  background-color: #BBBBFF;
}
.highlight4 {
  background-color: #BBFFFF;
}
.highlight5 {
  background-color: #AEFFAA;
}
.highlight6 {
  background-color: #FFAAFB;
}
.highlight7 {
  background-color: #FFAFAA;
}
/*this is REALLY STRONG TEXT, AS IF TO SAY, I WILL BE SEEN*/
.highlight8 {
  /*dark orange*/
  background-color: #FAD163;
  /*light orange*/
  background-color: #FFFFCC;
  padding: 0 2px 0 2px;
}

/*make certain lists horizontal*/
.horizontal, .horizontal ul {
  margin: 0 0 16px 0;
}
.horizontal li {
  margin: 0 5px 0 0;
}
.horizontal p {
  margin-right: 5px;
}
.horizontal p, .horizontal ul, .horizontal li {
 display: inline;
}
.inline {
  display: inline;
}
/*this is for the confirm pages, to put a space between the heading/paragraph after things are classed to inline*/
div.inline {
  margin-top: 25px;
  margin-bottom: 10px;
  display: block;
  clear: both;
}
div.inline h1, div.inline h2, div.inline h3, div.inline p, div.inline ul {
  display: inline;
}
/*on view-profile.php page, I want a line underneath the first h1*/
#view-profile hr {
  border: 1px dashed #CCCCCC;
}
.normal_text {
  font-size: 12px;
}
/*all the stuff for the price boxes (instead of lame tables)*/
.price_box {
  position: relative;
  text-align: center;
  margin: 0 15px 16px 0;
  width: 230px; /*used to be 230*/
  height: 275px; /*used to be 275*/
  float: left;
  padding: 10px 5px 10px 5px;
  border-top: 1px solid #CAE4FD;
  border-bottom: 1px solid #CAE4FD;
  background-color: #EFF6FD;
  /*border-top: 1px solid #BCFC3D;
  border-bottom: 1px solid #CAE4FD;
  background-color: #F2FCDD; green*/
}
#why-post #content hr {
  border: 1px solid #CCCCCC;
  display: none;
}
#why-post h2.why {
  padding-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
}
#why-post #content #feature {
/*  border: 1px solid red;*/
/*  background: transparent url("/image/feature-bg.png") no-repeat 212px 8px;*/
  height: 170px;
}
#why-post #content #feature2 {
  width: 300px;
  float: right;
  height: 170px;
  margin-left: 20px;
}
#why-post h3, #why-post p {
}
.benefit_box {
  position: relative;
  margin: 0 15px 16px 0;
  width: 215px; /*used to be 230*/
  height: 170px; /*used to be 275*/
  float: left;
  padding: 10px 5px 10px 5px;
/*  background: transparent url("/image/gray-gradient-bg.gif") repeat-x 0 35px ;*/
 /* border-top: 1px solid #CAE4FD;
  border-bottom: 1px solid #CAE4FD;
  background-color: #EFF6FD;*/
}
.benefit_box h3 {
  text-align: center;
  margin-top: 0;
}
.benefit_box p {
  text-align: center;
  color: #666666;
}
.price_box h2 {
  margin: 0;
}
.price_box h3 {
  margin: 16px 0 0 0;
  font-size: 150%;
}
#content .price_box p.pricetag {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
.price_box img {
  position: absolute;
  top: -15px;
  left: -19px;
}
.price_box p.pricetag em {
  color: #777777;
  font-weight: normal;
  font-style: normal;
}
.price_box strong {
  color: #D1971D;
  font-style: normal;
}
.price_box ul {
  margin: 0;
  padding-top: 10px;
  border-top: 1px dashed #CCCCCC;
  list-style: none;
  font-size: 120%;
}
.price_box ul a {
  color: #BBBBBB;
}
.price_box ul.missing_feature {
  margin: 0;
  list-style: none;
  font-size: 90%;
  /*use the line height of the no feature list to line up the "Sign Up" link*/
  line-height: 17px;
  color: #BBBBBB;
  border: none;
}
/*some minor changes for hiring side*/
#hiring .price_box {
  width: 210px;
  /*used to be 210*/
  height: 210px;
}
/*use the line height of the no feature list to line up the "Sign Up" link*/
#hiring .price_box ul.missing_feature {
  line-height: 10px;  
}
/*make paragraph classed testimonials pop out*/
.testimonial {
  color: green;
  text-align: center;
  font-size: 110%;
}
.radio label, label.radio {
  display: inline;
  position: relative;
}
.radio input, input.radio {
  border: none;
  margin-right: 5px;
}
/*optional labels*/
.small_text, div.inline p, .optional {
  font-size: 10px;
  line-height: 12px;
  color: #777777;
}
/*successful coupon code is the inspiration*/
.success {
  color: green;
  font-weight: bold;
}
#confirm .warning {
  color: #971414;
  font-weight: bold;
}
.space li {
  margin-bottom: 10px;
}
.strike {
  text-decoration: line-through;
  color: #999999;
}
.testimonial_box h2 {
  margin-top: 0;
}
.testimonial_box p {
  margin: 0;
}
/*these are labels that are next to fields on the right, like, "dollars per year"*/
.unit {
  position: relative;
  left: 5px;
}
/*.song_box h3 {
  float: left;
  margin: 0 5px 0 0;
}
.song_box {
  padding: 5px;
  margin-bottom: 16px;
  border-top: 1px solid #CAE4FD;
  border-bottom: 1px solid #CAE4FD;
  background-color: #EFF6FD;
  clear: both;
}*/
/*************************************************ids*********************************************************/
/*i used to include navigation in this, but no need now, because the nav is INSIDE the relatively positioned header, to keep the baseline the same source: http://www.stopdesign.com/articles/absolute/*/
#container, #header {
  width: 720px;
  margin: 0 auto;
  text-align: left;
  padding: 0 50px 0 50px;
}
#content {
  position: relative;
  /*header files contain custom CSS for full width or sidebar present*/
  /*float: left;
  width: 510px;
  border-right: 1px dotted #333333;*/
  padding: 10px 20px 30px 0;
}
/*this makes the page full width of the container (which right now is 720px)
#faq #content, #index #content, #privacy #content, #phone #content {
  float: none;
  width: 100%;
}*/
#content p, #sidebar p {
  margin-bottom: 16px;
}
#sidebar p.warning, #sidebar p.success { /*this is for coupon confirmations*/
  margin-bottom: 0;
}
/*though a duplicate, this has to come after content to negate the margin used above*/
#content p.submit, #sidebar p.submit {
  margin: 16px 0 0 0;
}
#preview-application #cover_letter {
  margin: 0 60px 16px 60px;
  padding: 10px;
  border-top: 1px solid #CCCCCC;
  border: 1px solid #CCCCCC;
  background-color: white;
}
#cta {
  text-align: center;
  border-top: 1px solid #FAD163;
  border-bottom: 1px solid #FAD163;
  padding: 10px;
  background-color: #FFFFCC;
  margin-bottom: 16px;
  clear: both;
}
#cta a {
  color: #333333;
}
#cta a:hover {
  color: #CF6F0F;
}
#content #cta h2, #content #cta p {
  padding: 0;
  margin: 0;
}
#debug {
  clear: both;
  color: green;
  background-color: black;
  text-align: left;
  padding: 5px;
}
#debug hr {
  display: none;
}
#example_email {
  width: 70%;
  background-color: #EEEEEE;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-size: 10px;
  line-height: 12px;
  padding: 5px;
}
#faq #content ul {
  font-size: 110%;
}
#footer {
  color: #999999;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  padding: 1px;
  margin-bottom: 16px;
  clear: both;
}
/*authorize.net seal*/
.seal span {
  display: block;
}
.seal {
  text-align: center;
  margin-bottom: 16px;
  /*margin: 0 auto;*/
}
#header {
/*  background: url("/image/dash-bg.png") repeat-x 0 31px; */
/*  background: transparent url(/image/black-navigation3.png) no-repeat scroll left bottom;*/
  position: relative;
  /*background-image: url("image/url3.gif");
  background-repeat: no-repeat;
  background-position: 1px 25px;*/
  height: 80px;
  text-align: center;
  width: 620px;
  color: #999999;
}
/*generally this hides the header if I have a photohoped image*/
#header hr {
  display: none;
}
#header h1 {
  display: none;  
  position: relative;
  top: 50px;
  margin: 0;
  padding: 10px 0 0 0;
  font: 25px/25px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#header p {
  position: relative;
  top: 50px;
  display: none;
  margin: 0;
}
#header h1 span {
  color: #418AB7;
}
/*standard logo*/
#header img {
  position: absolute;
  top: 16px;
  left: -40px;
  z-index: 1;
}
#header p#status {
/*  position: absolute;
  top: 8px;
  right: 20px;*/
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
}
#header p#status a, p#status {
  color: #CCCCCC;
  color: white;
}
#header p#status a:hover {
  color: #D1971D;
}
/*sidebar iconic version of the home page*/
#index #sidebar .img_box {
  margin-top: 25px;
  display: block;
  /*border-bottom: 1px #CCCCCC solid;*/
}
#content img.cta {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 20px;
}
#index #sidebar .img_box h3 {
  display: inline;
  position: relative;
  bottom: 35px;
}
/*notify page & home page*/
img.twitter {
  position: relative;
  top: 8px;
  margin-top: -28px;
}
img.envelope {
  position: relative;
  top: 4px;
  left: 4px;
  margin-top: -14px;
}
.twitter ul {
  list-style: none;
  font-size: 120%;
  color: #777777;
  margin: 0;
}
img.rss {
  margin-left: 5px;
}
/*cta2*/
.cta2 {
  text-align: center;
  margin-bottom: 16px;
  clear: both;
}
.cta2 a {
  color: #418AB7; /*has to be a shade of blue*/
}
.cta2 a:hover {
  color: #CF6F0F;
}
.cta2 h2 {
  margin-bottom: 0px;
}
.cta2 p {
  color: #777777;
}
/*float the nav left so it flies up against the img*/
#index .text_box {
  margin-top: 20px;
  float: left;
  width: 235px;
  margin-bottom: 16px;
  text-align: center;
}
#index .text_box ul {
  list-style: none;
}
#index .text_box h2 {
  margin: 0 0 10px 0;
}
#index .text_box img {
  border: none;
}
/*no bullets means you need to shift the list items over when they are centered*/
.text_box ul {
  margin-left: 0;  
}
.text_box h3, .text_box p {
  margin: 0;
  padding: 0;
}
.image_box {
  width: 400px;
  font-size: 10px;
  line-height: 12px;
  float: left;
  /*declare width of img just in case*/
  margin: 0 16px 16px 0px;
}
#index .h_image_box {
  /*declare width of img just in case*/
  width: 350px;
  float: right;
  border-top: 1px solid #CAE4FD;
  border-bottom: 1px solid #CAE4FD;
  background-color: #EFF6FD;
  padding: 0 8px 0 8px;
  margin: 0 0 16px 16px;
}
#index .h_image_box h3 {
  margin-top: 10px;
}
#navigation {
/*  float:left;*/
  width:100%;
  /*font-size:93%;*/
  line-height:normal;
}
#navigation ul {
  list-style:none;
  /*padding:10px 10px 0;*/
  position: absolute;
  right: -10px; /*adjust for the right margin on each li*/
  top: 44px;
  /*this negates the global ul element of 16px*/
  margin-left: 0;
}
#navigation li {
  float:left;
}
#navigation a, #navigation span {
  float:left;
  display:block;
  padding:5px 8px 4px;
  text-decoration:none;
  font-weight:bold;
  color:#CCCCCC;
  color: #D1971D;
  /*the current tab*/
}
#navigation a {
  color: #418AB7;
  color: white;
}
/*lead peoples eyes to pricing, sign up, and side switching*/
#navigation a strong {
  text-decoration: none;
  color: #FFFFCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */
#navigation a:hover, #navigation a:hover strong {
  color: #D1971D;
}
#navigation #current {
  border-width:0;
}
#navigation span {
  padding-bottom:5px;
}
#job-history th {
  text-align: left;
}
#premium #content img  {
  /*width: 235px;*/
  margin-left: -5px;
}
#premium h2 {
  margin-top: 35px;
}

#result li {
  list-style-type: none;
  padding: 3px;
}
ul#result {
  margin-left: 0;
}
#result em {
  color: #666666;
}
#sidebar {
  float: left;
  width: 170px;
  font-size: 12px;
  line-height: 17px;
  padding: 10px 0 30px 0px;
  margin-left: 20px;
}
#sidebar fieldset {
  border: none;
}
#sidebar input {
  margin-bottom: 5px;
}
/*text container carries the testimonial, do it differently on four pages*/
#testimonial .testimonial_box, #invite .text_box {
  margin-bottom: 16px;
  border-top: 1px solid #CAE4FD;
  border-bottom: 1px solid #CAE4FD;
  padding: 10px 10px 0 10px;
  background-color: #EFF6FD;
}
#tour #content img {
  float: right;
  margin-left: 20px;
}
/*take out space from this nested unordered list*/
#resume-tip #content ul li {
  margin: 0;
}
/*indent the sublist*/
#resume-tip #content ul {
  margin: 0 0 0 30px;
}
#search-resume fieldset, #cover-letter fieldset {
  position: relative;
}
#search-resume #zoom_guage, #cover-letter #cl_tip {
  position: absolute;
  width: 170px;
  top: 0px;
  right: 20px;
}
#search-resume #zoom_guage h3, #cover-letter #cl_tip h3 {
  margin-top: 0;
}
#preview-application .inline {
  border-bottom: 1px solid #CCCCCC;
}

#about #sidebar img {
  padding: 2px;
  border: 2px solid #DDDDDD;
}
h2#step_status { /*stylize the steps in the process*/
  color:#CCCCCC;
  font-size: 15px;
}
h2#step_status em { /*stylize the steps in the process*/
  color:#D1971D;
  font-style: normal;
}
#create-job #content img { /*job posting*/
  position: absolute;
  display: none;
  top: 20px;
  right: 120px;
}
.job_synopsis {
/*  border-bottom: 1px solid #CCCCCC;
  padding-top: 10px;*/
  position: relative;
  min-height: 1px;
}
.job_synopsis img {
  position: absolute;
}
.job_synopsis h2 {
  font-size: 16px;
}
.job_synopsis h2, .job_synopsis p {
  margin: 3px 0 0 60px;
}
.job_synopsis em, .job_synopsis strong, p.job_summary em, .job_summary strong {
  color: #666666; /*return to normal color*/
/*  font-style: normal;*/
}
.job_synopsis p, p.job_summary{
  color: #AAAAAA;
  font-size: 110%;
}
img.secure {
  position: relative;
  top: 3px;
  left: 3px;
}
strong.secure {
  margin-left: 5px;
}
h2 a {
/*  text-decoration: none;*/
}
/*#index div#intro {
  border-top: 1px solid #FAD163;
  border-bottom: 1px solid #FAD163;
  padding: 10px;
  background-color: #FFFFCC;
}*/
.center {
  text-align: center;
}
#job .small_text {
  position: absolute;
  top: 35px;
  right: 20px;
}
/*this is to pixel-perfect the gif support email thingie */
.email-address {
  position: relative;
  top: 3px;
}