

/* ------------------------------------------
Project: Graduate Studies Template
Purpose: Screen Master
Author: Todor Kiryazov
Version: 11/09
--------------------------------------------- */

body
	{
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size:11px;
	color: #555;
	background-image: url("../images/body_bkg.png");
	
	}
	
p {
	line-height:1.5;
}
	
/* LAYERS
--------------------------------------------- */
#header_container {
	background-color:#fff;
	height: 110px;
	}
#header
	{
	position: relative;
	width: 925px;
	margin:0 auto;
/*	margin: 0 0 -1px 0;
	z-index: 5000;*/
	background-image
	}


#header ul a, #header ul a:visited
	{
	text-decoration: none;
	}
	
#header ul
	{
	position: absolute;
	list-style: none;
	right: -2px; /* hides border on last list item */
	margin: 2px 0 0 0;
	padding: 0;
	}
	
#header li
	{
	float: right; /* allows you to add vertical padding to list item */
	padding: 2px 14px;
	}
	
#header ul a:focus, #header ul a:hover, #header ul a:active
	{
	text-decoration: underline;
	}
	

	
#header img
	{
	position: absolute;
	border: 0;
	}	
	
#header ul a, #header ul a:visited
	{
	color: #666666;
	}
	
#slider_container {
	background-image:url("../images/nav_bkg.jpg");
	background-repeat:repeat-x;
	height:31px;
}
#slider 
	{
	margin:0 auto;
	position: relative;
	width: 925px;
	}





	

#left
	{
	background-image:url("../images/left_menu_top.gif");
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:5px;
	float: left;
	margin: 0 auto;
	width: 216px;
	font-size: 1.1em;
	}
	
#left #bottom {
	background-image:url("../images/left_menu_bottom.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:5px;
}

#left ul
	{
	list-style: none;
	width: 216px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-image:url("../images/left_menu_static.gif");	
	}
	
#left ul a, #left ul a:visited
	{
	display: block;
	width: 173px;
	padding: 8px 20px 8px 23px;
	text-decoration: none;
	color: #cc0000;
	text-transform:uppercase;
	background-image:url("../images/left_menu_static.gif");
	background-repeat:no-repeat;
	background-position:top left;
	}	
	
#left ul li
	{
	margin: 0;
	padding: 0;
	}
	
#left ul li.down
	{
	width: 216px;
	
	
	}
	
/*#left ul ul
	{
	width: auto;
	margin: 0;
	padding: 0px 0 12px 0;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-weight: normal;
	}
*/

#left ul li.down ul.level2 {
	padding-bottom:10px;
	background-image:url("../images/level2_ul_background.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	}
#left ul li.down ul.level2 li a {
text-transform:none;
background-image:url("../images/level2_background.gif");
background-repeat:repeat-y;
color:#333;
font-weight:normal;
padding-top:6px;
padding-bottom:6px;
padding-left:40px;
}


#left ul li.down ul.level2 li a:hover, #left ul li.down ul.level2 li a:active, #left ul li.down ul.level2 li.down a {
	text-decoration:underline;
}


	
/*#left ul ul ul
	{
	margin: 3px 15px 5px 45px;
	padding: 6px 0 5px 0;
	font-size: inherit;
	border: 1px dotted #fff;
	}

#left ul ul ul li, #left ul ul ul li.down
	{
	width: 180px;
	padding: 0 0 5px 0;
	}

#left ul ul ul ul
	{
	margin: 5px 0 0 13px;
	padding: 0;
	font-size: inherit;
	border: 0;
	}

#left ul ul ul ul li, #left ul ul ul ul li.down
	{
	width: 160px;
	}
*/	

	
/*#left ul ul a, #left ul ul a:visited
	{
	padding: 0 0 2px 33px;
	color: #555;
	background-color: #efece4;
	border: 0;
	}
	
#left ul ul a:focus, #left ul ul a:hover, #left ul ul a:active,
#left ul ul a.down, #left ul ul a.down:visited, #left ul ul a.down:focus, #left ul ul a.down:hover, #left ul ul a.down:active
	{
	padding: 0 0 2px 33px;	
	color: #900;
	background-color: #efece4;
	text-decoration: underline;
	border: 0;
	}

#left ul ul ul a, #left ul ul ul a:visited, #left ul ul ul a:focus, #left ul ul ul a:hover, #left ul ul ul a:active, #left ul ul ul a.down, #left ul ul ul a.down:visited, #left ul ul ul a.down:focus, #left ul ul ul a.down:hover, #left ul ul ul a.down:active
	{
	width: 150px;
	padding: 0 0 0 20px;
	background-position: 7px 0.2em;
	}	
	
*/
/*
#left ul ul li.down
	{
	border: 0;
	}	

	#left ul ul li.down a {
	background:#000;
	}

#left ul ul a.down, #left ul ul a.down:visited, #left ul ul a.down:focus, #left ul ul a.down:hover, #left ul ul a.down:active
	{
	text-decoration: none;
	}
*/	

