/*

--------- TABLE OF CONTENTS -------

- Colors
- General/Global
- Wrapper DIVs
- Header
- Footer
- Menus / Outer Columns
- Main Content
- News / Events
- Forms
- Tables
- Tabbed search
- Print Settings

------------ Colors -------------

Dark green: #396e06
Light grey: #efefef
Dark grey: #777
Light green/grey 1: #d5e7b5
Light green/grey 2: #e9efdf
Yellow: #fbdc14

---------- General/Global ---------- */

body {
margin: 0;
padding: 0;
font: 62.5% Arial, Helvetica, sans-serif;
background-color: #fff;
text-align: left;
}

h1, h2, h3, h4, h5, h6 {
padding: 0;
color: #396E06;
font-weight: normal;
line-height: 1.2em;
margin: 1.4em 0 0.7em 0;
}

p, ul, ol {
margin-top: 1.4em;
margin-bottom: 1.4em;
}

ol ul, ul ol, ol ol, ul ul {
margin-top: 0;
margin-bottom: 0;
}


form {
margin: 0;
padding: 0;
}

img {
border: none;
}

a {
color: #396E06;
}

table {
border-collapse: collapse;	
margin: 1em 0;
}

hr {
height: 0;
border: none;
border-top: 1px solid #ddd;	
clear: both;
margin: 0;
padding: 0;
}

sup, sup a {
color: #FF0000;
}

sup a:hover{
color: #FF0000;
text-decoration: none;
background: #FFFFFF;
}

/*blockquote {
margin: 1.4em 0;
padding: 0 0 0 37px;
background: #fff url("../images/quote.gif") no-repeat 0 0;
font-style: italic;
color: #666;
clear: both;
}

blockquote img {
float: right;
padding: 3px;
border: 1px solid #ddd;
background: #fff;
margin: 0 0 1em 1em;
}*/

.hidden { display: none; }

.here { font-weight: bold; }

.icon {margin-bottom:-5px;}
/* ---------- Wrapper DIVs ---------- */

.program ul {
margin-top: 0px;
margin-left: 0px;
padding-left: 0px;

}

#leftColumn {
float:left;
width:19%
}
#rightColumn {
float:left;
width:19%;


}
#menu-20-60-20 {
float: left;
width: 28%;
}

#menu-20-80,
#menu-20-40-40 {
float: left;
width: 21%;
}

#content-20-60-20 {
float: left;
width: 59.8%;
}

#content-20-80,
#content-20-40-40 {
float: left;
width: 76%;
padding-right: 0px;
margin-top: 10px;
margin-left: 0px;
}

#content-100 {
padding-left: 10px;
padding-right: 10px;
}

#content-20-80 #container,
#content-20-40-40 #container {

}

#content-20-40-40 #body #leftBody {
position: relative;
margin: 0px 3px 20px 0px;
float: left;
width: 47%;
}

#content-20-40-40 #body #rightBody {
position: relative;
margin: 0px 3px 0px 20px;
float: left;
width: 47%;
}
#bio_fr {
display:none;

}

.example,
.notice,
.alert,
.helpbox,
.sponsor,
div.error {
background: #fff url("../images/gradient1.gif") repeat-x left top;
padding: 1em;
border: 1px solid #ccc;	
color: #000;
margin:10px 7px 0 0;
}
.leftMenu .admission .apply-now {
background: #d9d9d9 url("../images/gradient-tab4.gif") repeat-x left top;
padding: 10px;
margin: 0;
border: 1px solid #ccc;
margin-bottom: 10px;
}

.leftMenu .admission .apply-now a {
background: transparent url("../images/icons/apply.gif") no-repeat 7px 7px;
border: none;
padding: 10px 0 10px 34px;
font-size: 1.2em;
line-height: 1.1em;
font-weight: bold;
}

.leftMenu .admission .apply-now a:hover {
background: transparent url("../images/icons/apply.gif") no-repeat 7px -42px;
text-decoration: none;
}

.leftMenu .admission .apply-current a {
display:inline;
background: transparent;
}
.leftMenu .admission .apply-current a:hover {
text-decoration:underline;
}

