/* International Studies CSS Document */

.scsu-shell-width {
	width: 862px;
}
#scsuSubsiteArea {
	width: 806px;
}


#mainContainer {
	margin: 2px 0px 0px 0px;
	border-top: 28px solid #197aba;
	border-bottom: 28px solid #197aba;
	padding: 3px 0px;
	background-image: url(../images/mainBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	overflow: auto;
}
#mainContainer h1 {
	margin: 0px 0px 0px -500px;
	font-size: .5em;
}
#mainContainer .title {
	margin: 72px 0px 0px 43px;
}

#mainNav {
	margin-top: 170px;
	overflow: auto;
	margin-left: 8px;
}
#mainNav ul {
	display: block;
	float: left;
	width: 178px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px;
	background-image: url(../images/mainNavBkgrnd.png);
	background-repeat: no-repeat;
}
#mainNav h2 {
	color: #197aba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0px 0px 4px 0px;
	text-transform: uppercase;
	line-height: 1.1em;
}
#mainNav li {
	list-style-type: none;
	margin: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.1em;
}
#mainNav a {
	color: #3c3c3c;
	text-decoration: none;
	display: block;
}
#mainNav h2 a {
	color: #197aba;
}
#mainNav h2 a:hover {
	text-decoration: none;
}
#mainNav a:hover {
	text-decoration: underline;
}


/******************* Inside Styles *********************/
#insideContainer {
	margin: 2px 0px 0px 0px;
	border-top: 14px solid #197aba;
	border-bottom: 14px solid #197aba;
	padding: 3px 0px;
	overflow: auto;
}
#header {
	height: 80px;
}
#header h1 {
	margin: 0px 0px 0px -500px;
	font-size: .5em;
}

#insideMainNav ul {
	background-color: #dfdfdf;
	margin: 1px 0px;
	padding: 0px 0px;
	overflow: auto;
	border-bottom: 2px solid #197aba;
}
#insideMainNav li {
	display: block;
	float: left;
	list-style-type: none;
	border-right: 1px solid #363636;
	padding: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.1em;
	text-transform: uppercase;
	width: 160px;
}
#insideMainNav a {
	color: #197aba;
	text-decoration: none;
	display: block;
	padding: 3px 6px;
}
#insideMainNav a:hover, #insideMainNav a.active {
	background-color: #197aba;
	color: #FFF;
}


#insideMainArea {
	background-color: #197ABA;
	overflow: auto;
}


#leftNav {
	float: left;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 0px 0px;
	margin-top: 5px;
	border-top: 1px solid #73a7d1;
}
#leftNav ul {
	margin: 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#leftNav li {
	line-height: 1em;
	margin: 0px 0px;
}
#leftNav h2 {
	font-size: 1em;
	text-transform: uppercase;
	padding: 2px 10px 2px 10px;
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
	background-color: #1F3241;
}
#leftNav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #3785c4;
	border-bottom: 1px solid #73a7d1;
	padding: 5px 10px;
}
#leftNav a:hover, #leftNav a.active {
	background-color: #146194;
}
#leftNav a.expand {
	background-image: url(../images/expand.png);
	background-repeat: no-repeat;
	background-position: right;
}

#leftNav a.expand.active {
	background-image: url(../images/expandOpen.png);
}

#leftNav ul.subNav {
}
#leftNav ul.subNav a {
	background-color: #5896c8;
	padding: 3px 10px 3px 20px;
	border-bottom: 1px solid #73a7d1;
}
#leftNav ul.subNav a:hover, #leftNav ul.subNav a.active {
	color: #000000;
}



#leftNav #google_translate_element {
	background-color: #3785c4;
	margin: 30px 0px;
	padding: 2px 4px 5px 4px;
	color: #fff;
	border-top: 1px solid #73a7d1;
	border-bottom: 1px solid #73a7d1;
}
#leftNav #google_translate_element .goog-te-gadget {
	font-size: .6em;
	color: #333;
	padding-top: 5px;
}
#leftNav #google_translate_element .goog-te-combo {
	width: 150px;
}
#leftNav #google_translate_element .goog-logo-link {
	/*width: 50px;*/
}

#leftNav #google_translate_element a {
	background-color: #3785c4;
	font-size: 1.3em;
	display: inline;
	border-bottom: 0px;
	padding-left: 0px;
	padding-right: 14px;
}

/*#leftNav a.external {
	background-image: url(../images/externalLink.png);
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	padding-right: 20px;
}*/
/*#leftNav [icon ^="external"] {
   background: transparent url(../images/externalLink.png) no-repeat center right;
	zoom: 1;
}
#content [icon ^="external"] {
   background: transparent url(../images/externalLinkcontent.png) no-repeat center right;
   padding-right: 15px;
	zoom: 1;
}*/


