/*********************************************************************************/
/* Filename: style.css                                                           */
/* Creator: Janice Tian, janice.t@ubc.ca                                         */                                               
/* *******************************************************************************/
/* The following base styles define the default behaviour E2E web site           */
/* If changes are made to these styles, they will affect E2E site.  Changes      */ 
/* should be made cautiously.                                                    */                          
/* ***************************************************************************** */
/* Revision History:                                                             */
/*  0.1                                                                          */
/*  0.2                                                                          */
/*  0.3                                                                          */                                                               
/*********************************************************************************/

body {
	padding:0px 0px; 
	margin:0 auto; 
	font-family:Tahoma, Geneva, sans-serif; 
	/*background-color: #f7f7f7;*/
	/* Technically speaking, this should center text, not entire elements. In IE, however, it centers our entire container <div>. Whatever, as long as it works*/
	/* text-align:center; */
}

/* container/screen size. if need a narrow screen, please change the padding & width value*/                                                
#container {
    margin:0px auto 0px auto; /* tell the browser to leave a margin on the top and bottom of 0 pixels, and leave an even space to the left and right(auto)*/
	background-color:#FFFFFF;
	WIDTH: 950px; /* set the screen size */
	padding:0px; /* change to 5px if you need more space at the top */
	border: solid 1px #a9a9a9;
} 

/* title bar/header setting  */
#header {
	height:111px; 
	background-image:url(../images/titleheader.jpg);
	background-repeat:no-repeat;

}

/*if you like to separtet logo and  E2E text logo, please use the style as below 
#logo {
	font-size:10px; 
	background:url(images/small logo.jpg) no-repeat; 
	height:100px; 
	padding:50px 0 0 30px;
}

#logo a {
	color:#FFFFFF; 
	text-decoration:none;
}

/* E2E text logo 
#textlogo {
	float:right; 
	font-size:10px; 
	color:#FFFFFF; 
	padding:60px 30px 0 0;
}  */

/* search area in the header */
.search {
	float:right;
	FONT-SIZE: 13px; 
	FONT-FAMILY: Arial, normal;
	color:black;
	padding: 10px; 
}

/* invisible image over logo so can add a link to home page */
.img-link
{
	float:left;
	width:160;
	
}

.memebersfront {
	FONT-SIZE: 15px; 
	FONT-FAMILY: Arial, normal;
	color:#0700fe;
	font-weight: bold; 
}

/* START: memeber login styles */
#members{
	height:122px; 
	width: 230px;
	display:block;
	border: 1px solid #e6e9f1;
	text-align:center;
}
/* TextArea(height and width) for email address and Password  */
.intext{
	height: 17px;
	width: 114px;
}
/* Login button style */
#submit{
	margin-top:1px;
	margin-bottom:5px; 
	border: 1px solid #999999;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
}

#submit:hover{
	background-color: #fff;
}

#members span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #999999;
	background-color:#e6e9f1;
	display:block;
	padding:3px;
}
#members span.info{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	background-color:#fff;
}
#members a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #869352;
	text-decoration: none;
	display:block;
	padding-top:0px;
	padding-bottom:8px;
	text-decoration:underline;
}
#members a:hover{
	color: #869352;
}
/* END: member login */




/* breadcrumb */
#breadcrumb {
    TEXT-ALIGN: left;
    MARGIN: 8px auto;
    COLOR: #686868;
    FONT-SIZE: 11px;  
	padding-left:8px;
}
/* main content style */
/* main content table border */
#main {
	BORDER-RIGHT: #e6e9f1 2px solid; 
	BORDER-TOP: #e6e9f1 2px solid; 
	BACKGROUND: #fff; 
	BORDER-LEFT: #e6e9f1 2px solid; 
	BORDER-BOTTOM: #e6e9f1 2px solid;
	padding:0 2px 0px 10px;
	text-align:left; 
}

.bkgrade {
	height: 50px;
	padding: 2px;
}
.bkgrade:hover {
	height: 50px;
	padding: 1px;
	background: url(../images/bkgradetest.jpg) 0% 0% repeat-x; 
	color: #fc2;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; /* templete suggestd font-size: 10px */
	font-weight:normal;
	color:#000000;
	padding:0 10px 10px 10px;

}

.cmsContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; /* templete suggestd font-size: 10px */
	font-weight:normal;
	color:#000000;
	padding:0 10px 10px 10px;

}

#main a {
	font-family:Verdana;
	font-weight:normal;
	font-size:10px;
	text-decoration:underline;
	color:#0000cc;
	
}

#main a:hover {
	font-family:Verdana;
	font-weight:normal;
	font-size:10px;
	color:#ff8000;
}

#main h1{
	font-family: Arial,Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#000000;
}

#main h2{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}

#main h3{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}

/* main content unordered list START*/
#main  ul {
	margin-left:20px
	padding:0; 
}

#main  li {
	list-style-type:circle;
}

#main  li a {
	color:#0D1D2F; 
	text-decoration:none; 
	padding:3px;
	display:block;}
 
#main li a:hover {
	background-color:#EFEFF7;
}

