/*==================================================================
  Style Sheet for Wide Tigers Theme with page elements v.2

  filename: style.css
  author: Roxen
  email: roxen@princeton.edu 
  
==================================================================*/


/* Reset Styles
========================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, select, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	padding: 5px;
}
hr {
	margin-bottom: 10px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Resetting the reset styles
========================================================*/

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#content ol, #content ul, #subcontent ol, #subcontent ul {
	margin: 0 0 1em 2em;
}
#content ol, #subcontent ol {
	list-style: decimal;
}
#content ul, #subcontent ul {
	list-style: disc;
}
#content li, #subcontent li {
	margin: 0 0 .75em 0;	
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Roxen-specific Styles
========================================================*/

div.component-spacing {
	display: none;
}
/* Roxen Insite Editor Styles
========================================================*/

#banner {
	position: relative;
}

#bannerlogo .admin {
	top: 28px;
}
/* Start specific theme CSS */

body {
	font-size:small; /*must override for IE6 */
	line-height: 1.0625em;
	background-color: #fff;
	width:100%;
	text-align:center; /*for IE */
	margin:0 auto;/* align for good browsers */
	color: #333;
	font-family: Verdana, "Lucida Grande", "Bitstream Vera Sans", Arial, sans-serif;
}
img {
	border:0px;
}
#wrappercontainer {
	width: 100%;
	margin:0 auto;/* align for good browsers */
	text-align:left;/* counter the body center */
	
	font-size:100%;
	font-weight: normal;
}
#banner, #main, #footer, #navalpha {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main {
	background-image: none;
}
#header {
	background-color: #fff;
	position: relative;
}
/*    TOOLBAR
=================== */
#toolbarcontainer {
	border-top-color: #3d494d;
	border-top-width: 3px;
	background-color: #ddd;
	height: 20px;
	padding: 10px 0 10px 0;
}

#toolbar {
	text-align: right;
	margin: 0 auto;
	width: 960px;
	}

#toolbarlinks {
	display: inline;
}

#toolbarnav {
	font-size: .8em;
	display: inline;
}

#toolbarnav ul, #toolbarnav li {
	padding:0;
	margin:0;
	list-style:none;
}
#toolbarnav li {
	display:inline;
}
#toolbarnav li a {
	border-right:0px;
	padding-right: 6px;
	padding-left:2px;
}
#toolbarnav li a.first {
	border-left:none;
	padding-right: 6px;
}
#toolbarnav li a.last {
	border-right:none;
	padding-right: 10px;
}
#toolbarnav a {
	color: #444;
	text-decoration:none;
}
#toolbarnav a:hover {
	color: #000;
}
/*    LOGOBAR
=================== */
#logolink {
	margin: 0 10px 0 10px;
	float: left;
}

/*   QUICK LINKS
=================== */

#quicklinks {
	margin: 0 10px 0 5px;
	display: inline;
	
}
#quicklinks form {
	display:inline;
	font-size: .8em;
}
#quicklinks select {
	border: #ccc 1px solid;
	float:none;
	color:#555;
	
}
#quicklinks input.submit {
	margin: 2px 0 0 5px;
	float:none;
}

/*   SEARCH BOX
=================== */
#searchbox {
	margin: 0 10px 0 5px;
	display: inline;
}
#searchbox form {
	display: inline;
	font-size: .8em;
}
#searchbox input.searchtext {
	border: #ccc 1px solid;
	padding: 1px 0 1px 3px;
	color:#555;
}
#searchbox input.submit {
	margin: 0 0 0 5px;
}


/*    BANNER 
=================== */

#banner .admin {
	display: none;
}
#bannercontainer {
	background-color: #FF8533;
}
#bannerphoto {
	border-left: 1px solid #FFFFFF;
	width: 733px;
	margin: 0 auto;
	background: url(/wwwdept_themes/tigers/images/banner_photo.jpg) no-repeat top left;
	height: 100px;
	float: left;
}

#home #bannerphoto {
	background: url(/wwwdept_themes/tigers/images/banner_photo_home.jpg) no-repeat top left;
	height: 150px;
}



#bannerlogo {
	float: right;
	border-left: 1px solid #FFFFFF;
	height: 100px;
	width: 225px;
}

#home #bannerlogo {
	height: 150px;
	vertical-align:bottom;
}

#bannerlogo a img {
	margin: 0 0 0 15px;
}

#home #bannerlogo a img {
	margin-top: 50px;
}


/*    NAVALPHA
=================== */

#navalphacontainer, #navbetacontainer {
	font-weight: bold;
}
#navalphacontainer {
	background: #CCC;
}
#navalpha {
	font-size: .95em;
	padding: 9px 0;
}
#navalphalinks {
	width: 960px;
}
#navalphalinks ul {
	float: left;
}
#navalphalinks li {
	list-style-type:none;
	float: left;
}
#navalphalinks ul li a {
	color: #444;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