#content {
	background-color: #FFF;
	min-height: 500px;
	margin-left: 160px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#content #rightCol {
	float: right;
	width: 142px;
	background-image: url(../images/rightBkgrd.jpg);
	background-repeat: repeat-x;
	margin: -15px -15px 0px 15px;
	padding: 10px;
	min-height: 500px;
	font-size: .9em;
}
#content #rightCol h2 {
	color: #197ABA;
	text-transform: uppercase;
	font-size: 1.1em;
}
#content #rightCol ul {
	margin-left: 0px;
	padding-left: 25px;
}
#content #rightCol .newsdate {
	font-size: .8em;
	margin: 0px;
	color: #666;
}
#content .newspublicationname {
	display: none;
}
#content .newsissuetitle {
	font-weight: bold;
}
#content .newsstorytype {
	font-size: .9em;
	color: #666;
	margin-bottom: 0px;
}
#content .newsarchivelink {
	font-weight: bold;
}
#content #rightCol h2.newsteasertitle {
	font-size: 1em;
	text-transform: capitalize;
	margin-bottom: 0px;
}



#content h2 {
	font-size: 1.3em;
	color: #b04434;
	margin: 0px 0px 5px 0px;
}
#content h3 {
	font-size: 1.2em;
	color: #b04434;
	margin: 10px 0px 5px 0px;
}
#content h4 {
	font-size: 1.05em;
	margin: 0px;
}
#content p {
	margin: 0px 0px 5px 0px;
}
#content ul, #content ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content a {
	color: #197ABA;
}
#content a:hover {
	text-decoration: none;
}

#content a[href $='.pdf'] { 
    background: transparent url(../images/iconpdf.gif) no-repeat center right;
	padding-right: 15px;
	zoom: 1;
}
#content a[href $='.ppt'], a[href $='.pptx'], a[href $='.pps'] { 
    background: transparent url(../images/iconppt.gif) no-repeat center right;
	padding-right: 15px;
	zoom: 1;
}
#content a[href $='.doc'], a[href $='.docx'] { 
    background: transparent url(../images/icondoc.gif) no-repeat center right;
	padding-right: 15px;
	zoom: 1;
}

#content a[href ^='http'] {
   background: transparent url(../images/externalLinkcontent.png) no-repeat center right;
   padding-right: 15px;
   zoom: 1;
}
#leftNav a[href ^='http'] {
   background: transparent url(../images/externalLink.png) no-repeat center right;
   background-color: #3785c4; 
}
#leftNav a[href ^='http']:hover {
   background: transparent url(../images/externalLink.png) no-repeat center right;
   background-color: #146194; 
}
#content #rightCol a[href ^='http'], #content #weekly a[href ^='http'] {
   background-image: none;
   padding-right: 0px;
}

/**** STUDIO ABROAD STYLES ****/

#leftNav #leftColumnInside a[href ^='http'] {
	background-image: none;
}
#leftNav #leftColumnInside a[href ^='http']:hover {
	background-image: none;
}




#content #miniNavContainer {
	overflow: auto;
	margin: 10px 0px;
}
#content .miniNav {
	background-image: url(../images/miniNavBkgrnd.png);
	background-repeat: no-repeat;
	padding: 8px 12px 0px 8px;
	width: 127px;
	float: left;
	margin: 0px 4px 0px 0px;
	font-size: .85em;
}
#content .miniNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content .miniNav li {
	line-height: 1.1em;
	margin: 0px 0px 3px 0px;
}

#content .tagline {
	font-weight: bold;
	font-size: 1.2em;
}

#content .callout {
	border: 2px solid #b04434;
	padding: 10px;
	margin: 10px;
	width: 550px;
	overflow: auto;
}
#content .calloutShort {
	border: 2px solid #b04434;
	padding: 5px 10px;
	margin: 10px 10px 10px 0px;
	width: 400px;
}

#content td.total {
	border-bottom: 1px solid #333;
	font-weight: bold;
}
#content td.totalScholarship {
	background-color: #333;
	color: #FFF;
	font-weight: bold;
}
#content .hover {
	border-bottom: 1px dashed #197ABA;
    background: transparent url(../images/question.png) no-repeat center right;
    padding-right: 15px;
	text-decoration: none; 
}


#content #highlight {
	float: right;
	width: 300px;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #b04434;
}
#content #highlight h3 {
	background-color: #b04434;
	color: #FFF;
	margin: -5px -5px 5px -5px;
	padding: 2px;
}
#content #highlight img {
	float: right;
}

#content form legend {
	color: #b04434;
	font-weight: bold;
}

iframe.extraWide {
	margin-left: -20px;
	overflow: hidden;
}


#content #activities {
	float: right;
	width: 300px;
	font-size: .9em;
	border: 1px solid #5896C8;
	margin: 0px 0px 0px 10px;
	padding: 5px;
}
#content #activities ul {
	padding-left: 20px;
	margin-left: 5px;
}