.leftMenu .admission .apply-current {
color: #999;
line-height: 1.2em;
margin: 0.7em 2px 0.7em 2px;
}


/* ----------  Header  ---------- */

#top {
position: relative;
z-index: 0;
height: 58px;
width: 100%;
padding: 0;
margin: 0;
background: #fff url("../images/masthead.jpg") no-repeat right top;
}

#top #uofs {
position: absolute;
top: 10px;
left: 10px;
}

#masthead {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ccc;
float: left;
clear: both;
margin: 0;
padding: 0;
width: 100%;
color: #777;
background: #d9d9d9 url("../images/gradient-tab4.gif") repeat-x left top;
}

#masthead h1 { 
margin: 0;
padding: 6px 5px 6px 10px;
font-size: 2.2em;
float: left;
}

#masthead a { 
text-decoration: none;
}

#breadcrumbs {
margin: 1.3em 30em 0 0;
padding: 0;
font-size: 1.1em;
line-height: 1.4em;
}

#breadcrumbs a:hover { 
text-decoration: underline;
}

/* ---------------- Footer ---------------- */


#footer {
width: 100%;
float: left;
padding: 0 0 50px 0;
margin: 20px 0 0 0;
border-top: 1px solid #ddd;
font-size: 1.1em;
text-align: center;
color: #777;
}

#footer a {
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/* ----------  Menus / Outer Columns  ---------- */

.leftMenu,
#rightColumn {
font-size: 1.1em;
}

.leftMenu a,
#rightColumn a {
text-decoration: none;
}

.leftMenu a:hover,
#rightColumn a:hover {
text-decoration: underline;
}

.leftMenu h2,
.leftMenu h3,
.leftMenu h4,
#rightColumn h2 {
margin: 10px 7px 0px 0px;
padding: 4px 10px;
border-bottom: 1px solid #fff;
font-weight: bold;
font-size: 1.1em;
color: #fff;
background: #396e06 url("../images/gradient-tab2.gif") repeat-x left top;		
}
#rightColumn h2 {
	margin-left:7px;
	margin-right:0px;
}
.leftMenu h2 a,
#rightColumn h2 a {
color: #fff;
display: block;
width: 100%;
}

.leftMenu h2 a:hover,
#rightColumn h2 a:hover {
color: #fff;
text-decoration: none;
background: none;
}

.leftMenu ul,
#rightColumn ul {
margin: 0 7px 0 0;
padding: 0;
}
#rightColumn ul {
margin: 0;

}
.leftMenu ul li,
#rightColumn ul li {
list-style-type: none;
padding: 0;
margin: 0;
width: 100%;
border: none;
display: inline;
}

.leftMenu ul li a,
#rightColumn ul li a {
display: block;
padding: 3px 10px;
margin: 0;
border-bottom: 1px solid #fff;
background: #efefef;
line-height: 1.3em;
}
#rightColumn ul li a {
	margin-left:7px;
	margin-right:0px;
}
.leftMenu ul a:hover,
#rightColumn ul a:hover {
background-color: #D5E7B5;
text-decoration: none;
}

.leftMenu ul ul {
margin: 0;
border-bottom: 1px solid #fff;
}

.leftMenu ul ul a {
background-color: #fff;
border-top: 1px solid #ddd;
border-bottom: none;
padding-left: 12px;
}

.leftMenu ul ul ul {
margin: 2px 0 8px 20px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

.leftMenu ul ul ul a {
border-top: none;
border-bottom: 1px solid #fff;
border-left: 1px solid #ddd;
background-color: #e9efdf;
padding-left: 7px;	
}

.leftMenu ul ul ul ul {
margin: 0;
border: none;
}

.leftMenu ul ul ul ul a {
background-color: #fff;
border-left: 1px solid #fff;
border-top: 1px solid #ddd;
padding-left: 7px;	
}

#rightColumn form,
.leftMenu form {
padding: 7px 10px;
margin: 0 7px 0 0;
border: 1px solid #ddd;
}

#rightColumn textarea
#rightColumn select,
.leftMenu select,
.leftMenu textarea {
width: 85%;
font: normal 0.95em Arial, Helvetica, sans-serif;
}

#quicklinks {
width:19%;
}

