/** default oblivion stylesheet **/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	cursor: default;
	margin-top: 65px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
a:active {
	color: #006600;
}
img {
	border: none;
}

h1 {
	font-family: Calibri;
	font-size: very large;
	padding-top: 5px;
}
p {
	padding-top: 3px;
	padding-bottom: 3px;
}

form {
	margin: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0F0F0;
	padding: 1px;
	border: 1px solid #F0F0F0;
	color: #333333;
	font-family: Tahoma;
	-webkit-border-radius: 3px;
}
input:hover {
	background-color: #FFFFFF;
}
#action {
	cursor: pointer;
}

a.button {
	font-family: Tahoma;
	background-color: #F0F0F0;
	color: #0066CC;
	cursor: pointer;
	text-align: center;
	padding: 1px;
	border: 1px solid #F0F0F0;
	-webkit-border-radius: 2px;
}
a.button:hover {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
a.button:active {
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #F0F0F0;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #0066CC;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-box-shadow: 0px 0px 10px #999999;
}
#header a {
	color: #FFFFCC;
}
#header a:hover {
	color: #FFFFFF;
}

#user {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #CCCCCC;
	padding: 7px;
	color: #333333;
	text-align: right;
	-webkit-border-bottom-left-radius: 3px;
}
#user p {
	margin-top: 5px;
	margin-bottom: -3px;
}

#container {
	width: 820px;
	margin: auto;
}
#wrapper {
	width: 820px;
	margin: 10px auto;
	padding: 5px 10px 5px 10px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 20px #CCCCCC;
}

#footer {
	padding: 10px;
	color: #999999;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #0066CC;
}
#footer a:active {
	color: #666666;
}

#search {
	padding-top: 10px;
	padding-bottom: 8px;
}

.avatar {
	max-height: 100px;
	max-width: 100px;
}
