body {
	background-color:#D4D0C8;
	color: #000000;
	font-size : 11px; 
	font-family : Arial, Helvetica, sans-serif; 
} 

td {
	padding: 2px;
	font-size : 11px; 
	font-family : Arial, Helvetica, sans-serif; 
}

h2 {
	border-bottom: 1px solid black;
}

h3 {
	color: #000000;
	font-size : 13px; 
	margin-bottom:0px;
}
h4 {
	color: #000000;
	margin:0px;
	font-size : 11px; 
}

.rights {
	color : #000000; 
	font-size : 10px; 
	font-family : Arial, Helvetica, sans-serif; 
} 

.clear {
	clear:both;
}

input, select {
	border: 1px solid #000000; 
	background-color:#ffffff;
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	padding-left:2px;
} 

textarea {
	border: 1px solid #000000; 
	background-color:#ffffff;
	color : #000000; 
	width:100%;
	height: 200px;
} 

.big{
	width:100%;
}

.projects {
	color : #000000; 
	font-size : 11px; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : bold !important; 
} 

.rightmenu {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px !important; 
	color : #000000; 
	background-color:transparent; 
} 

img	{
	    border:1px black solid;
	}



A:link,A:visited {
	text-decoration : none; 
	color : #3f495b; 
	border:0px;
} 

A:hover {
	text-decoration : none; 
	color : #3f495b;
	border:0px;
} 

/*login*/
div.login {
	padding:0px;
	margin:0px;
	width:130px;
}

div.login label {
	float:left;
	clear:left;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}

div.login input {
	margin: 0px;
	padding: 0px;
	width:130px;
}

div.login button {
	background: #fff;
	border:1px solid #000;
	float:right;
	margin: 0px;
	margin-top:10px;
	padding: 0px;
}

/*login*/

table.leftmenu{
/*	background-color : #280c72; */
/*	border-right: 1px solid white;*/
}


table.leftmenu td {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px !important; 
	text-decoration : none;
} 

table.leftmenu th {
	color : white; 
/*	background-color : red; */
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px !important; 
	text-decoration : none;
	text-align:left;
} 

/* events */
.titlevent {
	color: #000000;
	font-size : 14px !important; 
	font-family : Arial, Helvetica, sans-serif; 
	font-weight : bold !important; 
} 

table.events{
	margin: 5px;
/*	background-color : #280c72; */
/*	border: 1px solid black;*/
}


table.events td {
} 

table.events th {
	font-size : 14px !important; 
	color : white;
/*	background-color : #280c72; */
	text-decoration : none;
	text-align:left;
	border-bottom: 1px solid white;
} 

/* tables */
table.tablecolor{
/*	background-color : #280c72; */
	font-size : 12px !important; 
/*	border: 1px solid black;*/
}

.title {
	color : #000000; 
	font-weight : bold !important; 
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif; 
} 

.bodytext {
	color : #000000; 
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif; 
} 


.datesevents {
	color : #000000; 
	font-weight : bold !important; 
	font-size : 10px; 
	font-family : Arial, Helvetica, sans-serif; 
} 

select {
	border-color : #000000; 
	border-style : solid; 
	background-color : #ffffff; 
	color : #000000; 
	border-width : 1px; 
	font-size : 12px; 
	font-family : Arial, Helvetica, sans-serif; 
} 

/* table with black borders */
.bordertable {
} 

table.bordertable {
	border: 1px solid white;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px 0px 0px 0px;
} 

table.bordertable td {
	border: 1px solid white;
	padding: 3px;
	margin: 0px 0px 0px 0px;
} 

table.bordertable th {
	font-family : arial, helvetica, sans-serif !important; 
	border: 1px solid black;
	margin: 0px 0px 0px 0px;
} 

.noborder {
	border: none;
}

a.but:link,
a.but:active,
a.but:visited,
a.but:hover
{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	margin:0px;
	padding:0px;
	width: 22px;
	height: 22px;
	color: black;
/*	background-color:#cccccc;*/
	border: 1px solid transparent;
}

