/* CSS Document */

/* RYERSON - template for most site pages */

/* HEADER AND FOOTER AND GENERAL ELEMENTS */

BODY {
	width:95%;
	margin: 10px !important;
	font-size: 12px !important;
	font-family: Arial,sans-serif;
}

p, td, th, h1, h2, h3, h4, h5, li {
	font-family: Arial,sans-serif;
}

td, th {
	font-size: 12px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-position: outside;
	text-indent: 2px;
}

ul ul {
	margin-top: .5em;
	margin-bottom: .5em;
}

ol ul {
	margin-top: .5em;
	margin-bottom: .5em;
}

ul li {
	margin-top: .5em;
	margin-bottom: .5em;
	list-style-position: outside;
	list-style-image: url("../images/new/bullet.gif");
}

ol li {
	margin-top: .5em;
	margin-bottom: .5em;
	list-style-position: outside;
}

/* the global positioning context for the window ************************************** */
#viewport {
	/*text-align: center;*/
	/*width: 100%;*/
	width: auto;
}

/* the site panel not including the background wallpaper ************************************** */
#siteframe {
	margin-top: 0px;
	margin-bottom: 50px;
	/*border:solid 1px #000000;*/
	width: auto;
	/*width: 100%;*/
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	height: auto;
}


/* the banner, search panel and login ************************************** */
#bannerarea {
	position: absolute; top: 0; left: 0;
	height: 48px;
	width: 750px;
	margin: 0px;
}

/* banner logo */
#bannerlogo {
	height: 48px; width: 273px;
	position: absolute; left: 0; top:0;
	/*border:5px solid #000;*/
}

/* search panel */
#bannersearch {
	display: none;
}

#searchlinks {
	display: none;
}

#searchbox {
	display: none;
}

#searchform {	
	display: none;
}

#searchgobutton {
	display: none;
}

/* login panel */
#bannerlogin {
	display: none;

}

/* the top navigation area ************************************** */
#topnavarea {
	height: 22px;
	margin: 0px;
	margin-bottom: 1px;
	width: 750px;
	position: absolute; top: 48px; left: 0;
	background-color: #333333;	
}

#topnavlinks {
	display: none;
}

#topnavlinks A {
	display: none;
}

#topnavlinks A:hover {
	display: none;
}


/* the tabbed navigation area ************************************** */
#tabsarea {
	display: none;
}

#tabs {
	display: none;
}


/* FOOTER ********************************************** */

#footer_area {
	position: relative; top: 0; left: 0;
	height: 45px; width: 750px;
	background-color: #FFFFFF;	
}

#footer_area a {
	COLOR: #003971;
	text-decoration: underline;	
}

#footer_area a:hover {
	COLOR: #003971;
	text-decoration: none;	
}

#footer_blurb {
	color: #959595;
	font-family: Arial,sans-serif;
	font-size: 10px;
	float: left;
}

/* A elements ********************************************** */

.sidebar_itemtext A {
	color: black;
	text-decoration: none;
}

.sidebar_itemtext A:hover {	
	color: black;
	text-decoration: underline;
}

A.searchlink {
	color: #CCCCCC;
	text-decoration: none;
}

A.searchlink {
	color: #333333;
	text-decoration: none;
}

A.searchlink:hover {
	color: #333333;
	text-decoration: underline;
}

.footer_blurb A {
	COLOR: #003971;
	text-decoration: underline;
	margin-left: 10px;
}

.footer_blurb A:hover {
	COLOR: #003971;
	text-decoration: none;
	margin-left: 10px;
}

#main_content_panel A {
	COLOR: #003971;
	text-decoration: underline;
}

#main_content_panel A:hover {	
	COLOR: #003971;
	text-decoration: none;
}


/* CONTENT AREA ELEMENTS */
/* Simon added for new masterpage without tabs ************************************** */
#bannernavWithoutTab {
	display: none;
}

/* the section fixed top banner and nav area for non-streams sections ************************************** */
#bannernav {
	position: static; top: 0; left: 0;
	height: 60px;
	background-color: #FFFFFF;
}


/* the fixed top banner and nav area for streams pages with sub navigation ************************************** */
#stream_bannernav {
	display: none;
}