#rightColumn #quicklinks {
padding: 7px;
margin: 0;
background: #efefef;
border: none;
}

#rightColumn #quicklinks select {
width: 100%;
font-size: 0.95em;
}

#rightColumn input.buttons,
.leftMenu input.buttons {
width: auto;
font-weight: bold;
font-size: 1.1em;
}

.leftMenu #focusOn {
padding: 0px;
list-style: none;
margin-top: 10px;
}

.leftMenu #focusOn a {
text-decoration: none;
display: block;
padding: 0px;
height: 60px;
margin: 0 0 2px 0;
border: 1px solid #ddd;
float: left;
width: 99%;
}

.leftMenu #focusOn a:hover {
border: 1px solid #B8E960;
}

.leftMenu #focusOn #become {
background: #efefef url("../images/become.gif") no-repeat;
}

.leftMenu #focusOn #huskie {
background: #efefef url("../images/huskie.jpg") no-repeat;
} 

.leftMenu #focusOn #cls  {
background: #efefef url("../images/cls.jpg") no-repeat;
}

.leftMenu #focusOn #campaign  {
background: #efefef url("../images/campaign.jpg") no-repeat;
}

.leftMenu #focusOn #congress  {				
background: #efefef url("../images/congress.jpg") no-repeat;
}

.leftMenu #focusOn #shop  {
background: #efefef url("../images/shop_main_graphic.gif") no-repeat;
} 

.leftMenu #focusOn span {
display: none;
}

.rightPic {
width: 91%;
padding-right: 11px;
height: 100px;
margin-top: 10px;
max-width: 236px;
background: none;
}

.rightPic a {
display: block;
height: 100px;
background: none;
}

.rightPicCaption {	
background: #efefef;
margin-top: 1px;
padding: 2px 2px 2px 7px;
width: 92%;
max-width: 235px;
color: #777;
border: 1px solid #ddd;
}

#home_img {
	height:265px;
	padding:5px;
	border-left:solid #396E06 4px;
	background-repeat:no-repeat;
}
#player_cover_div {


	z-index:10;
	position:absolute;
    visibility:hidden;
    left:0px;
    top:0px;

    width:100%;
    height:100%;
    background-color:#000000;
}
#player_div {
	z-index:11;
	position:absolute;
    visibility:hidden;
    width:500px;
    height:300px;
}


/* ----------- Main Content ----------- */

.body {
font-size: 1.2em;
line-height: 1.5em;
}

.body input, .body textarea, .body select {
font: 1em Arial, Helvetica, sans-serif;
}

.body a:hover {
background-color: #D5E7B5;
text-decoration: none;
}

.body h1,
.body h2 {
margin: 10px 0 1em 0;
border-bottom: 1px solid #fbdc14;
font-size: 2.3em;
}

.body h2 b {
font-weight: normal;
}

.body h1 a,
.body h2 a,
.body h3 a,
.body h4 a {
text-decoration: none;
}

.body h3 {
font-size: 2em;
clear: both;
}

.body h4 {
font-size: 1.5em;
clear: both;
}

.body h5 {
font-size: 1.1em;
font-weight: bold;
clear: both;
}

.body ul {
list-style-image: url("../images/icons/list.gif");
}

.body textarea {
width: 80%;	
}

.body form ul {
list-style: none;
list-style-image: none;
margin-left: 0;
padding-left: 0;	
}

.body dl {
margin: 0;
padding: 0;
}

.body dt {
float: left;
font-weight: bold;
margin-right: 0.5em;
padding: 0;
}	

.body dd {
margin: 0;	
}

.body dd {
margin: 0;	
}

.menuCell {
list-style: none;
}

/*----------- Forms -----------*/

.buttons {
font: bold 1.1em Arial, Helvetica, sans-serif;
padding: 0 3px;
background: #396E06;
color: #fff;
}

.body .buttons {
font-size: 1em;
font-weight: bold;
}

.buttons:hover {
color: #fbdc14;
}

fieldset {
border: 1px solid #ddd;
padding: 0 1em;
margin: 1.2em 0 1.8em 0;
}

