/* CSS Document */
body {
	margin-top:2px;
	margin-bottom:1px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#003366;
	color:#666666;
}

#outercontainer {
	background-image:url(../images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:900px;
	padding:5px 20px 0px 20px;
	margin-left:auto;
	margin-right:auto;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#header {
	background-color:#fff;
	height:217px;
	padding:0px;
	margin:0px;
	text-align:center;
}

#topmenu {
	background-image:url(../images/topmenubg.gif);	
	background-repeat:repeat-x;
	background-color:#31BDBA;
	height:34px;
	margin:0px;
}
/*558*/

#topmenubar {
	width:600px;
	margin-left:auto;
	margin-right:auto;		
	position:relative;
	z-index:500;	
}

/* 3 Level drop down navigation for main */
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:relative;
	z-index:999;	

}

/*Top level list items* - Top Level Navigation*/
.suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left;

		/*background-color: #B2E2F9;*/ /*overall menu background color!*/
}

/*Top level menu link items style - Top Level Navigation*/
.suckertreemenu ul li a {	
	padding: 6px 17px;
	text-decoration: none;
	color:#fff;
	font-size:14px;
	font-weight:normal;	

}
html>body .suckertreemenu ul li a {padding:4px 17px 11px 17px}
*:first-child+html .suckertreemenu ul li a {padding: 6px 17px;} /*IE7*/

.suckertreemenu ul li a:hover, .suckertreemenu a:hover { /*Changes the color of the menu as the mouse rolls over*/
	color:#000;
	background-color:#FF9933;
	background-image:url(http://www.pei.ac.nz/images/menubg_hover.gif);
}

/*1st sub level menu*/
.suckertreemenu ul li ul {
	left: 0;
	width: 190px;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	color:#1F7BB8;
	font-size:12px;
	font-weight:normal;
	background-color: #B2E2F9;
}


/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
	background-color: #B2E2F9; /*overall menu background color!*/	
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 0; /* no need to change, as true value set by script */
	top: 0;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
	display: block;
	color:#1F7BB8;
	font-size:12px;
	text-decoration: none;
	padding: 1px 10px;
	background-color: #B2E2F9;
	border-bottom: 1px solid #1F7BB8; /*Ouline color for drop down menus!*/
	border-left: 1px solid #1F7BB8; /*Ouline color for drop down menus!*/	
	border-right: 1px solid #1F7BB8; /*Ouline color for drop down menus!*/	
	font-weight:normal;		
z-index:10;
}
*:first-child+html .suckertreemenu ul li ul li a {margin-top:-2px;padding:1px 10px;}

.suckertreemenu ul li ul li a:hover{
	background-color:#2FB3EA;	
	background-image:none;
	color:#fff;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	/*background: #000000;*/
	/*background-color:#24B3B9;*/
	/*background-image:url(../images/menubg.gif);*/	
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	/*background: #A88B47;*/
	background-color:#B2E2F9;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1px;
}
 
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 2%;}
* html .suckertreemenu ul li a { height: 2%;}
* html .suckertreemenu ul li ul li { float: left;}
/*End 3 Level Main Navigation*/




#content {
	padding:15px 15px 0px 15px;
/*	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-x;*/
	background-color:#fff;
	min-height: 180px;
	height: auto !important;
	height: 400px;

}

#content_1col {
	padding:15px 5px 0px 5px;
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	min-height: 420px;
	height: auto !important;
	height: 420px;
}

#leftmenu {
	float:left;
	width:235px;
	/*border: solid 1px red;*/	
}

html>body #leftmenu {width:250px;} /** FF hack */
*:first-child+html #leftmenu {width:250px;} /*IE7*/

#maincontent {
	float:left;
	left:10px;
	position:relative;
	text-align:left;	
	width:495px;
	z-index:0;
	padding-right:20px;

}


#maincontent_1col {
	float:left;
	left:10px;
	position:relative;
	text-align:left;	
	width:770px;
	z-index:0;
}

/* FOOTer */
#footer {
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	height:58px;
	font-size:12px;
	text-align:center;
	color:#fff;
	padding-top:50px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#footer a {color:#fff;text-decoration:none;}
#footer a:hover {color:#333}

#footerbg{
	background-image:url(../images/footerbg.jpg);
	background-repeat:no-repeat;
	padding:0px;
	min-height:0px;
}
/* end FOOTER */

/* SIDE BAR */
.greenbxHeader { 
	background-image:url(../images/greenbx_header.gif); 
	background-repeat:no-repeat;
	height:20px; 
	width:235px;
	font-size:12px;
	color:#fff;
	padding-left:20px;
	vertical-align:middle;
	padding-top:5px;
}
html>body .greenbxHeader {width:245px;} /** FF hack */
*:first-child+html .greenbxHeader {width:245px;} /*IE7*/

.greenbxBody {
	margin:0px;
	background-image:url(../images/greenbx_body.gif); 
	background-repeat:repeat-y;
	width:235px;
	padding-left:20px;
	padding-top:5px;
	
}
html>body .greenbxBody {width:245px;} /** FF hack */
*:first-child+html .greenbxBody {width:245px;} /*IE7*/

