/*************************************************************************/
/*
IE5x PC mis-implements the box model. Because of that we sometimes have
to perform a little CSS trickery to get pixel-perfect display across
browsers. The following bit of code was proposed by Tantek Celik, and it
preys upon a CSS parsing bug in IE5x PC that will prematurly close a
style rule when it runs into the string "\"}\"". After that string
appears in a rule, then, we can override previously set attribute values
and only browsers without the parse bug will recognize the new values.
So any of the name-value pairs above this comment that we need to
override for browsers with correct box-model implementations will be
listed below.

We use the voice-family property because it is likely to be used very
infrequently, and where it is used it will be set on the body tag. So
the second voice-family value of "inherit" will override our bogus
"\"}\"" value and allow the proper value to cascade down from the body
tag.

The style rule immediately following this rule offers another chance for
CSS2 aware browsers to pick up the values meant for correct box-model
implementations. It uses a CSS2 selector that will be ignored by IE5x
PC.

Read more at http://www.glish.com/css/hacks.asp
*/
/*************************************************************************/
/* HTML SELECTORS */
	body {
		font-family:Arial, Helvetica, Tahoma sans-serif;
		font-size:11px;
		line-height:18px;
		color:#535353;
		background:#fff;
		background-image: url('http://intranet.mcad.edu/mcad_intranet_engine/assets/image/grey_lines_patt.gif');
		padding:0px;
		margin:10px 10px 0px 10px;
		padding:0px;
		
	}

	a {
		text-decoration:none;
		color:#4685FD;
		/* border-bottom:1px solid #CCC; */
	}

	pre {
		font-size:11px;
		color:blue;
	}

	img {
		border:none;
	}

/*
	h1 {
		font-size:11px;
		padding-top:10px;
	}
	
	h2 {
		font-size:14px;
		padding-top:12px;
		margin-bottom:1px;
	}
		
	h3 {
		font-size:12px;
		padding-top:12px;
		margin-top:2px;
		margin-bottom:2px;
	}
		
	th {
		font-size:12px;

		line-height:16px;
	}
*/

	table {
		font-size:11px;
	}

/*************************************************************************/

	.dept_rdl {
		color:#000;
		font-size:10px;
		font-weight:bold;
		background:#F1F1F1;
		line-height:17px;
		height:14px;
		vertical-align:top;
		margin:4px 6px 4px 6px;
		padding:1px 3px 4px 6px;
		border-bottom:1px solid #CCC;
	}

	.greek {
		color:#000000;
	}

	#banner {
		position:absolute;
		background:#FFF;
		height:88px;
		top:20px;
		width:755px;
		border-top:1px solid #CCC;
		border-right:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
	}

	#banner h1 {
		font-size:24px;
		padding:0px 10px 2px 10px;
		margin:0px;
	}

	html>body #banner {
		height:89px;
	}

	#intranet_bug {
		font-size:9px;
		position:absolute;
		top:6px;
		width:755px;
		height:10px;
	}
	
	#intranet_date_bug {
		font-size:9px;
		position:absolute;
		top:6px;
		left:680px;
		width:755px;
		height:10px;
	}

	#tabholder {
		position:absolute;
		background:#B9C7C9;
		height:20px;
		top:60px;
		width:802px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		voice-family:"\"}\"";
		voice-family:inherit;
		height:19px;
	}

	html>body #tabholder {
		height:19px;
	}

	#tabholdercrumb {
		position:absolute;
		background:#B9C7C9;
		height:20px;
		top:80px;
		width:802px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		voice-family:"\"}\"";
		voice-family:inherit;
		height:19px;
	}

	html>body #tabholdercrumb {
		height:19px;
	}

	#crumbholder {
		position:absolute;
		background:#B9C7C9;
		height:20px;
		top:90px;
		width:802px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		voice-family:"\"}\"";
		voice-family:inherit;
		height:19px;
	}

	html>body #crumbholder {
		height:19px;
	}

	#pagetitle {
		position:absolute;
		background:#fff;
		color:#000;
		height:20px;
		top:120px;
		width:802px;
		font-size:14px;
		font-weight:bold;
		border-top:1px solid #fff;
		border-right:1px solid #fff;
		border-left:1px solid #fff;
		border-bottom:1px solid #fff;
		voice-family:"\"}\"";
		voice-family:inherit;
		height:19px;
	}

	.centercontent p {
		font-family:Arial, Helvetica, Tahoma, sans-serif;
		font-size:10px;
		line-height:18px;
	}

	#centercontent {
		position:absolute;
		background:#fff;
		top:120px;
		width:358px;
		margin-left:199px;
		margin-right:199px;