fieldset fieldset {
border-width: 1px;
}

fieldset p {
margin: 1em 0;
}

legend {
font-size: 1.2em;
font-weight: bold;
color: #396e06;
}

fieldset fieldset legend {
font-size: 1.1em;
}

fieldset th {
font-weight: normal;
border-bottom: 1px solid #ddd;
}

fieldset table {
width: 100%;
margin: 1em 0;
}

label:hover {
background: #efefef;
}

form table td { 
padding: 5px;	
border-bottom: 1px solid #ddd;
}

/* ---------- Banners / Feature Pics ---------- */

#featurePicDiv {
position: relative;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;	
margin-bottom: 0.5em;
margin-top: 0px;
float: left;
}

#featurePicDiv a:hover{
text-decoration: none;	
}

#featurePic {
position: relative;
border-left: 3px solid #396e06;
}

#featureLink {
position: relative;
}

#logoLink {
display: none;
}

#picControls {
margin-bottom: 15px;
clear: left;
padding: 0;
margin-top: 0;
}

#picControls a {
text-decoration: none;
font-size: 1em;
}

#picControls a:hover {
background-color: #D5E7B5;
}

/* -------------- News / Events ----------- */

#events {
position: relative;
margin: 0;
float: left;
clear: left;
width: 48%;
}

#findIt {
position: relative;
margin: 0;
float:right;
width: 48%;
}

#news {
position: relative;
margin: 0 0 0 0;
}

p.featuredEvent {
float: left;
height: 100%;
margin-bottom: 7px;
}

.featuredEvent .eventImage {
float: left;
margin: 2px 5px 5px 0px;
border: 1px solid #bbbbbb;
}

.newsEvents {
border: 1px solid #ddd;
}

.newsEvents label {
display: none;
}

.newsEvents a {

}

.newsEvents a:hover {
background-color: #D5E7B5;
text-decoration: none;
}

.newsEvents p, .newsEvents form {
margin: 0;
font-size:1.2em;
padding: 7px 7px;
border-bottom: 1px solid #ddd;
}

.newsEvents form {
border: none;
padding-bottom: 0;
}

.newsEvents h3,
.newsEvents h4 {
margin: 0;
padding: 4px 7px;
font-size: 1.8em;
background: #d9d9d9 url("../images/gradient-tab4.gif") repeat-x left top;
border-bottom: 1px solid #ddd;
}

.newsEvents h4 {
font-size: 1em;
text-transform: uppercase;
color: #777;
}

.newsEvents ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding: 0.5em 0;
margin: 0;
font-size: 1.2em;
border-bottom: 1px solid #ddd;
}

.newsEvents ul a:hover {
background-color: #D5E7B5;
text-decoration: none;

}

.newsEvents li {
background:#FFFFFF url(../images/list.gif) no-repeat scroll 8px 5px;
margin: 0;
padding: 4px 7px 4px 18px;

}

.newsEvents p img {
padding: 5px 2px;
font-size: 1.2em;
}

.newsEvents a.moreLinks {
clear: both;
text-decoration: none;
width: auto;
display: block;
padding: 5px;
font-size: 1em;
color: #999;
}

.newsEvents a.moreLinks:hover {
text-decoration: none;
background-color: #D5E7B5;
color: #396e06;
}
#news_date {
	float:right;
	font-size:.9em;
	font-weight:bold;

	
}
/* ------------ Tables ------------ */

table.data {
border: 1px solid #ddd;
width: 100%;
clear: both;
line-height: 1.2em;
}

table.data a {
text-decoration: none;
}

table.data a:hover {
text-decoration: underline;
}

table.data th,
table.data thead th {
padding: 3px 5px;	
border: 1px solid #ddd;
font-weight: normal;
font-size: 1em;
text-align: left;
color: #666;
background: #f3f3f3;
vertical-align: top;
line-height: 1.1em;
}

table.data td,
table.data tbody td {
border: 1px solid #ddd;
padding: 5px;
vertical-align: top;
}

table.data td,
table.data tbody td,
table.data p, 
table.data li {
font-size: 0.95em;
}