/* simon added for new masterpage without tabs***************************************/
#sect_bannerareaWithoutTabs {
	display: none;
}
/* the section banner ***************************************/
#sect_bannerarea {
	display: none;
}

#stream_sect_bannerarea {
	display: none;
}

.sect_bannerimage {
	display: none;
}

/* the streams sub-navigation bar  ***************************************/
#stream_subnav {
	display: none;
}

#stream_subnavlinks {
	display: none;
}

#stream_subnavlinks A {
	display: none;
}

#stream_subnavlinks A:hover {
	display: none;
}


/* the stream sub-navigation classes for determining background colours of subnavs *******************/

.stream_subnav_alumni {
	display: none;
}

.stream_subnav_undergrad {
	display: none;
}

.stream_subnav_grad {
	display: none;
}

.stream_subnav_conted {
	display: none;
}

.stream_subnav_supporting {
	display: none;
}

.stream_subnav_staff {
	display: none;
}

.stream_subnav_research {
	display: none;
}
















/* the  main content area ************************************* */
#contentarea {
	position: relative; top:0; left: 0; height: auto; width: 100%;
	background-color: #FFFFFF;
}

/* left sidebar */

#sidebar {
	display: none;
}

.sidebar_itemholder {
	display: none;
}	

.sidebar_item {
	display: none;
}

.sidebar_item_sub {
	display: none;
}

.sidebar_itemtext {
	display: none;
}

.sidebar_item_indented {
	display: none;
}

.sidebar_divider {
	display: none;
}


/* varying dynamic content area */
/* different versions of area that holds the actual content, depending on whether there is a sidebar, a right panel, etc */

#main_content_both {
	 display: none;
}

#main_content_right {
	 display: none;
}

#main_content_left {
	 display: none;
}

#main_content_none {
	 display: none;
}

#main_content_future {
	 display: none;
}

#main_content_panel {
	padding: 0px;
	margin-top: 20px;
	font-size: 12px !important;
	COLOR: #000000;
	FONT-FAMILY: Arial,sans-serif;
	BACKGROUND-COLOR: #ffffff;
}


#main_content_panel P {
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 10px
	font-size: 12px !important;;
	COLOR: #000000;
	FONT-FAMILY: Arial,sans-serif;
	/* BACKGROUND-COLOR: #ffffff; */
}




/* right-hand feature panel (optional) ****************************************** */

#rightfeature {
	display: none;
}

.rightfeature_title_panel {
	display: none;
}


.rightfeature_title_text {
	display: none;
}

.rightfeature_sub_title_text {
	display: none;
}

.right_feature_image {
	display: none;
}

.rightfeature_content_panel {
	display: none;
}

.rightfeature_content_text {
	display: none;
}

.rightfeature_content_text a {
	display: none;
}

.rightfeature_content_text a:hover {
	display: none;
}

.old_rightfeature_content_text  ul {
	display: none;
}

.old_rightfeature_content_text  li {
	display: none;
}


.rightfeature_content_title {
	display: none;
}

.rightfeature_content_body {
	display: none;
}

.rightfeature_content_link {
	display: none;
}

.rightfeature_content_link a {
	display: none;
}


/* STYLES USED IN INDIVIDUAL SECTIONS */

/* Ask Ryerson form ****************************************** */

FORM.askryersonform {
	width: auto;
	margin: 0px; 
	margin-top: 1px;
	border: 0px; 
	background-color: #D1DDE9; 
	vertical-align: bottom;
}

TABLE.askryersontable {
	border: none; padding: 0px; width: 422px;
}


TABLE.askryersontable TR TD A {
	COLOR: #003971; TEXT-DECORATION: underline
}
TABLE.askryersontable TR TD A:hover {
	COLOR: #003971; TEXT-DECORATION: none
}

.askryersonlabel {
	margin-left: 2px;
}

.askryersoninput {
	margin-left: 10px; 
	width: 240px; font-size: 11px; 
	border: solid 1px black; 
	height: 18px;
}

.askryersonsubmit {
	margin-left: 10px;
}



/* NEWS SPECIFIC STYLES */

.news_teaser_item {
	width: 380px;
	margin-bottom: 10px;
}

.news_thumb {
	margin: 0px;
	margin-right: 10px;
	width: 86px;
}

