body { /*the dark gray background color*/
	background:url("./images/background copy.jpg") repeat-x;
	background-color: #aaaaaa;	
	
}

#page { /*this holds everything within the black border--all the information*/
    font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9pt;
  	position: relative;
    width: 760px; /*width is static, fits when resolution is set to 800x600, probably the lowest anyone will be at this point*/
		
    /*this centers the page*/
	margin: 10px -380px 0 !important; /*Mozilla reads this line because it will stop at !important--most "Gecko based browsers" should do this (Netscape, Opera, Mozilla)*/
	margin: 0px -380px 0; /*IE reads this line because it ignores the !important--handy trick when messing with differences in IE and other browsers*/
	left: 50%;
	/*end centering code*/
	
	background-color: #fff;
	border: 2px solid black;

    
}

/****styles for the course table *****/
/*	this is above everything else because of the general styles
	the lower things are in the document, the higher in the CSS hierarchy 
	they are.*/
.course_table1{
		margin-left: 2px; 
		margin-top:10px;
		margin-bottom: 10px;
}

ul{
    padding:0;
  	margin:0;
}

li {
    list-style-type:none;
    padding-left:5px;
    padding-right:8px;
    margin:1px;
}


tr{ 
	border:0px;
}

td{
	border:0px;
}

.T_header {
    color: white;
    background-color: #535353;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    ol list-style-type:none;
}
 
.T_odd{
   	vertical-align: top;
    color: black;
    background-color: #e2e2e2;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	ol list-style-type:none;
}

.T_even{
    vertical-align: top;
    color: black;
    background-color: #fff;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	ol list-style-type:none;
}
/******************************************END course table styles********************/

/*******************************************GENERAL PAGE STYLES: on every page***********************************/

/*****Header************************/
#header { /*the div that holds everything above the large photo. everything within the "Header" section is in this box*/
	position: relative;
	width: 760px;
	height: 90px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 3px;
	z-index: 10; 
}

#line { /*the white line above the large photo*/
	position: absolute;
	top: 95px;
	z-index: 90; 
}

#logo { /*the CMS logo*/
	position: absolute;
	top: 10px;
	left: 10px;
	border-style: none;
}
#tet_logo { /*the TET logo*/
	position: absolute;
	top: 5px;
	right: 425px;
	border-style: none;
}
#chatbox { /*the div that holds the PHP Live chat icon*/
	position: absolute;
	right: 195px;
	top: 45px;
}

#chatpic { /*the PHP Live chat icon*/
	border-style: none;
}

#rit_cast { /*the div that holds the RIT logo, paw, and CAST logo*/
	position: absolute;
	right: 10px;
	top: 12px;
}

#utilities { /*the small links below the search box and above the photo*/
	position: absolute;
	right: 10px;
	top: 73px;
}

#searchbox { /*the div that contains the form that runs the search*/
	position: absolute;
	right: -10px;
	top: 45px;
	width: 200px;
	height: 15px;
}

#searchbut { /*the "search" button*/
	position: absolute; 
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #fff;
	background-color: #4e6781;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

#searchin { /*the search text field--short for "search input"*/
	position: absolute;
	left: 20px;
	top: 0px;
	height: 13px;
	width: 105px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}


/*****Photo: the large photo under the header**********/
#photo {
	position: relative;
	width: 760px;
	height: 100px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	z-index: 20;
}

/***************Mainbody and Maintable*****************/
#mainbody { /*the div that contains the section of the page beneath the photo that holds the navigation and content*/
	position: relative;
    margin-top: 10px;
    padding-bottom: 5px; /*leaves room at the bottom of the page after the red "dot" */
}

table.maintable { 
	/*the table within "mainbody" that is used to position the navigation, 
	main content, and right side boxes on the index page. It only has one row.*/
	position: relative;
	left: 5px;
}

#navcell { /*the table cell that holds the navigation*/
	width: 165px;
}