#left ul a:focus, #left ul a:hover, #left ul a:active	
	{
	background-image:url("../images/left_menu_hover.gif");
	background-repeat:no-repeat;
	background-position:top left;
	
	}
	
#left ul a.down, #left ul a.down:visited, #left ul a.down:focus, #left ul a.down:hover, #left ul a.down:active
	{
	color: #fff;
	background-image:url("../images/left_menu_down.gif");
	
	border: 0;
	
	}

#left img.flyer {
	margin-top:16px;
	margin-left:10px;
	border:solid #d3d3d3 1px;
}

#main {
	width:670px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border:#dcdcdc solid 1px;
	background-color:#fff;
}


#main ul li {
	margin-bottom:5px;
}


#main_program {
	width:475px;
	float: left;
	margin: 0 9px 0 9px;
	padding: 10px;
	border:#dcdcdc solid 1px;
	background-color:#fff;
	position:relative;
}

#main_program h1 {
margin-top:0px;
text-transform:uppercase;
}


.column
	{

	}

/*
#center
	{
	width: 389px;
	font-size: 1.1em;
	background-image:url("../images/news_background.gif");
	background-repeat:y-repeat;
	float: left;
	margin: 0 0px 0 0px;
	padding: 10px 0px 0px 0px;
}*/

#tabs {
	width:510px;
	float: left;
	margin: 0 9px 0 0px;
	padding: 0px 0px 0px 0px;
}



#center p
	{
	padding-left:5px;
	padding-right:5px;
	}
	
#center h2, #right h2
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	}

#center h2
	{
	color: #cc0000;
	}

#center h3
	{
	margin: 0 0 2px 0;
	color: #e48342;
	}
	
#center-inside {
	padding-left:15px;
	padding-right:10px;
	min-height:300px;
}

.show {
	position:absolute;
	top:inherit;
	width:380px;
	overflow:auto;
}

#breadcrumb
	{
	margin: 0 -10px 5px -8px;
	padding: 5px;
	}
	


#content_programs_landing 
	{
	width: 650px;
	line-height: 1.3em;
	overflow: visible;
	background-color:#fff;
	padding-left:15px;
	}
	
	



/* SPECIAL FORMATTING
--------------------------------------------- */




#content h1, #content_programs_landing h1
	{
	margin: 23px 0 18px 0;
	font-family: Helvetica, Arial, Verdana, sans serif;
	font-size: 2em;
	font-weight: normal;
	line-height: normal;
	}
	
h2
	{
	padding: 0;
	font-size: 1.2em;
	color: #444;
	font-family: helvetica, arial, verdana, sans serif;
	}
	

h3
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #27537A;
	}
h1
	{
	color: #c00;
	font-size:1.5em;
	}
	



/* IMAGES
--------------------------------------------- */



a:link img 
	{
	text-decoration: none;
	}
	

	
/* LISTS
--------------------------------------------- */


	
#footer 
	{
	color: #999;
	clear: both;
	width: 100%;
	padding: 0 0 5px 0;
	text-align: center;
	padding-top:10px;
	background-color:#fff;
	background-image:url("../images/footer_bkg.jpg");
	background-position: top left;
	background-repeat:repeat-x;
	margin-top:20px;
	border-top:1px solid #eaeaea;
	}
	
#footer ul
	{
	list-style: none;
	margin: 0;
	padding: 20px 0 0px 0;
	text-align: center;
	}
	
#footer li
	{
	display: inline;
	margin: 10px 0;
	padding: 0 10px;
	border-right: 1px solid #999;
	}
	
	
#footer a, #footer a:visited
	{
	text-decoration: none;
	}
	
#footer a:focus, #footer a:hover, #footer a:active
	{
	text-decoration: underline;
	}


#footer li
	{
	}
	
#footer li.last
	{
	border: 0; /* removes border from last list item */
	}

/* LINKS
--------------------------------------------- */


	



a.button, a:visited.button
	{
	color:#ffffff;
	display:block;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	text-decoration: none;
	padding:5px;
	margin-top:10px;
	background:#908360;
	}