/* 
		border-top:1px solid #000; 
		border-right:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #fff;
*/
		
		voice-family:"\"}\"";
		voice-family:inherit;
		margin-left:201px;
		margin-right:201px;
	}

	#centercontent h1,h2 {
		margin:0px 10px 4px 8px;
	}
	
	#centercontent p,pre {
		margin:0px 10px 16px 10px;
	}
	
	#centercontent h1 {
		font-size:15px;
		font-weight:bold;
		line-height:16px;
		padding:0px 2px 5px 3px;
	}

	html>body #centercontent {
		margin-left:200px;
		margin-right:200px;
	}

	#centercontentcrumb {
		position:absolute;
		background:#fff;
		top:155px;
		width:358px;
		margin-left:199px;
		margin-right:199px;
/*
		border-top:1px solid #000; 
		border-right:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #fff;
*/
		voice-family:"\"}\"";
		voice-family:inherit;
		margin-left:201px;
		margin-right:201px;
	}

/* DUPLICATES */
	#centercontentcrumb h1,h2 {
		margin:0px 10px 4px 8px;
	}
	
	#centercontentcrumb h1 {
		font-size:15px;
		font-weight:bold;
		line-height:16px;
		padding:0px 2px 5px 3px;
	}

	#centercontentcrumb p,pre,table {
		margin:0px 10px 16px 10px;
	}
	
	#centercontentcrumb table {
		border:0px;
	}
		
	html>body #centercontentcrumb {
		margin-left:201px;
		margin-right:201px;
	}

	.tabtext {
		margin:0px 4px 2px 4px;
		padding-top:2px;
		font-weight:bold;
	}
	
	.crumbtext {
		margin:0px 4px 2px 4px;
		font-weight:bold;
	}

	#leftcontent {
		position:absolute;
		left:10px;
		top:120px;
		width:200px;
		height:650px;
		background:#fff;
		background-image: url('http://intranet.mcad.edu/mcad_intranet_engine/assets/image/grey_lines_patt.gif');
		color:#000000;
/*
		border-top:1px solid #000;
		border-right:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #fff;
*/
	}

	#leftcontent img {
		border:0px;
		margin:3px 6px 0px 0px;
	}

	#leftcontent h2 {
		font-size:13px;
		padding-top:10px;
	}

	#leftcontentcrumb {
		position:absolute;
		left:10px;
		top:155px;
		width:200px;
		background:#fff;
		color:#000000;
	}

	.floatImageLeft {
		float:left;
		position:relative;
		padding:4px 4px 4px 0px;
	}

	.floatImageRight {
		float:right;
		position:relative;
		padding:0px 10px 0px 4px;
	}

	#rightcontent {
		position:absolute;
		left:567px;
		top:120px;
		height:650px;
		width:200px;
		background:#fff;
		background-image: url('http://intranet.mcad.edu/mcad_intranet_engine/assets/image/grey_lines_patt.gif');

/*
		border-top:1px solid #000;
		border-right:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #fff;
*/
	}

	#rightcontentcrumb {
		position:absolute;
		left:567px;
		top:155px;
		width:200px;
		background:#fff;
	}

/* DUPLICATES */
	#leftcontentLG {
		position:absolute;
		background:#fff;
		top:155px;
		left:11px;
		width:552px;
		margin-right:199px;
		
