body {
	background-color:#bbb;
	padding:0;
	margin: 0 auto;
	text-align:center;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
}
td input {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 0 3px;
	height: 20px;
	vertical-align: middle;
}
td input:focus { background-color:yellow; }

p , td.j { 
	font-size: .8em;
	line-height: 20px;
	color:#666;
	text-align: left;
	margin: 0 0 12px 0;
	padding: 0 20px 0 0;
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
}
td.j { /* for google search results */
line-height:18px;
padding-right: 10px;
}
td p {
margin:0;
} 
strong, b {
		color:#777;
}

h1, h2, h3, h4 , .g{
	color: #555555;
	margin: 0;
	padding: 0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.1em;
	line-height: 40px;
	padding: 11px  0;
	letter-spacing: .1em;
	color:#666666;
}	
h2, .g {
	font-size: .8em;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 3px;
	color: #555555;
	font-weight:bold;
}

h3, .g {
	font-size: .8em;
	line-height: 20px;
	padding-top: 9px;
	padding-bottom: 3px;
	color: #555555;
	font-weight:bold;
}

ul {
	margin: 3px 0 3px 5px;
	text-align:left;
	padding: 0;
}
li {
	font-size:.8em;
	line-height: 18px;
	color:#666;
	margin-left:20px;
	list-style-image:url(images/arrow.gif);
}

a {
	color: #CC0000;
}

a.l, a.fl { /* for google's search results */
 color:gray;
 border-bottom: 1px dashed;
}
a:link { 
	text-decoration: none;
}
a:visited { 
	text-decoration: none;
	}
a:hover, a:active { 
	text-decoration:underline;
}
address {
	line-height:normal;
	font-size: .8em;
	font-style:normal;
	color:#666;
	text-align: left;
	margin: 5px 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 867px;
	margin: 0 auto;
	padding: 0;
	background-color: white;
}

#upperNav {
	width: 50%;
	margin: 10px 10px 0px 10px;
	text-align:right;
	float: right;
}
#upperNav form {
	margin: 5px 0;
}
#upperNav p {
	margin: 0 0 0 10px;
	padding:0;
	display: inline;
}
#upperNav a {
	color:#666;
}
#upperNav a:hover {
	color: #c00;
	text-decoration:underline;
}

#leftNav {
	margin: 10px 15px 10px 15px ;
	background-color: #eeeeee;
	border: 1px solid #bbb;
	width: 13em;
	font-size: 0.9em;
}
#leftNav p {
	margin: 0;
	text-align:left;
	line-height: 14px;
	padding: 4px 0 4px 15px;
	border-bottom: 1px dotted white;
}
#leftNav a {
	padding: 0;
	margin: 0;
	color: #c00;
}
#header{
	height: 72px;
	background-image:url(http://senecaalumni.ca/images/header_bg.png);
	background-repeat:repeat-x;
}
	
#sidebar {
	float: left; 
	width: 200px;
	font-size:0.9em;
}
/** NEW **/
#sidebar h2 {
	border-bottom: none;
}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li 
{
	margin-bottom:5px;
}
#sidebar ul ul
{
	list-style:none;
	margin:0.5em 0 0 1em;
}
#sidebar ul ul ul
{
	margin:0 0 0 1em;
}
li.sidebox {
	padding:10px;
	background: url(img/sideheadtop.gif) #ededed no-repeat left top; 
	margin-bottom: 10px; 	
}
html li.sidebox {
	padding-bottom: 10px;
}
li.sidebox h2 {
	font-weight: normal; 
	font-size: 1.4em; 
	text-align: left;
	color: #242;	
	font-variant:small-caps;
	letter-spacing:0px;
}
li#sidelinks ul
{
	margin:0;
	padding:0;
}
#sidebar li.sidebox p img {
	margin:0;
	padding:3px;
	border:#ccc 1px solid;
	background:none;
}
	
