* {
	padding:0;
	margin:auto;
}


fieldset {
        margin-left: 50px;
	padding-left: 10px;
#	border: #FE4902 3px solid; 
}

legend {
	border: #FE4902 3px solid;
	text-align:left;
}

body {
	color: #333;
	font: 16px Sans-Serif;
	padding: 50px;
	background: #eee;
	
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 5px 0;
	margin: 0;
}

h2 {
	font-size: 16px;
	text-align: center;
	padding: 0 0 12px 0; 
}

.special {
	background-color: #FAFAFA;
}

#container {
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
	position: relative;
	background: white; 
	width: 100%;
}

table {
	background-color: #F3F3F3;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}

th {
	background-color: #FE4902;
	color: #FFF;
	cursor: pointer;
	padding: 5px 10px;
}

th small {
	font-size: 9px; 
}

td, th {
	text-align: left;
}

a {
	text-decoration: none;
}

td  a {
	color: #663300;
	display: block;
	padding: 5px 10px;
}

th a {
	padding-left: 0
}

td:first-of-type a {
	background: url(../.images/file.png) no-repeat 10px 50%;
	padding-left: 35px;
}
th:first-of-type {
	padding-left: 35px;
}

td:not(:first-of-type) a {
	background-image: none !important;
} 

tr:nth-of-type(odd) {
	background-color: #E6E6E6;
}

tr:hover td {
	background-color:#AAAAAAA;
}

tr:hover td a {
	color: #000;
}


ol {
	margin-left: 60px;

}
