body {
    /*font-family: Arial;*/
    font-size:10pt;
    /*line-height:16pt;*/
    background-color:#222;
}

a:link {
    color:#6699FF;
}
a:visited {
    color:#6699FF;
    /*color:#CC6666;*/
}
a:hover {
}

h1,h2,h3 {
    padding:0px;
    padding-top:1em;
    margin-bottom:0.5em;
    color:#777;
}

#header {
    background-color:#000;
    color:#fff;
    padding:0.5em 2em 0.5em 2em;
    border-bottom:1px solid #555;
}

#menu {
    font-size:150%;
}

#menu ul {
    padding:0px;
    margin:0px;
}

#menu li {
    float:left;
    padding:0.5em;
    padding-bottom:0px;
    list-style-type:none;
}

#submenu {
    padding:0px;
    font-size:smaller;
}

#logo {
    text-align:center;
    /*padding:0.5em;*/
    /*padding-left:0em;*/
    /*width:25%;*/
    /*float:left;*/
}

#login {
    float:right;
    padding:1em;
}

#languages {
    padding:0.5em;
    text-align:right;
}

#header a:link {
    color:#fff;
}

#header a:visited {
    color:#fff;
}

#userbar {
    background-color:#333;
    border-bottom:1px solid #555;
    color:#ccc;
}

#auth {
    text-align:right;
    padding:0.5em;
}

#content {
    background:#fff;
    padding:0px 2em 2em 2em;
}

#column {
    /*background-color:#333;*/
    /*color:#eee;*/
    border-left:1px solid #ccc;
    padding:0px 2em 2em 2em;
}

#footer {                    
    color:#999;
    border-top:1px solid #555;
    /*border-bottom:1px solid #555;*/
    background-color:#000;
    padding:2em;
}                            

#copy {
    background:#000;
    color:#fff;
    text-align:center;
    /*padding:1em;*/
}

#timer {
    color:#fff;
    text-align:center;
}

#flash-msg {
    color:  #64E986;
    padding:0.5em;
    padding-left:2em;
    float:left;
}

.title-bar {
    border-bottom:1px solid #ccc;
    margin-bottom:1em;
}

.title-bar h2 {
    margin-bottom:0px;
}

.centered {
    width:50%;
    margin:auto;
}

.content {
    margin-left:2em;
    overflow:auto;
}

.info {
    font-size:smaller;
    padding-bottom:2em;
}

del {
    background-color:red;
    text-decoration:none;
}

ins {
    background-color:  #64E986;
    text-decoration:none;
}
span.info-user, span.info-addtime {
    font-size:smaller;
}

ul.list {
    padding:0px;
    margin:0px;
}

li.list {
    padding:0px;
    list-style-type:none;
}

.showdate {
    font-weight: bold;
    font-size: 150%;
}

.tmb {
    border:5px solid #eee;
}

#pager {
    padding-top:1em;
    padding-bottom:1em;
}

th.header {
    text-align:left;
    background:#eee;
    cursor:pointer;
}

th.headerSortUp { 
    background-image: url(../img/small_asc.gif); 
    background-color: #ccc; 
} 
th.headerSortDown { 
    background-image: url(../img/small_desc.gif); 
    background-color: #ccc; 
} 

.search {
    /*padding:1em;*/
    text-align:center;
}
.search .field {
    display:inline
}
.box {
    background-color:#fff;
}
.genres {
    padding-bottom:1em;
    text-align:center;
}





table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
a.dp-choose-date {
    /*float: left;*/
    width: 16px;
    height: 16px;
    /*padding: 0;*/
    /*margin: 5px 3px 0;*/
    display: inline;
    /*text-indent: -5000px;*/
    /*overflow: hidden;*/
    /*display:none;*/
	background: url(/icons/16x16/calendar.png) no-repeat; 
    text-decoration:none;
}


div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