ul.tableList {
list-style-image: none;
list-style-type: none;
margin: 0px;
padding-left: 0px;
}

ul.tableList li {
border-bottom: 1px solid #e7e7e7;
margin-left: 0px;
padding: 3px 0px;
}

table.data tr.alternate {
background: #f3f3f3;
}

table.data tr:hover,
table.data tbody tr:hover {
background: #e9efdf;
}


/* ----------- Tabbed search -------------- */

#tabbed-search {
position: absolute;
top: 39px;
right: 10px;
margin: 0;
padding: 0;
width: 30em;
z-index: 2;
font-size: 11px;
line-height: 16px;
text-align: right;
}

#tabbed-search .tabbed-content {
padding: 0 1em;
margin: 0;
border: 1px solid #ddd;
clear: both;
}

#tabbed-search .tabbed-nav {
margin: 0;
padding: 0 80px 0 0;
border: none;
height: 1.9em;
float: right;
}

#tabbed-search .tabbed-nav li {
list-style: none;
display: inline;
margin: 0;
padding: 0;
}

#tabbed-search .tabbed-nav li a {
padding: 1px 6px;
margin: 0 1px -1px 0;
display: block;
width: auto;
float: left;
font-size: 1em;
text-decoration: none;
border: 1px solid #ddd;
border-bottom: none;
color: #fff;
background: #396e06 url("../images/gradient-tab2.gif") repeat-x left top;
}

#tabbed-search .tabbed-nav li a:hover,
#tabbed-search .tabbed-nav li a.active {
background: #fff url("../images/gradient-tab1.gif") repeat-x left top;
color: #396e06;
}

#tabbed-search .tabbed-nav li a.active {
border-bottom: 1px solid #fff;
}

#tabbed-search .tabbed-content a:hover {
text-decoration: underline;
}

#tabbed-search .tabbed-nav li.pawsLink a {
border: none;
padding: 0;
background: none;
position: absolute;
top: -5px;
right: 0;
margin: 0;
color: #fff;
line-height: 24px;
}

#tabbed-search .tabbed-nav li.pawsLink a:hover {
color: #fff;
background: none;
}


#tabbed-search .tabbed-nav li.pawsLink img {
float: left;
margin-top: 0;
margin-right: 5px;
}

#tabbed-search form {
margin: 8px 0;
padding: 0;
float: right;
}

#tabbed-search .tabbed-content {
padding: 0;
background: none;
border: none;
text-align: right;
line-height: 16px;
}

#tabbed-search input {
background: #fff;
border: 1px solid #aaa;
padding:  2px;
font-size: 11px;
}

#search input,
#peoplesearch input {
background: #fff url("../images/icons/search_small.gif") no-repeat 3px 3px;
padding-left: 16px;
}

#tabbed-search input.buttons {
margin: 0;
background: #396e06;
padding: 1px 4px;
border-color: #ddd;
font-size: 11px;
}

#tabbed-search fieldset {
padding: 0;
margin: 0;
border: none;
}

.padimgleft {
padding-left:7px;
}
.padimgright {
padding-right:7px;
}

/* ---------------- Print Settings ---------------- */

@media print {
	#menuAndContent-20-60-20,
	#content-20-60-20,
	#content-20-80,
	.body {
	width: 100%;
	}
	#search,
	#breadcrumbs,
	#tabbed-search,
	#menu-20-60-20,
	#menu-20-80,
	#rightColumn,
	#masthead,
	#footer,
	#bookmarks {
	display: none;
	}
	.body ul {
	list-style-image: none; 
	list-style-type: disc;
	}
}

#moreinfo {
    display:none;
    padding:5px 0px 5px 25px;
}

#mainTabs {
margin:0 auto;
width:560px;
}
#mainTabs li { list-style:none; float:left;}
#mainTabs a {
  display:block;
  padding:4px 0;
  height:24px;
  width:140px;
  text-decoration:none!important;
  margin:0px;
  margin-left:0;
  font:12pt Calibri;
  color:#FFF;
  background:#222;
}
#mainTabs a:hover {
  height:28px;
  padding:4px 0 6px;
  background:#0D0D0D;
  border-bottom:1px solid #181818;
}
#mainTabs a.selected {
  height:30px;
  padding:4px 0 8px;
  background:snow;
  color:#222;
  font-weight:bold;
  border-bottom:none;
}

