/* @override http://ie3global.ous.edu/stylesheets/global/ */

/* @override http://ie3global.ous.edu/stylesheets/global/ */

ul#accessibility_links {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/body_bg.jpg) repeat-x top left;
	font-size: .7em;
	font-family: 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	line-height: 1em;
	color: #555555;
}


p, a {
	color: #555555;
}

a:hover {
	color: #79a15a;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
div#wrapper {
	margin: 0 auto;
	width: 980px;
}

div#header {
	margin: 0 10px;
}

div#header h1#logo {
	width: 270px;
	height: 100px;
	text-indent: -9999px;
	margin: 0 0 0 20px;
}

div#header h1#logo a {
	width: 270px;
	height: 100px;
	background: transparent url(http://ie3global.ous.edu/images/global/logo.jpg) no-repeat;
	display: block;
}

div#header #utilitynav {
	float: right;
	text-align: right;
}

div#utilitynav h3 {
	color: #164899;
	margin: 0;
	font-size: 12px;
}

div#utilitynav ul {
	margin: 0;
	list-style: none;
	padding: 7px 0px 7px 10px;
	background: #c0d4ed;
	overflow: hidden;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-box-shadow: 1px 1px 10px #999;
	-moz-box-shadow: 1px 1px 10px #999;
	box-shadow: 1px 1px 10px #999;

}

div#utilitynav li {
	padding: 3px 0;
	float: left;
	margin: 0 10px 0 0;
	
}

div#utilitynav li a {
	text-decoration: none;
	color: #154391;
	background-color: #cde2fd;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #8ca3c6;
	
}

div#utilitynav li a:hover {
	background: #c0cde0;
	color: #555;
	border: 1px solid #555;

}

/* @group Global Navigation */

ul#nav {
	margin: 0 auto;
	width: 980px;
	padding: 0;
	height: 59px;
}

ul#nav li {
	float: left;
	text-indent: -9999px;
}

ul#nav li a#home {
	display: block;
	height: 59px;
	width: 109px;
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) top left no-repeat;
}

ul#nav li a#home:hover, ul#nav li a#home.current {
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) no-repeat left -59px;
}

ul#nav li a#about {
	display: block;
	height: 59px;
	width: 163px;
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) -109px top no-repeat;
}

ul#nav li a#about:hover, ul#nav li a#about.current {
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) no-repeat -109px -59px;
}

ul#nav li a#find {
	display: block;
	height: 59px;
	width: 185px;
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) -272px top no-repeat;
}

ul#nav li a#find:hover, ul#nav li a#find.current {
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) no-repeat -272px -59px;
}

ul#nav li a#plan {
	display: block;
	height: 59px;
	width: 189px;
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) -457px top no-repeat;
}

ul#nav li a#plan:hover, ul#nav li a#plan.current {
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) no-repeat -457px -59px;
}

ul#nav li a#application {
	display: block;
	height: 59px;
	width: 231px;
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) -646px top no-repeat;
}

ul#nav li a#application:hover, ul#nav li a#application.current {
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) no-repeat -646px -59px;
}

ul#nav li a#contact {
	display: block;
	height: 59px;
	width: 103px;
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) -877px top no-repeat;
}

ul#nav li a#contact:hover, ul#nav li a#contact.current {
	background: transparent url(http://ie3global.ous.edu/images/global/navbar.jpg) no-repeat -877px -59px;
}

/* @end */

div#content {
	background: url(http://ie3global.ous.edu/images/global/content_bg.jpg) center top no-repeat;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}

div#maincontent {
	float: left;
	width: 610px;
	margin: 10px 10px 10px 10px;
}

div#content p.breadcrumb {
	margin: 0 0 10px 0;
	color: #666;
}

div#content p.breadcrumb a {
	color: #666;
}
div#content h1 {
	font-size: 1.5em;
	padding: 0 0 5px 0;
	color: #006699;
	line-height: 22px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}

div#content h2 {
	font-size: 1.25em;
	color: #5c8318;
	margin: 0 0 10px 0;	
	line-height: 1.5em;
}

div#content h2 a {
	color: #5c8318;
}

div#content h3 {
	font-size: 1em;
	margin:0 0 5px 0;
	color:#444;
	line-height: 1.5em;

}

div#content h4 {
	color: #154391;
	font-size: 14px;
	line-height: 20px;
	margin: 0 10px;
}