#spacer { /*a table cell used to increase the space between the navigation and the red dividing line*/
	width: 3px;
}

#redline { /*the table cell that contains the red line dividing navigation and content*/
	width: 1px;
}

/*****Navigation******************/

.Hhack { /* This a hack to set the navigation line height in IE */
	height: 25px;
	width: 1px;
}

#Hhack1 {	/* This a hack to set the navigation line height in IE */
	height: 500px;
	width: 1px;
}

dl.menu { /*the class that is applied to all parts of the navigation list*/
	display: none;
	padding: 0 0 0 10px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-weight: bold;
	font-size: 8pt;
	line-height: 12pt;
}

/*********Content styles: these styles are for the main content part of the pages*******/
#text { /*holds all the text content on every page except for index.html*/
	margin-left: 10px;
	margin-top: -4px; /*moves the div up a few pixels to align with the top of the red line*/
	width: 548px;
	padding-bottom: 15px; /*extra space at the bottom so the text area will end at the top of the dot*/
}
#text_tet { /*holds the text on the cable college page only*/
	margin-left: 10px;
	margin-top: -4px; /*moves the div up a few pixels to align with the top of the red line*/
	width: 548px;
	padding-bottom: 15px; /*extra space at the bottom so the text area will end at the top of the dot*/
}
#title {/*the page title*/
	font-weight: bold;
	font-size: 12pt;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

.pagein{ /*the sub-section that you are currently in. this makes it red*/
	color: #535353;
}

#sub_text { /*the text underneath the "title"*/
	width: 520px;
	margin-top: 8px;
}

#sub_texttet { /*the text underneath the "title" - only on the cable college pages*/
	width: 520px;
	margin-top: 8px;
}

.sub_title { /*all sub titles underneath the main "title"*/
	font-weight: bold; 
	font-size: 10pt; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	width: 520px;
	
}

.sub_titletet { /*all sub titles underneath the main "title" - only on the cable college pages*/
	font-weight: bold; 
	font-size: 10pt; 
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	width: 520px;
}

.stitle_links { /*the divs that hold the links next to the sub titles*/
	position: absolute; 
	right: 45px;
}


/********Bottom of the page*******/

/*****Dot**********/
#dot { /*the blue circle at the bottom of the red line dividing the navigation from the content*/
	position: relative;
    margin-top: 3px;
    margin-left: 182px;
}

/*****Footer***************************************/
#footer { /*the footer beneath the "page" div that contains copyright information*/
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
    margin-top: 1em;
    text-align: center;
    font-size: 8pt;
	height:25px;
}

/***************************************END GENERAL PAGE STYLES**************************************************/



/*****************************************Specific page styles***************************************************/

/*************index page right side**************/

/***CMS Hours***/
#cmshours{ /*the div that holds the CMS hours*/
	position: relative;
	left: 10px;
	width: 185px;
	z-index: 110;
	border-style: solid;
	border-width: 2px;
	border-color: #535353;
}

/***News & Events***/
#news { /*the div that holds the list of announcements on the main page. It will expand vertically to accomodate as many as needed.*/
	position: relative;
	left: 10px;
	width: 185px;
	z-index: 110;
	border-style: solid;
	border-width: 2px;
	border-color: #535353;
}

ul.newslist { /*the list within the "news" div*/
	list-style-image: url( 'images/circleblue.gif' );
	list-style-position: outside;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 22px;
}

li.newsitem { /*the list items within the news list*/
	list-style-image: url( 'images/circleblue.gif' );
}

/***Featured Student***/
#feature { /*the div that holds the featured student information*/
	position: relative;
	left: 10px;
	width: 185px; /*note the width. to fit properly, the student's picture should not be bigger than 170px*/
	z-index: 110;
	border-style: solid;
	border-width: 2px;
	border-color: #535353;
}

#featured_student { /*the picture of the featured student.*/
	position: relative;
	border-style: solid;
	border-width: 2px;
	border-color: #535353;
	/*WIDTH MUST NOT EXCEED 170PX!*/
} 


