body{
      margin-top:10px;
      background-color:#195b9b;
}  
      
/*  don't know what this is for.  cannot find it on masteradmissions.master so it is not on a subpage master. */
/* 
.rblSearch {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: normal;
      color : white;
 }
 */    
 
 
/* THIS IS COMMENTED OUT RIGHT NOW
IT IS BEING DONE WITH THE IRSCSEARCHSUBPAGE CLASS AT BOTTOM OF PAGE */
/*
.tdSearch
     {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: normal;
      color : white;
     }  
*/


     
     /*   leftnavlinks color was 4f96db  */
/*
.LeftNavLinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4683be;  
	font-weight: normal;
	text-decoration: none;
}
.LeftNavLinks:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2264a4;
	font-weight: normal;
	text-decoration: none;
}
/*



/* contentlinks was 4f96db */

/*   
.ContentLinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4683be;  
	font-weight: normal;
	text-decoration: none;
}
.ContentLinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2264a4;
	font-weight: normal;
	text-decoration: underline;
}
*/

/*
.LeftTableOrangeLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aa5e21;
}
*/



/*
.OrangeLinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cf6108;
	font-weight: normal;
	text-decoration: none;
}
.OrangeLinks:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eb9957;
	font-weight: normal;
	text-decoration: none;
}
*/


/* mainnavlinks are the main link buttons on page in silver colored background the
mouseover for the buttons is a blue line (hover border-bottom 3px-see below) */	

.MainNavLinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #004990;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
}
.MainNavLinks:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #407db8;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    height: 22px;
    border-bottom-style: solid;
    border-bottom-color: #4f96db;
    line-height: 25px;
    border-bottom-width: 3px;
}


/* footernavlinks are the links for the footer area */

.FooterNavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004990;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.FooterNavLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #407db8;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


/* this is the footer content smaller text and white text */

.SmallBlueContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;   
	font-weight: normal;
	text-decoration: none;
}

/* we are not using a hover on the text line */
/*
.SmallBlueContent:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;   
	text-decoration: underline;
	font-weight: normal;
}
*/



.SmallBlueContentLinks  {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                color: #ffffff;
                text-decoration: none;
                font-weight: normal;
}
.SmallBlueContentLinks:hover {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                color: #ffffff;
              	text-decoration: underline;
                font-weight: normal;
}




.SmallBlueOpenBelow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cf6108;
	font-weight: bold;
}






/*.SmallGrayLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
.SmallGrayLink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}
*/



.BreadcrumbLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004990;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
		
}
.BreadcrumbLink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cf6108;  /* 4683be=lite blue    was 4f96db */
	font-weight: normal;
	font-style: italic;
	text-decoration: none; 
	
}



/* was used for the breadcrumb area..it was changed to use the BreadcrumbLink style above */
/*.SmallGrayContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

/* graycontent is the header link inside of the right column spot 1, spot2 table cells we 
are not using them now.  */

/*
.GrayContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

.GrayContentLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666667;
	font-weight: normal;
	text-decoration: none; 
}
.GrayContentLink a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4683be;   
	font-weight: normal;
	text-decoration: underline;
} 
*/


 
/*
/*added 3-16 the graycontent link code to make the highlights area on the news and events page work */


