/*
Site:	International students
CSS:	site.css
*/

dt, dt a:link, dt a:visited {
	color: #01526c;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #C54C00;
}

#siteHeader {
	background-color: #C54C00; 
	width: 980px;
}

a h1 {
	text-decoration: none;
}

dt, dt a:link, dt a:visited {
	color: #01526c;
}

#navPrimary li.current a.current,
#navPrimary li.current li.current a.current,
#navPrimary li.current li.current li.current a.current {
	background: #D46C15;
	color: #fff;
}

#navPrimary li.current a:hover.current,
#navPrimary li.current li.current a:hover.current,
#navPrimary li.current li.current li.current a:hover.current {
	background: #fff;
	color: #C54C00;
}

#navPrimary a:hover {
	background: #fff !important;
	color: #C54C00;
}

ul#navPrimary {
	margin: 15px 15px 0 0 !important;
}

/* this is used to re-arrange the menu */
#navPrimary {
	margin: 0;
	width: 36%;
}
#navPrimary li {
	float: left;
}

/* Lists */
ol.shortChecklist li {
	position: relative;
	min-height: 35px;
	/*	Managed in /assets/js/jquery.custominternational.js */
}

ol.shortChecklist li h4 {
	padding-top: 8px;
}

ul.longChecklist {
	list-style-image: url('../images/icon_checkmark.gif')}

/* Data Table */
table.dataTable th {
	background-color: #C54C00;
}

.dataTable td {
	background-color: #e6e6e6;
}


/* Callouts */
.callOut {
	max-width: 510px;
	border: #457698 solid 2px;
	background-color: #fff;
	padding: 16px;
	margin-bottom: 15px;
	margin-left: 10px;
	-moz-border-radius: 12px; /* for Firefox */
	-webkit-border-radius: 12px; /* for Safari and Chrome */
	font: 12px/18px #000;
}

/* Used in the pre-arrival quiz plugin */
form ol, .content form ol {
	margin-left: 3em;
	list-style-position: outside;
	line-height: 1.3em;
	margin-bottom: 1em;
}

#stayConnected a {
	display: inline-block;
	width: 170px;
	height: 65px;
	text-decoration: none;
	background: url('/mura/international/images/StayConnected-Static.gif') top left no-repeat;
}

#stayConnected a:hover {
	background: url('/mura/international/images/StayConnected-Rollover.gif') top left no-repeat;
}

/* styles for Image rotator */
.slideshow {
	height: 280px;
	width: 540px;
	margin: 0 0 15px 0;
}

/* styles for Involvement poll form */
.success {
	display: none;
}

/* styles for links in a table */
.linksTable {
	border: 0;
	width: 540px;
}

.linksTable td {
	padding: 12px 10px 12px 10px;
	width: 250px;
	background: url('/mura/international/images/arrow-link.gif') 4% 11% no-repeat;
}

.linksTable td:hover {
	background: url('/mura/international/images/arrow-link-hover.gif') 4% 11% no-repeat #e6e6e6;

}

.linksTable h3 {
	padding-left: 40px;
	
}

.linksTable td a {
	display: block;
	padding-left: 40px;
	text-decoration: none;
	color: #000;
}



/* link box component at the bottom of the right side column */
.link-box {
	height: auto;
	width: 220px;
	background-color: #457698;
	overflow: hidden;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
	opacity:1;
}

.link-box:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
	opacity:0.6;
}
.link-box img {
	float: left;
	height: 115px;
	width: 75px;
	border: 0;
}
.link-box .text-content {
	width: 130px;
	float: left;
	padding: 6px 4px 6px 8px;
	color: #fff;
}
.link-box .title-content,
.link-box .title-content a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 4px;
}

.link-box .title-content a {
	text-decoration: underline;
}

.link-box .title-content a:hover {
	color: #e6e6e6;
	text-decoration: none;
}

.link-box .link-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.threeCol #content .link-box {
	margin-bottom: 20px;
	width: 203px;
}

.threeCol #content .link-box .text-content {
	width: 113px;
}


/* EOF */