div#internship_header {
	margin: 0 0  10px 0;
	padding: 0  0px 0px;
	overflow: hidden;
	background: transparent url(http://ie3global.ous.edu/images/global/tabContentArea_bg.jpg) left 30px  repeat-x ;
}

div#intern_details {
	float: right;
	border-left: 1px solid #CCC;
	width: 280px;
	margin: 0 0 0 10px;
}

div#content #internship_header div#intern_details p {
	margin: 0 0 0 10px;
}

div#content #internship_header h1 {
	background: #154391 url(http://ie3global.ous.edu/images/global/tab_bg.jpg) top left no-repeat;
	color: #FFF;
	border-bottom: 3px solid #318516;
	padding: 5px 10px;
}

div#content #internship_header h3 a {
	padding: 0 0 5px 20px;
	background: transparent url(http://ie3global.ous.edu/images/global/12.png) top left no-repeat;
}
div#content #internship_header h2 {
	margin: 0 0 5px 10px;
}

div#content #internship_header h3{
	margin: 8px 0 0 10px;
	line-height: 2em;
}

div#content div#internship_header p{
	margin: 10px 0 0 10px;
	font-size: 1.1em;
	
}
div#content ul {
	margin: 0 0 5px 0 ;
}
div#content ul li {
	margin: 0 0 0 40px;
	line-height: 20px;
	list-style-type: disc;
}

div#content ul#results li {
	list-style: none;
	margin: 0;
	padding: 10px;
}
div#content ol li {
	list-style: decimal;
	margin: 10px 0 10px 45px;
	line-height: 20px;
}

div#content div#sidebar ol {
	margin: 0;
	padding: 0;
}

div#content div#sidebar ol li {
	margin: 10px 0 10px 20px;
}
div#maincontent strong {
	font-weight: bold;
}

div#content img {
	float: right;
	padding: 3px;
	margin: 0px 0 10px 10px;
	border: 1px solid #CCC;
}

div#content div.content img, div#content div.controls img  {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}
}
div#content ul#find_list li {
	list-style: none;
	list-style-type: none;
	margin: 10px 20px 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}


div#content h3#links a {
	background: #154391;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCC;
	text-decoration: none;
}

/* Tab Navigation Begin */
div#content ul.tabNavigation {
	background: #2d7e15;
	overflow: hidden;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;

}
div#content ul.tabNavigation li {
	float: left;
	list-style: none;
	list-style-position: none;
	list-style-type: none;
	list-style-image: none;
	margin: 5px 3px 0 0;

}

div#content ul.tabNavigation li:first-child {
	margin-left: 5px;
}

div#content ul.tabNavigation li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #e2ebfa;
	background: #358e18;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;

}

div#content ul.tabNavigation li a.selected {
	display: block;
	background: #e2ebfa;
	color: #555;

}
.tabContentArea {
	padding: 20px;
	clear: both;
	background: transparent url(http://ie3global.ous.edu/images/global/tabContentArea_bg.jpg) top left repeat-x ;

}

div#content ul.contact_list li {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	padding: 10px;
}

div#content ul.contact_list li img {
	float: right;
	margin: 0 10px 0 0;
	background: #FFF;
}

div#content ul.contact_list li h2, div#content ul.contact_list li h3, div#content ul.contact_list li p {
	margin: 0;
}

.tabContentArea select {
	width: 100%;
}

div#region {
	background: transparent url(http://ie3global.ous.edu/images/global/region_map.jpg) center top no-repeat;
	height:295px;
	position: relative;
}

div#region h3 {
	background: #e2ebfa;
	padding: 3px;
	border: 1px solid #CCC;
	font-size: 10px;
	text-align: center;

}
div#region h3#africa {
	position: absolute;
	top: 180px;
	left: 303px;
}

div#region h3#me {
	position: absolute;
	top: 115px;
	left: 270px;
}

div#region h3#americas {
	position: absolute;
	top: 140px;
	left: 30px;
	font-size: 10px;
	width: 50px;
	text-align: center;
}

div#region h3#caribbean {
	position: absolute;
	top: 140px;
	left: 150px;
}

div#region h3#south_america {
	position: absolute;
	top: 200px;
	left: 130px;
}
div#region h3#asia {
	position: absolute;
	top: 100px;
	left: 400px;
}

div#region h3#europe {
	position: absolute;
	top: 75px;
	left: 280px;
}

