/* globals */
BODY {
	background-image:url(http://users.encs.concordia.ca/~l_vaugeo/images/background.jpg);
    font-family: Verdana, sans-serif;
    font-size: 10px;
    line-height: 14px;
    /*color: #000;*/
}

UL LI  {
    list-style-type: square;
}

.caption {
    color: #444;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 15px;
}

.text_small {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #000;
	list-style-type: square;
}

.quote {
    background-color: #fdf8e5;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-left: 5px;
    border: 1px dotted #ccc;
    font-style: italic;
}
.quoteauthor {
    margin-top: 4px;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    font-weight: bold;
}

.table_global {
	border-collapse: collapse;	
	border: 0px solid #000000;
	width: 750px;
	margin-left:auto; 
	margin-right:auto;
}

.table_main {
	border-collapse: collapse;
	width: 100%;
}

.table_banner {
	width: 100%;
	height: 25px;
	border-collapse: collapse;
	background-color: #ffffff;
	border: 1px solid #0066CC;
  margin-top: 0px;
  margin-bottom: 5px;
	margin-left:auto; 
	margin-right:auto;
}

.table_content {
	width: 98%;
	border-collapse: collapse;
	/*text-align: left;*/
    margin-top: 0px;
    margin-bottom: 0px;
	margin-left:auto; 
	margin-right:auto;
}

.table_menu_top {
	border-collapse: collapse;
	text-align: center;
 	font-size:10px;
	height: 20px;
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
  border: 1px solid #0066CC;
  margin-top: 0px;
  margin-bottom: 5px;
	margin-left:auto; 
	margin-right:auto;
}

.table_location_bar {
	font-size: 10px;
  /*COLOR: #FF9933;*/
	background-color: #ffffff;
  /*margin-top: 5px;*/
  margin-bottom: 5px;
	margin-left:auto; 
	margin-right:auto;
  border: 1px solid #0066CC;
	width: 100%;
	/*height: 15px;*/
}

.table_sidebar {
  margin-top: 0px;
  margin-bottom: 5px;
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
  font-size: 14px;
	/*line-height: 18px;*/
	width: 98%;
	height: 300px;
	border-collapse: collapse;
	background-color: #ffffff;
  border: 1px solid #0066CC;
	vertical-align:top;
  color: #444;
  font-weight: bold;
}

.table_other {
    border: 1px solid #666666;
}

.logo {	
	font-size: 18px;
	/*font-weight: bold;*/
	/* color: #00FF00;*/
	/*color:#0066CC;*/
}

.code_example {
	font-family: Courier New, sans-serif;
	font-size: 10px;
	background-color: #E6E6E6;
}

.copyright {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
A:link
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: blue;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: blue;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #ff6633;
    TEXT-DECORATION: none
}
A:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #009900;
    TEXT-DECORATION: none
}
							           

