#user_bar{
  width:100%;
  background:#ccc;
  height:22px;
  border:0;
  border-bottom:1px solid #899BC1;
  background:#ECEFF5;
  color:#000;
  border-collapse:collapse;
  margin:0 0 0 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;
}


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, table a:visited{
 padding:4px 6px 3px 6px;
 margin:0 -4px 0 -4px;
 color:#474747;
}
*/
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;
}

#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/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;
  position:relative;
  left:-10px;
  top:30px;
/*  margin:0 0 0 -10px;*/
}

#sortable-contacts-list li{
  list-style:none;
/*  position :relative;*/
/*  top:30px;*/
  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{
/* margin:-23px 0 0 0; */
/*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; 
}




/*Application Specific*/
#doc_category_top_container{
  text-align:center;
  border-bottom:2px solid;
  border-top:2px solid;
  margin-bottom:20px;
  width:750px;
}

#doc_category_top_info{
 text-align:center;
 width:750px;
 margin-bottom:20px; 
}

#doc_category_top_info h1{
  color:#E82034;
}

.doc_category_container{
  float:left;
  width:50%; 
}

.doc_category_container a, .doc_category_container a:visited{
 color:#E82034;
}

.doc_category_container a:hover{
 color:blue;
 background:#E6E6E6;
}

.doc_category_snippet{
 width:750px; 
}

.doc_category_snippet, .info_center_snippet{
/*  background:green;*/
}

.doc_category_snippet a:hover, .info_center_snippet a:hover{
/*  background:none;*/
}

.doc_category_snippet img, .info_center_snippet img{
  border:none;
}


.doc_category{
  padding:20px;
}

a.doc_category_link, a:visited.doc_category_link{
  color:#ccc;
}

a:hover.doc_category_link{
  color:green;
}

.doc_category h3{
  margin:0px 0 5px 0;
  font-weight:bold;
  color:#E82034; 
  text-decoration:underline;
}

.doc_list{
  text-align:left;
  color:#E82034;
  font-weight:bold;
}

.doc_list ul li{
  list-style:none;
}

.doc_details{
  font-size:10px;
  color:#474747;
}

#listing_info_center_documents{
 padding:5px; 
}

/*#NOTE: jonk (11/10/2008) =>*/
/*replace with contents of /stylesheets/current_admin_styles.css*/

#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;
}