/**
 * dmi.css
 *
 * Copyright (c) 2009 Marco Calandra
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * dmitheme stylesheet.
 *
 */

html {
	/*border-style:solid;
	border-width:25px;
	border-top-width: 5px;
	border-color:rgb(153,178,187);
	min-height: 700px;
	min-width:950px;*/
	padding: 2%;
	
	text-align:center;
}

body {
	background-image: url('body.png');
	font-family:"Lucida Sans Unicode","Arial","Helvetica",sans-serif;
}


a 				{color:#006; }

a:hover 	{	
	color:#006;
	background-color:rgb(153,178,187);
}
	
H1, H2, H3, H4, H5, P 
{
	margin:0;
	padding:0;
	color: #006;
}
a:link {
	color:#006; 
}
a:visited {
	color:#006; 
}

label.error {
	
}

input.defaultButton {
	
}

.menu {
	background-image: url('linktit.png');
	height: 42px;
}

li {
	color:#006; 
}

.menu  li{
	background-image: url('linktit.png');
	height: 42px;
}

.menu li a {
	text-align: center;
	height: 42px;
}

.menu a:link {
	color:#fff;
	text-align:center;
}
.menu li a:hover {
	font-style:oblique;
	background: none;
	
}

.menu a:visited {
	color:#fff; 
}

#header {
	background-image: url('header.png');
	margin: 0px;
	padding: 0px;
}

#headerTitle {
	margin: 0px;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	background-image: url('header.png');
	height: 87px;
	text-align: right;
}

#body	{
	
}

#footer {
	
}

#footerContent {
	
}

#main {
	margin-top:0;
	padding-top:0;
	/*width:68%;*/
}

#main h2 {
	
}

#main h3 {
	
}

#navbar {
	padding-top:0;
	/*width:auto;*/
}

#breadcrumb {
	
}

#content {
	
}

#content h3 {
	
}

#content h4 {
	
}

#content h5 {
	
}

span.highlight {
	
}

table.listing tr.highlight {
	
}

table.listing tr.fastTracked {
	
}

table.listing td.headseparator {
	
}

table.listing td.endseparator {
	
}

span.formError {
	
}

ul.formErrorList {
	
}

div.separator {
	
}

#rightSidebar ul, #leftSidebar ul {
	color: #006;
}

#rightSidebar li, #leftSidebar li {
	color: #006;
}

#leftSidebar {
	margin-left:0;
	margin:0;
	margin: 1% auto;
	padding:1%;
	text-align:center;
	color: #006;
	/*width:14%;*/
	
}

#rightSidebar {
	/*margin-left:1% auto;*/
	margin-top: 1% auto;
	margin:0;
	padding:0;
	text-align:center;
	color: #006;
	/*width: 19%;*/
	
}

#container
{	
}