#footer {
	text-align: left;
	background-image:url(http://senecaalumni.ca/images/bottombg.gif);
	background-repeat:repeat-x;
}

#footer p {
padding: 10px 0 7px 25px ;
font-size: 10px;
line-height: 13px;
}
.callout {
	padding:10px; 
	line-height:normal; 
	background-color:#eeeeee; 
	border:1px dashed red ;
}

.calloutSansBorder {
	padding:10px; 
	line-height:normal; 
	background-color:#eeeeee; 
}
.flowleft {
  float: left;
  clear: left;
  margin: 0px 1.25em 0px 0px;
}

.flowright {
  float: right;
  clear: right;
  margin: 0px 1.25em 0px 0px;
}

.memberImage {
	float:right;
	margin:0 25px 10px 10px;
	border:1px solid black;
	width: 100px;
	height:133px
}
	
.rightImage {
	float: right;
	margin: 10px 20px 10px 15px;
}
.leftImage {
	float: left;
	margin: 10px 10px 10px 10px;
}


#clearit {
	clear: both;
	display: block;
}


/* form related */
.title {background:#CCCCCC; font-weight:bold;}
.required {font-size: .8em; color: #FF6600; font-weight: bold;}
.fieldname {margin:0 0 0 10px; padding:0; line-height: 25px; color:#666; text-align:left; display:inline}
/* framed tables */
.frame {border: 1px solid #CCCCCC;  padding: 5px; color:#000000;}
.thinframe {border: 1px solid #CCCCCC;  margin-top: 5px; padding: 1px; color:#000000;}
.blueframe {border: 1px solid #003366; background-color:#CCDDEE; padding: 0;  color:#000000;}
.errorsthinframe {border-bottom: 1px solid #CCCCCC;  padding: 0; color:#000000;}
.labelframe {border: 1px solid #CCCCCC; padding: 3px; color: #000000; background-color: #CCCCCC;}
.heading
{
	background:#CCCCCC;
	font-weight:800;
}

.box {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	border: 1px solid #000000;
	}

	.bluebox {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bolder;
		color: #FFFFFF;
		background-color: #006699;
		border: 1px solid #000000;
	}
	
	.maincell {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding: 5px;
		border: 1px solid #006699;
	}
	
	.errmsg {
		font-family: "Arial", Arial, mono;
		font-size: 12px;
		font-weight: bolder;
		color: #CC0000;
	}
	
.title {
	font-size: 24px;
	/*color: #000;*/
}
.btitle {
	font-size: 13px;
	text-transform: uppercase;
}
.important {
	font-size: 16px;
	color: red;
}
.right-tile {
	padding: 20px;
}
.right-tile p {
	line-height: 1.3;
	margin-top: 10px;
}
/*.left-tile-bottom, .right-tile-bottom {
	padding: 10px 20px;
}*/
.right-tile-bottom img {
	margin-top: 10px;
}
.left-tile-bottom, .left-tile-bottom p {
	text-align: center;
	background-color: #ccc;
	color: #000;
}
.school {
	font-size: 16px;
	color: #000;
}
/*
.header {
	color: #fff;
	font-size: 35px;
	font-style: italic;
}*/
.light {
	color: #ccc;
}
#logo {
	padding-bottom: 10px;
}
.hide {
	color: white;
}
.info {
	color: gray;
}

.watermark
{
   /*background-image: url('images/overlay.gif');*/
   /*background-repeat: no-repeat;*/
   /*padding-left: 20px;*/
   vertical-align: middle;
   color: DarkGray;
}

.normal
{
}



#tickertape{
position:relative;
layer-background-color:black;
width:400px;
height:20px;
}

#subtickertape{
background-color:black;
position:absolute;
border: 1px solid black;
width:400px;
height:20px;

}

.subtickertapefont{
font:bold 12px Verdana;
text-decoration:none;
color:white;
}

.subtickertapefont a{
color:white;
text-decoration:none;
}