/* Start of CMSMS style sheet 'CIPPIC Stylesheet' */
/* general tags */
body {
/*	height: 100%;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

html {
/*	height: 100%;*/
	margin: 0px;
	padding: 0px;	
}

img {
     border:0 none;
}

a:link {
    color: #0066CC;
}
a:visited{
  color: #101F78;
}

#cippic-news img {
	height:20px;
}

acronym {
	border-bottom: 1px dotted black;
	cursor: help;
}

a acronym {
	border-bottom: 0px;
}

hr {
	color: black;
	background-color: black;
	border: none;
	height: 1px;
}


body {
	background: url("images/nav-bg.gif") repeat-y;
}

#wrapper {
	background:none repeat scroll 0 0 #F9F6EF;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	margin:auto;
	text-align:left;
	max-width:960px;
	min-width:300px;
}

#containerP {
        background:none repeat scroll 0 0 #FFFFFF;
	color:#000000;
	display:inline;
	float:right;
	letter-spacing:0.4px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:1070px;
	z-index:-9999999;
}

/* Sets top start line for left column (menu) middle column (content) right column (new feed) -TI */
#container {
       position: absolute;
       top: 120px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 88px;
	width: 100%;
	background: white url("images/header_bg.gif") repeat-x bottom;
}

#header h1 {
	height: 88px;
	width: 100%;
	background: url("images/header.gif") no-repeat;
	margin: 0;
}

#header a span {
	display: none;
}

#header a {
	display: block;
	height: 88px;
	width: 100%;
}

/* Search Form*/
div#search {
	line-height:1;
	position:absolute;
	right:0;
	top:11px;
	width:230px;
}

/* Hide the Search Label */
#cntnt01moduleform_1 label {
       display: none;
}

/* Bar for breadcrumb and French button -TI*/
#ribbon {
        background: white;
        height: 28px;
        position: relative;
        padding: 2px;
}

#breadcrumb {
	/* background-color:white;  -elements moved to ribbon attribs -TI */
	font-size:85%;
	font-weight:bold;
	/* height:15px; to ribbon -TI */
	left:0pt;
	padding:8px 0pt 0pt 5px;
	position:absolute;
	/* top:88px; moved to ribbon - TI */
	width:70%;
}

/* French Button */
#lang, #lang a {
	background-color:#F1F3F8;
	/* border-color:#BBC4DB #697DAF #697DAF #BBC4DB;border-right:2px solid #697DAF;border-style:solid;border-width:2px; */
       	color:black;
	font-weight:bold;
	/* height: 20px; These elements moved to ribbon attrib -TI*/
        /* margin-top:-64px; ribbon -TI*/
	position:relative;
        float: right;
        height: 20px;
        text-decoration:none;
        
}

/* OLD En Francais button 
#lang:hover {
	border: 2px solid #BBC4DB;
	border-top-color: #697DAF;
	border-left-color: #697DAF;
}
#lang:hover span {
	position: relative;
	top: 1px;
	left: 1px;
}

*/

#lang:hover {
text-decoration: underline;
}

/* For Print PDF -TI */
#PDF {
       position: absolute;
       right: 10px;
       img-size: 80%;
}



#breadcrumb a {
	color: #697DAF;
display:inline;
}

#breadcrumb a:hover {
	text-decoration: none;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0;
	width: 200px;

	border: 1px solid #697DAF;
	border-left: none;
	border-bottom: none;

	background-color: #F1F3F8;
}

#nav ul .menuTree:before { content: "[+] "; }  
#nav ul .expanded:before { content: "[-] "; }  
#nav ul .collapsed { display: none; }

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

#nav h2 span {
	display: none;
}

#nav a {
	text-decoration: none;
	color: black;
}

#nav ul a:hover {
	text-decoration: underline;
}


/* first level nav links */
#nav ul {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;

}
#nav ul li {
	margin-bottom: 4px;
	margin-top: 4px;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}


/* second level nav links */
#nav ul ul {
	border-left: none;
}
#nav ul ul li {
	margin: 5px 0 5px 4px;
}
#nav ul ul li a {
	font-size: 110%;
	font-weight: normal;
	text-transform: none;
	line-height: 90%;
}

#nav ul ul a:hover {
	
	top: 1px;
	left: 1px;
}

/* navigation skip links */
#nav span.nav-skip, #skip {
	display: none;
}


