/* CSS Document */

/* RYERSON - Text Sizer */

#text_size_indicator {
background-image:url("/template_components/icon-text_size5.gif");
background-repeat:no-repeat;
}

#text_size_plus a {
display:none;
/*cursor:pointer;*/
}

#text_size_plus {
background-image:url("/template_components/icon-plus-off.gif");
background-repeat:no-repeat;
background-position: center;
}

/* HEADER AND FOOTER AND GENERAL ELEMENTS */

#page_content td, #page_content th {
	font-size: 17px;
}

td, th {
	font-size: 11px;
}

/* the  main content area ************************************* */

/* varying dynamic content area */
/* different versions of area that holds the actual content, depending on whether there is a sidebar, a right panel, etc */

#page_content {
	font-size: 18px !important;
}

#page_content P {
	font-size: 18px !important;
}


/* NEWS SPECIFIC STYLES */

.news_teaser_headline {
	font-size: 16px;
}

.news_teaser_dateline {
	font-size: 15px;
}

.news_teaser_blurb {
	font-size: 15px;
}

.news_rightfeature_title_text {
	font-size: 14px;
}

.news_rightfeature_content_text {
	font-size: 10px;
}


.news_mediacontact_text {
	font-size: 14px;
}

.news_mediacontact_title {
	font-size: 16px;
}

.news_fullstory_title {
	FONT-SIZE: 22px;
}

.news_fullstory_subtitle {
	FONT-SIZE: 17px;
}
.news_fullstory_author {
	FONT-SIZE: 14px;
}

.news_fullstory_story {
	FONT-SIZE: 18px;
}

.news_fullstory_dateline {
	font-size: 15px;
}


/* EVENTS PAGE STYLES */

#events_currentdate_header {
	FONT-SIZE: 19px;
}

#events_upcoming_header {
	FONT-SIZE: 19px;
}


/********************************************************************************/

/* full event listing */



.news_fullevent_coordinates TD {
	font-size: 15px;
}


/* EVENTS PAGE STYLES */

#mediaroom_header {
	FONT-SIZE: 19px;
}


/* FUTURE STUDENTS PAGE STYLES */

.future_panel_title {
	font-size: 16px;
}

.future_panel_blurbage {
	font-size: 15px; 
}


/************************************************************************** */
/* STYLES FORCED BY THE main_content_panel SELECTOR *********************** */
/************************************************************************** */

#main_content_panel form {
	font-size: 1.2em;
}


/************************************************************************** */
/* STYLES TO BE APPLIED BY USERS ****************************************** */
/************************************************************************** */

#page_content H1 {
	FONT-SIZE: 1.45em;
}

#page_content H2 {
	FONT-SIZE: 1.27em;
}

#page_content H3 {
	FONT-SIZE: 1.2em;
}

#page_content H4 {
	FONT-SIZE: 1.1em;
}

#page_content H5 {
	FONT-SIZE: 1em;
}

#page_content H6 {
	FONT-SIZE: 1em;
}


/* table containing an image and its caption ******************************** */

#page_content .image_caption {
	font-size: 1.1em;
}

#page_content .image_left {
	font-size: 1.1em;
}

#page_content .image_right {
	font-size: 1.1em;
}

#main_content_panel form .ryecon_formtitle {
	font-size: 1.3em;
}


#main_content_panel form .ryecon_formlabel {
	font-size: 1.2em; 
}


/* CUSTOM TABLE STYLE 1 */


#page_content TABLE.tableStyle1 caption {
	font-size: 15px;
}


/* CUSTOM TABLE STYLE 2 - similar to #1 but no dotted lines between rows */

#page_content TABLE.tableStyle2 caption {
	font-size: 15px;
}


/* CONTACT PAGE FORMS */

#page_content .contactPageTitlebar {
	font-size: 15px; 
}

