.prettyFileList {
	margin-bottom:1em;	
}

a.prettylink,a.prettylink:visited,.prettyPagination a,.prettyPagination a:visited
{
	/*Gradient background*/
	background: #fa9b28; /* Old browsers */
	background: -moz-linear-gradient(top,  #fa9b28 0%, #d76900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9b28), color-stop(100%,#d76900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fa9b28 0%,#d76900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fa9b28 0%,#d76900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fa9b28 0%,#d76900 100%); /* IE10+ */
	background: linear-gradient(top,  #fa9b28 0%,#d76900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9b28', endColorstr='#d76900',GradientType=0 ); /* IE6-9 */
	
	/*Drop shadow*/
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none; 
	
	/*Rounded corners*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 

	/*Text shadow*/
	text-shadow:none;
	
	border:solid 1px #ac7e2c;	
	color:#fff;
	cursor:pointer;
	display:block;	
	font-size:0.75em;
	line-height:1.25em;
	margin:10px 0;
	padding:10px 10px 10px 35px;
	*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;		
	height:20px;
	left:10px;
	margin-right:2px;		
	position:absolute;		
	top:11px;
	width:20px;
}

a:hover.prettylink,
.prettyPagination a:hover
{
	background-color:#fa9b28;
	border-color:#ac7e2c;
	color:#fff;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); 
}

a:active.prettylink,
.prettyPagination a:active
{
	/*Inset drop-shadow*/
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none; 

	/*Gradient background*/
	background: #d76900; /* Old browsers */
	background: -moz-linear-gradient(top,  #d76900 0%, #fa9b28 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d76900), color-stop(100%,#fa9b28)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d76900 0%,#fa9b28 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d76900 0%,#fa9b28 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d76900 0%,#fa9b28 100%); /* IE10+ */
	background: linear-gradient(top,  #d76900 0%,#fa9b28 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d76900', endColorstr='#fa9b28',GradientType=0 ); /* IE6-9 */
}


/*Set icons*/
a.pdf:after{background:transparent url(../images/silk_icons/page_white_acrobat.png) no-repeat 0 0;}
a.doc:after{background:transparent url(../images/silk_icons/page_white_word.png) no-repeat 0 0;}
/*a.zip:after{background:transparent url(../images/silk_icons/page_white_compressed.png) no-repeat 0 0;} - Alternative icon*/
a.zip:after{background:transparent url(../images/silk_icons/page_white_zip.png) no-repeat 0 0;}
a.xls:after{background:transparent url(../images/silk_icons/page_white_excel.png) no-repeat 0 0;}
a.ppt:after{background:transparent url(../images/silk_icons/page_white_powerpoint.png) no-repeat 0 0;}

/*Pagination*/
.prettyPagination
{
	border-top:dashed 1px #ccc;
	height: 45px;
    margin-bottom: 10px;
	padding-top:0px;
	text-align:center;	
}
.prettyPagination .pagingInfo{display:inline-block;*display:inline;margin-top:10px;zoom:1;}

.prettyPagination a{
	display:inline-block;
	padding:5px;
	*display:inline;
	zoom:1;
}

.prettyPagination a.next{float:right;}
.prettyPagination a.prev{float:left;}
.prettyPagination a.disabled{opacity:0.4;}