.usual p, #home .usual li, #home .usual ul { width:auto; margin:0; padding:0;}
#home code { font:10pt Consolas; }
#home pre {
  display:block;
  width:500px;
  margin:10px auto;
  background:#0D0D0D;
  border-top:1px solid #1D1D1D;
  border-bottom:1px solid #1D1D1D;
  padding:5px 10px 7px 10px;
  overflow:auto;
}
.usual div { text-align:left; }

sub { color:#888; font-size:0.9em; *font-size:1.0em;}

#home li sub { display:block; padding-left:0em; line-height:0.7em;}

/* Style for Usual tabs */
.usual {
  background:#ffffff;
  color:#ffffff;
  padding:0px 
  width:500px;
  border:1px solid #fff;
  margin:0px 0px 0px 0px;
  
}
.usual li { list-style:none; float:left; width:165px; }
.usual ul a {
  display:block;
  padding:4px 7px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  background: #efefef;
  color:#396e06;

  
}
.usual ul a:hover {
  color:#396e06;
  background: #D5E7B5;
font-weight: bold;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#396e06;
  background:#D5E7B5;
  font-weight: bold;
  cursor:default;
  }
.usual div {
  padding:5px 5px 5px 5px;
 
  clear:left;
  background:snow;
  
}
.usual div a { color:#fff; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }

.opportunity-button {
background: #d9d9d9 url("../images/gradient-tab4.gif") repeat-x left top;
padding: 5px;
margin:0px auto;
}

.opportunity-button a {
border: none;
padding: 5px 15px 5px 15px;
font-size: 1em;
line-height: 1em;
font-weight: bold;
}

.oppDiv {
   padding-top:35px;
}

.forumMenu {
  background:#ffffff;
  color:#ffffff;
  padding:0px 
  width:500px;
  border:1px solid #fff;
  margin:0px 0px 0px 0px;
  
}
.forumMenu li { 
  list-style:none;
  float:left;
  min-width:110px; 
}

.forumMenu ul a {
  display:block;
  padding:4px 7px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  background: #efefef;
  color:#396e06;

  
}
.forumMenu ul a:hover {
  color:#396e06;
  background: #D5E7B5;
font-weight: bold;
  }
.forumMenu ul a.selected {
  margin-bottom:0;
  color:#396e06;
  background:#D5E7B5;
  font-weight: bold;
  cursor:default;
  }
.forumMenu div {
  padding:5px 5px 5px 5px;
 
  clear:left;
  background:snow;
  
}
.forumMenu div a { color:#fff; font-weight:bold; }

.tuitionMenu {
  background:#ffffff;
  color:#ffffff;
  padding:0px 
  width:500px;
  border:1px solid #fff;
  margin:0px 0px 0px 0px;
  
}
.tuitionMenu li { 
  list-style:none;
  float:left;
  min-width:130px; 
}

.tuitionMenu ul a {
  display:block;
  padding:4px 7px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  background: #efefef;
  color:#396e06;

  
}
.tuitionMenu ul a:hover {
  color:#396e06;
  background: #D5E7B5;
font-weight: bold;
  }
.tuitionMenu ul a.selected {
  margin-bottom:0;
  color:#396e06;
  background:#D5E7B5;
  font-weight: bold;
  cursor:default;
  }
.tuitionMenu div {
  padding:5px 5px 5px 5px;
 
  clear:left;
  background:snow;
  
}
.tuitionMenu div a { color:#fff; font-weight:bold; }

#survey label{
	cursor:pointer;
}
#survey input[type="radio"], #survey input[type="checkbox"]{
	cursor:pointer;
}
#survey textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	width:440px;
}
#fancybox-outer {
	width:470px;
}
#appology {
	width:350px;
	background:#eeeeee;
	border:1px solid#666666;
	font-size:80%;
	font-weight:bold;
	padding:5px;
	display:none;
}