#content {
	margin-top: -20px;
	margin-left: 220px;
	padding-bottom: 40px;
	padding-right: 20px;
	line-height: 1.5em;
}

#content ul,
#content ol {
	line-height: 1.5em;
}

#content ul.nobullets {
	list-style-type: none;
}

/* when there is right column, it will */
/* add padding on the right side */

div.right-column {
	margin-right: 25%;
}

#content h2 {
	font-family: "Trebuchet MS", serif;
	font-size: 170%;
	background: #eeeeee;
	padding: 3px;
	border-bottom: 1px dashed #B6B6B6;
}

/* RG's Changes */
#content h2 {
	background:none repeat scroll 0 0 #F1F3F8;
	border-bottom:1px solid #697DAF;
}

/*
#content h3 {
	border-bottom: 1px dashed #B6B6B6;
	padding-bottom: 3px;
	font-size: 140%;
}

h6 {
	font-size: 100%;
	font-weight: normal;
}
*/

#content li {
	margin-bottom: 5px;
}
#content ol.ol-a {
	list-style-type: lower-alpha;
}
#content ol.ol-1 {
	list-style-type: decimal;
}
#content ol.ol-i {
	list-style-type: lower-roman;
}

#content blockquote {
	margin: 0;
	padding-left: 30px;
	background: url("/images/quotes.gif") no-repeat top left;
}

#content p.updated, #content p.url, #content p.author {
	margin: 0;
	background-color: #EEEEEE;
	padding: 3px;
	padding-left: 5px;
}
#content p.updated {
	border-top: 1px solid #B6B6B6;
	font-weight: bold;
}
#content p.url {
	font-style: italic;
	font-size: 85%;
}


#content dl dt {
	font-weight: bold;
}
#content dl dd {
	background: url("images/dl-arrow.gif") no-repeat top left;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 20px;
}
#content dl dd dl{
	padding-left: 30px;
}

#content a {
	font-weight: bold;
}

#content a:hover {
	color: #000099;
}

a.pdf {
	padding-right: 18px;
	background: url("/images/acrobat.gif") no-repeat right 5px;
}
a.ppt {
	padding-right: 18px;
	background: url("images/ppt.gif") no-repeat right 5px;
}

#footer {
	background-color:#697DAF;
	border-top:1px solid black;
	display:block;
	font-size:85%;
	height:50px;
	padding-top:0;
        width:100%;
}

/* OLD FOOTER 
#footer {
	display: none;
	width: 100%;
	background: #C5D1F0 url("images/footer_bg.gif") repeat-x;
	border-top: 1px solid #697DAF;
	padding-top: 20px;
	height: 30px;
	font-size: 85%;
}

*/

#footer ul {
	margin-left: 0;
	padding-left: 0;
	font-size: 90%;
	list-style-type: none;
	text-align: center;
}

#footer ul li { display: inline; }

#footer ul li a {
	color: #003366;
	padding: .2em 1em;
}

#footer ul li a:hover {
	color: #697DAF;
	text-decoration: none;
}



#content p.back-top {
	text-align: right;
}
#content ul.onpage-nav {
	list-style: square;
}


/* content graphic styling */
#content div.image {
	display: inline;
	padding: 5px;
	border: 1px solid #697DAF;
	background: white;
	margin: 5px;
	font-size: 80%;
	line-height: 100%;
}
#content div.right {
	float: right;
	margin-right: 0;
}
#content div.left {
	float: left;
	margin-left: 0;
}
#content div.center {
	display: block;
	margin: auto;
	border: none;
}
#content div.image img {
	display: block;
}

#content p.caption {
	font-size: 80%;
	line-height: 100%;
	font-weight: bold;
}

table {
	border-top: 1px solid #B6B6B6;
	border-left: 1px solid #B6B6B6;
	border-collapse: collapse;
	margin: auto;
}
caption {
	color: #993333;
	padding-bottom: 6px;
}
th, td {
	padding: 5px;
	border-right: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
}
th, tr.even {
	background-color: #EEEEEE;
}
td.right-align {
	text-align: right;
}
td.center-align {
	text-align: center;
}


#table-soft-licence th, #table-soft-licence td {
	width: 20%;
}
#table-soft-licence tbody th {
	text-align: right;
}




.upcomingEventdate {
	width:245px;
}