/*
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
*/
		voice-family:"\"}\"";
		voice-family:inherit;
		margin-right:201px;
	}

	#leftcontentLG {
		margin-right:201px;
	}

	.block {
		position:relative;
		font-size:10px;
		border-top:1px solid #CCC;
		border-right:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
		margin-top:0px;
		margin-bottom:6px;
		background-color:#FFF;
	}

	.block_text form {
		font-size:11px;
		margin:2px 2px 6px 2px;
		color:#535353;
	}
	
	.block_text_input {
/* 		font-size:11px; */
/* 		color:#535353; */
		background-color :#f3f3f3;
		border-color :#6699cc;
		border-style :inset;
		border-width :1px;
		font-size :11px;
		color :#333333
	}
	
	.block_text_button {
/* 		font-size:11px; */
/* 		color:#535353; */
		background-color :#f3f3f3;
		font-size :11px;
		color :#333333
	}

	.block_title {
		position:relative;
		font-size:10px;
		background:#F1F1F1;
		line-height:17px;
		height:14px;
		vertical-align:top;
		padding:1px 3px 4px 6px;
		border-bottom:1px solid #CCC;
	}

	.block_title_non {
		position:relative;
		font-size:11px;
		font-weight:bold;
		background:#FFF;
		padding:3px 3px 0px 5px;
		border-bottom:1px solid #FFF;
	}

	.block_text {
		line-height:15px;
		font-size:11px;
		list-style-position:outside;
		padding:5px;
		padding-top:7px;
		
	}

	.block_text p {
		font-size:11px;
		margin:0px 2px 6px 2px;
		line-height:15px;
		color:#535353;
	}

	.block_text h1 {
		font-size:11px;
		font-weight:bold;
		line-height:11px;
		margin:4px 2px 4px 2px;
	}

	#online_gallery_block {
		margin:6px 8px 8px 5px;
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
		height:75px;
		
	}

	.ds_column {
		/* position:relative; */
		float:left;
		width:275px;
		padding-bottom:0px;
		
	}

	.ds_column h1 {
		font-size:15px;
		font-weight:bold;
		line-height:16px;
		padding:4px 2px 3px 0px;
	}

	.ds_column p {
		margin:0px 4px 0px 0px;
	}

	.audienceholder {
		position:relative;
		color:#000;
		float:left;
		margin:0px;
		margin-bottom:4px;
		font-weight:bold;
		border-bottom:1px solid #CCC;
		width:550px;
		
	}
	
	.grey_line {
		position:relative;
		color:#000;
		margin:0px;
		margin-bottom:2px;
		font-weight:bold;
		border-bottom:1px solid #CCC;
		
	}

	a.audienceholder {
		color:#535353;
		text-decoration:underline;
	}
	
	a.crumbs {
		color:#535353;
		text-decoration:underline;
	}

	#lg_left_column {
		position:relative;
		float:left;
		width:549px;
		padding-bottom:6px;
		
	}

	#lg_left_column h1 {
		font-size:11px;
		font-weight:bold;
		line-height:11px;
		margin:4px 0px 2px 0px;
	}

	#lg_left_column p {
		margin:0px 4px 8px 0px;
	}

	#leftcontentLG h1 {
		font-size:15px;
		font-weight:bold;
		line-height:15px;
		padding:0px 2px 0px 0px;
	}
/*************************************************************************/
/* LOGIN SELECTORS */
	
	#login_block {
		/* position:relative; */
		font-size:11px;
		background:#F1F1F1;
		border-top:1px solid #CCC;
		border-right:1px solid #CCC;
		border-left:1px solid #CCC;
		border-bottom:1px solid #CCC;
		margin-top:2px;
		margin-bottom:6px;
	}
	
	#login_block_text {

		font-size:11px;
		list-style-position:outside;
		
	}
	
	#login_block p {
		font-size:11px;
		margin:0px 6px 6px 6px;
		color:#535353;
	}
	
	#login_block h1 {
		/* position:relative; */
		font-size:11px;
		background:#F1F1F1;
		vertical-align:top;
		margin:3px 6px 2px 6px;
	}
	
	#login_block form {
		font-size:11px;
		margin:0px 6px 6px 6px;
		color:#535353;
	}
	
	#login_block input {
		margin-top:1px;
		margin-bottom:3px;
	}
	
/*************************************************************************/
