﻿/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
*
	{
		font-size: 12px;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
	}

body
	{
		font: 100% Verdana, Arial, Helvetica, Sans-serif;
		background: #737373;	
		margin: 0; 
		padding: 0;
		text-align: center; /* centers container in IE 5* browsers. Text is then set to the left aligned default in the #container selector */
		color: #000000;
		
		background-image: url('images/header/shadow.jpg'); 
        background-repeat: repeat-y;
        background-position: center;
        background-color: #737373;	
	}
	
.twoColFixRtHdr #container
	{ 
		width: 960px;	
		background: #F5F5F5;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: 1px solid #737373;
		text-align: left; /* this overrides the text-align: center on the body element. */
	}

	
.twoColFixRtHdr #header
	{ 
		background: #FFFFFF; 
		padding: 0 0px 11px 0px;
	} 

.twoColFixRtHdr #header h1
	{
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
		padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
	
.twoColFixRtHdr #sidebar1
	{
		float: right; /* since this element is floated, a width must be given */
		width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		background: #F5F5F5; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 24px 10px;
	}

.twoColFixRtHdr #mainContentDefault
	{ 
		margin: 0 0 0 0;
		padding: 5px 5px 5px 5px; /* padding is the space inside the div box and margin is the space outside the div box */
		background: #FFFFFF;
		min-height: 550px;
	} 

.twoColFixRtHdr #mainContent
	{ 
		margin: 0 180px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
		padding: 20px 20px 30px 20px; /* padding is the space inside the div box and margin is the space outside the div box */
		background: #FFFFFF;
		border-right: 1px solid #E0E0E0;
		min-height: 550px;
	} 

.twoColFixRtHdr #footer
	{ 
		padding: 7px 0 7px 0; 
		background: #A9A9A9; 
	} 

.twoColFixRtHdr #footer p
	{
		margin: 0; 
		padding: 10px;
		font-size: 11px;
		color: #000000;
		background: #FFFFFF; 
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		text-align: center;
	}
	
.fltrt
	{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
		float: right;
		margin-left: 30px;
	}

.fltlft
	{ /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 30px;
	}

.clearfloat
	{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}

h1
	{
		font-size: 13px;
		border-bottom: 3px solid #376FB7;
		padding: 1px 0 1px 0;
		width: 100%;
		margin: 2px 0 15px 0; 
	}
h2, h3
{
    font-size:1em;
}
span.H1Gray
	{
		font-size: 13px;
		color: #737373;
	}

h2.HiddenHeaderforADA
	{
		left: -999px;
		position: absolute;  
	}

h2.FeatureHeader
	{
		font-size: 13px;
		border-bottom: 3px solid #376FB7;
		padding: 1px 0 1px 0;
		width: 100%;
		margin: 2px 0 15px 0;  
	}

h3.SideBarHeader
	{
		font-size:1em;
		border-bottom: 3px solid #376FB7;
		padding: 1px 0 1px 0;
		width: 140px;
		margin: 0 0 5px 0; 
	}
	
.LargeBoldText
	{
		font-size: 15px;
		font-weight: bold;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
	}

.LargeBoldGrayText
	{
		font-size: 15px;
		font-weight: bold;
		color: #737373;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
	}	

.SmallText
	{
		font-size: 11px;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
	}
	
.SmallTextBold
	{
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
	}
	
.SmallTextItalic
	{
		font-size: 11px;
		font-style: italic;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
	}	
	
.SmallTextGray
	{
		font-size: 11px;
		font-weight: normal;
		color: #737373;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
	}

.Error
	{
		font-weight: bold;
		color: red;
	}

A:Hover	
	{
		color: #ec5900;
		text-decoration: underline;
		font-size: 12px;
	}
	
A.WhiteLink	
	{
		color: #FFFFFF;
		text-decoration: underline;
		font-size: 12px;
		
	}

A.WhiteLink:Hover	
	{
		color: #FFFFFF;
		text-decoration: underline;
		font-size: 12px;
		
	}

A.SmallWhiteLink	
	{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 11px;
		
	}

A.SmallWhiteLink:Hover	
	{
		color: #FFFFFF;
		text-decoration: underline;
		font-size: 11px;
		
	}

A.SmallLink	
	{
		color: #000000;
		text-decoration: underline;
		font-size: 11px;
		
	}	
	
A.SmallLink:Hover	
	{
		color: #ec5900;
		text-decoration: underline;
		font-size: 11px;
		
	}
	
A.SmallLinkGray
	{
		color: #737373;
		text-decoration: underline;
		font-size: 11px;
		
	}	
	
A.SmallLinkGray:Hover	
	{
		color: #ec5900;
		text-decoration: underline;
		font-size: 11px;
		
	}
	
div.RightSubLinks
	{
		text-align: right;
	}

div.Feature
	{
		background: #F5F5F5;
		border: 1px solid #e0e0e0;
		padding: 5px;
		margin: 0;
	}
	
div.Action
	{
		background: #F5F5F5;
		border: 1px solid #e0e0e0;
		padding: 20px;
		margin: 10px;
		float: right;
		width: 200px;
	}

div.ActionLarge
	{
		background: #F5F5F5;
		border: 1px solid #e0e0e0;
		padding: 10px;
		width: 340px;
	}		

ul, ol
	{
		margin-top: 5px;
	}

blockquote
	{
		margin: 5px 0 5px 15px;
	}

.dataDiv
{
	border:1px #376FB7 solid; 
	margin:20px 0 0 0;
	padding:0; 
	padding-bottom:10px;
	line-height:1.4em;
}
.dataDiv p
{
	margin:10px;
}

.dataDiv h2
{
	margin:0;
}

#DataTable, .DataTable
	{
		width: 100%;
		border-collapse: collapse;
	}
	
#DataTable td, #DataTable th, .dataDiv h2, .DataTable td, .DataTable th 
	{
		border: 1px solid #376FB7;
		padding: 3px 7px 2px 7px;
		vertical-align: top;
	}

.dataDiv ol, .dataDiv ul
{
	margin-right:10px;
}

.breakDataTable td, .breakDataTable th
{
	border: none;
	padding: none;
}

#DataTable th, .dataDiv h2, .DataTable th
	{
		text-align: left;
		padding-top: 5px;
		padding-bottom: 4px;
		background-color: #376FB7;
		color: #ffffff;
	}
	
#DataTable tr.alt td, .DataTable tr.alt td 
	{
		color:#000000;
		background-color:#ECECEC;
	}


#NestedTable td, .NestedTable td
	{
		border: none;
	}

img
	{
		border: 0;
	}
	
hr
	{
		width: 100%;
		color: #F5F5F5;
		border-style: solid;
	}

	
/*Header Links*/
#HeaderNav
	{
		list-style: none;
		padding: 0;
		margin: 0;
		width: 960px;
		height: 134px;
		position: relative;
		background-color: #FFFFFF;
	}
	
li.HeaderNavLinksList
	{
		display: block;
		float: right;
		padding: 0 10px 0 0;
		z-index: 800;
	}

a.PurdueLogo
	{
		display: block;
		position: absolute;
		z-index: 600;
		height: 34px;
		width: 89px;
		top: 0px;
		left: 0px;
	}
	
a.GTAPLogo
	{
		display: block;
		position: absolute;
		z-index: 700;
		height: 80px;
		width: 190px;
		top: 42px;
		left: 0px;
	}

	
	
/*Navigation Bar Styles*/	
#nav
	{
		padding: 0;
		margin: auto;
		list-style: none;
		height: 38px;
		position: relative;
		z-index: 500;
		width: 960px;
	}
	
#nav li.top
	{
		display: block;
		float: left;
		height: 38px;
	}
	
#nav li a.top_link
	{
		display: block;
		float: left;
		height: 35px;
		line-height: 33px;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		padding: 7px 0 7px 0;
		cursor: pointer;
		background: #A9A9A9;
		width: 120px;
	}
	
#nav li a.top_link span
	{
		float: left;
		display: block;
		padding: 0;
		height: 35px;
		background: #EBEBEB;
		width: 120px;
	}
	
#nav li a.top_link span.down
	{
		float: left;
		display: block;
		padding: 0 0 0 0;
		height: 35px;
		background: #FFFFFF;
		text-align: center;
	}

#nav li:hover a.top_link
	{
		color: #FFFFFF;
		background: #376FB7;
	}
	
#nav li:hover a.top_link span
	{
		background: #EBEBEB;
	}
	
#nav li:hover a.top_link span.down
	{
		background: #EBEBEB;
	}

/*Navigation list styling*/
#nav li:hover
	{
		position: relative;
		z-index: 200;
	}

#nav li:hover ul.sub
	{
		left: 0px;
		top: 49px;
		background: #FFFFFF;
		padding: 3px;
		border: 1px solid #376FB7;
		white-space: nowrap;
		width: 220px;
		height: auto;
		z-index: 300;
	}
	
#nav li:hover ul.sub li
	{
		display: block;
		height: 20px;
		position: relative;
		float: left;
		width: 220px;
		font-weight: normal;
		border: 1px solid #FFFFFF;
	}
	
#nav li:hover ul.sub li a
	{
		display: block;
		font-size: 11px;
		height: 20px;
		width: 220px;
		line-height: 20px;
		text-indent: 5px;
		color: #000000;
		text-decoration: none;
		background: #EBEBEB;
	}
	
#nav li ul.sub li a.fly
	{
		background: #EBEBEB;
	}
	
#nav li:hover ul.sub li a:hover 
	{
		background: #376FB7;
		color: #ffffff;
		border-color: #FFFFFF;
	}
#nav li:hover ul.sub li a.fly:hover
	{
		background: #376FB7 url('/images/header/arrow_over.gif') 170px 6px no-repeat;
		color: #ffffff;
	}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
	{
		left: 178px;
		top: 0px;
		background: #FFFFFF;
		padding: 5px;
		border: 1px solid #376FB7;
		white-space: nowrap;
		width: 220px;
		z-index: 400;
		height:auto;
	}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
	{
		position: absolute;
		left: -9999px;
		top: -9999px;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
	{
		background: #376FB7 url('/images/header/arrow_over.gif') 180px 6px no-repeat;
		color: #ffffff;
		border-color: #ffffff;
	} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
	{
		background: #EBEBEB;
		color:#000000;
		border-color:#EBEBEB;
	}
	
	
	
	
/*For new slideshow*/
.ad-gallery
	{
	width: 500px;
	}
	
.ad-gallery, .ad-gallery *
	{
	margin: 0;
	padding: 0;
	}
	
.ad-gallery .ad-image-wrapper
	{
	width: 100%;
	height: 360px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	}
	
.ad-gallery .ad-image-wrapper .ad-loader
	{
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
	border: 1px solid #676767;
	}
	
.ad-gallery .ad-image-wrapper .ad-next
	{
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
	}
	
.ad-gallery .ad-image-wrapper .ad-prev
	{
	position: absolute;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
	cursor: pointer;
	display: block;
	z-index: 100;
	}
	
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next
	{
	/* Or else IE will hide it */
	background: url(/images/includes/features/slides/non-existing.jpg)\9
	}
	
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image
	{
	background: url(/images/includes/features/slides/ad_prev.png);
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	top: 47%;
	left: 0;
	z-index: 101;
	}
	
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image
	{
	background: url(/images/includes/features/slides/ad_next.png);
	width: 30px;
	height: 30px;
	right: 0;
	left: auto;
	}
	
.ad-gallery .ad-image-wrapper .ad-image
	{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
	}

.ad-gallery .ad-image-wrapper .ad-image a img
	{
	border: 0;
	}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description
	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 7px;
	text-align: left;
	width: 100%;
	z-index: 2;
	background: url(/images/includes/features/slides/opa75.png);
	color: #000;
	}
	
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description
	{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='/images/includes/features/slides/opa75.png');
	}
	
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title
	{
	display: block;
	}
	