/****studentwork/studentwork.html (student work gallery styles)**************/
#student_feature { /*the div that holds the text and the gallery thumbnails*/
	position: relative;
	top: 20px;
}

#student_text { /*the div that holds the text*/
	width: 350px;
}

#gallery { /*the div that holds the images of the student's work*/
	padding-top: 50px;
	padding-bottom: 5px;
}

#gallery_pic { /*style applied to all thumbnails--this is used in CMS photo gallery and News and Events as well*/
	border-style: solid;
	border-color: #535353;
	border-width: 2px;
}

#biodiv { /*the div that holds the student's picture, name, and information*/
	position: absolute;
	top: 70px;
	right: 15px;
	width: 175px;
}

#student_pic { /*the student's photo*/
	border-width: 2px;
	border-color: #535353;
	border-style: solid;
}

#previous { /*the list of links to previous featured students*/
	disply: block;
	margin-top: 30px;
}

/*************CMS photo gallery styles**************/
.cms_sub_pics { /*the class applied to divs in each section that that hold all the thumbnails*/
	margin-top: 5px;
	width: 520px;
}

.gallery_pic { /*the same style used in the student work gallery, put here for clarification*/
	border-style: solid;
	border-color: #535353;
	border-width: 2px;
}

/*************alumni society*****************/
#letter { /*the div that holds Al Lopa's letter to the students*/
	width: 300px;
	border-style: solid;
	border-color: #535353;
	border-width: 1px;
	padding: 10px;
	height:430px;
}

/*************glossary styles**************/
.gloss_header { /*the header of the table that holds the glossary*/
    color: white;
    background-color: #535353;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
 
.gloss_odd { /*the class applied to the odd rows of the glossary*/
   	vertical-align: top;
    color: black;
    background-color: #e2e2e2;
    font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

.gloss_even {  /*the class applied to the even rows of the glossary*/
    vertical-align: top;
    color: black;
    background-color: #fff;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

/********grad/gradcourse_table.html (grad course table)*************************/
#gradcourse_table { /*this table is included in gradcourses.html*/
	background-color: black; 
	border: 1px;
	width: 548px; 
}

/*****************************************************************************END Specific Page Styles******************/



/*****Link Styles****************************************/
a:link {
	text-decoration: underline;
	font-weight: bold;
	font-size: inherit;
	color: #4e6781;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	font-size: inherit;
	color: #4e6781;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color: black;
}


/****specialized link styles****/

/*utilities at the top of the page, beneath the search box*/
.utillink:link, .utillink:visited { 
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: #000;
}

.utillink:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
	color: #000;
}

/*main navigation*/
.navlink:link, .navlink:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #4e6781;
}

.navlink:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: black;
}

.navsublink:link, .navsublink:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: #4e6781;
}

.navsublink:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

/*current_students/courselisting.html links in the table*/
.ctablelink:link, .ctablelink:visited { 
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	color: #4e6781;
}

.ctablelink:hover {
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	color: black;
}

.clink:link, .clink:visited {
	font-weight: bold; 
	text-decoration: none;
	font-size: 10pt;
	color: black;
	width: 530px;
	line-height: 20pt;
}

.clink:hover {
	font-weight: bold; 
	text-decoration: none;
	font-size: 10pt;
	color: black;
	width: 530px;
	line-height: 20pt;
}

/*links in the sub titles of pages*/
.stitle_link:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: #4e6781;
}

.stitle_link:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: #4e6781;
}

.stitle_link:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

/*used specifically for utilities/ritresources.html so the links to specific RIT pages could be manipulated with the print style sheet*/
.stitle_link_url:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: #4e6781;
}

.stitle_link_url:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: #4e6781;
}

.stitle_link_url:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

/*links in lists throughout the site*/
.list_link:link, .list_link:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #4e6781;
}

.list_link:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: black;
}

/***END***********************************************/