/********** Expand/Toggle styles - Future Students ********/
#accordion {
	margin: 0px 0px 10px 20px;
}
#accordion h4.section {
	padding-left: 14px;
	background-image: url(../images/plusSq.png);
	background-repeat: no-repeat;
	cursor: pointer;
	font-weight: normal;
	margin-top: 10px;
	font-size: 1em;
}
#accordion h3.section {
	padding-left: 14px;
	background-image: url(../images/plusSq.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 10px;
}
#accordion h4.active, #accordion h3.active {
	color: #222222;
	/*background-color: #999;*/
	padding-left: 14px;
	background-image: url(../images/minusSq.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

#accordion .sectionContent {
	/*border-top: 3px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	border-left: 2px solid #B04434;
	padding: 2px 5px 5px 5px;
	margin: 0px 0px 0px 15px;
}
/**********************************************************/


#movie {
	float: right;
	margin-left: 5px;
}

/****************** LIGHTBOX STYLES - Study Abroad *********************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#lightbox #loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/educationabroad/scripts/lightbox2.04/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/educationabroad/scripts/lightbox2.04/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#photoThumbs h4 {
	font-size: .95em;
	margin-bottom: 0px;
}
#photoThumbs p {
	font-size: .85em;
}

/***********************************************/

/************************** Table Sorter Styles - Study Abroad ************************************/

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: .85em;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #E0E9EF;
	/*border: 1px solid #FFF;*/
	font-size: 8pt;
	padding: 2px;
	border: 1px solid #CCC;
}
table.tablesorter thead tr .header {
	background-image: url(/internationalstudies/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 2px;
	background-color: #FFF;
	vertical-align: top;
	border: 1px solid #CCC;
}
table.tablesorter tbody tr.odd td {
	background-color: #F3F3F3;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/internationalstudies/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/internationalstudies/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #197ABA;
	color: #FFF;
}

/****************************************************/




/************************* Study Abroad Map styles *********************************/

#studyAbroadMap {
	border: 1px solid #999999;
}
#studyAbroadMap #world .jq_maphilight {
	background-color: #197ABA;
}
#studyAbroadMap .details {
	display: none; 
    position: absolute; 
    border-style: solid; 
    background-color: white; 
    padding: 5px;
}
#WzBoDyI a {
	color: #197ABA;
}
#WzBoDyI a:hover {
	text-decoration: none;
}

/****************************************************/


/************************* Study Abroad LGBT styles *********************************/
#lgbtResources .rainbow1, #lgbtResources .rainbow2, #lgbtResources .rainbow3, #lgbtResources .rainbow4, #lgbtResources .rainbow5, #lgbtResources .rainbow6, #lgbtResources .rainbow7 {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	margin: 2px 0px;
	color: #000;
	font-weight: bold;
	overflow: auto;
}
#lgbtResources .rainbow1 {
	background-color: red;
	border: 2px dotted red;
}
#lgbtResources .rainbow2 {
	background-color: orange;
	border: 2px dotted orange;
}
#lgbtResources .rainbow3 {
	background-color: yellow;
	border: 2px dotted yellow;
}
#lgbtResources .rainbow4 {
	background-color: green;
	border: 2px dotted green;
}
#lgbtResources .rainbow5 {
	background-color: blue;
	border: 2px dotted blue;
}
#lgbtResources .rainbow6 {
	background-color: indigo;
	border: 2px dotted indigo;
}
#lgbtResources .rainbow7 {
	background-color: violet;
	border: 2px dotted violet;
}

#lgbtResources .rainbow1:hover, #lgbtResources .rainbow2:hover, #lgbtResources .rainbow3:hover, #lgbtResources .rainbow4:hover, #lgbtResources .rainbow5:hover, #lgbtResources .rainbow6:hover, #lgbtResources .rainbow7:hover {
	background-color: #FFF;
}

#lgbtResources img {
	border: 3px solid #FFF;
	margin-right: 10px;
	float: 2eft;
	width: 10%;
	height: 10%;
}
#lgbtResources .section {
	cursor: pointer;
	min-height: 48px;
}
#lgbtResources .sectionContent {
	background-color: #FFF;
	font-weight: normal;
	margin: 5px -10px -5px -10px;
	padding: 10px;
}

/****************************************************/


@media print {
	#leftNav {display: none;}
	#content, #insideMainArea, #insideContainer, #insideMainNav ul {overflow: visible;}
	#content {margin-left: 0px; min-height: 0px;}
	#content h2 {clear: left; margin-top: 20px;}
}



.review {
	color: #060;
	font-weight: bold;
	border: 1px solid #0F0;
	background-color: #CFC;
	padding: 2px;
}
#leftNav a.review {
	background-color:  #CFC;
	color: #060;
}