.news_teaser {
	float: right;
	width: 280px;

}

.news_teaser_headline {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3E3E3E;
}

.news_teaser_dateline {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #3E3E3E;
}

.news_teaser_link {
	text-indent: -10px; margin-left: 10px;	color: #006697;
}
.news_teaser_link a {
	color: #006697;
}

.news_teaser_blurb {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #3E3E3E;
}

#recent_news {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 380px;
}

#recent_news_header {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
	font-weight: bold;
	margin: 0px; margin-bottom: 5px;
}

.recent_news_blurb {
	margin: 0px;
	margin-bottom: 5px;	
}

.recent_news_link {
	text-indent: -10px; margin-left: 10px;	color: #006697;
}
.recent_news_link a {
	color: #006697;
}

.news_rightfeature_title_text {
	font-family: Arial,sans-serif;  font-size: 14px;
	color: #000000; 
	padding-top: 12px; padding-left: 12px; padding-bottom: 12px; padding-right: 12px;
}

.news_right_feature_image {
	margin: 0px;
}

.news_rightfeature_content_panel {
	width: 171px;
	background-color: #f1f1f1;
	margin:0px;
}

.news_rightfeature_content_text {
	margin: 0px; 
	font-family: Arial,sans-serif; font-size: 10px; color: #000000;
	padding-top: 12px; padding-left: 12px; padding-bottom: 12px; padding-right: 10px;
}

.news_rightfeature_content_text a {
	COLOR: #003971;
	text-decoration: underline;
}

.news_rightfeature_content_text a:hover {
	COLOR: #003971;
	text-decoration: underline;
}

.news_rightfeature_content_title {
	color: #00599B; font-weight: bold;
}

.news_rightfeature_content_body {
	margin-top: 5px; margin-bottom: 10px;
}

.news_rightpanel_link {
	color: #00599B;
	margin-bottom: 6px;
}

.news_rightpanel_link a {
	text-decoration: underline;
	color: #00599B;
}


#news_rightfeature {
	width: 171px;
	FLOAT: right;
	margin-top: 1px;

}

.news_rightfeature_title_panel {
	width: 171px; 
	background-color: #CCCCCC;
	margin: 0px;
}

.news_mediacontact_panel {
	width: 171px;
	background-color: #ffffff;
	margin:0px;
}

.news_mediacontact_text {
	margin: 0px; 
	font-family: Arial,sans-serif; font-size: 10px; color: #000000;
	padding-top: 12px; padding-left: 12px; padding-bottom: 12px; padding-right: 10px;
}


.news_mediacontact_title {
	margin: 0px; 
	font-family: Arial,sans-serif; font-size: 12px; color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}

.news_fullstory {
	MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px; WIDTH: 380px; FONT-FAMILY: Arial, sans-serif; COLOR: #3e3e3e;
}

.news_fullstory_title {
	FONT-SIZE: 18px; MARGIN: 0px 0px 5px;
}

.news_fullstory_subtitle {
	FONT-SIZE: 14px; MARGIN: 0px 0px 5px;
}
.news_fullstory_author {
	FONT-SIZE: 11px; font-style: italic; MARGIN: 0px 0px 5px; COLOR: #3e3e3e;
}


.news_fullstory_story {
	margin-top: 20px; FONT-SIZE: 12px;
}

.news_fullstory_dateline {
	font-size: 12px; font-weight: bold;
}



.news_fullstory_image {
	float: right; margin-left: 5px; margin-bottom: 5px;
}



/* EVENTS PAGE STYLES */

#events_currentdate_header {
	FONT-WEIGHT: normal; FONT-SIZE: 16px; MARGIN: 0px 0px 5px; COLOR:  #3e3e3e; FONT-FAMILY: Arial,sans-serif
}

#events_upcoming_header {
	clear: both; text-align: right;   FONT-WEIGHT: normal; FONT-SIZE: 16px; MARGIN: 20px 0px 5px; COLOR:  #3e3e3e; FONT-FAMILY: Arial,sans-serif
}


#events_calendar_panel {
	MARGIN: 0px; WIDTH: 171px; BACKGROUND-COLOR: #f1f1f1; text-align: center;
}


/*********************** Events Page Calendar ************************************************/

