/* START: classes for template layout in CSS. Modified 01/04/10 by C.L. */
.masterWidth {
	width: 751px;
}
.center {
	margin-left: auto ;
	margin-right: auto ;
}
.bgColorDarkGray {
	background-color:#525252;
}
.bgColorWhite {
	background-color:#FFF;
}
.bgColorPurple {
	background-color:#7550A0;
}
.masterBorder {
	border:#525252 solid 7px;
}
#topSearchNav {
	padding:7px;
}
#googleSearch {
	width:70%;
}
#quicklinks {
	width:30%;
}
.floatLeft {
	float:left;
}
.clearLeft {
	clear:left;
}
#masterContentDIV {
	clear:left;
}
#cunyIsLogo {
	text-align:right;
	padding-top:30px;
	padding-bottom:25px;
}
#footerLeftColumn {
	width:50%;
}
#footerRightColumn {
	width:50%;
}
#gblFooter {
	border-top:7px #525252 solid;
}
#footerTop {
	padding:25px;
}
#logo {
	
}
#breadCrumbs {
	text-align:right;
	height:40px;
}
/* END: classes for template layout in CSS. Modified 01/04/10 by C.L. */


a:link {
	color: #720F6B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #720F6B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #720F6B;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	color: #720F6B;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ccnyProfileNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}
.ccnyProfileNav a:link {
	color: #999999;
	text-decoration: none;
	font-size: 9.5px;
}
.ccnyProfileNav a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 9.5px;
}
.ccnyProfileNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9.5px;
}
.ccnyProfileNav a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9.5px;
}
.ccnyBreadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #000000; 
	text-indent: 10px;	
}
.ccnyBreadCrumb a:link {
	color: #E8E8E8;
	text-decoration: none;
	font-size: 10.5px;
}
.ccnyBreadCrumb a:visited {
	color: #E8E8E8;
	text-decoration: none;
	font-size: 10.5px;
}
.ccnyBreadCrumb a:hover {
	color: #E8E8E8;
	text-decoration: underline;
	font-size: 10.5px;
}
.ccnyBreadCrumb a:active {
	color: #E8E8E8;
	text-decoration: underline;
	font-size: 10.5px;
}

.ccnyFootertop
{
	background-color:#7550a0;
}

.ccnyFooterbottom
{
	background-color:#7550a0;
	background-image: url(/images/bottom_0001_purple_2.jpg);
	background-position:left top; /*Added 01/04/10 by C.L. during conversion to CSS base template */
	background-repeat: repeat-x;
	background-position: center top;
	height:50px;
	padding-left:25px;
}

.ccnyFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #FFFFFF;
}
.ccnyFooter a:link {
	color: #FFCCFF;
	text-decoration: none;
	font-size: 10.5px;
}
.ccnyFooter a:visited {
	color: #FFCCFF;
	text-decoration: none;
	font-size: 10.5px;
}
.ccnyFooter a:hover {
	color: #FFCCFF;
	text-decoration: underline;
	font-size: 10.5px;
}
.ccnyFooter a:active {
	color: #FFCCFF;
	text-decoration: underline;
	font-size: 10.5px;
}
.ccnyFooterAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #FFFFFF;
}
.ccnyBorderTopBottom {
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
}
.ccnyBorderAllSides {
	border: 2px solid #FFFFFF;
}
.ccnyPullQuoteHeadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}
.ccnyCreditLine {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
}
.ccnyPullQuoteHeadlineLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 24px;
	color: #333333;
	vertical-align: bottom;
}
.ccnyBorderRightDotted {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.ccnyBorderLeftDotted {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
.ccnyBodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-align: left;
}
.ccnyBodyCopy a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #660099;
	text-align: left;
	text-decoration: none;
}
.ccnyBodyCopy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #660099;
	text-align: left;
	text-decoration: none;
}
.ccnyBodyCopy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #660099;
	text-align: left;
	text-decoration: underline;
}
.ccnyBodyCopy a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #660099;
	text-align: left;
	text-decoration: underline;
}
.ccnyBodyCopyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}
.ccnyBodyCopySubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 25px;
}
.ccnyLocalNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 21px;
	font-weight: bold;
	color: #720F6B;
}
.ccnyLocalNav a:link {
	color: #720F6B;
	text-decoration: none;
}
.ccnyLocalNav a:visited {
	color: #720F6B;
	text-decoration: none;
}
.ccnyLocalNav a:hover {
	color: #720F6B;
	text-decoration: underline;
}
.ccnyLocalNav a:active {
	color: #720F6B;
	text-decoration: underline;
}
.ccnyBodyCopyJustified {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-align: justify;
}
.ccnyPurpleHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #720F6B;
	line-height: 20px;
}
/*li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	color: #666666;
}
ul {
	margin-top: -10px;
	padding-top: -10px;
}*/
.ccnyBorderLeftWhiteDotted {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
}
.ccnyBorderBottomWhiteDotted {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
.ccnyBorderRightWhiteSolid {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.ccnyBorderLeftTopBottom {
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

/* Global Navigation Styles*/ 
.ccnyGlobalNavPosition {
	margin-top: 0px;
}

.ccnyMainNav {
	background-color:#654489;
	background-image:url(/images/top_row1_purple.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:"Times New Roman",Times,sans-serif;
	font-size:16px;
	font-weight:normal;
	padding-left:5px;
	padding-top:13px;
	height:27px;
}

.ccnyMainNav a:link{
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight:normal;

}

.ccnyMainNav a:visited{
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight:normal;

}

.ccnyMainNav a:hover{
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 16px;
	color: #c2b2d6;
	text-decoration:none;
	font-weight:normal;
}

.ccnyMainNav a:active{
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight:normal;
}

.ccnyGlobalNav {
	border: none;
	padding-top: 2px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-image: url(/images/top_row2_purple.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #74509f;
}
a.ccnyGlobalNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 4px;
	vertical-align: middle;
	border-spacing: 0px;
	white-space: nowrap;
	border: none;
}
.ccnyGlobalNav a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px none;
	color: #FFFFFF;
}
.ccnyGlobalNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ccnyGlobalNav a:hover {
	color: #CC99CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.ccnyGlobalNav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Local Link Bar Definition; Maybe overridden by subsite stylesheet */
.localNavSpacer {
	height:10px;
}
.localNav_1 {
	list-style-type: circle;
	list-style-position: inside;
}
.localNav_1_noLink {
	list-style-type: circle;
	list-style-position: inside;
}
.localNav_2 {
	padding-left:10px;
	font-style:italic;
	list-style-type:none;
}
.localNav_2_noLink {
	padding-left:10px;
	font-style:italic;
	list-style-type:none;
}
.localNav_3 {
	padding-left:20px;
	list-style-type: disc;
	list-style-position: inside;	
}
.localNav_3_noLink {
	padding-left:20px;
	list-style-type: disc;
	list-style-position: inside;
}




/* END Global Navigation Styles */

.ccnyHideMilonicLink a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 7px;
}
.ccnyHideMilonicLink a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 7px;
}
.ccnyHideMilonicLink a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 7px;
}
.ccnyHideMilonicLink a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 7px;
}
.ccnyDisplayTemplateTableReturn {
	display: block;
	text-align: left;
	vertical-align: top;
	width: 717px;
}
.ccnyRowColor1 {
	background-color: #F8F8F8;
}
.ccnyRowColor2 {
	background-color: #EBEBEB;
}
.ccnyDataSheetHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
}
.ccnyDataSheetHeader a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.ccnyDataSheetHeader a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.ccnyDataSheetHeader a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.ccnyDataSheetHeader a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.containerSpacer {
	height:30px;
	border: 1px dotted #99CC33;
}

/* Styles for Academic Calendar */
.calendarMonthHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #333333;
}
.calendarNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
	color: #CCCCCC;
}
.calendarHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
}
.caldendarRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding: 3px;
}
.dashedTopLine {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}
/* Styles for Top-level Pointer pages */
.dottedTextBox-White {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #666666;
	background-color:#ffffff;	
}
.dottedTextBox-Gray {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #666666;
	background-color:#f2f2f2;	
}

/* Rich Text Styles */
.Headline {
	font-size: 24px;
	font-weight:normal;
	font-family: Baskerville, Garamond, "Times New Roman", serif;
	color: #333333;
	line-height:36px;
}

.Sub-Headline {
	font-size: 16px;
	font-weight:normal;
	font-family: Baskerville, Garamond, "Times New Roman", serif;
	color: #666666;
	
}

/* Adjust CommonSpot default table content rendering */
.CS_Layout_TD {
	text-align:left;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
.CS_LinkBar_HighlightedItem {
	color: #5E662F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Main Content Padding */
.content_padding { margin:5px; }

/* Nav Padding */
.nav_padding { padding-left:109px; }

/* Google Mini Search Top */
.searchbox {
	width:120px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Quick Links Top */

.quicklinksDropDown {
	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	

}

.quicklinksDropDownBox{
	
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.quicklinksDropDownItem {
	width:140px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.quicklinksCaption {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.bottomtitle
{
	font-family: Baskerville, Garamond, "Times New Roman", Times, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;	
}