#navalphalinks ul li a:hover,
#navalphalinks ul li.selected a,
#navalphalinks ul li.unfolded a {
	color: #f46e07;
}

/*   BREADCRUMBS
=================== */
#breadcrumbscontainer {
	display:none;
	clear: both;
	padding: 0 0 5px 10px;
	border-top: 4px solid #E0E0E0;
}
#breadcrumbs a {
	color: #676767;
	font-size: .8em;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
}
#breadcrumbs a:hover, #breadcrumbs a:focus, #breadcrumbs a:active {
	text-decoration: underline;
}
/*      NAVBETA
=================== */

#navbetacontainer {
	clear:left;
	width: 195px;
	float: left;
}
#navbeta {
	padding:20px 0 10px 15px;
	font-size: .95em;
}
/* ==== removed old navbeta code (mstandev 12/14/2009)

#navbeta ul {
	text-align:left;
}
#navbeta li {
	list-style-type:none;
	margin-bottom:0;
	padding: 2px 5px 2px 0px;
	font-weight: normal;
}
#navbeta ul li a {
	color: #e60;
	text-decoration: none;
	padding:2px 6px;
	display:block;
}
#navbeta ul li.selected a {
	color: #555;
}
#navbeta ul li a:hover {
	color: #333;
}

#navbeta ul li.selected ul li a, #navbeta ul li.unfolded ul li a, #navbeta ul li.unfolded ul li.selected ul li a {
	
	color:#e60;

}
#navbeta ul li.selected ul li a:hover, #navbeta ul li.unfolded ul li a:hover, #navbeta ul li.unfolded ul li.selected ul li a:hover {
	color: #333;
}
#navbeta ul li.selected ul li.selected a, #navbeta ul li.unfolded ul li.selected a {
	color: #333;
}
#navbeta ul li.selected ul, #navbeta ul li.unfolded ul {
	margin: 2px 0 0 10px;
}
#navbeta ul ul li.selected ul, #navbeta ul ul li.unfolded ul {
	margin-top: 2px;
}
 ==== */
 
 
 /* -- start of new navbeta css - mstandev  --*/
 
 
 

#navbeta a,
#navbeta .selected .normal a {
    color: #e60;
	text-decoration: none;
	padding:4px 6px;
	display:block;
	margin: 2px 0;
}

#navbeta .level2 a, 
#navbeta .selected .level2 a {
	color:#e60;
	font-size: .85em;
	margin-left: 10px;
}

#navbeta .level3 a, 
#navbeta .selected .level3 a {
	color:#e60;
	font-size: .85em;
	margin-left: 20px;
}

#navbeta .level4 a, 
#navbeta .selected .level4 a {
	color:#e60;
	font-size: .85em;
	margin-left: 30px;
}

#navbeta a:hover  {
	color: #555;
}


#navbeta .selected .normal a:hover,
#navbeta .selected a {
    color: #333;
}

 
 
 /* -- end of new navbeta css - mstandev  --*/
 
#navbeta ul li .roxen-edit-box-on a.roxen-edit-marker-on{
    visibility: visible;
    display: block;
    position: absolute;
    background: URL(/roxen-files/cms-images/button_edit_comp.gif) top left no-repeat;
    width: 28px;
    height: 13px;
    z-index: 1;
}
#navbeta ul li .roxen-edit-box-on a.roxen-edit-marker-on:hover{
    visibility: visible;
    display: block;
    position: absolute;
    background: URL(/roxen-files/cms-images/button_edit_comp.gif) top left no-repeat;
    width: 28px;
    height: 13px;
    z-index: 1;
}

#navbeta ul li.divider_0,
#navbeta ul li.divider_1,
#navbeta ul li.divider_2,
#navbeta ul li.divider_3,
#navbeta ul li.divider_4
{
	border-bottom: 1px #bbb solid;
	margin:0 5px 7px 5px;
	padding:0;
	min-height: 5px;
}

#navbeta ul li.disabled a
{
	color: #bbb;
	border-top: dotted 1px #bbb;
	border-bottom: dotted 1px #bbb;
}




/*      CONTENT
=================== */

