/*
 * OpenSpime.org
 * June 4, 2008
 *
*/

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div {
	margin: 0pt;
	padding: 0pt;
	font-family: Tahoma,Arial,sans-serif;
	line-height: 1.6em;
	font-size: 13px;
	font-weight: normal;
	color: #444;
}

div a {
	color: #027ac6;
	text-decoration: none;
}

div a:hover {
	color: #0061a0;
}

img {
  border: 0pt;
}

table {
	border: 2px solid #aaa;
	border-collapse: collapse;
}

th {
	font-weight: bold;
}

td, th {
	vertical-align: top;
	border: 1px dotted #ccc;
	padding: 5px;
}

div .title {
	font-size: 20px;
	padding: 12px 0 12px 0;
}

div .subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #918eb2;
	padding: 6px 0 0px 0;
}

#top-line {
	width: 100%;
	height: 6px;
	background-color: #cae2f0;
}

#header {
	width: 100%;
	height: 70px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	background: #fff url(images/header-gradient.gif) repeat-x;
}

#openspime-logo {
	float: left;
	width: 170px;
	height: 50px;
	position: relative;
	top: 10px;
	left: 12px;
}

#strap {
	float: right;
	color: #afacc3;
	font-size: 13px;
	position: relative;
	top: 48px;
	right: 12px;
}

#container {
	background: #edf4f9;
}

#sidebar {
	float: left;
	width: 240px;
	background: #edf4f9 url(images/side-gradient.jpg) repeat-x;
	padding: 0px 12px 0 12px;
	/*border-right: 1px solid #fff;*/
	min-height: 400px; 
	height: auto;
}
* html #sidebar { height: 400px; width: 244px; } /* fixes for IE */

#sidebar  ul {
	margin: 0;
	padding: 0 0 0 17px;
	list-style: disc;
	list-style-image: url(images/menu-collapsed.gif);
}

#sidebar ul li {
	line-height: 1.6em;
}

#content {
	background: #fff url(images/content-gradient.jpg) repeat-x;
	margin: 0 0 0 265px;
	padding: 0 20px 25px 20px;
	min-height: 400px; 
	height: auto;
}
* html #content { height: 400px; } /* fixes for IE */

#footer {
	clear: both;
	text-align: center;
	color: #3A4C5A;
	font-size: 10px;
	border-top: 1px solid #ccc;
	padding: 6px 0 16px 0;
}