#events_calendar_panel {
	MARGIN: 0px; WIDTH: 171px; BACKGROUND-COLOR: #f1f1f1; text-align: center;
}

TABLE.events_calendar_table {
	margin: 5px; background-color:#FFFFFF;
	border: solid 0px #999999;
	width: 161px;
}

TD.events_calendar_header {
	text-align: center;
	background-color:#f1f1f1;
	padding: 2px;
	COLOR:  #3e3e3e; FONT-FAMILY: Arial,sans-serif; font-size: 11px; font-weight: bold;
}

TD.events_calendar_date {
	width: 23px;
	padding: 1px;
	text-align: center;
	font-size: 10px;
}

TD.events_calendar_date A {
	text-decoration: none;
	COLOR:  #003971;
}

TD.events_calendar_date A:hover {
	text-decoration: underline;
	COLOR: #003971
}

.month, .nav{
	background-color: #EFEFEF;
	color: #000000;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.nav{
	cursor: pointer;
	cursor: hand;
}
.dayHeader{
	color: #000000;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.empty{
	background-color: white;
}
.days{
	background-color: #EFEFEF;
	color: #000000;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;

}
.date{
	color: #000000;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
}
/********************************************************************************/

/* full event listing */

.news_fullevent_coordinates {
	clear: both; margin-top: 20px; 
}

.news_fullevent_coordinates TD {
	COLOR: #3e3e3e; FONT-FAMILY: Arial, sans-serif; font-size: 12px;
}

.news_fullevent_label {
	font-weight: bold;
}


/* EVENTS PAGE STYLES */

#mediaroom_header {
	FONT-WEIGHT: normal; FONT-SIZE: 16px; MARGIN: 0px 0px 5px; COLOR:  #3e3e3e; FONT-FAMILY: Arial,sans-serif
}


/* FUTURE STUDENTS PAGE STYLES */

#futurestudents {
	width: 715px; 
	background-color: white; 
	margin-top: 15px; 
	margin-bottom: 15px;
}

.future_panel_left {
	clear: both;
	width: 365px; 
	background-color: white; 
	float: left; 
	margin-top: 15px; margin-bottom: 15px;
}

.future_panel_right {
	width: 350px; background-color: white; float: right; margin-top: 15px; margin-bottom: 15px;
}

.future_panel_image {
	width: 98px; float: left;
}


.future_panel_copy {
	width: 250px; margin-left: 1px; float: left;
}

.future_panel_title {
	background-color:#CCCCCC; color: #000000; padding: 3px; padding-left: 0px; padding-right: 0px; font-size: 13px; width: 249px; 
}

.future_panel_title_text {
	margin-left: 15px;
}

.future_panel_blurbage {
	padding: 10px; padding-left: 16px; font-size: 12px; 
}




/**********************************************************************************************************************/
/* various default styles to be enforced on or applied to the main content ****************************************** */
/**********************************************************************************************************************/


/************************************************************************** */
/* STYLES FORCED BY THE main_content_panel SELECTOR *********************** */
/************************************************************************** */

#main_content_panel P {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	/* font-size: 11px !important; */
	COLOR: #000000;
	FONT-FAMILY: Arial,sans-serif;
	/* BACKGROUND-COLOR: #ffffff; */
}

#main_content_panel em {
	font-style: italic;
}

#main_content_panel strong {
	font-weight: bold;
}

#main_content_panel hr {
	color: #D6D6D6;
	border: none;
	border-top: solid 1px #D6D6D6;
	height: 0px;
	/* margin-top: 5px; */
	/* margin-bottom: 5px; */
	/* padding: 0px; */
}

#main_content_panel form {
	display: block;
	width: auto;
	/* margin-top: 10px; */
	/* margin-bottom: 10px; */
	background-color:  #F0F5F8; 
	padding: 10px 20px 10px 10px;
	font-size: .9em;
	color: #000000;
	/* border: solid 1px #666666; */

}

#main_content_panel form input {
	height: 1.6em;
	color: #000000;
	font-family: Arial, sans-serif;
}


#main_content_panel form table {
	vertical-align: top;
	padding: 2px;
}

#main_content_panel form textarea {
	/* width: 100%; */
	height: 9em;
	color: #000000;
	font-family: Arial, sans-serif;
}

