/**
  * ==================================================
  * Space, Science, and Engineering Center
  * ==================================================
  * - kalpanaStyle.css
  * - This will handle the kalpana CSS Style.
  * - Updated On:  October 30, 2007
  * - Author: Chad Rhyner (chad.rhyner@ssec.wisc.edu)
  * ==================================================
  * - Super: Bill Bellon (bill.bellon@ssec.wisc.edu)
  * ==================================================
  */

body {
   background-color: #C9BAAF; 
   font-weight:      normal;
   font-family:      Tahoma, Arial, "Lucida Console";
   margin:           0px;
   height:           1730px;
}

/*******************************************/
/* Page Divisions                          */
/*******************************************/

#body {
   background-color: #AFC9B7; 
   margin:           5px auto 5px auto;
   width:            1000px;
   border:           1px solid #000000;
}

#title {
   font-weight:      bold;
   font-size:        2.4em;
   font-variant:     small-caps;
   text-align:       center;
   border-bottom:    1px solid #000000;
}

#navigation {
   background-color: #AFB1C9; 
   list-style-type:  none;
   width:            180px;  
   height:           700px;
   float:            right;
   border-left:      1px solid #000000;
   border-bottom:    1px solid #000000;
	border-right:     1px solid #000000;
   padding:          10px;
	margin-right:     5px;
}

#navigation a:link, a:visited {
   color:            #41659E;
}

#navigation a:hover {
   text-decoration:  underline;
}


#navigation a.currentLink {
   text-decoration:  none;
   font-weight:      bold;
	font-size:        0.9em;
}

a.sectionLinks {
   color:            #FAFAFA;
   font-weight:      bold;
}

#navDateControls {
   margin:           25px;
   text-align:       center;
}

#timesAvail {
   height:           380px;
   width:            100%;
}

#pictures a.bigLink {
   font-size:        1.4em;
   font-weight:      bold;
   padding-left:     75px;
   padding-right:    75px;
}

#controls {
   text-align:       center;
   margin-right:     201px;
   font-size:        1em;
}

p.controlsP {
   margin-left:      auto;
   margin-right:     auto;
}

p.info {
	background-color: #AFC9B7;
	border:           1px solid #000000;
	padding:          15px;
	width:            75%;
	margin-left:      auto;
	margin-right:		auto;
	font-size:        0.8em;
}

#pictures {
   text-align:       center;
   margin:           0px 240px 0px 0px;
   padding:          10px;
}

#footer {
   text-align:       center;
   font-size:        0.5em;
	margin-left:      auto;
	margin-right:     auto;
}
 

/******************************************/
/* Tag Classes                            */
/******************************************/

p.subtitle {
   text-align:       center;
   font-weight:      bold;
   font-variant:     small-caps;
   text-decoration:  underline;
}

p.center {
   text-align:       center;
}

td.linkBox {
   border:           1px dotted #000000;
   text-align:       center;
}

td.activeLinkBox {
   border:           3px solid #000000;
   text-align:       center;
   font-weight:      bold;
}

img {
   border:           0px;
}

.picsTable {
   margin:           0px auto 10px auto;
   width:            400px;
   text-align:       center;
}

table.picsTable th {
   text-align:       center;
   margin:           0px auto 0px auto;
   font-variant:     small-caps;
   text-decoration:  underline;
   font-size:        2em;
}

table.calendar {
   font-size:        1em;
   margin-left:      auto;
   margin-right:     auto;
}

table.calendar td {
   margin:           10px;
   padding:          5px;
}

caption.calendar-month {
   margin:           10px auto 10px auto; 
   font-size:        1.2em;
   text-decoration:  underline;
}

td.linked-day {
   font-weight:      bold;
}

table.tblTimes {
   text-align:       center;
   margin-left:      auto;
   margin-right:     auto;
}

table.tblTimes tr th {
   height:           50px;
}

.footerCredits {
   padding:          10px;
   margin:           10px auto 5px auto;
   text-align:       center;
}