div#region h3#oceania {
	position: absolute;
	top: 235px;
	left: 490px;
}
div#maincontent .tabContentArea h3 {
	margin: 0 0 10px 0;
}

div#content table {
	vertical-align: middle;
	margin: 0 0 10px 0;
	width: 100%;
}

.zebra {
	background: transparent url(http://ie3global.ous.edu/images/global/tabContentArea_bg.jpg) top left repeat-x;
	border-bottom: 1px dotted #CCC;
}

div#content table tbody tr {
	margin: 5px;
	line-height: 25px;
	border-bottom: 1px solid #10357b;
}

div#content th {
	background: #10357b;
	color: #FFFFFF;
}

div#content th.cost_title {
	padding: 0 0 0 10px;
}
div#content table .cost_title {
	font-weight: bold;
	padding: 0 0 0 10px;
	width: 250px;
}

div#sidebar {
	width: 280px;
	float: right;
	margin: 10px 0 20px 0;
	padding:0 10px 10px 10px;
}

#sidebar ul {
 background: #FFFFFF;
}

div#sidebar h2 {
	margin: 0 0 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	padding: 0 0 5px 0;
}

div#sidebar h2#photo_header {
	margin: 0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/photos_header.jpg) top center no-repeat;
}

div#content #sidebar img {
	clear: both;
	float: none;
	margin: 0 0 10px 0;
}

div#sidebar ul li {
	padding: 0;
	margin-left: 0;
	list-style: none;
}

div#sidebar h2#quote_header {
	margin:10px 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/quotes_header.jpg) top center no-repeat;
}

div#sidebar h2#search_header {
	margin:0 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/search_header.jpg) top center no-repeat;
}

div#sidebar h2#about_header {
	margin:0 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/about_header.jpg) top center no-repeat;
}

div#sidebar h2#plan_header {
	margin:0 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/header_plan.jpg) top center no-repeat;
}

div#sidebar h2#application_header {
	margin:0 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/header_application.jpg) top center no-repeat;
}

div#sidebar h2#accepted_header {
	margin:0 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/header_accepted.jpg) top center no-repeat;
}

div#sidebar h2#alumni_header {
	margin:0 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/header_alumni.jpg) top center no-repeat;
}

div#sidebar h2#advisors_header {
	margin:0 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/header_advisors.jpg) top center no-repeat;
}

div#sidebar h2#employers_header {
	margin:0 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/header_employers.jpg) top center no-repeat;
}

div#sidebar h2#blog_search_header {
	margin:0 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/header_searchblog.jpg) no-repeat center;
}

div#sidebar h2#emailupdates_header {
	margin:0 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/header_emailupdates.jpg) no-repeat center;
}

div#sidebar h2#campus_button {
	margin:0 0 0  0;
	text-indent: -9999px;
	height: 25px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/header_campusbutton.jpg) top center no-repeat;
}

div#sidebar select#jumpMenu {
	width: 100%;
}
div#sidebar h2#application_button {
	width: 280px;
	height: 50px;
	padding: 0;
	border-bottom: none;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	background:transparent url(/images/global/new_apply_button.jpg) no-repeat;
}

div#sidebar h2#application_button a {
	width: 280px;
	height: 50px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/application_button.jpg) top left no-repeat;
	display: block;
}

div#sidebar h2#application_download {
	width: 280px;
	height: 50px;
	padding: 0;
	border-bottom: none;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}

div#sidebar h2#application_download a {
	width: 280px;
	height: 50px;
	padding: 0;
	background: transparent url(http://ie3global.ous.edu/images/global/application_download.jpg) top left no-repeat;
	display: block;
}

div#sidebar ul#subnav {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	
}

div#sidebar ul#subnav li {
	list-style: none;
	margin: 0 10px ;
	padding: 0;
	line-height: 10px;
}

div#sidebar ul#subnav li:first-child {
	border-top: none;
	
}

div#sidebar ul#subnav li a.current_nav, div#sidebar ul#subnav li a:hover {
		color: #79a15a;

}

div#sidebar ul#subnav li a {
	display: block;
	padding: 12px 5px 12px 10px;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	background: transparent url(http://ie3global.ous.edu/images/global/arrow_right.gif) center left no-repeat ;
}

div#sidebar ul#subnav li ul li a {
	background: transparent url(http://ie3global.ous.edu/images/global/arrow_right.gif) center left no-repeat ;
	padding: 12px;
	
}

