﻿/* styles for VIA Action Plans*/

/**********************************
 Color for Main Heading
***********************************/

h1 {
	color: #3B254B;
}

/**********************************
	Colors for title rows
***********************************/

.tasks { /* Main tasks */
	background-color: #3B254B;
}
p.tasks {
	color: white;
	font-size: 143%;
	text-align:left;
}

.parts { /* Lettered sub tasks */
	background-color: #9999CC;
}

p.parts {
	color: black;
	font-size: 134%;
	text-align:left;
}
.phases { /* Phases of lettered sub tasks*/
	background-color: #bbbbee;
	color: black;
	font-size: 120%;
	text-align:left;
}

/**********************************
	Justification
**********************************/

.deliverables { 
	background-color: #F1ECF4;

}
.rightjustified {
	text-align: right;
}
.centered {
	text-align: center;
}

.bottomjustified {
	vertical-align:bottom;
}
td {
	vertical-align:top;
}

.topjustified {
	vertical-align: top;
}


/******************************
Set widths for table columns
******************************/
.leftcol { 
	width:114px;
}
.centercol {
	width: 430px;
}
.rightcol {
	width: 130px;
}

