/**
 * Color codes:
 * Blue text: aaccef 
 */

/**
 * Main css used throughout the site. Note that this css contains style for the screen
 * display. If a "print" version would have to be created, another CSS file should be done.
 */
 
body, html {height:100%;}
a:link, a:active, a:visited {color:#aaccef;}
img {border:0;}
h2 { 
	color: #AACCEF;
	font-size:15px;
	padding-bottom:8px;
	text-transform:uppercase;
	margin-bottom:0px;
}
h3 {font-size:1.1em; margin:1em 0;}
p {margin:1em 0;}

body {
	color:#fff;
	margin:0;
	font:0.8em Arial, Helvetica, sans-serif;
	background:url(../images/bg.png) no-repeat top center #000;
}

/* When the top panel is in its full view (with the mediaViewer), the background is pushed down */
body.fullTopPanelShown {
	background-position:50% 295px;
}

/**
 * === LINKS STYLE ===
 * Special styles of links
 */
a.download {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

a.download:hover {
	text-decoration:underline;
}

a.download:before {
	content:"> ";
}

/**
 * === MAIN BODY ===
 * which contains all the "site"
 */

#mainbody {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width:955px;
	padding-bottom:2em;
	border:21px solid #fff;
	border-style:none solid;
	/*background:url(../images/bg.png) no-repeat top left;*/
	position:relative;
}

/**
 * === MAIN TITLE ===
 * The Spread the Net logo in the top left corner
 */
#mainTitle {
	float:left;
	margin-left:20px;
}
#mainTitle a {
	display:block;
	background-repeat:no-repeat;
	text-indent:-100em;
	overflow:hidden;
}
#mainTitleCampus {
	float:left;
	margin-left:20px;
}
#mainTitleCampus a {
	display:block;
	background-repeat:no-repeat;
	text-indent:-100em;
	overflow:hidden;
}
#mainTitleBMC {
	float:left;
	margin-left:20px;
}
#mainTitleBMC a {
	display:block;
	background-repeat:no-repeat;
	text-indent:-100em;
	overflow:hidden;
}
 
#topPanel { padding-top:24px; }
#topPanel.full {padding-top:0;}


/**
 * === MAIN MENU ===
 * The menu that appears on each page and allows the user to visit other sections of the site
 */
 
/* The main menu and the page content have the same margin-top */
#mainmenu, #pagecontent {	margin-top:26px; }

#mainmenu {
	text-align:right;
	/* a background-image is set in the main.css file in the locale folder */
	background-position:right top;
	background-repeat:no-repeat;
	position:absolute;/*relative*/
	right:31px;
	margin-top:26px;
	padding-right:19px;
	min-height:160px;
	float:right;
}
#mainmenu a { color:#fff; text-decoration:none; }

#mainmenu .mainsections {padding:0;margin:0;}
#mainmenu .mainsections li {
	margin-top:10px;
	display:block;
	list-style-type:none;
}
#mainmenu .mainsections li.first {margin-top:0;}

#mainmenu .mainsections a:hover, #mainmenu a.on {
	color:#aaccef;
}

#mainmenu .subsections {
	margin-bottom:23px;
}
#mainmenu .subsectionscampus {
	margin-bottom:5px;
}

#mainmenu .subsections li {
	margin-top:16px;
}
#mainmenu .subsectionscampus li {
	margin-top:5px;
}

#mainmenu .otherlinks a:hover { text-decoration:underline; }

#mainmenu .otherlinks {margin:22px 0 0;padding:0;}
#mainmenu .otherlinks li {
	display:inline;
	background:url(../images/mainmenu/otherlinksseparator.gif) no-repeat bottom right;
	padding-right:7px;
	margin-right:4px;
}
#mainmenu .otherlinks li.last {
	margin-right:0;
	padding-right:0;
	background-image:none;
}

#mainmenu .partners {
	margin-top:3em;
	margin-bottom:2em;
}

#mainmenu .partners .partner {
	display:block;
	margin-top:15px;
}


/**
 * === PAGE CONTENT ===
 * The main content of the page (generally text with a title)
 */
 