#contentcontainer {
	width:755px;
	padding-top: 20px;
	float: right;
}
#content {
	font-size: .9em;
	overflow:visible;
	width:530px;
	float:left;
	margin: 0 10px 25px 0;
	line-height: 1.4em;
	color: #444;
}
#content p {
	margin: 0 0 1em 0;
}
#content h1 {
	margin-top:0px;
	margin-bottom:15px;
	font-size: 1.5em;
	font-weight:bold;
	color:#333;
	display:block;
}
#content h2 {
	margin-top:0px;
	margin-bottom:15px;
	font-size: 1.3em;
	font-weight:bold;
	color: #333;
}
#content h3 {
	font-size: 1.2em;
	display: block;
	color: #555;
	font-weight:bold;
	margin-bottom: 15px;
}
#content h4, #subcontent h3 {
	color: #555;
	margin-bottom: 10px;
	font-weight:bold;
}
#content h4 {
	font-size: 1.1em;
}

#content a {
	color:#e60;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover {
	color:#444;
}
#content ul li {
	background-image: none;
	margin-left: 0px;
	padding-left: 2px;
}
#content .body {
	margin-bottom: 13px;
}
#content .caption {
	font-size: 85%;
}
/*   HOME CONTENT
=================== */

	

 /*SUBCONTENT
=================== */
#subcontent {
	clear:right;
	width: 180px;
	float: right;
	font-size:.8em;
	color: #666;
	margin: 20px 10px 25px 15px;
	overflow:hidden;
}
#subcontent h1,
#subcontent h2 {
	color: #333;
	font-weight:bold;
	font-size: 1em;
}
#subcontent h3 {
	font-size: 1em;
}
#subcontent p {
	margin: 0 0 1em 0;
}
#subcontent a {
	color:#e60;
	font-weight:normal;
	text-decoration:none;
}
#subcontent a:hover {
	color:#333;
}
#subcontent .caption {
	font-size: 90%;
	margin-bottom: 7px;
}
#subcontent p {
	margin: 0 0 1em 0;
}
/*      FOOTER
=================== */
#footercontainer {
	width:  100%;
	margin-top:25px;
	clear: both;
	border: none;	
	min-height: 35px;
	padding: 8px 0;
	background:#efefef;
	border-top: solid 1px #ccc;
}
#footer {
	width:960px;
	color:#444;
	font-size: .75em;
	padding-left: 38px;
}
#footer a {
	color:#e60;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
}
#footer img {
	float: left;
	padding-right: 15px;
}
/* ==== Table Data ==== */

table tbody tr td table tbody tr td, table tbody tr td table tbody tr th, #timetable table tbody tr td, #timetable table tbody tr th {
	padding-left: 5px;
	padding-right:5px;
	padding-bottom: 7px;
	padding-top: 7px;
}
/*  ====  Events Module Styles ==== */

#events_archive #content {
	width: 700px;
}
#events_archive h4 {
	font-weight: bold;
	margin-bottom: 1em;
}
div#monthly_calendar {
	padding: .5em 0 3em 0;
}
div#monthly_calendar table.monthly, div#daily_calendar table, div#weekly_calendar table {
	margin: 0 auto;
	width: 710px;
	border: none;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
div#daily_calendar table, div#weekly_calendar table {
	width: 710px;
}
div#monthly_calendar table.monthly td, div#monthly_calendar table.monthly th, div#daily_calendar table td, div#daily_calendar table th, div#weekly_calendar table td, div#weekly_calendar table th {
	padding: 6px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
div#monthly_calendar table th, div#daily_calendar table th, div#weekly_calendar table th {
	font-weight: bold;
	text-align: center;
	color: #444;
	background: #eee url(/common/images/calendar_bg_th.gif) repeat-x bottom left;
}
div#daily_calendar table th, div#weekly_calendar table th {
	text-align: left;
	padding: .75em 1.5em;
}
div#daily_calendar table td, div#weekly_calendar table td {
	padding: 1.5em;
}
div#daily_calendar .otherday, div#weekly_calendar table .otherday {
	background-color: #efefef;
}
div#daily_calendar .today, div#weekly_calendar table .today {
	background-color: #ffffee;
}
div#weekly_calendar td div {
	padding-bottom: 1.5em;
}
div#monthly_calendar table td a img {
	float:none;
}
div#monthly_calendar table.monthly td {
	height: 100px;
	padding: 6px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 90%;
}
div#monthly_calendar table.monthly td.activedays, div#monthly_calendar table.monthly td.otherday {
	background: #fefefe;
}
div#monthly_calendar table.monthly td.today {
	background-color: #ffe;
}
div#monthly_calendar table.monthly td.inactive {
	background: #cacac9 url(/common/images/calendar_bg_inactive.gif) repeat-x top left;
}
div#monthly_calendar table.monthly td.inactive a:link {
}
div#monthly_calendar a {
	text-decoration: none;
}
 .adminlinks {
	text-align: center;
	margin-bottom: 1em;
}
#events_nav {
	text-align: center;
	margin-bottom: 1em;
}

