
/*Styles for the Abstracts Folder Content*/

#pageContentWrapper {
	width: 618px;
}

.abstracts a:link { color:#333333; text-decoration:none; }    /* unvisited link */
.abstracts a:visited { color:#333333; text-decoration:none; }  /* visited links */
.abstracts a:active { color:#457FB1; text-decoration:none; }  /* active links */
.abstracts a:hover { color:#457FB1; text-decoration:underline; }   /* active links */

.noUnderline a:hover { color:#333333; text-decoration:none; }   /* active links */


#logout_link {
	padding: 0.4em 1 em 0.4em 20px;
	position: relative;
	text-decoration: none;
}

.logoutLink a:link {
	color: #555555;
}

.logoutLink a:hover {
	color: #212121;
}

.logoutLink a:visited {
	color: #555555;
}



.listTable td {
	border-bottom: dotted 1px #999999;
}

.listTable2 td {
	border-top: dotted 1px #999999;
}

.listTable .listTable2 a:link {
	text-decoration: none;
}

.listTable .listTable2 a:hover {

	color: #457FB1;
	text-decoration: underline;
}

.strandsTitle {  
	color:#4D4D4D;
	font-family:Verdana,Arial,Helvetica;
	font-size:8pt;
	margin-left: 5px;
}

.highlightME {
	background:#CCF2D1;
}

.highlight {
	background:#E6E6E6;
}

.white {
	background:#FFFFFF;
}

.ui-abstracts-content {
	width: auto; 
	height: auto; 
	margin-top:10px; 
	padding:5px;
}

.ui-icon-fix {
	float: left; 
	margin-right: 0.3em;
}

.edit-button { 
   outline: 0; 
   margin: 0; 
   padding: .4em .6em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1; 
   }

.icon-button-left {
	left: 0.3em
	margin-left: 0;
	right: auto;
}

.red .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
.gray .ui-icon {background-image: url(images/ui-icons_888888_256x240.png); }

.redfont { color:#FF0000; }
.greenfont { color:#009900;}

.ui-state-error a:link { color: #cd0a0a; }
.ui-state-error a:visited { color: #cd0a0a; }
.ui-state-error a:hover { color: #457FB1; }

.error { color:#F00; font-weight:bold; }