/*#############################################################
Name: Twilight
Date: 2006-11-21
Description: A dark and mysterious single column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0 3px 0 0;
	padding: 0;
}

a 
{
	text-decoration:none;
	color: #663;
}

a:hover {color: #993;}

body {
	background: #0D0D0D url(../Images/bg.gif) repeat-y center top;
	color: #55554A;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

legend
{
	color: #663;
	font-size:1.2em;
	padding-bottom:5px;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

li {
	list-style: url(../Images/li.gif);
	margin-left: 18px;
}

code {
	background: url(../Images/bgcode.gif);
	border: 1px solid #060606;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../Images/quote.gif) no-repeat;
	color: #664;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

h1,h2,h3 {
	color: #663;
	padding-top: 6px;
}

/* RESUME: START*/
.subHeader
{
	color:Gray;
}

.td
{ 
	padding-bottom:2px;
}

.tdHead
{ 
	padding-bottom:2px;
	margin-right:5px;
}

.projectDescription
{
	padding-bottom:2px;
}

.subDescription
{
	padding-left:1px;
}

.dimmed
{
	color:Gray;
	margin-left:10px;
}

.dimmedSubDescription
{
	color:Gray;
	margin-left:10px;
	margin-bottom:40px;
}
.certTitle
{
	color:Red;
	margin-right:5px;
}

.certTitleA
{
	margin-left: 420px;
	position: absolute;
	color:Green;
}

.certValue
{
	margin-right:30px;
}

#divCert
{
	font-size: 1.2em;
	margin-bottom: 20px;
}
/* RESUME: STOP*/



/* misc */
.clearer {clear: both;}

.errorMsg { color:Red;}


/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
	width: 220px;
}
.title h1 {
	color: #993;
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #665;
	font: normal 1.1em Verdana,sans-serif;
}

/* panels */
.collapsePanel {
	height:0px;
}

.collapsePanelHeader{			
	height:20px;
	font-weight:lighter;
	padding-top:0px;
	padding-left:5px; 
	cursor: pointer; 
	vertical-align:top;
}

/* navigation */
.navigation
{
	background: url(../Images/holder.jpg) no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a
{
	border-left: 1px solid #111;
	color: #665;
	float: right;
	font: bold 1.2em "Trebuchet MS" ,sans-serif;
	margin-top: 60px;
	padding: 0px 18px 2px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover
{
	background: #000 url(../Images/navhover.gif) repeat-x;
	color: #993;
}

.subNavigation a
{
	text-decoration:none;
	padding-bottom: 1.2em;
}

/* holders */
.holder
{
	background: url(../Images/bgholder.jpg) repeat-y;
	padding: 0 32px;
}
.holder_top, .footer
{
	clear: both;
	background: url(../Images/holder.jpg) no-repeat;
	height: 40px;
}

/* footer */
.footer
{
	background-position: left bottom;
	color: #665;
	font-size: 1.1em;
	text-align: center;
}

td
{
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