div#content div.col2 h4 a, div#content div.col1 h4 a, div#content div.col3 h4 a {
	color: #154391;
	float: none;
	margin-left: 0;
}

div.col2 a, div.col3 a {
	margin: 0 10px 10px 10px;	
}

div.col2 form, div.col3 form {
	margin: 5px 10px 10px 10px;
}

div.col2 form select {
	width: 100%;
}
div#content p {
	line-height: 2em;
	margin: 0 0 10px 0;
	color: #555555;
}

div#content div.col1 ul li h4 a {
	margin: 0;
}
div#content div.col1 li, div#content div.col2 li {
	margin: 0 10px 10px 0 ;
	list-style: none;
	clear: both;
}
div#content div.col1 img {
	float: left;
	margin: 3px 20px 10px 10px;
	border: 2px solid #333;
	padding: 0;
}

div#content h3#fieldnotes {
	height: 44px;
	background: transparent url(http://ie3global.ous.edu/images/global/fieldnotes_header.jpg) top center no-repeat ;
	text-indent: -9999px;
	margin: 0;
}

div#content h3#fieldnotes a {
	display: block;
	height: 44px;	
}

div#content h3#events {
	height: 44px;
	background: transparent url(http://ie3global.ous.edu/images/global/upcoming_header.jpg) top center no-repeat ;
	text-indent: -9999px;
	margin: 0;
}

div#content h3#events a {
	display: block;
	height: 44px;
}

span.bottom {
	width: 300px;
	height: 9px;
	background: transparent url(http://ie3global.ous.edu/images/global/col_bottom.gif) top center no-repeat;
	display: block;
	margin: 0;
}
div#content h3#whatisie3 {
	height: 44px;
	background: transparent url(http://ie3global.ous.edu/images/global/whatisie3_header.jpg) top center no-repeat ;
	text-indent: -9999px;
	margin: 0;
}

div#content h3#campus {
	height: 52px;
	background: transparent url(http://ie3global.ous.edu/images/global/campus_header.jpg) top center no-repeat ;
	text-indent: -9999px;
	margin: 0 ;
}

div#content h3#signup {
	height: 52px;
	background: transparent url(http://ie3global.ous.edu/images/global/email_header.jpg) top center no-repeat ;
	text-indent: -9999px;
	margin: 0 0 5px 0 ;
}
div#content .col1 {
	width: 298px;
	min-height: 375px;
	margin: 5px 12px 10px 0px;
	float: left;
	background: #dae5f4 url(http://ie3global.ous.edu/images/global/col_bottom.jpg) center bottom no-repeat;
        display:inline;
        padding: 0 0 10px 0;
}

div#content .col2 {
	width: 298px;
	float: left;
	margin: 5px 11px;
	background: transparent url(http://ie3global.ous.edu/images/global/col_bg.jpg) top center repeat-y;

}

div#content .col3 {
	width: 298px;
	float: left;
	margin: 5px 0 10px 12px ;
	background: transparent url(http://ie3global.ous.edu/images/global/col_bg.jpg) top center repeat-y;

}

div#content .col2 p, div#content .col3 p {
	line-height: 14px;
	margin: 0 10px ;
}

div#content .col1 p {
	line-height:  16px;
	margin: 0 10px;
}

div#content .col1 a.rss {
	margin: 0 10px 0 10px;
	border-top: 1px solid #CCC;
	padding: 10px 20px 3px 0;
	display: block;
	text-align: right;
	background: transparent url(http://ie3global.ous.edu/images/global/01.png) no-repeat right 8px;
}

div#content div#events_wrap, div#content div#campus_wrap, div#content div#whatisie3_wrap, div#content div#signup_wrap {
	background: #dae5f4 url(http://ie3global.ous.edu/images/global/col_bottom.jpg) center bottom no-repeat;	
	padding: 0 0 20px 0;
}

div#content div#whatisie3_wrap h4 {
	background: url(http://ie3global.ous.edu/images/global/logo_whatis.jpg) top left no-repeat;
	padding-left: 105px;
	padding-right: 10px;
}

div#content div#whatisie3_wrap a {
	margin: 20px 0 0 10px ;
	padding-left: 105px;
}
div#content div#whatisie3_wrap, div#content div#events_wrap {
	min-height: 175px;
}

div#content div#campus_wrap, div#content div#signup_wrap {
	min-height: 170px;
}