.TopMainBG {
	background-image: url(/images/irsc_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
	width: 958px;
}
.MiddleMainBG {
	background-image: url(/images/irsc_bg_mid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 958px;
}
.BottomMainBG {
	background-image: url(/images/irsc_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 9px;
	width: 958px;
}
.TopNavBackGround {
	background-image: url(/images/IRSC_MainTopNav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 0px;
	list-style-image: url(/images/IRSC_bullet_orange.png);
	margin-top: 0px;
	margin-bottom: 0px;
}
.NavBulletImage {
	background-image: url(/images/IRSC_bullet_orange.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 6px;
}

.SecHeaderBackGround {
	background-image: url(/images/irsc_topheaderbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 115px;
}

.SecFoundationHeaderBackGround {
	background-image: url(/images/irsc_found_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 115px;
}


.SecLifeLongLearningHeaderBackGround {
	background-image: url(/images/irsc_life_learning_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 115px;
}

/* this originally used IRSC_MainNav2.jpg done by Imran, also found on the irscmainpage.css
I changed that out to the bluegraybar image too. 
 I made the middle part of the bar a bit whiter and renamed it to 
IRSC_MainNav2_whitebar.jpg */
.MainNavBackGround {
	background-image: url(/images/IRSC_MainNav2_bluegraybar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}


.BottomNavBackGround {
	background-image: url(/images/IRSC_MainTopNav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 5px;
}


/*
.HighlightModuleBG {
	background-image: url(/images/IRSC_HighLiteBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 352px;
	width: 292px;
}
*/


/*
.BachModuleBG {
	background-image: url(/images/IRSC_Bach_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 65px;
	width: 292px;
}
/*

/*
.FactsModuleBG {
	background-image: url(/images/FACTS_Main_HL.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 65px;
	width: 292px;
}
*/


/*
.MyIRSCModuleBG {
	background-image: url(/images/My_IRSC_HL_BG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 65px;
	width: 292px;
}
/*

/*
.ProspModuleBG {
	background-image: url(/images/ProspectiveBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 65px;
	width: 292px;
}
*/



/*
.h4BlueHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00387b;
	font-size: 14px;
	background-position: center top;
	line-height: 14px;
}
*/



/*
.BlueHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00387b;
	font-size: 15px;
	background-position: center top;
}
*/



/*
.BlueHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00387b;
	font-size: 23px;
	background-position: center;
	line-height: 23px;
}
*/


/*
.DarkBlueHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7583af;
	font-size: 17px;
	background-position: center top;
}
/*

/*
.BlueHeadingUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004990;
	font-size: 16px;
	background-position: left center;
	line-height: 25px;
	text-indent: 0px;
	text-align: left;
}
*/


/* this is the style for the title of the page on the newsandevents.master file, also
the masterjustforadjuncts.master file   */
.NewsandEventsHeaderTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #004990;
	font-size: 15px;
	background-position: left center;
	line-height: 18px;
	text-indent: 0px;
	text-align: left;
}




.EmployeePositionHeaderTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #004990;
	font-size: 16px;
	background-position: left center;
	line-height: 25px;
	text-indent: 0px;
	text-align: left;
}

.EmployeePositionDeptHeaderTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cf6108;
	font-size: 14px;
	background-position: left center;
	line-height: 25px;
	text-indent: 0px;
	text-align: left;
}




.YellowVerLine {
	color: #dfaa1d;
}



/*
.GoldBoldContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffc526;
	}
*/





/* we don't use this quicklinks box right now */
/*
.IrscQlinksBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004990;
	background-color: #fef3da;
	height: 18px;
	width: 188px;
	border-top-color: #004990;
	border-right-color: #004990;
	border-bottom-color: #004990;
	border-left-color: #004990;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

*/




/* this is the entire search box includes: text and search box border  */

.IrscSearchBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004990;
	background-color: #ffffff;
	height: 18px;
	width: 160px;   /* WAS 180 NOW 160 this is the width of the white search box */
	border-top-color: #004990;
	border-right-color: #004990;
	border-bottom-color: #004990;
	border-left-color: #004990;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px; 
	padding-left:8px;    /* was 5 now 8 keeps the text inside of the search box away from the left border */
}


	/* goldlinks is the "GO" button mouseover effect on the search input box area, includes the GO text */
/*.GoldLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004990;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #ffc526;    
	height: 20px;
	width: 25px;
	display: block;
	background-position: center;
	text-align: center;
}  */

/*
.GoldLinks:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004990;
	font-weight: bold;
	text-decoration: none;
	background-color: #fde29a;  
	height: 20px;
	width: 25px;
	display: block;
	background-position: center;
	text-align: center;
}
*/

/* this is used for the highlights boxes in right column we are not
using at this time    color  was 666667  */

/*
.GrayContentLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;  
	background-position: top;
	text-align: left;
	text-decoration: none;
} */


/*

.GrayContentLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	background-position: top;
	text-align: left;
	text-decoration: underline;
}
*/




/*
.ListLinksGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #464646;  
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
	line-height: 14px;
}
*/

/*

.ListLinksGray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	list-style-type: none;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
}
*/

/*
.ListBulletBackground {
	background-image: url(/images/blue_bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
}
*/



.BlueDottedLine {
	background-image: url(/images/blue_dots.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 1px;
}



 
.BlueDottedLineRightSide {
	background-image: url(/images/blue_dots.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 1px;
	line-height: 0px;
}




.TableGrayLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 25px;
}



.TableGrayRightLine {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}



	/* used in the news and events area on HR, adjunct faculty, news and events page but regular
	contentview.css styles will work here, no need for this style at this time */
	
	/*
  .SubPageContentLinkNews {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: normal;
      color: #666667; 
      background-position: top;
      text-align: left;
      text-decoration: none;
      line-height: 20px;
}  
*/


	
	
	/*   color was was 4f96db     was used for the style for the news and events page in foundation and probably the news and events area for the home page stories but it doesn't affect the "content" of the page since this is on the subpage.css style sheet...this style probably needs to come off
	
.ContentLinkNews a{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: normal;
      color: #4683be;    
      background-position: top;
      text-align: left;
      text-decoration: none;
      line-height: 20px;
}
*/

       /*text-decoration: underline;*/ /* if the department wants to have underlined links, please remove the comment */
/*
.ContentLinkNews a:hover {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: normal;
      color: #cf6108;
      background-position: top;
      text-align: left;
        line-height: 20px;
}

*/







 
/*
.GoldLinksSubPage a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004990;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffc526;   
	height: 22px; 
	width: 30px; 
	background-position: center;
	text-align: center;
	}
*/

/*		

.GoldLinksSubPage a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004990;
	font-weight: bold;
	text-decoration: none;
	background-color: #fde29a;
  	height: 22px; 
   width: 30px; 
	background-position: center;
	text-align: center;
	}
	
*/

	
	
/* added the mainpagepeoplesearchlink here on 3/19/2010   */


.MainPagePeopleSearchLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffc425;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
    line-height: 25px;
    display: block;
    }
.MainPagePeopleSearchLink:hover     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-transform: none;
    display: block;
   text-decoration: underline;
    line-height: 25px;
   }

/* foundation link */
 .stylephotolinks {
    background-image: url(/images/banner2footerBg.gif);
    background-repeat: no-repeat;
    background-position: right top;
    height: 5px;    
    width: 180px;
}

/* foundation link for the make a gift content piece, right side */

.stylemakeagift {
    background-image: url(/images/banner2footerBg.gif);
    background-repeat: no-repeat;
    background-position: right top;
    height: 5px;    
    width: 180px;
}    


.style3 {
   border-bottom: 1px dotted #CCCCCC;
   line-height: 25px;
   height: 71px;
}

.style4  {
     border-bottom-width: 1px;
     border-bottom-style: dotted;
     border-bottom-color: #CCCCCC;
     line-height: 25px;
}
        
        