/* Defaults */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	background: url("images/intranet_bg_tile_top.jpg") repeat-x;
}

html {
	overflow-y: scroll;
}

a,
a:link,
a:active,
a:visited,
label {
	text-decoration: none;
	color: #a00;
}

a:hover,
label:hover {
	color: #e44;
}

label {
	cursor: pointer;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

td {
	padding: 1px;
	vertical-align: top;
}

input[type=text],
input[type=password],
textarea {
	font-family: arial, verdana, sans-serif;
	border: 1px solid #ccc;
	background-color: white;
}

/* Sections */
#skeleton {
	width: 1008px;
	margin: 0 auto;
}

#header {
	height: 83px;
}

#header h1 {
	padding: 0;
	margin: 0;
	font-size: 12pt;
	text-indent: -5000px;
	background: url('images/intranet_logo.jpg') no-repeat;
	width: 163px;
	height: 56px;
}

#header h2 {
	position: relative;
	padding: 0;
	margin: 0;
	top: -10px;
	padding-left: 285px;
	font-weight: normal;
	font-size: 14pt;
	color: #888;
}

#header #info {
	float: right;
	width: 400px;
	text-align: right;
	color: white;
	padding: 2px 0;
}

#header #info .avatar {
	border: 1px solid #ccc;
	vertical-align: bottom !important;
}

#header #info a,
#header #info a:link,
#header #info a:active,
#header #info a:visited {
	color: white;
}

#navigation {
	background-color: black;
	height: 27px;
	font-size: 10pt;
	border-top: 1px solid white;
}

#navigation ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	display: block;
	list-style: none;
	float: left;
}

#navigation ul li.nav-right {
	float: right;
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:active,
#navigation ul li a:visited {
	display: block;
	padding: 3px 12px 3px 12px;
	margin: 4px 0 0 1px;
	color: black;
	background-color: #ccc;
	border-bottom: 1px solid black;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

#navigation ul li a:hover {
	background-color: white;
}

#navigation ul li a.active,
#navigation ul li a.active:link,
#navigation ul li a.active:active,
#navigation ul li a.active:visited {
	background-color: white;
	border-bottom: 1px solid white;
}

#navigation ul li a img {
	vertical-align: bottom;
}

#content {
	width: 1008px;
	padding: 0;
	text-align: justify;
}

#main {
	width: 600px;
}

/* Classes */
.message {
	position: absolute;
	background-color: #ffc;
	padding: 5px 10px;
	cursor: pointer;
	width: 30%;
	left: 35%;
	text-align: center;
	top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error {
	margin-top: 5px;
	border: 2px solid red;
	padding: 5px;
}

.small {
	color: #888;
	font-size: 8pt;
	font-weight: normal;
}

.small a,
.small a:link,
.small a:active,
.small a:visited {
	color: #888;
}

.smallright {
	float: right;
	padding: 0;
	text-align: right;
}

.smallright a,
.smallright a:link,
.smallright a:active,
.smallright a:visited {
	color: #888;
}

.right {
	float: right;
	width: 400px;
	margin: 0 0 0 0;
	margin: 0;
	padding: 0;
}

.right h1 {
	margin-top: 0;
}

.toolbar {
	padding: 15px 0 15px 0;
	height: 2em;
	font-style: italic;
}

.toolbar a,
.toolbar a:link,
.toolbar a:active,
.toolbar a:visited {
	padding: 5px 15px 5px 10px;
	-moz-border-radius: 5px;
	border: 1px solid #eee;
	background-color: #f7f7f7;
}

.toolbar a:hover {
	background-color: #fbfbfb;
}

.toolbar a img {
	vertical-align: bottom;
}

.login {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #e0e0e0;
	background-color: #e7e7e7;
	display: block;
	width: 380px;
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	cursor: pointer;
	font-size: 16pt;
}

.login:hover,
.selected {
	background-color: #f0f0f0;
}

.login .password {
	width: 210px;
}

#other {
	height: 55px;
}

#other .username,
#other .password {
	width: 270px !important;
}

.login img {
	vertical-align: middle;
}

.login button {
	height: 24px;
}

img.icon {
	vertical-align: bottom;
}

.userlist {
	width: 100%;
}

.userlist tr.odd td,
.userlist tr.even td {
	cursor: pointer;
}

.head td {
	text-indent: 2px;
	font-weight: bold;
}

.head td a,
.head td a:link,
.head td a:visited,
.head td a:active,
.head td a:hover {
	color: black;
}

.user td {
	background-color: #f3f3f3;
	padding: 3px;
	border-bottom: 1px solid white;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.user:hover td {
	background-color: #f6f6f6;
}

.userlist .odd:hover td {
	background-color: #f4f2ef;
}

.userlist .even:hover td {
	background-color: #ffffff;
}

.paginator {
	text-align: center;
	padding: 5px 0;
}

.paginator a,
.paginator span {
	padding: 2px 3px;
}

.loading {
	background: url("images/loader.gif") no-repeat 50% 50%;
}

#files {
	margin-bottom: 2em;
}

#files table {
	width: 100%;
}

#files table tr th {
	padding: 5px;
}

#files table tr td {
	background-color: #eee;
	border-bottom: 1px solid white;
}

#files table tr:hover td {
	background-color: #f4f4f4;
}

#files table tr td a {
	color: #000;
	display: block;
	padding: 5px;
}

#files table tr td input {
	margin-top: 4px;
}

#directorypicker {
	height: 2em;
}

#directorypicker a,
#directorypicker div {
	display: block;
	float: left;
	padding: 4px;
}

.progressbar {
	width: 400px;
	height: 16px !important;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #292929;
}

h2 {
	font-size: 12pt;
	margin: 5px 0 5px 10px;
	color: #888;
}

p {
	margin: 0 0 0.5em 0;
}

input.search {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-left: 20px;
	background: url('images/magnifier.png') 2px 2px no-repeat;
	height: 16px;
}

button img {
	vertical-align: bottom;
}

form {
	padding: 0;
	margin: 0;
}