#main_content_panel form td {
	/* padding: 2px; */
	background-color:  #F0F5F8; 
}

#main_content_panel td {
	COLOR: #000000;
	FONT-FAMILY: Arial,sans-serif;
}

#main_content_panel form p {
	background-color:  #F0F5F8; 
}

/************************************************************************** */
/* STYLES TO BE APPLIED BY USERS ****************************************** */
/************************************************************************** */

H1 {
	text-decoration: none; margin-top: 0px; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1.6em; COLOR: #000000; FONT-FAMILY: Arial,sans-serif
}
H1 a {
	text-decoration: none !important;
}

H1 a:hover {
	text-decoration: none !important;
}

H2 {
	MARGIN-TOP: 0px; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1.4em; COLOR: #000000; FONT-FAMILY: Arial,sans-serif
}
H3 {
	MARGIN-TOP: 0px; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1.3em; COLOR: #000000; FONT-FAMILY: Arial,sans-serif
}
H4 {
	MARGIN-TOP: 1em; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1.2em; MARGIN-BOTTOM: 0px; COLOR: #000000; FONT-FAMILY: Arial,sans-serif
}
H5 {
	MARGIN-TOP: 1em; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1.1em; COLOR: #000000; FONT-FAMILY: Arial,sans-serif
}
H6 {
	MARGIN-TOP: 0px; margin-bottom: .5em; DISPLAY: block! important; FONT-WEIGHT: bold; FONT-SIZE: 1.1em; COLOR: #000000; FONT-FAMILY: Arial,sans-serif
}

/* table containing an image and its caption ******************************** */

.image_caption {
	margin: inherit;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	text-align: left;
	font-size: .82em;
	COLOR: #000000;	
}

.image_left {
	margin: inherit;
	/* padding: 10px; */
	/* text-align: left; */
	font-size: .82em;
	COLOR: #000000;
	float: left;
	padding-right: 10px;	
}

.image_right {
	margin: inherit;
	/* padding: 10px; */
	/* text-align: left; */
	font-size: .82em;
	COLOR: #000000;
	float: right;
	padding-left: 10px;	
}

#main_content_panel form .ryecon_formtitle {
	display: block !important;
	COLOR: #000000;
	FONT-FAMILY: Arial,sans-serif;
	font-weight: bold;
	font-size: 1.0875em;
	/* margin-top: 20px; */
	margin-bottom: 10px;
}


#main_content_panel form .ryecon_formlabel {
	vertical-align: top;
	font-family: Arial, sans-serif;
	font-size: .9em; 
	text-align: right;
	padding-top: 4px;
	padding-right: 4px;
	color: #000000;
}

#main_content_panel form .ryecon_formbuttons {
	height: 20px;
	font-family: Arial, sans-serif;
	/* font-size: 1.0875em; */
	font-style: bold;
	text-align: center;
	color: #000000;
}

.main_content_excel {
	line-height: 1.5em;
}

