/* Unchanged */
* {padding:0;margin:0;border:0;}

body
{
	background: #fff;
	color: #37425f;
	background: #fff;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 20pt; font-weight: 900; }
h2 { font-size: 14pt; font-weight: bold; }
h3 { font-size: 16pt; font-weight: normal; }
h4 { font-size: 12pt; font-weight: bold; }

table {
	empty-cells:show;
}

th {
	background: #DDD;
    text-align: center;
    border:thin solid gray;
}

td {
    text-align: center;
    border:thin solid gray;
}

ul,ol { margin-left: 14pt; }

.aList { list-style-type: square; }

.copyright
{
	background: #fff;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	color: #777777;
	font-size: 8pt;
	text-align: center;
}

.header
{
	font-family: "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
	color: #DDDDDD;
	font-size: 24pt; 
	font-weight: 900;
	height: 50px;
	width: 100%;
	background-color: #424f6f;
	padding-top: 10pt;
	//padding-left: 10pt;
}

.container
{
	margin: 0px 200px 0px 0px;
	border-right: 1px dashed #282931;
}

.content { padding: 10pt 10pt; }

.content * { line-height: 16pt; }

.sidebar            { line-height: 18pt; }
.sidebar a			{ color: #424f6f; text-decoration: underline; }
.sidebar a:link		{ color: #424f6f; text-decoration: underline; }
.sidebar a:visited	{ color: #424f6f; text-decoration: underline; }
.sidebar a:hover	{ color: #424f6f; text-decoration: underline; }

#resources a			{ color: #424f6f; text-decoration: underline; }
#resources a:link		{ color: #424f6f; text-decoration: underline; }
#resources a:visited	{ color: #424f6f; text-decoration: underline; }
#resources a:hover	{ color: #424f6f; text-decoration: underline; }

#files a			{ color: #424f6f; text-decoration: underline; }
#files a:link		{ color: #424f6f; text-decoration: underline; }
#files a:visited	{ color: #424f6f; text-decoration: underline; }
#files a:hover	{ color: #424f6f; text-decoration: underline; }

.act-line, .iss-line, .ris-line, .info-line { text-align: left; }

.ms-line { font-weight: bold; }

.doc {
	background: url("document-small.png") left top no-repeat; 
	padding-left: 20px;
	text-align: left;
}

.vcard {
	background: url("vcard.png") left top no-repeat; 
	float: fixed;
	text-align: left;
	padding-left: 20px;
	}
	
.menu-upcoming {
	background: url("upcoming-small.png") left top no-repeat; 
	padding-left: 20px;
}

.menu-calendar {
	background: url("calendar-small.png") left top no-repeat; 
	padding-left: 20px;
}

.menu-resource {
	background: url("resources-small.png") left top no-repeat; 
	padding-left: 20px;
}

.menu-information {
	background: url("info-small.png") left top no-repeat; 
	padding-left: 20px;
}

.menu-issues {
	background: url("issues-small.png") left top no-repeat; 
	padding-left: 20px;
}

.menu-risk {
	background: url("risk-small.png") left top no-repeat; 
	padding-left: 20px;
}

.menu-files {
	background: url("files-small.png") left top no-repeat; 
	padding-left: 20px;
}

#objective h2 {
	background: url("info-small.png") left top no-repeat; 
	display: block; 
	margin-left: 0px;
	padding-left: 20px;
	}
	
#upcoming h2 {
	background: url("upcoming-small.png") left top no-repeat; 
	display: block; 
	margin-left: 0px;
	padding-left: 20px;
	}

#overdues h2 {
	background: url("upcoming-small.png") left top no-repeat; 
	display: block; 
	margin-left: 0px;
	padding-left: 20px;
	}

#deadlines h2 {
	background: url("upcoming-small.png") left top no-repeat; 
	display: block; 
	margin-left: 0px;
	padding-left: 20px;
	}

#issues h2 {
	background: url("issues-small.png") left top no-repeat; 
	display: block; 
	margin-left: 0px;
	padding-left: 20px;
	}

#resources h2 {
	background: url("resources-small.png") left top no-repeat; 
	display: block; 
	margin-left: 0px;
	padding-left: 20px;
	}

#information h2 {
	background: url("info-small.png") left top no-repeat; 
	display: block;
	margin-left: 0px;
	padding-left: 20px;
	}
	
#files h2 {
	background: url("files-small.png") left top no-repeat; 
	display: block;
	margin-left: 0px;
	padding-left: 20px;
	}
	
#risks h2 {
	background: url("risk-small.png") left top no-repeat;
	display: block;
	margin-left: 0px;
	padding-left: 20px;
}