#content p.news-date {
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}
#content p.news-body {
	margin-top: 0;
}
#content h4 {
	margin-bottom: 0;
}
#content p {
/*	margin-top: 0;
	margin-bottom: 0; */
}


#right-column {
	position: absolute;
	top: 0px;
	right: 0;
	width: 25%;
	line-height: 1.5em;
	border-right: none;
	border-bottom: none;
	clear: both;
}

#right-column p, #right-column h4,  {
	padding-left: 10px;
	padding-right: 10px;
}

#right-column div {
        padding-left: 10px;
	padding-right: 10px;
}

#right-column h3 {
	background:none repeat scroll 0 0 #F1F3F8;
	border-bottom:1px solid #D6DCE9;
	margin:0;
	padding:5px 0 0 10px;
}

#right-column h4 {
	margin-bottom: 5px;
}

#right-column p {
	margin-top: 0;
	margin-bottom: 0;
}

#right-column img {
	height: 18px;
}

h3 img {
	margin-left:10px;
	vertical-align:middle;
}

#right-column p.news-body {
	border-bottom: 1px solid #D6DCE9;
	padding-bottom: 20px;
}
#right-column p.news-date {
	text-align: right;
	font-style: italic;
	color: gray;
}


#cc {
      display:block;
      font-size:80%;
      margin:10px;
}

#cc img {

	height: 31px;
}
#cc p {
	margin: 0;
	width: 88px;
}
#cc a {
	text-decoration: underline;
}

#w3c {
display:inline;
float:left;
margin-top:10px;
margin-left:14px;
}



.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}


#action-news h4,
#cippic-news h4 {
	margin: 0;
	margin-top: 15px;
}
#action-news p,
#cippic-news p {
	margin: 0;
	margin-bottom: 10px;
}
#action-news p.date,
#cippic-news p.date {
	margin: 0;
        padding-left: 0px;
}

content p.date{ padding-left: 0px;}

.date {width: 163px;}#right-column p.date{padding-left:10px}
form label {
	display: block;
	font-weight: bold;
}

sup.new,
sup.updated {
	text-transform: uppercase;
	color: red;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
sup.updated {
	color: blue;
}

/*
        story links
*/
h4.subtlelink a {
        text-decoration: none;
        color: black;
        line-height:1em;
}


/*
        fix for nav menu
*/
li.currentpage h3 {
	background:none repeat scroll 0 0 #697DAF;
	color:#EEEEEE;
	margin-left:-10px;
	margin-top:0;
	padding-left:10px;
}

/*
	ABOUT US
*/
div.member div.person {
	clear: both;
	height: 3em;
	padding: 5px 0;
	border: 1px solid black;
	border-left: 0;
	border-right: 0;
	background-color: #e3e3e3;
	margin-bottom: 1em;
}
div.member div.person h4,
div.member div.person h5 {
	float: left;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
div.member div.person h5 {
	clear: left;
	font-weight: normal;
}
div.member div.person ul {
	text-align: right;
	list-style-type: none;
	line-height: 1em;
	padding: 0;
	margin: 0;

}
div.member div.image {
	clear: both;
	height: 135px;
	margin-bottom: 10px;
	border: 0 !important;
}

h3, h4, h5, h6 {
	/*margin-top: 2.5em;*/
	margin-bottom: 0em;
	padding: 0;
}

#content p {
	margin-bottom: 0;
}

.studentTable{
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
  border-top: 0px;
  display: block;
  text-align: left;
  width: 400px;
}

.studentTableTitle{
  border-bottom: 1px grey solid;
  border-left:0px;
  border-right:0px;
  border-top: 0px;
  font-weight: bold;
  width: 305px;
}

.semesterTitle{
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
  border-top: 0px;
  font-weight: bold;
}

.studentTableWidthSpacer{
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
  border-top: 0px;
  width: 75px;
}

.studentTableStudentList{
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
  border-top: 0px;
  vertical-align: top;
}

.studentList{
  border: 1px red solid;
  width: 500px;
}

#studentListContainer{
    border-bottom:0px;
  border-left:0px;
  border-right:0px;
  border-top: 0px;
  display: block;
}

.studentNoBorder{
    border-bottom:0px;
  border-left:0px;
  border-right:0px;
  border-top: 0px;
}

.studentYearSpacer{
  border-bottom: 1px black solid;
  border-left:0px;
  border-right:0px;
  border-top: 0px;
}
/* End of 'CIPPIC Stylesheet' */