.ad-gallery .ad-controls
	{
	height: 20px;
	}
	
.ad-gallery .ad-info
	{
	float: left;
	}
	
.ad-gallery .ad-slideshow-controls
	{
	float: right;
	}
	
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop
	{
	padding-left: 5px;
	cursor: pointer;
	}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown
	{
	padding-left: 5px;
	}

.ad-gallery .ad-slideshow-running .ad-slideshow-start
	{
	cursor: default;
	font-style: italic;
	}

.ad-gallery .ad-nav
	{
	width: 100%;
	position: relative;
	}

.ad-gallery .ad-forward, .ad-gallery .ad-back
	{
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 10;
	}

/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back
	{
	height: 100px;
	}

.ad-gallery .ad-back
	{
	cursor: pointer;
	left: -20px;
	width: 13px;
	display: block;
	background: url(/images/includes/features/slides/ad_scroll_back.png) 0px 22px no-repeat;
	}

.ad-gallery .ad-forward
	{
	cursor: pointer;
	display: block;
	right: -20px;
	width: 13px;
	background: url(/images/includes/features/slides/ad_scroll_forward.png) 0px 22px no-repeat;
	}

.ad-gallery .ad-nav .ad-thumbs
	{
	overflow: hidden;
	width: 100%;
	}
	