#pagecontent {
	/* The margin-top is set in the MAIN MENU section above */
	margin-left:248px;
	width:434px; /* Warning: it is possible that this property is re-defined in one of the localized css file */
	line-height:1.4em;
	padding-bottom:30px;
}

/* applied to H2 elements which will be replaced by css by images */
.pageTitle {
	text-indent:-100em;
	height:17px;
	width:400px;
	background-repeat:no-repeat;
	overflow:hidden;
}

/* Added by Marc Gendron */
.DateTable {
	width:400px;
}

.DateTable td {
	border-top:1px solid #FFFFFF;
	padding:5px;
}

.DateTable .DateColumn {
	width:100px;
	vertical-align:top;
}

.DateTable .ItemHeadline {
	font-weight:bold;
	clear:both;
}

.DateTable .ArticleTitle {
	font-style:italic;
}

.DateTable a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.DateTable a:hover {
	text-decoration:underline;
}
/* .DateTable a .ItemHeadline {
	text-decoration:underline;
} */
.DateTable .RowItem:hover {
	background-color:#0B1A24;
}

/* UL LI Blue Arrows */
ul.blue_arrows {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
		
ul.blue_arrows li {
	background-image: url(/images/style/ul-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	padding-left: 1em;
	margin-bottom: 4px;
}
.partner {
	/*clear:both;*/
}
.logo {
	width:88px;
	margin-right:15px; 
	float:left;
}
.text {
	display:block;
	float:left;
	width:325px;
	margin-bottom:25px;
}
div#homenews a.news {
	font-size:14px;
	display:block;
	margin-bottom:10px;
	color:white;
	text-decoration:none;
}
div#homenews a.news:hover {
	text-decoration:underline;
}
.datalist {}
.datalist td 
{
	border:none;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-right:none;
	border-left:none;
	padding:3px 5px 5px 3px;
}
.datalist tr:hover 
{
	background-color:#333333;
}
.datalist th 
{ background-color:#333333;
  text-align:left;
  height:30px;
	padding:3px 5px 5px 3px;  
}	

	
#announce_div {
	background-image: url("../images/popupDiv_dancingFeet_background.png");
	background-repeat: no-repeat;
	width: 490px;
	height: 502px;
	float: left;
	position: absolute;
	top: 360px;
	left: 230px;
	/*margin: -375px 0px 0px 230px;*/
	z-index: 999999;
	opacity: .95; 
	filter:alpha(opacity=95);  /*IE's opacity */
}

#announce_divTwitter{
	background-image: url("../images/popupDiv_twitter_background.png");
	background-repeat: no-repeat;
	width: 500px;
	height: 300px;
	position: absolute;
	top: 330px;
	left: 160px;
	/*margin: -375px 0px 0px 230px;*/
	z-index: 999999;
	opacity: .95; 
	filter:alpha(opacity=95);  /*IE's opacity */
}


#announce_div_close {
	background-image: url("../images/popupDiv_dancingFeet_close.png");
	background-repeat: no-repeat;
	width: 60px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	margin: 380px 0px 0px 400px;		
	z-index: 99999;
}


#announce_div_fr {
	background-image: url("../images/popupDiv_MarieMai.png");
	background-repeat: no-repeat;
	width: 488px;
	height: 502px;
	float: left;
	position: absolute;
	top: 360px;
	left: 230px;
	/*margin: -375px 0px 0px 230px;*/
	z-index: 999999;
	opacity: .95; 
	filter:alpha(opacity=95);  /*IE's opacity */
}


#announce_div_close_fr {
	background-image: url("../images/popupDiv_dancingFeet_close.png");
	background-repeat: no-repeat;
	width: 60px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	margin: 380px 0px 0px 400px;		
	z-index: 99999;
}

#announce_div_inside{
	padding: 65px 40px 25px 65px;
}
#announce_div_insideLarge{
	font-size: 25px;
	line-height: 28px;
	font-weight: bolder;
	color: #FFF;
}

#announce_div_insideSmall{
	margin-top: 15px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bolder;
	color: #FFF;
}

.lightBlue{
	color: #AACCEF;
}


.orange{
	color: #DD6E1D;
}