#events_nav a {
	text-decoration: none;
	padding: 0 .5em;
	font-size: 1em;
}
#events .adminlinks a, #events_archive .adminlinks a {
	text-decoration: none;
	padding: 0 .5em;
	font-size: .8em;
}
#events_nav a.calviewselected  {
	color: #555;
}
h4#events_nav_archive {
	text-align: center;
	margin: 1em 0;
}
h4#events_nav_archive a {
	text-decoration: none;
}


#events_nav span, #events .adminlinks span, #events_archive .adminlinks span {
	display: none;
}
.cal-datenumber {
	display: block;
	background: #eee url(/common/images/calendar_bg_datenumber.gif) repeat-x bottom left;
	text-align: right;
	margin: -6px -6px 4px -6px;
*margin-right: -9px;
	padding: 2px 4px 1px 4px;
	border-bottom: 1px solid #ccc;
	font-size: 110%;
}


.cal-datenumber:hover {
	background-image: url(/common/images/calendar_bg_datenumber_hover.gif);
	border-bottom: 1px solid #bbb;
}
.today .cal-datenumber {
	background-image: url(/common/images/calendar_bg_datenumber_today.gif);
	border-bottom: 1px solid #999;
}
td.inactive .cal-datenumber {
	border-bottom: 1px solid #ccc;
	padding: 1px 3px 2px 2px;
}
#calendar_advance {
	text-align: center;
	margin: 1em 0;
	font-size: 140%;
	color: #333;
}
#calendar_advance a {
	text-decoration: none;
}
.list-events h4 {
	padding-top: 1em;
	margin-bottom: .5em;
}
.list-events h4 a {
	text-decoration: none;
}
.list-events h5 {
	margin-bottom: .5em;
}



#display-archive ul li, #display-archive ul ul li {
	list-style: none;
	background: none;
	margin-top: .3em;
}
display-archive ul li strong a {
	font-size: .6em;	
}


#events_search_form form h4 {
	display: inline;	
}
#events_search_form {
	text-align: center;
	margin-bottom: 1em;
}
#events_search_form input.searchbox {
	display: inline;
	margin-right: 3px;
}
.horizontal_rule {
	margin: 2em 0;
}
table.monthly .department1 {
	padding-bottom: 1em;
}
img.wrap-right {
	float: left;
	margin: 0 .6em .6em 0;
}

/* === Events on the home page ====*/

li .events_home {
	display: inline;
}

.event_month {
	
}

.event_day {
	
}

.event_year {
	
}

.edit {
	font-size: 80%;
	
}

/*  =========
       NEWS 
	   ========== */
	  
#news .adminlinks a, #news_archive .adminlinks a {
	text-decoration: none;
	padding: 0 .5em;
	font-size: .8em;
}

#news_archive h4  {
	text-decoration: none;
	padding: 0 .5em;
	font-size: 1em;
}
#news_archive #content li {
	list-style:none;
	margin-top: .5em;
}

/* ================
        People
		=================*/
		
#people .people-admin a{
	text-decoration: none;
	padding: 0 .5em;
	font-size: .8em;
}


#people-filter {
	text-align: center;
	margin-bottom: 1em;
}

#people-filter a {
	text-decoration: none;
	padding: 0 .5em;
	font-size: 1em;
}



/* ================
        POLL
		=================*/
.pollbox {
	margin-bottom: 1.5em;	
	
}

.poll-question {
	font-weight:bold;
	margin-bottom: 10px;
}
.poll-options-vertical {
	display: block;
	clear:both;
	margin-bottom: 10px;
	
	padding-left: 20px;
}	
.poll-choice-vertical { 
	clear: both;
	display: block;
	overflow: auto;
}

.poll-choice-vertical .poll-radio-button { 
	float: left;	
	margin: 2px 0 5px 0;
	display: block; 
}
.poll-choice-vertical .poll-choice-text {
	display: block;
	float: left;	
	margin: 2px 0 5px 0;
	clear:right;
}



.poll-options-horizontal {
	display: inline;
	
}	
.poll-choice-horizontal { 
	clear: both;
	display: block;
	overflow: auto;
	width: 100%;
}

.poll-choice-horizontal .poll-radio-button { 
	float: left;	
	margin: 0 0 15px 0;
	display: block;
}
.poll-choice-horizontal .poll-choice-text {
	float: left;	
	margin: 0 10px 15px 0;
	clear:right;
	display: block; 
}




/*      MISC
=================== 

*/

.rxml-component {
	margin: 0 0 20px 0;
}


.disabled, .disabled a, .disabled a:hover, #navbeta li.disabled, #navbeta li.disabled a, #navbeta li.disabled a:hover{
	color: #aaa;
	text-decoration:line-through;
}
