/*Highligt search term in search results*/
.highlight  { background:#ff0; }

#user_bar{
  width:100%;
  background:#ccc;
  height:22px;
  border:0;
  border-bottom:1px solid #899BC1;
  background:#ECEFF5;
  color:#000;
  border-collapse:collapse;
  margin:0px 0 0px 0;
  font-size:1.2em;
}

#user_bar a:hover{
 background:none;
}

#user_bar tr, #user_bar th, #user_bar td{
 border:none;
}

#admin_links{
 margin:0 0 0 0px; 
/* white-space:nowrap;*/
}

#admin_links a, #admin_links a:visited{
  background:none;
  font-weight:bold;
  color:#666;
}

#admin_links a:hover{
/*  color:red;*/
  color:darkblue;
}

/*This is for a link "embeded" in an h1*/
h1 .h1_link{
 font-size:.6em; 
}

table {
	border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
  padding:4px;
  border:1px solid #474747;
}

th{
  text-align: center;
  font-weight:bold;
}

tr.table_header th{
 background:#ccc; 
}

table a, table a:visited{
 padding:7px 6px 6px 6px;
 margin:0 -4px 0 -4px;
/* color:#474747;*/
 color:darkblue;
}

table a:hover.delete{
 color:red; 
}

table a:hover{
 background:#CCC; 
 color:green;
}

table a:hover.na_link{
  padding:4px 6px 4px 6px;
  margin:-4px -4px -4px -4px;
  display:block;
}

table a.enable_disable{
  padding:4px 6px 4px 6px;
  margin:-4px -4px -4px -4px;
  display:block;
}

/*This was for a weird 1px bug found in IE7 vs firefox vs safari...the hover would not fill the table cell right, look for (or create) the proper overrides*/
#show_page_content table a:hover{
/*  background:none;*/
  padding:7px 6px 6px 6px;
  margin:0 -4px 0 -4px;
  color:blue;
}

input.text_box{
  height:15px;
  border:1px solid #C1C1C1;
  margin:0;
  padding:1px 2px 1px 2px;
  width:175px;
}

.button{
  background: url('/images/ircms/button_background.png') repeat-x;
  border:1px solid #C1C1C1;
  height:21px;
/*  height:19px;*/
  padding:0 1px 2px 1px;
  font-weight:bold;
  color:#686868;
  margin:-1px 0 0 5px;
/*  width:auto;*/
  font-size:11px;
}

.edit_snippet_button{
 position:relative;
 top:5px;
/* left:-5px; */
}

.checkbox{
 position:relative;
 top:3px; 
}

a:hover.image_hover_link{
  background:#F1E8E0;
}

a:hover img.image_manager{
  border:1px solid red;
}

a.clipboard{
 position:relative;
 top:1px;
 right:3px;
}

a:hover.clipboard{
background:none;
}

a span.warning, a:visited span.warning{
 color:red; 
}

.warning {
	color:red;
}

#image_container{
 padding:10px;
}

#sortable-contacts-list{
  z-index:1000; /*for IE*/
  position:relative;
  left:-10px;
  top:10px;
}

#sortable-contacts-list li{
  list-style:none;
  margin:20px 0 0px 0;
  display:block;
/*  background:lightgreen;*/
}

.contact_image{
 float:left;
 width:100px;
 text-align:center; 
 position:relative;
 left:0;
}

.contact_image a:hover{
 background:none;
}

.contact_action_links a, .contact_action_links a:visited{
 color:blue; 
}

.contact_action_links a:hover{
 background:#ccc; 
}

.contact_seperator{
  font-weight:normal;
  font-size:16px;
  color:orange;  
  padding:0 3px 0 3px;
  position:relative;
  top:1px;
}

.contact_phone{
 float:right;
 margin:-18px 0 0 0; 
}

.contact_details{
/*background:red;*/
}

#links_key_title{
 font-weight:bold;
 color:red;
 margin:0 0 5px 0; 
}

#links_key_box{
 width:200px;
 background:#ccc;
 padding:5px;
 margin:0 0 20px 0;
 border:2px solid #474747;
 color:#474747; 
}

/*this is the h1 for the links resource*/
#links_h1{
 float:left;
 margin:0 15px 0 0;
}

#links_new_link{
 padding:5px 0 0 0; 
}

.full_site_width{
 width:750px; 
}



/*Flash and errors*/
.flash{
	float:left;
	color:#333;
	margin:0px 10px 10px 0px;
	padding:5px;
	font-size:1.2em;
	font-family:arial, sans-serif;
}

.flash_notice {
	border:1px solid #7CC76A;
	background:#D5FCCD;
}

.flash_error {
	border:1px solid red;
	background:#f0f0f0;
}

.tip{
  background:#D5FCCD;
  color:#000;
  border:1px solid #999;
  padding:1px 3px 3px 3px;
}

/*ERRORS*/
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 1em;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin: 10px 0 0 0;
  padding: 5px;
}

#errorExplanation ul{
 margin:5px 0 0 40px; 
}

#errorExplanation ul li {
  font-size: 1em;
  list-style: square;
  margin:0 0 5px 0;
}

.userstamp{
 float:left;
 border:1px solid #474747;
 background: #ECEFF5;
 padding:5px; 
}