.greenbxFooter {background-image:url(../images/greenbx_footer.gif); background-repeat:no-repeat;width:245px; height:10px;}
/* Side BAr */


/* General */
.heading1 {font-size:14px;}
.heading2 {font-size:12px;}
a {color:#333}
a:hover {color:#000099;}


/*Course Table */
.col_name {
	padding: 5px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #ffffff;
	font-size: 12px;}

.col_name a,
.col_name a:visited  {
	font-size: 12px;}


.col_dl {
	background-color: #e5e5e5;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}

.col_ff {
	background-color: #cbcbcb;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}

.col_int {
	background-color: #e5e5e5;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}

.col_el {
	background-color: #cbcbcb;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
}

.dmode a,
.dmode a:visited {
	text-decoration: none;
	font-size: 10px;
	}

.dmode a:hover {
	text-decoration: underline;
	font-size: 10px;
}
	
h3 {
	font-size:14px;
	margin:0px
}

h2 {
	font-size:16px;
}

.floatimgleft {
float:left;
margin-top:0px;
margin-right:10px;
margin-bottom:5px;
}
	
.heading {
	font:Arial;
	padding-bottom:5px;
	font-size:16px;
	color:#96D045;
	/*font-weight:bold;*/
	line-height:19px;
}

#star{
	color:#01ABAB;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}

.imagebutton {
	padding:5px 0px 10px 0px;
}
.imagebutton a, .imagebutton a:visited{
	font-size:10px;	
	font-variant:small-caps;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 15px 4px 15px;
	color:#ffffff;
	min-width:50px;	
	text-decoration:none;
	background-image:url(../images/button_a.jpg);
	background-repeat:no-repeat;
	height:30px;
}

html>body .imagebutton a{padding:4px 15px 4px 15px;} /** FF hack */
*:first-child+html .imagebutton a{padding:4px 15px 4px 15px;} /*IE7*/

.imagebutton a:hover{
	padding:4px 15px 4px 15px;
	background-image:url(../images/button_b.jpg); 
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFF;
}
html>body .imagebutton a:hover{padding:4px 15px 4px 15px;} /** FF hack */
*:first-child+html .imagebutton a:hover{padding:4px 15px 4px 15px;} /*IE7*/


/*Red Panel*/
#redPanel {
	background-image:url(../images/error_msg_panel.gif);
	background-repeat:no-repeat;
	min-height:80px;
	min-width:200px;
	padding:0px 0px;
}

#redPanel div{
	padding:15px 20px;
	color:#CC0000;
	height:55px;
}

#redPanelTop {
	background-image:url(../images/redPanelTop.gif);
	background-repeat:no-repeat;
	height:10px;
}

#redPanelBottom {
	background-image:url(../images/redPanelBottom.gif);
	background-repeat:no-repeat;
	height:10px;
}

#redPanelBody {
	background-image:url(../images/redPanelBody.gif);
	background-repeat:repeat-y;
	height:10px;
}

/*Red Panel1*/
#redPanel1 {
	background-image:url(../images/error_msg_panel1.gif);
	background-repeat:no-repeat;
	min-height:80px;
	min-width:200px;
	padding:0px 0px;
}

#redPanel1 div{
	padding:8px 20px;
	color:#CC0000;
	height:80px;
}

#redPanel1Top {
	background-image:url(../images/redPanelTop.gif);
	background-repeat:no-repeat;
	height:10px;
}

#redPanel1Bottom {
	background-image:url(../images/redPanelBottom.gif);
	background-repeat:no-repeat;
	height:10px;
}

#redPanel1Body {
	background-image:url(../images/redPanelBody.gif);
	background-repeat:repeat-y;
	height:10px;
}


/*Red Panel Big*/
#redPanelBig {
	background-image:url(../images/error_msg_panel_big.gif);
	background-repeat:no-repeat;
	min-height:54px;
	min-width:232px;
	padding:0px 0px;
}

#redPanelBig div{
	padding:15px 25px;
	color:#CC0000;
}
.hr {
	background-image:url(../images/registration/horiz_rule.gif);	
	background-repeat:repeat-x;
	background-position:center;
	padding-top:10px;
	width:100%;
	/*border:solid 1px*/
}
.aDotted  {
	color:#01ABAB; 
	text-decoration:none;
	border-bottom: dotted 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
.aDotted:hover {
	text-decoration:none;
	border-bottom: dotted 1px;
}
.aDotted:visited {
	color:#00725F;
}
td.hover {
	background-image: url(../images/registration/help_rollover.gif);
	background-position: center center;
	background-repeat:no-repeat;
	width:26px;
	height:26px;
}
td.explain {
	background-image: url(../images/registration/help_normal.gif);
	background-position: center center;
	background-repeat:no-repeat;
	width:26px;
	height:26px;
}
td.explain:hover {
	background-image: url(../images/registration/help_rollover.gif);
	background-position: center center;
	background-repeat:no-repeat;
	width:26px;
	height:26px;
}
td.empty {
	background-color:#ffcccc;
}
