@CHARSET "ISO-8859-1";

/*
	=========== LINKS STYLE IS STORED HERE =================================
 
	STYLESHEET THAT CONTAINS SAME CSS FOR ALL CLONES 
*/ 

/* link to add something page */
a.add
{
	background: url(../images/icons/add.png) no-repeat top left;
	padding-left: 16px;
	font-weight: bold;
	color: green;
	font-size: 12px;
}


a.edit
{
	text-decoration: none;
	background: url(../images/icons/edit.png) no-repeat left;
	padding-left: 19px;
	font-size: 13px;
	font-weight: bold;
}

a.edit:hover
{
	font-size: 13px;
	font-weight: bold;
}

a.edit-small,
a.edit-small:hover
{
	background: url(../images/icons/edit-small.png) no-repeat left;
	padding-left: 12px;	
	font-size: 11px;			
}

a.delete-small,
a.delete-small:hover
{
	background: url(../images/icons/delete-small.png) no-repeat left;
	padding-left: 13px;			
	color: #DC2F11;
	font-size: 11px;
}


a.mentee_file
{
	background: url(../images/icons/mentee-file.png) no-repeat left;
	padding-left: 20px;
	font-weight: bold;	
	text-decoration: none;	
}

a.new
{
	color: #009900;
	padding-left: 18px;
	background: url(../images/icons/new.png) no-repeat left top;	
}

a.credit_card
{
	padding-left: 18px;
	background: url(../images/icons/credit_card.gif) no-repeat left top;	
}	

a.print
{
	color: #000000;
	padding-left: 18px;
	background: url(../images/icons/print.gif) no-repeat left top;
}
a.print:hover
{
	color: #000000;
	text-decoration: none;
}

a.pdf
{
	color: #000000;
	padding-left: 18px;
	background: url(../images/icons/pdf.png) no-repeat left top;
}
a.pdf:hover
{
	color: #000000;
	text-decoration: none;
}

a.doc
{
	color: #000000;
	padding-left: 18px;
	background: url(../images/icons/doc.png) no-repeat left top;
}
a.doc:hover
{
	color: #000000;
	text-decoration: none;
}

a.results
{
	padding-left: 18px;
	background: url(../images/icons/results.gif) no-repeat left top;	
}

a.combined_tracking_results
{
	padding-left: 18px;
	background: url(../images/icons/combined_tracking_results.png) no-repeat left top;	
}

a.move_survey
{
	padding-left: 18px;
	background: url(../images/icons/move_survey.gif) no-repeat left top;	
}

a.copy
{
	padding-left: 22px;
	background: url(../images/icons/silk/page_copy.png) no-repeat left;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;	
}	

a.email
{
	padding-left: 18px;
	background: url(../images/icons/mail.png) no-repeat left top;
	text-decoration: none;		
}	

a.new_user
{
	color: #009900;
	padding-left: 18px;
	background: url(../images/icons/new_user.gif) no-repeat left top;	
}

a.select_user
{
	color: #0C6696;
	padding-left: 18px;
	background: url(../images/icons/select_user.gif) no-repeat left top;	
}

a.username
{
	padding-left: 11px !important;
	background: url(../images/icons/user.gif) no-repeat left;	
}

a.block
{
	padding-left: 20px;
	background: url(../images/icons/block.png) no-repeat left;
	text-decoration: none;	
}


a.back
{
	color: #444;
	padding-left: 20px;
	background: url(../images/icons/back.gif) no-repeat left;
	text-decoration: none;	
}	

a.survey-data
{
	background: url(../images/icons/database.png) no-repeat left;
	padding-left: 20px;
	font-weight: bold;	
	text-decoration: none;	
}	

a.go
{
	background: url(../images/icons/go.png) no-repeat right;
	padding-right: 20px !important;
	text-decoration: none;		
}
a.go:hover
{
	text-decoration: underline !important;		
}

a.graph
{
	background: url(../images/icons/graph.png) no-repeat left;
	padding-left: 20px;
	text-decoration: none;	
}
a.graph:hover
{
	text-decoration: underline !important;		
}


a.send-message
{
	background:url(../images/icons/send-message.gif) no-repeat top left;
	padding-left:18px;
	height:15px;
	font-size:12px;
}