a:hover.button
	{
	background:#3c3a34;
	color:#fff;
	}

/* TABLES
-------------------------------------------------- */

table
	{
	border-collapse: collapse;
	}

/* LAYERS
--------------------------------------------- */

	
#page
	{
	clear: both;
	width: 925px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-top:16px;
	overflow: hidden;
	
	
	}

#breadcrumb
	{
	border-bottom: 1px solid #ccc;
	}
	


#toolbox_container {
	width:190px;
	float:right;
	margin-top:25px;
	margin-bottom:10px;
}

#sidebar {
	width:190px;
	float:right;
}


#toolbox_program {
	width:190px;
	float:right;
	margin-bottom:10px;
}

#toolbox {
	padding-left:10px;
	background-image:url("../images/toolbox_bg.gif");
	padding-bottom:5px;
	padding-top:5px;
}

#toolbox_container2 {
	width:190px;
	float:right;
	margin-top:25px;
	margin-bottom:10px;
}

#sidebar2 {
	width:190px;
	float:right;
}


#toolbox_program2 {
	margin-top: -10px;
	padding: 0;
	width: 250px;
	float: left;
}

#toolbox2 {
	margin: 0;
	padding: 0;
}

.info_button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
}
.info_button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url("http://northeastern.edu/graduate/images/info_button.png") no-repeat top left;
	outline:none;
}
.info_button a:hover {
	background-position:0 -50px;
}

.apply_button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
}
.apply_button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url("http://northeastern.edu/graduate/images/apply_button.png") no-repeat top left;
	outline:none;
}
.apply_button a:hover {
	background-position:0 -50px;
}

.website_button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
}
.website_button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url("http://northeastern.edu/graduate/images/website_button.png") no-repeat top left;
	outline:none;
}
.website_button a:hover {
	background-position:0 -50px;
}

#spotlight
	{
	width: 178px;
	border:1px solid #dcdcdc;
	float:right;
	padding:0px;
	background-color:#fff;
	padding:5px;
	}

#spotlight h2
	{
	margin-top:0px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	color: #970600;
	text-transform:uppercase;
	border-bottom:1px solid #dcdcdc;
	}


#spotlight p {
	padding-left:10px;
}


/* IMAGES
--------------------------------------------- */

img
	{
	border: 0;
	margin:0px;
	padding:0px;
	}

img.left
	{
	border: 1px solid #333;
	}

img.right
	{
	border: 0px solid #3c3a34;
	max-width: 200 px;
	}

img.center
	{
	border: 1px solid #333;
	}

	
/* LISTS
--------------------------------------------- */

#header li
	{
	border-right: 1px dotted #999;
	}


#header ul li:first-child, #usernav ul li:last-child
	{
	border-right: 0;
	}
	
	


#listing ul li
	{
	width:350px;
	list-style-type:none;
	font-size:small;
	}




#eventslist ul li /* month */
        {
	color: #6b9e27;
        }

#eventslist ul li ul li
        {
        color: #666;
        }

	
/* LINKS
--------------------------------------------- */

a, a:visited
	{
	color: #c00;
	}
	
a:focus, a:hover, a:active
	{
	color: #900;
	}

a:active {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}




#listing ul a, #listing ul a:visited
	{
	display:block;
	padding:5px 5px 5px 5px;
	color:black;
	text-decoration: none;

	}
#listing ul a:hover
	{
	color:white;
	text-decoration: none;
	background-color:#3c3a34;
	}

#listing ul li.college a, #listing ul li.college a:visited
	{
	background-color:white;
	list-style-type:none;
	border-top:1px solid #908360;
	border-bottom:1px solid #908360;
	margin-top:20px; font-size:small;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:8px;
	margin-bottom:5px;
	text-transform:uppercase;
	}

#listing ul li.college a:hover
	{
	color:#999;	
	}


#footer a, #footer a:visited
	{
	color: #999;
	}
	
.college a:hover
	{
	color: black;
	}
	
/* TABLES
-------------------------------------------------- */

th
	{
	background-color: #ececec;
	}

th, td
	{
	border: 1px solid #ccc;
	}

table.noborder th, table.noborder td
        {
        border: 0;
        }