div#content div#schools {
	display: none;
}
div#footer {
	clear: both;
	line-height: 16px;
	padding: 20px 85px 20px 20px;
	background: transparent url(http://ie3global.ous.edu/images/global/footer_bg.jpg) bottom center no-repeat;
	overflow: hidden;
	margin: 0 0 50px 0;
}

div#copyright {
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 14px;
}

div#address {
	float: left;
}

div#address p a {
		color: #154391;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 5px 0;
	font-weight: bold;
	padding: 0 0 5px;
}
ul#quote {
	margin: 0;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
div#content div#sidebar ul#quote{
	background: #fff;
}
div#content div#sidebar ul#quote li{
	list-style-type: none;
	background: transparent url(http://ie3global.ous.edu/images/global/quotes.jpg) left 10px no-repeat;
	list-style: none;
	padding: 10px;
	margin: 0 10px;
	border-top: 1px dotted #CCC;
	overflow: hidden;
}

div#content div#sidebar ul#quote li:first-child {
	border-top: none;
}
div#sidebar ul#quote p {
	font-style: italic;
	margin: 0;
	font-size: 12px;
	color: #006699;
	line-height: 20px;
	font-family: Georgia;
}

ul#quote p strong {
	font-weight: bold;
	font-family: 'Lucida Grande', Helvetica;
	font-style: normal;
	float: right;
	font-size: 10px;
	clear: both;
	line-height: 15px;
	color: #358c17;
}

div#sidebar form {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #FFF;
}

/* Calendar CSS */
.calendarBG td, .calendarBG th {
	padding: 2px 5px;
	border: none;
	font-weight: normal;
}
.calendarBG {
 background-color: #000; 
}

.calendarBlank { 
 background-color: #fff9af;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #154391; 
}

.calendarMonthLinks {
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #CCC;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #154391; 
 background-color: #dae5f4; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: #b3de81;
}

.calendarCell {
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}


div#maincontent div.comments_posted {
	margin: 0 0 0 75px;
}

div#comment_entry_form {
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #CCC;
	: #f2f2f2;
}

div#comment_entry_form h3 {
	margin-left: 0;
}

div#comment_entry_form div.comment_label {
	float: left;
	clear: left;
	width: 125px;
	text-align: right;
	font-weight: bold;
}

div#comment_entry_form input.textbox  {
	clear: right;
	margin: 5px 10px 10px ;
	height: 20px;
	width: 425px;
}

div#comment_entry_form textarea {
	clear: right;
	margin: 5px 10px 10px;
	width: 425px;
	height: 100px;
}

div#comment_entry_form div.comment_field {
	margin: 0 0 0 80px;
}
div#comment_entry_form div.comment_field p {
	margin: 0 0 0 15px;
}

div#comment_entry_form img {
	float: none;
	margin: 0 0 0 10px;
}

div#comment_entry_form input.comment_submit {
	margin: 0 0 0 40px;
	width: 200px;
}

div#content p.pagination {
clear:both;
background: #dae5f4;
padding: 10px;
font-size: 14px;
}

div#content p.pagination a, div#content p.pagination b {
border: 1px solid #CCC;
padding: 3px 5px;
}

div.post {
border-bottom: 1px solid #CCC;
margin: 0 0 20px 0;
overflow: hidden;
}

div#content div.post h2 {
font-size: 1.5em;
}


/*-- Overlay CSS for Application Link pop-ups --*/

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#FFF; 
    width:570px;     
    min-height:200px; 
    border:1px solid #ccc; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:5px 5px 50px #555; 
    -webkit-box-shadow: 5px 5px 50px #555;  
} 

.simple_overlay h3 {
	font-size: 2em;
	margin: 30px 35px 15px;
	color: #2d7e15;
	line-height: 1.2em;
}

.simple_overlay p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 35px 10px;
}

.simple_overlay p strong {
	font-weight: bold;
	color: #2d7e15;
}

.simple_overlay h4 {
	margin: 0 30px;
}
.simple_overlay h4 a {
	background: #154391;
	color: #FFF;
	text-decoration: none;
	padding: 15px;
	font-size: 1.3em;
	margin: 20px 0;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

.simple_overlay h4 a:hover {
	background: #0b2f6a;
}

.simple_overlay form select#jumpMenu {
	width: 100%;
}

.simple_overlay div#other_results {
	padding: 20px 30px 30px;
	background: #fff9af;
}

.simple_overlay div#other_results p {
	margin: 0 0 10px 0;
}
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(http://ie3global.ous.edu/images/global/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}