* html a.but:link,
* html a.but:active,
* html a.but:visited
{
	border: none;
}

a.but:hover {
	background-color:#eeeeee;
	border: 1px solid #999;
}

.edit {
	background: URL('images/edit.gif') no-repeat center;
}

.delete {
	background: URL('images/delete.gif') no-repeat center;
}

.new {
	background: URL('images/note.gif') no-repeat center;
}

.show {
	background: URL('images/locked.gif') no-repeat center;
}

.hide {
	background: URL('images/unlocked.gif') no-repeat center;
}

.check {
	float:right;
	background: URL('images/check.gif') no-repeat center;
	margin-left:10px;
}

.sort {
	background: URL('images/arrange.gif') no-repeat center;
}

.home {
	background: URL('images/home.gif') no-repeat center;
}

.nohome {
	background: URL('images/nohome.gif') no-repeat center;
}

.right {
	background: URL('images/right.gif') no-repeat center;
}

.noright {
	background: URL('images/noright.gif') no-repeat center;
}
.left {
	background: URL('images/left.gif') no-repeat center;
}

.noleft {
	background: URL('images/noleft.gif') no-repeat center;
}
.art {
	background: URL('images/page_tick.gif') no-repeat center;
}

.noart {
	background: URL('images/page_delete.gif') no-repeat center;
}

.comment {
	background: URL('images/comment.gif') no-repeat center;
}

.preview {
	background: URL('images/icon_monitor_pc.gif') no-repeat center;
}

.top {
    background: URL('images/page_up.gif') no-repeat center;
}

.notop {
    background: URL('images/page_notop.gif') no-repeat center;
}

.ban {
    background: URL('images/stop.gif') no-repeat center;
}

.letter {
    background: URL('images/letter.gif') no-repeat center;
}

.cat{
	display:block;
	height:22px;
	float:left;
	font-size:14px;
	padding-top: 3px;
}

.bbb{
	border-bottom: 1px solid black;
}
.b{
	font-weight: bold;
}

div.form label {
	display:block;
	margin-top:5px;
}

/*pages*/
div.pages {
	padding:0px;
	margin: 0px;
	text-align:center;
}
div.pages span {
	padding:0px;
	margin: 0px;
	font-weight:bold;
}
div.pages a:link,
div.pages a:visited, 
div.pages a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-transform: none;
	float:none !important;
	clear:none !important;
}

div.pages img {
	padding:0px;
	margin: 0px;
	margin-bottom:2px;
	border:none;
}
/*pages*/

div.img {
	float:left;
	clear: left;
	border:1px solid #C7C8CA;
	padding: 0px;
	margin:0px;
	margin:3px 5px 0 0;
}

tr.odd td, h3.odd {
	background:#cccccc;
}

tr.even td, h3.even {
	background:#D4D0C8;
}

h3.odd, h3.even {
	margin:0px;
	height:25px;
	line-height:22px;
	padding: 3px;
}

tr.odd:hover td,
tr.even:hover td,
h3.odd:hover,
h3.even:hover
 {
	background:#fff;
}

div.selectBox {
	background:#fff;
	height: 150px;
	overflow: auto;
	padding: 5px !important;
	margin-bottom: 5px;
}

div.selectBox label {
	display: block;
	overflow: hidden;
	margin:2px 0px;
	padding: 0px;
}

div.selectBox label input {
	width: auto;
	border: none;
	margin: 0px;
	padding: 0px;
}

* html div.selectBox label input {
	height: 11px;
	vertical-align: middle;
}

/*
 * DATE PICKER
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
	font-size: 12px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	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;
	font-weight: bold;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

div#dp-popup {
	position: absolute;
	font-size: 10px;
	font-family: arial, sans-serif;
	background: #ccc;
	padding: 2px;
	min-height: 172px;
	min-width: 171px;
}
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;
}

div.legend p img{
	border:none;
}


