@charset "utf-8";
/* CSS Document */

h1.sun {
background-image:url(/sunimages/sun.gif);
background-repeat:no-repeat;
height:24px;
padding-left:30px;
}
h2.sun-header {
margin:0;
padding:0;
font-size: 16px;
font-weight: bold;
}
#salaries-table {
clear:both;	
}
#salaries-table table {
	min-width: 600px;
	margin-bottom: 0 !important;
}
#salaries-table td{
/*vertical-align:top;	*/
border-top:1px solid #ccc;
border-right:1px solid #ccc;
font-size:11px;
line-height:13px;
}

#salaries-table p {
	padding-left:25px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-bottom:15px;
	padding-top:15px;
	margin:0;
}

div.ss-head-foot {
background-color:#55aa9c;
text-align:right;
padding:5px 25px 5px 25px;
overflow:hidden;
color:#ffffff;
}
div.ss-head-foot a {	
color:#ffffff;
}
div.ss-head-foot-top{
background-color:#55aa9c;
text-align:right;
padding:5px 25px 5px 25px;
border-bottom:1px solid #ccc;
overflow:hidden;
color:#ffffff;
overflow:hidden;

}
div.ss-head-foot-top a {	
color:#ffffff;
}
.ss-head-foot .left-text,
.ss-head-foot-top .left-text {
width:525px; 
float:left; 
text-align:left;
}
img#search {
margin-bottom:10px;
float:right;
}
img#archives {
margin-bottom:10px;
float:left;
}

.sunshine-next {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  
  border-left: 5px solid #fff;
  display:inline-block;
  margin-left:3px;
}

.sunshine-prev {
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  
  border-right:5px solid #fff; 
  display:inline-block;
  margin-right:3px;
}

.sun-contracts-sort-o {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid #ffff;
  display:inline-block;
  margin-right:3px;
}

@media screen and (max-width: 768px) {
	.ss-head-foot .left-text,
	.ss-head-foot-top .left-text {
		width: auto; 
		float: none; 
		text-align: inherit;
	}
}
