body {
	margin:0px;
	margin-bottom:0px;
	padding:0px;
	font-family:Arial, sans-serif;
	font-size:13.5px;
	font-weight:normal;
	color:#000000;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

ul {
	padding-left:15px;
}

li {
	padding-top:2px;
	padding-bottom:2px;
}

div.box {
	background:#FFFFFF;
	border:2px solid #A0C0FF;
	padding:5px;
	margin-bottom:10px;
}
div.box h2 {
	color:#000000;
	background:#A0C0FF;
	margin:0px;
	margin-bottom:5px;
	padding:5px;
}

div.box h3 {
	color:#000000;
	background:#A0C0FF;
	margin:0px;
	margin-bottom:5px;
	padding:5px;
}

div.box h4 {
	color:#000000;
	border-bottom:1px solid #A0C0FF;
	margin:0px;
	margin-bottom:4px;
	padding:1px;
}

div.error {
	background:#FFC6C0;
	border:2px solid #F00000;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}

div.success {
	background:#C6FFC0;
	border:2px solid #00F000;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}

.closer {
	cursor:pointer;
	float:right;
	margin-right:0px;
	margin-top:0px;
}

div.notification {
	border:1px solid black;
	background:#FFFFD0;
	padding:5px;
}

a.button {
	display:block;
	padding:2px;
	border:1px solid #606060;
	width:100%;
	background:#B0D0FF;
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
}

a.button:hover {
	background:#E0F0FF;
}

a {
	text-decoration:none;
	color:#0000FF;
}
a:hover {
	text-decoration:underline;
}
a.extern {
	background:url(../icons/link_extern.png) left center no-repeat;
	padding-left:20px;
}
a.file {
	background:url(../icons/link_file.png) left center no-repeat;
	padding-left:20px;
}
a.new {
	background:url(../icons/new.png) left center no-repeat;
	padding-left:20px;
}
a.edit {
	background:url(../icons/edit.png) left center no-repeat;
	padding-left:20px;
}
a.del {
	background:url(../icons/delete.png) left center no-repeat;
	padding-left:20px;
}

a.enable {
	background:url(../icons/start.png) left center no-repeat;
	padding-left:20px;
}
a.disable {
	background:url(../icons/stop.png) left center no-repeat;
	padding-left:20px;
}

a.add {
	background:url(../icons/add.png) left center no-repeat;
	padding-left:18px;
}
a.remove {
	background:url(../icons/remove.png) left center no-repeat;
	padding-left:18px;
}
a.mail {
	background:url(../icons/mail.png) left center no-repeat;
	padding-left:18px;
}
a.login {
	background:url(../icons/login.png) left center no-repeat;
	padding-left:18px;
}
a.packet {
	background:url(../icons/packet.png) left center no-repeat;
	padding-left:18px;
}
a.sort {
	background:url(../icons/sort.png) left center no-repeat;
	padding-left:18px;
}

a.settings {
	background:url(../icons/settings.png) left center no-repeat;
	padding-left:18px;
}

a.link {
	background:url(../icons/link.gif) left center no-repeat;
	padding-left:22px;
}

code {
	display:block;
	margin-top:10px;
	font-family:monospace;
	font-size:12px;
	border:1px dashed #C0C0C0;
	background:#E0E0E0;
}

h2 {
   font-size:12pt;
   margin-bottom:0px;
}
h3 {
   font-size:11pt;
}

.control_sel {
	color:#CC0000;
	font-weight:bold;
}

cite {
	border:#D0D0D0 dashed 1px;
	padding:10px;
	margin:2px;
	background:#EFEFEF;
	display:block;
}

table.page_selection {
	border:2px solid #A0C0FF;
	background:#FFFFFF;
	border-collapse:separate;
}
table.page_selection td {
	padding:5px;
	text-align:center;
}
table.page_selection th {
	border:2px solid #FFFFFF;
	background:#A0C0FF;
	font-weight:bold;
}
table.page_selection a.selected {
	color:#FF0000;
	font-weight:bold;
}

.moduleprocessing {
	width:100%;
}

.moduleprocessing ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

.moduleprocessing li {
	margin:2px;
	padding:2px;
	border:1px solid #000000;
	background:#FFFFFF;
}

.moduleprocessing .handle {
	cursor:move;
	display:inline;
	padding:0px;
	background:#E0E0E0 url('../icons/move.png') center center no-repeat;
	padding-left:12px;
	margin-right:2px;
}

form {
	margin:0px;
}

#dialog a {
	display:block;
	padding:2px;
	border:1px solid #606060;
	background:#B0D0FF;
	width:50%;
	position:relative;
	margin-bottom:5px;
	margin-top:5px;
	left:25%;
	text-align:center;
}

#dialog a:hover {
	background:#E0F0FF;
}
