﻿a.prettylink,a.prettylink:visited
{
	/*Gradient background*/
	background: #e5f0e7;
	
	/*Rounded corners*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 

	/*Text shadow*/

	
	border:solid 1px #e5f0e7;	
	color:#11563b;
	cursor:pointer;
	display:block;	
	font-size:14px;
	line-height:1.2em;
	margin:10px 0;
	padding:10px 10px 10px 50px;
	*padding:10px;/*ie6-7 don't support pseudo elements so no need to make space for the icon*/
	position:relative;
	text-decoration:none;
	zoom:1;
}

a.prettylink:after
{
	content:"";			
	display:block;		
	margin-right:2px;	
    border-right: 1px solid #e5f0e7;
    height: 37px;
    left: 0;
    position: absolute;
    top: 0;
    width: 38px;
	zoom:1;
	
	/*Rounded corners*/
	-webkit-border-radius: 0px 0 0 0px;
	-moz-border-radius: 0px 0 0 0px;
	border-radius: 0px 0 0 0px; 
}

a:hover.prettylink
{
	background-color:#fff;
	border-color:#e5f0e7;
	color:#11563b;
}

a.prettylink:hover:after{background-color: #FFFFFF;}

a:active.prettylink
{
	/*Inset drop-shadow*/

	background-color:#e5f0e7;	
	background-position:0 -10px;
	background-repeat:repeat-x;
	border-color:#e5f0e7;
}


/*Set icons*/
a.doc:after{background:transparent url(../images/silk_icons/page_word.png) no-repeat 50% 50%;}
a.mp3:after{background:transparent url(../images/silk_icons/music.png) no-repeat  50% 50%;}
/*a.mp3:after{background:transparent url(../images/silk_icons/ipod.png) no-repeat  50% 50%;} - Alternative icon */ 
a.pdf:after{background:transparent url(../images/silk_icons/page_white_acrobat.png) no-repeat  50% 50%;}
a.ppt:after{background:transparent url(../images/silk_icons/page_white_powerpoint.png) no-repeat  50% 50%;}
a.xls:after{background:transparent url(../images/silk_icons/page_excel.png) no-repeat  50% 50%;}
a.video:after{background:transparent url(../images/silk_icons/film.png) no-repeat  50% 50%;}
/*a.zip:after{background:transparent url(../images/silk_icons/page_white_compressed.png) no-repeat  50% 50%;} - Alternative icon*/
a.zip:after{background:transparent url(../images/silk_icons/page_white_zip.png) no-repeat  50% 50%;}
a.link:after{background:transparent url(../images/silk_icons/page_white_link.png) no-repeat  50% 50%;}
a.tickets:after{background:transparent url(../images/silk_icons/tickets.png) no-repeat  50% 50%;}
a.intern:after{background:transparent url(../images/silk_icons/page_white_intern.png) no-repeat  50% 50%;}
a.english:after{background:transparent url(../images/silk_icons/page_white_english.png) no-repeat  50% 50%;}
a.tschechisch:after{background:transparent url(../images/silk_icons/page_white_tschechisch.png) no-repeat  50% 50%;}
a.ungarisch:after{background:transparent url(../images/silk_icons/page_white_ungarisch.png) no-repeat  50% 50%;}
a.vote:after{background:transparent url(../images/silk_icons/page_white_vote.png) no-repeat  50% 50%;}