	/* General */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	background-color: #e1e4e8;
}		

img, table {
	border: 0px;
}

body, table, td, a, pre {
	font-family: Verdana;
	font-size: 11px;
	color: #313439;
	text-align: left;
}

input, textarea {
	border: 1px solid #878787;
}

a {
	/*color: #005DA7;*/
	color: #1A4487;
}

a:hover {
	color: #000000;
}

.error {
	color: red;
}

.delete {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.copyright {
	font-size: 9px;
	color: #555;
	font-weight: bold;
	font-family: Verdana;
}

.paddedtext {
	padding: 5px;
}

/* Menu */
#topmenu ul {
	padding: 0;
	margin: 0;
	padding-left: 7px;
}

#topmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
} 

#topmenu a {
	padding-left: 5px;
	padding-right: 5px;
	
	text-decoration: none;
	font-weight: bold;
}

.rightmenu {
	text-align: right;
	padding-right: 5px;
}


/* Titles */
.left_caption, .main_caption, .boxheader {
	padding: 3px 5px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background-repeat: no-repeat;
	text-align: left;
}

.main_caption {
	background-image: url(images/maintitle.png);
	background-color: #e1e4e8;
}

.left_caption {
	background-image: url(images/columntitle.png);
	background-color: #d2d5d9;
}

.bevel {
	background-image: url(images/s_left_bevel.png);
	background-repeat: no-repeat;
	background-position: right;
}


/* Content box */
.box {
	border-collapse: collapse;
	/*background-color: #f8f9fb;*/
	background-color: #FFF;

}

.boxmain, .boxheader {
	border: 1px solid #878787;
}

.boxmain {
  padding: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.boxheader {
	background-image: url(images/maintitle.png);
	background-color: #e1e4e8;
	padding: 6px;
}


/* Divs */
#logo, #menu, #wrapper, #wrapper2 {
	border-right: 1px solid #555;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	
	width: 990px; /* TODO: Fix border in IE */
	height: 90px;

	background-image: url(images/logo.jpg);
}

div#menu {
	position: absolute;
	top: 90px;
	left: 0px;
	z-index: 1;
		
	width: 990px;
	height: 25px;
	
	background-color: #d1d5de;
	background-image: url(images/menubg.png);
	background-repeat: repeat-x;
	
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

div#wrapper2 {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 170px;
	height: auto;  /* non-IE */
	min-height: 100%;  /* non-IE */
	
	background-image: url(images/contentbg.png);
}

div#wrapper {
	position: absolute;
	top: 0px;
	left: 171px;
	
	width: 819px;
	height: auto;  /* non-IE */
	min-height: 100%;  /* non-IE */
	
	background-image: url(images/bgnet.png);
}

div#content { /* 90 */
	padding-top: 116px;
}

div#content2 { /* 107 */
	padding-top: 120px;
	text-align: center;
}

div#copyright {
	text-align: center;
	font-size: 9px;
	color: #666;
}


/* Some margins */
p, li, ul {
	margin: 0px;
	padding: 0px;
}

ul {
	padding-left: 15px;
}