.main_content_excel a {
	background-image:  url("../images/new/icon_excel.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 1em;
	background-position: 0 -1;
}

.main_content_general {
	line-height: 1.5em;
}

.main_content_general a {
	background-image:  url("../images/new/icon_general.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 1em;
	background-position: 0 -1;
}

.main_content_pdf {
	line-height: 15px;
}

.main_content_pdf a {
	/* background-image:  url("/servlet/nexus/preview/Ryerson.ca%20Production::latest:7710:../images/new/logo_ryerson.gif"); */
	background-image:  url("../images/new/icon_pdf.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 1em;
	background-position: 0 -1;
}

.main_content_ppt {
	line-height: 1.5em;
}

.main_content_ppt a {
	background-image:  url("../images/new/icon_ppt.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 1em;
	background-position: 0 -1;
}

.main_content_word {
	line-height: 1.5em;
}

.main_content_word a {
	background-image:  url("../images/new/icon_word.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-bottom: 1em;
	background-position: 0 -1;
}


/* CUSTOM TABLE STYLE 1 */

TABLE.tableStyle1 {
	caption-side: top;
	border-bottom: dotted 1px #666666;
}

TABLE.tableStyle1 caption {
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #015A9C;
	color: #ffffff;
	border-bottom: solid 1px white;
}

TABLE.tableStyle1 tr {
	border-top: dotted 1px #666666;
	background-color: #F1F1F1;
}

TABLE.tableStyle1 td {
	margin-top: 1px;
	border-top: dotted 1px #666666;
	background-color: #F1F1F1;

}



/* CUSTOM TABLE STYLE 2 - similar to #1 but no dotted lines between rows */

TABLE.tableStyle2 {
	caption-side: top;
}

TABLE.tableStyle2 caption {
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #015A9C;
	color: #ffffff;
	border-bottom: solid 1px white;
}

TABLE.tableStyle2 tr {
	background-color: #F1F1F1;
}

TABLE.tableStyle2 td {
	background-color: #F1F1F1;

}


/* CONTACT PAGE FORMS */

.contactPageTitlebar {
	background-color: #999999; color: #ffffff; 
	padding: 4px; 
	font-weight: bold; font-size: 12px; 
	margin-bottom: 1px;
}

.contactPageInquiriesSelect {
	width: 180px;
}

.contactPageInquiriesText {
	width: 180px;
}

.contactPageInquiriesTextarea {
	width: 300px;
}

.contactPageLookupText {
	width: 240px;
}

.contactPageDirectorySelect {
		width: 310px;
}


/* GOOGLE MAPS STUFF */


#tabs_main {
	border: 1px solid #666;
	clear: both;
	background: #FFF3B3;
	width:360px;
	/*padding-top: 2em; <--SECONDARY NAV LINE*/
}

#tabs_contents {
	/*padding: 1em;*/
	padding: 12px;
	background: #FFFDF3;
	/*min-height: 300px;*/
}

#tabs_header {
	position: relative;
	height: 32px; /* padding above tabs */
	width: 245px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs_header ul#tabs_primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 240px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs_header ul#tabs_primary li  {
	display: inline;
	list-style: none;
}

#tabs_header ul#tabs_primary a,#tabs_header ul#tabs_primary span,#tabs_header ul#tabs_primary a.current {
	width: 110px; /* width for tabs*/
	display: inline;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333;
}

#tabs_header ul#tabs_primary span,#tabs_header ul#tabs_primary a.current,#tabs_header ul#tabs_primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #FFF3B3;
	padding-bottom: 6px;
	margin-top: 0;
}

#tabs_header ul#tabs_primary a {
	background: #FFFAE1;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tabs_header ul#tabs_primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 5px;
}


	.content_wrapper {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		height: 102px;
		width:360px;
		/*border:1px solid #f00;*/
		/*text-align:left;*/
		vertical-align: text-bottom;
	}
	
	
	.print_content_wrapper {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		height: 102px;
		width:380px;
		/*border:1px solid #f00;*/
		/*text-align:left;*/
		vertical-align: text-bottom;
		padding:8px;
		border:1px solid #eee;
	}

	
	.content_wrapper img {
		float:left;
	}
	
	
	.print_content_wrapper img {
		float:left;
	}
	
	
	.aaa {
		width:180px;
		float:right;
		vertical-align:bottom;
	}
	
	
	.code {
		font-size:150%;
		color:#999999;
		display:block;
		padding-bottom:6px;
	}
	
	#side_bar,#sidebar0,#sidebar1,#sidebar2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		margin-top:5px;
		width:265px;
	}
	
	#side_bar a,#sidebar0 a,#sidebar1 a,#sidebar2 a {
 		display: block;
		padding:2px;
		text-decoration:none;
		color: #005a9c;
		border-bottom:1px #f2efe9 solid;
		margin-top:1px;
	}
	
	#side_bar a:hover,#sidebar0 a:hover,#sidebar1 a:hover,#sidebar2 a:hover {
		text-decoration: underline;
	}
	
	#side_bar li,#sidebar0 li,#sidebar1 li,#sidebar2 li {
		list-style-type: none;
		list-style-position: outside;
	}
	
	.bcode {
		font-weight:bold;
	}
	
	.exampleType {
		font-size:11px;
		color:#666;
	}
	
	.directions_divider {
      border: 0;
      color: #ccc;
      background-color: #ccc;
      height: 1px;
	}
	
	#main_content_panel form {
		margin-top:8px;
		background-color: transparent;
		font-size: inherit;
		padding:0;
	}

	#test_div {
		display:block !important;
	}