/* main content unordered list END*/

/* START: what's new style */
#whatisnew {
     display:block; 
     /*border-right: 1px solid #909baf;*/
	 border-left:  2px solid #e6e9f1; 
	 border-bottom: 2px solid #e6e9f1;
     width:250px; 
     float:right; 
     padding:0px 20px 8px 10px;
     /*margin-top:1px; */
     /*background: url(../images/rssimage.jpg) no-repeat 95% 5%; */
     margin: 0px 0px 0px 0px;  
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:12px; 
	 font-weight:normal;
	 color:#000000;
}
    
#whatisnew  ul {
	margin-left:15px
	padding:0; 

}

#whatisnew  li {
	list-style-type:square;
	/*border-bottom:1px solid #EFEFF7;*/
}

#whatisnew  li a {
	color:#0D1D2F; 
	text-decoration:none; 
	padding:3px;
	display:block;
}
 
#whatisnew li a:hover {
	background-color:#EFEFF7;
}

#whatisnew h1{
	font-family:Arial;
	font-weight:bold;
	font-size:20px;
	color:#000000;
	margin-top: 15px; /* move whatisnew down*/
	margin-bottom:0px;
}


 /*#whatisnew h1:after {
	float: right;
	/*width:auto; */
	/* without margin, RSS can not float to right in Firefox */
	/*margin:0px 0px 0px 100px;
	content:url(../images/rssimage.jpg);
} */

#whatisnew h2{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	margin: 5px 0px 1px 0px; 
	/*margin-bottom:1px;*/
	/*display: inline;*/
	/*margin-left:25px*/
}

/*
#whatisnew h2:before {
	float:left;
	content:url(../images/new2.png);
	margin-left:-0.2cm;
} */
/*
#whatisnew img {
	float:left;
	content:url(../images/new4.png);
	margin-left:-0.2cm;
	margin-right: 5px;
} */

#whatisnew h3{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	margin-top:2px;
	margin-bottom:0px;
	/*margin-left:15px;*/

}

#whatisnew p{
margin-top:0px;
margin-left:10px
}

#whatisnew a {
	font-family:Verdana;
	font-weight:normal;
	font-size:10px;
	text-decoration:underline;
	color:#0000cc;
	margin-left:15px
	
}

#whatisnew a:hover {
	font-family:Verdana;
	font-weight:normal;
	font-size:10px;
	color:#ff8000;
}
/* END: what is new? */



/* START: pollArea style */
#pollArea {
     display:block; 
     /*border-right: 1px solid #909baf;*/
	 border-left:  2px solid #e6e9f1; 
	 border-bottom: 2px solid #e6e9f1;
     width:250px; 
     float:right; 
     padding:0px 20px 8px 10px;
     /*margin-top:1px; */
     /*background: url(../images/rssimage.jpg) no-repeat 95% 5%; */
     margin: 0px 0px 0px 0px;  
	 font-family: Arial, Helvetica, sans-serif;
	 font-size:12px; 
	 font-weight:normal;
	 color:#000000;
}

#pollArea h1{
	font-family:Arial Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	margin-top: 15px; /* move whatisnew down*/
	margin-bottom:0px;
}

/* END: pollArea style */



.small {
    TEXT-ALIGN: center; 
    FONT-SIZE: 10px; 
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}










/*menu style */


/*  --COMMENTED OUT BY BRADUT AND JANICE 2010-02-22

#menu {
	height:37px; 
	width:948px;
	background-image:url(../images/menu_bg_tall.jpg); 
    margin-top:0px auto;
	BORDER-RIGHT: #e6e9f1 1px solid;
	BORDER-TOP: #e6e9f1 2px solid; 
	BORDER-LEFT: #e6e9f1 1px solid; 
	BORDER-BOTTOM: #e6e9f1 2px solid;
}

#menu ul {
	margin:0; 
	padding:0;
}

#menu li {
	list-style:none; 
	float:left; 
	height: 35px;
	background:url(../images/menu_border_new2.jpg) right no-repeat;
	
}
*/

/*New, modified by Janice 2010-02-10*/
/*  --COMMENTED OUT BY BRADUT AND JANICE 2010-02-22

#menu a {
    float: left; 
    Height: auto; 
    Padding: 10px 15px; 
    color: #333; 
    Font-size: 15px; 
    Font-weight: bold; 
    Text-decoration: none; 
    Font-family: Arial, Helvetica, sans-serif;
}
*/

/*works
Here we change the selected font colour to white
*/
/*
#menu a:hover {
	background:url(../images/menu_a_bg.jpg);
	color:#FFFFFF; 

}
*/

/*doesn'n apply - nobody uses this...*/
/*
#menu a:active
{
	background:url(../images/menu_a_bg.jpg);
	color:#FFFFFF;
}
*/

/*
#menu a.contact{
	color:#0033FF; 
	float:right; 
	font-style:italic;
	font-weight:600;
}

#menu a.contact:hover {
	color: purple;
	background-image:url(../images/menu_bg_tall.jpg); 
}

*/




