﻿/*********************************
	COLORS
	-------------------
	blue:	#0079c1
	orange:	#F78723

**********************************/

/*********************************
	LAYOUT
**********************************/
body { margin: 20px 0; 
       font-family: Tahoma, Arial, Verdana, Sans-Serif; color: #333; font-size: 10pt; }

#container { width: 806px; background: url(../img/layout/bg_head.gif) repeat-x; margin: 0 auto; }
#header { background: url(../img/layout/owuss_logo.gif) no-repeat top left; height: 104px; margin: 0 auto; color: #fff; }
#footer { background: url(../img/layout/bg_bottom.gif) repeat-x; height: 30px; width: 806px; margin: 0 auto; }
#left { width: 175px; float: left;  }
#main { width: 800px; margin-left: 175px; min-height: 400px; padding: 0 0 0 25px;}
#content { width: 1000px; margin: 0 auto; }

#divider { height: 10px; background: url(../new/divbg.gif) repeat-x; }

#tabnav { margin: 0; width: 170px; padding: 0px; text-align: left; }
#tabnav li { margin: 4px 0 0 0; padding: 2px; list-style-type: none; float: left; width: 100%; }            	
#tabnav a, #tabnav2 a:visited { background: #fafafa; text-decoration: none; color: #0079c1;
    display: block; border-bottom: 1px solid #ccc; margin: 0; padding: 2px 3px 10px 3px;
    background: url(../img/decor/menu3.gif) top right no-repeat;
}
#tabnav a:hover { text-decoration: underline; background: url(../img/decor/menu4.gif) top right no-repeat; }
#tabnav li.selected a:link, #tabnav li.selected a:visited, #tabnav li.selected a:hover {
    color: #666; font-weight: bold; background: url(../img/decor/menu4.gif) top right no-repeat; text-decoration: none;	
}
#leftNav { margin-bottom: 30px; }

#menu { margin-top: 18px; float: right; height: 20px; }
#menu li { float: left; display: inline; margin: 0; margin-right: 2px; }
#menu li a.selected, #menu li a:hover { color: #0079c1; background: #fff; text-decoration: none; }
#menu li a.selected {  }
#menu li a { display: block; color: #fff; padding: 6px 8px; }

#menu.home { margin-right: 25px; }
* html #menu.home { margin-top: 32px; }

/*********************************
	APPEARANCE
**********************************/

