 @import url(/style/shared/techProgramStyle.css);

/* Body styles */
body
{
	font-family: Arial, Serif;
	background-repeat: repeat;
	color: black;
	background-color: #ECE5DF; 
	background-image: url('/ci2005/images/ci2005.jpg');
	background-attachment: fixed;
}

.timeHeader {font-family: Arial; font-size: small; font-weight: bold; color: white; background-color: #006699; }

.normaltime {font-size: small; font-weight: bold; }

/* Top Navigation and Content inclusive */
#whole
{
	width: 800px;
	margin-top: 0px;
	padding: 0px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
}


.mainhead { 
     font-style: bold;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 22pt; 
     text-align: center;
     
   }




/* Header */
#header
{
	position: absolute;
	left: 165px;
	width: 685px;
	top: 0px;
	text-align: center;
}



/* Content */
#content
{
	position: absolute;
	top: 135px;
	left: 170px;
	width: 685px;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}

#content h1
{
	color: #006699;
	font-style: italic;
}


#content img
{
	margin-right: 5px;
}

#content .imgRight
{
	margin-right: 0px;
	margin-left: 10px;
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
}

#content .imgLeft
{
	margin-right: 10px;
	margin-left: 0px;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

#content input select textarea
{
	font-family: monospace;
	font-size: 11px;
}

#content .alumName
{
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: -15px;
	clear: left;
}

#content .alumText
{
	padding-left: 25px;
}



/* All */
a	
{ 
	text-decoration: none; 
}
a:link
{
	color: #679aad;
	background-color: transparent;
}
a:active
{
	color: #679aad;
	background-color: transparent;
}
a:visited
{
	color: #679aad;
	background-color: transparent;
}
a:hover
{
	color: #C0C0C0;
	background-color: transparent;
}
hr
{
	color: #C0C0C0;
	background-color: transparent;
	text-align: center;
}

.objectivelinks
{
	font-size: 9px;
	font-variant: small-caps;
}
.notice
{
	color: red;
	background-color: transparent;
}
.important
{
	color: red;
	background-color: transparent;
}
.criterion
{
	color: #09f;
	width: 190px;
	vertical-align: middle;
	text-align: center;
	background-color: transparent;
}
.criteriondef
{
	color: #09f;
	font-size: 12px;
	background-color: transparent;
}
.outcomes
{
	width: auto;
	text-align: left;
}
.topicpagenav
{
	font-size: 14pt;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
	line-height: 18pt;
}
.topicpageimg
{
	float: right;
	padding-right: 6px;
}
.doctype
{
	font-size: 8pt;
	font-variant: small-caps;
}
.footnote
{
	font-size: 8pt;
	font-variant: small-caps;
}
.seminarsodd
{
	text-align: left;
	font-size: 12px;
	background-color: #CFF;
	color: black;
}
.seminarseven
{
	background-color: #FF9;
	text-align: left;
	font-size: 12px;
	color: black;
}

.blue
{
	color: #69C;
	background-color: transparent;
}
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italic { font-style: italic; }
.projectFunding
{
	color: #9CCF9C;
	background-color: transparent;
}
.required
{
	color: #9CCF9C;
	background-color: transparent;
}