/* SLIDER
-------------------------------------------------- */

	#banner {
		border:1px solid #dcdcdc;
	}
	.coda-slider { background: #fff }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { 
  height: 300px;
  width: 925px;
  } 
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; height: 300px; }
	.coda-slider .panel-wrapper .content { padding: 10px; padding-left:13px; height:290px;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; background:transparent; margin-top: 0px; }
	.coda-slider { overflow: hidden; position: relative; margin-right:auto; margin-left:auto; width:925px;}
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative; }
	
	/* Tabbed nav */
	.coda-nav {
	background-image: url("../images/nav_bkg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
	height:48px;
	margin-bottom:10px;
	}
	.coda-nav ul {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	list-style: none;	
	padding: 17px 0px 0px 0px;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:1.1em;
	width:925px;
	font-weight:bold;

	}
	.coda-nav ul li { 
	display: inline;
	}
	.coda-nav ul li a { 
	color: #fff;
	display: block; 
	float: left;
	padding-right:30px;
	padding-top:25px;
	padding-left:12px;
	padding-bottom:10px;
	text-decoration: none;
	text-transform: uppercase;
	position:relative;
	top:-17px;
	}
	.coda-nav ul li a.current {
	background-image: url("../images/nav_hover_bkg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
	text-decoration:underline;

}


h2.title {
display:none;
}


/* CHAINED SELECTOR
-------------------------------------------------- */

select.selector {
border:0;
width:100%;
height:200px;
}

select.selector option {
padding:5px;
}

table.selector {
width:50%;
}

table.selector td, table.selector, tr {
padding:0px;
}

#loading
{
	position:absolute;
	top:0px;
	right:0px;
	background:#ff0000;
	color:#fff;
	font-size:14px;
	font-familly:Arial;
	padding:2px;
	display:none;
}




/* TABS
-------------------------------------------------- */

/*.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0;  }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 10px; background: #fff; border:1px solid #dcdcdc; width:490px; }
.ui-tabs .ui-tabs-hide { display: none !important; }



/* ACCORDION
-------------------------------------------------- */
#accordion {
	width:500px;
}



.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion  .ui-state-active { display: block; }

.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: 5px 5px 5px 10px; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 10px; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

#faqaccordion .ui-accordion , #faqaccordion .ui-accordion-header { 
	cursor: pointer; 
	position: relative; 
	margin-top: 1px; zoom: 1; 
	padding: 10px 0 5px 5px; 
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
}

#faqaccordion .ui-accordion, #faqaccordion .ui-state-active { 
	display: block; 
	background-color: #cc0001; 
	color:white; 
	text-decoration:underline; 
}

#faqaccordion .ui-accordion, #faqaccordion .ui-accordion-content-active { 
	display: block; 
	border:1px solid #cc0001;
}

#requestmoreaccordion .ui-accordion-header a {
	padding:0px 0px 0px 0px;
}

#requestmoreaccordion ul  {
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
}

#nuedge {
	background-image: url("../images/panels/default_nuedge.jpg");
}

#calendar h3 {padding:10px;}


/* TA Tutorial Styling
-------------------------------------------------- */
table.clickon { 
	border-collapse: collapse; 
	width: 70%;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
}

table.clickon td, table.clickon th { 
	padding: .3em; 
	border: 1px #ccc solid;
	text-align: center;
	vertical-align: middle;
}

table.clickon th.learn {
	width: 60%;
	border: 0px #ccc solid;
	background: #FFF; 
	font-size: 1.3em;
	text-align: left;
	padding-left: 1.6em;
}

table.clickon td.learn {
	text-align: left;
	font-size: 1.2em;
	padding-left: 1.6em;
}

table.clickon th.guid, table.clickon th.demo {width: %20;}
table.clickon td img {}
table.clickon thead { background: #FFF }
table.clickon tbody { background: #FFF }

/* ColorBox Core Style
-------------------------------------------------------------*/	
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background:url('../images/colorbox/overlay.png') 0 0 repeat;}
#colorbox/{}
    #cboxTopLeft{width:21px; height:21px; background:url('../images/colorbox/controls.png') -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url('../images/colorbox/controls.png') -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url('../images/colorbox/controls.png') -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url('../images/colorbox/controls.png') -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url('../images/colorbox/controls.png') left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url('../images/colorbox/controls.png') right top repeat-y;}
    #cboxTopCenter{height:21px; background:url('../images/colorbox/border.png') 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url('../images/colorbox/border.png') 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494; font:bold 14px Tahoma, Geneva, sans-serif;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url('../images/colorbox/controls.png') -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url('../images/colorbox/controls.png') -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url('../images/colorbox/loading_background.png') center center no-repeat;}
        #cboxLoadingGraphic{background:url('../images/colorbox/loading.gif') center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url('../images/colorbox/controls.png') -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopRight.png sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


