@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 1%;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

#senderListe::-webkit-scrollbar {
    width: 12px;
}
#senderListe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
#senderListe::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

#archivListe::-webkit-scrollbar {
    width: 12px;
}
#archivListe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
#archivListe::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
#ssearch {
	width: 134px;
	height: 20px;
	//float: left;
	background: url(/images/search-box-bg.png) no-repeat left;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747474;
	padding: 5px;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #40C1D4;
}

a:hover {
	text-decoration: none;
	color: #D8B077;
}

/* Header */

#header {
	height: 100px;
	/* background: url(/images/img01.gif) repeat-x left bottom; */
}

#logo {
	float: left;
	/* height: 50px; */
	/* width: 462px; */
}

#logo h1, #logo h2 {
	float: left;
	margin: 0 0 0 10px;
}

#logo h1 {
	padding: 10px 0 0 0;
	padding: 0;
	letter-spacing: -2px;
	font-size: 2.4em;
	/* width: 246px; */
}

#logo h2 {
	padding: 11px 0 0 5px;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	/* width: 170px; */
}

#logo a {
	text-decoration: none;
	color: #40C1D4;
}

#menu {
	width: auto;
	clear: left;
	/* height: 50px; */
	/* background: url(/images/img02.gif) no-repeat; */
	background-color: #40C1D4;

	margin: 0;
    /* padding: 1% 0 1% 0; */
}

#menu ul {
    width: auto;
    height: auto;
    margin: 0;
    list-style: none;

    text-align: justify;
}

#menu ul li {
    margin: 10px 0 10px 1.6%;
    width: 10%;
    text-align: center;
    display: inline;

    display: inline-block;
}

#menu ul li:last-child {
  margin: 0;
  width: 12%;
  margin-right: 3px;
  margin-bottom: 2px;
  vertical-align: bottom;
}

#menu ul:after {
  content: '';
  width: 100%;
  display: inline-block;
}

.ommmenu {
  zoom: 1;
}

#menu a {
	/* display: block; */
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #FFFFFF;
}

#menu a:hover {
	background: #0083A9;
}

#searchinp {
	/* float: right; */
	max-width: 200px;
	/* height: 100px; */
	/* background: url(/images/img03.gif); */
}

#searchinp h2 {
	margin: 0;
}

#searchinp form {
	/* padding: 20px 0 0 20px; */
}

#searchinp fieldset {
	border: none;
}

#searchinp legend {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#searchinp #s {
	/* width: 140px;
	height: 30px; */
	padding: 10px 10px 0 10px;
	padding: 10px 0 0 0;
	background: #B5E6EE;
	border-top: 1px solid #B9E7EF;
	border-left: 1px solid #B9E7EF;
	border-right: 1px solid #C1EBF1;
	border-bottom: 1px solid #C1EBF1;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #0083A9;
	width: 100%;
}

#searchinp #x {
	display: none;
}

/* wishList */

#formWish #wishFile, #wishEmail{
	padding: 2px 2px 2px 2px;
	background: #B5E6EE;
	border-top: 1px solid #B9E7EF;
	border-left: 1px solid #B9E7EF;
	border-right: 1px solid #C1EBF1;
	border-bottom: 1px solid #C1EBF1;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #0083A9;
}

/* Page */

#page {
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 65%;
	padding-right: 5%;
}

#topBanner {
	text-align: center;
	max-width: 486px;
	max-height: 62px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#topBanner img {
  width: 100%;
  height: auto;
}

.post {
}

.post .meta {
	margin: 0;
	text-align: center;
	font: bold 11px/normal Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.post .meta a {
	color: #CCCCCC;
}

.post .subtitle {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	border: 1px dotted #EEEEEE;
}

.post .title {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-size: 2.4em;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	border-bottom: 1px solid #EEEEEE;
}

.post .entry {
	padding: 20px;
	line-height: 200%;
}

.post .links {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
}

.post .tags {
	margin: 0;
	padding: 10px 0;
	font-size: .8em;
	text-align: center;
}

.post .tags a {
	padding-left: 10px;
}

/* Sidebar */

#sidebar {
	margin-right: 70%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	width: 80%;
	background: url(/images/img05.gif) no-repeat;
}

#sidebar li ul {
	width: 80%;
	padding: 10px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 10px;
	background: none;
	border-bottom: 1px dotted #EEEEEE;
}

#sidebar h2 {
	height: 35px;
	max-width: 380px;
	margin: 0;
	padding: 15px 0 0 20px;
	background: url(/images/img06.gif) no-repeat right top;
	color: #FFFFFF;
}

#sidebar h2 a:hover {
	color: #FFFFFF;
}

.toggler {
	cursor: pointer;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

#sideBanner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

#calendar th, #calendar td {
	padding: 5px 0;
}

#calendar thead th {
	border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
}

#calendar tfoot td {
	border-top: 2px solid #EEEEEE;
}

#calendar tbody td {
	border-bottom: 1px dotted #EEEEEE;
}

#calendar tbody a {
	font-weight: bold;
}

td:hover, tr:hover {
	background-color: #ADD8E6;
}

#calendar #today {
	background: #EEEEEE;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Footer */

#footer {
	clear: both;
	/* height: 50px; */
	/* background: #40C1D4 url(/images/img07.gif); */
	background-color: #40C1D4;
	color: #FFFFFF;
	text-align: justify;
}

#footer p {
	/* margin: 0; */
	/* padding: 0 20px; */
	/* line-height: normal; */
	/* height: 32px; */
	/* padding-top: 18px; */
	/* float: left; */
	margin: 1% 1% 1% 1%;
	color: #FFFFFF;
	display: inline-block;
}

#footer:after {
    content: '';
    width: 100%;
    display: inline-block;
}

#footer a {
	color: #FFFFFF;
}

/* Extra Markups */
.markit {
	color: red;
	font-weight:bold;
}

.botBan {
	font-size: 10px;
}

#loading {
	display:none;
	position:absolute;
	top:50%;
	left:60%;
	width:32px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
.ppbtn {
	border: none;
}
.ubuntuNotify{
	position:fixed;
	top:10px;
	right:10px;
	width:200px;
	padding:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#000;
	opacity:0.7;
	color:#fff;
	font-weight:bold;
	text-align:center;
	z-index:999;
	display:none;
}

table.filter {
  margin: auto;
  text-align: left;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

table.filter tr {
  background: rgb(211, 211, 211);
}
table.filter th {
  text-align: center;
  padding: 2px;
}

table.filter tf {
  text-align: center;
  padding: 2px;
}

table.filter td {
  padding: 2px;
}

table.filter label {
  display: inline-block;
  width: 65px;
}

table.filter div.ui-slider {
  max-width: 290px;
  margin: 5px;
}

table.filter div#sort-radio label.ui-button {
  width: 96px;
}

table.filter div#sort-order-radio label.ui-button {
  width: 110px;
}

table.usermenu tr {
    background: rgb(211, 211, 211);
}
table.usermenu tr:first-child {
    background: rgb(173, 216, 230);
    text-align: center;
}
table.usermenu tr td:last-child {
    text-align: center;
}
.detail_table {
    min-height: 200px;
}

select.horizontal option {
    border:1px solid rgb(211, 211, 211);
    padding-left: 1px;
    padding-right: 1px;
    display:inline-block;
}