.ad-gallery .ad-thumbs .ad-thumb-list
	{
	float: left;
	width: 9000px;
	list-style: none;
	}
	
.ad-gallery .ad-thumbs li
	{
	float: left;
	padding-right: 5px;
	}
	
.ad-gallery .ad-thumbs li a
	{
	display: block;
	}
	
.ad-gallery .ad-thumbs li a img
	{
	border: 3px solid #CCC;
	display: block;
	}
	
.ad-gallery .ad-thumbs li a.ad-active img
	{
	border: 3px solid #676767;
	}
	
/* Can't do display none, since Opera won't load the images then */
.ad-preloads
	{
	position: absolute;
	left: -9000px;
	top: -9000px;
	}

#gallery
	{
	padding: 30px;
	background: #F5F5F5;
	}

#descriptions
	{
	position: relative;
	height: 50px;
	background: #EEE;
	margin-top: 10px;
	width: 640px;
	padding: 10px;
	overflow: hidden;
	}

#descriptions .ad-image-description
	{
	position: absolute;
	}

#descriptions .ad-image-description .ad-description-title
	{
	display: block;
	}
	
div.Panel_Roles, Panel_Interests, Panel_Resources,img.ViewHide_Roles, ViewHide_Interests, ViewHide_Resources
	{
		margin:0px;
		padding:0px;
		text-align:left;
	}
	
div.Panel_Roles, Panel_Interests, Panel_Resources
	{
		height:auto;
		display:none;
	}


ul.listBreak li, ol.listBreak li{padding-bottom:16px;}	/* removing break tags from between <li>, add this class to the <ul class="listBreak"> */
ul.listBreakPlusOne li, ol.listBreakPlusOne li{padding-bottom:30px;} /* when you need that extra Umf */
ul.noBreak li, ol.noBreak li{padding-bottom:0;} /* for embedded ul of .listBreak */ 
.divBreak {margin-top:16px;}
.quote{color:#666; font-family:"Times New Roman", Georgia, Serif; font-size:160%; line-height:50%;}
.stdBreak{margin-bottom:1.4em;}
.stdPlusBreak{margin-bottom:2.1em;}
.dblBreak{margin-bottom:2.8em;}
.bold{font-weight:bold;}
.italic{font-style:italic;}

/* currently only used on the conference abs submission forms */
.divForm{border:solid 1px #376fb7;padding:8px 8px 20px;}
.divForm h2{background-color: #376FB7;color: #fff;padding: 5px;}