a, a:visited, a:hover { color: #0079c1; text-decoration: none; }
a:hover { text-decoration: underline; }

ul.scholars { color: #666; line-height: 150%; }

h1, h2, h3, h4 { font-family: Arial; }
h2 { color: #0079c1; font-size: 150%; }
h4 { color: #F78723; font-size: 110%; }
h5 { color: #666; font-size: 100%; font-weight: bold; }

p {	line-height:1.5; color: #666; font-family: Tahoma; }
p.name { margin: 0 0 1px 0; padding: 0px; font-weight: bold; }
p.title { margin: 0 0 1px 0; padding: 0px; font-style: italic; }
p.class { margin: 0 0 1px 0; padding: 0px; }
p.text { margin: 0 0 1px 0; padding: 0px; }
p.home { color: #fff; margin: 0 0 10px 0; padding: 0; line-height: 140%; font-size: 10pt; font-family: Verdana; }

.heading { font-size: 1em; font-weight: bold; }

div#letters { height: 25px; min-height: 25px; margin: 15px auto; width: 550px; }  
ul.letterList { padding-left: 10px; margin: 0; padding: 0; }
* html ul.letterList { margin-left: -3px; }
ul.letterList li { display:inline;  }
ul.letterList li a { float: left; padding: 2px 5px; text-decoration: none; border: 1px solid #fff; font-size: 9pt;}
ul.letterList li a:hover { border-color: #f7bb86; text-decoration: none; }

.short { width: 100%; margin: 0 0 10px 0; color: #ccc; background-color: #ccc; height: 1px;}

#mapbox { position: relative; background-color:#385CA5; }
#maincopy { width: 525px; position: absolute; left: 70px; top: 95px; z-index: 10; }

#scholarBtn a { background: url(../img/decor/scholarinfo.gif) no-repeat; display: block; height: 41px; width: 175px; }
#scholarBtn a:hover { background: url(../img/decor/scholarinfo.gif) no-repeat 0 -41px; text-decoration: none; }
#scholarBtn a span { visibility: hidden; }

#internBtn a { background: url(../new/interninfo.gif) no-repeat; display: block; height: 42px; width: 175px; }
#internBtn a:hover { background: url(../new/interninfo.gif) no-repeat 0 -42px; text-decoration: none; }
#internBtn a span { visibility: hidden; }

#interns a, #scholars a { color: #fff; text-decoration: none; display: block; padding-top: 4px; height: 37px; width: 175px; }
#interns a:hover, #scholars a:hover { color: #fff; text-decoration: none;  }
        
#interns a { background: url(../img/decor/internshipbg.gif) repeat-x; }
#interns a:hover { background: url(../img/decor/internshipbg.gif) repeat-x 0 -41px; }
        
#scholars a { background: url(../img/decor/scholarshipbg.gif) repeat-x; }
#scholars a:hover { background: url(../img/decor/scholarshipbg.gif) repeat-x 0 -41px; }
        
.year
{
    float: left;
    padding: 5px 12px;
    font-size: 15pt;
}

.headline
{
    border-bottom: 1px solid #0059B3;
    width: 98%;
    margin: 3px auto;
    height: 20px;
    color: #555;
    font-weight: bold;
    font-size: 12pt;
}

#donate { text-align: center; margin-top: 20px; }

.imgRight { float: right; margin-left: 10px; border: 2px solid #666; }

.loginMain a, .loginMain a:visited, .loginMain a:hover { color: #fff; }
.loginMain { text-align: right; }

/*********************************
	DATA
**********************************/
    
.AspNet-DataList { border-top: 1px solid #ccc; padding-top: 15px; margin: 15px 0; padding: 0; }
.AspNet-DataList Table { width: 95%; margin: 0 auto; }
.AspNet-DataList-Item, .AspNet-DataList-Alternate { padding: 10px; margin:0; margin-right: 50px; list-style: none; }
.AspNet-DataList-Separator { visibility: hidden; }
.AspNet-DataList .listName { font-size: 8pt; }
.AspNet-DataList .listScholar { font-style: italic; }
.AspNet-DataList .listBusiness { color: #F78723; font-weight: bold; font-size: 8pt; }
.AspNet-DataList-Alternate { background-color: #f3f3f3; }

.AspNet-GridView { padding: 15px; }
.AspNet-GridView Table { border-collapse: collapse; }
.AspNet-GridView TD { padding: 5px; border: 1px solid #ccc; background-color: #fff;}
.AspNet-GridView TR.AspNet-GridView-Alternate TD { background-color: #fbf7ee; }
.AspNet-GridView TH { text-align: center; background-color: #577AB3; padding: 5px; border: 1px solid #577AB3; color: #fff; }
.AspNet-GridView TH A, .AspNet-GridView TH A:visited, .AspNet-GridView TH A:hover { color: #fff; text-decoration: none; }
.AspNet-GridView TH A:hover { text-decoration: underline; }
.AspNet-GridView-Pagination_AspNet-GridView-Bottom { font-size: 115%; }

#ApplicationWizard { width: 600px; margin: 0 auto;}
#ApplicationWizard .AspNet-DataList { border-top: 1px solid #fff; padding-top: 15px; margin: 15px 0; padding: 0; }
#ApplicationWizard .AspNet-DataList Table { width: 95%; margin: 0 auto; }
#ApplicationWizard .AspNet-DataList-Item, 
	#ApplicationWizard .AspNet-DataList-Alternate, 
	#ApplicationWizard .AspNet-DataList-SelectedItem { padding: 5px; margin:0; }
#ApplicationWizard .AspNet-DataList-SelectedItem { font-weight: bold; }
#ApplicationWizard .AspNet-DataList-Separator { visibility: hidden; }
#ApplicationWizard .AspNet-DataList-Alternate { background-color: #fff; }

/*********************************
	SCHOLAR STYLES
**********************************/

.bioImg { float: left; margin: 5px 10px 10px 0;	padding: 0px; border: 1px solid #0079c1; }
.scholarSelect { width: 160px; border: 1px solid #555; background-color: #F78723; color: White;
	font-weight: bold; text-align: center; padding: 5px; }
.scholarSelect A:link, .scholarSelect A:visited { color: #fff; text-decoration: none; }
.scholarNoSelect { width: 160px; border: 1px solid #bbb; background-color: #f3f3f3;
	color: #555; font-weight: bold; text-align: center; padding: 5px; }
.scholarNoSelect A:link, .scholarNoSelect A:visited { color: #555; text-decoration: none; }
.journalImage { border: 1px solid #0079c1; }