/* Generic styling, for unclassed elements */
body		{	background-color : #E6E8F3 ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			margin : -10px ; 
			background-image : url(/files/1_2_1/images/ncca_logo.gif) ; 
			background-repeat:no-repeat; }

b, strong	{	font-weight : bold ; }

cite		{	font-style : normal ; }

i, em		{	font-style : italic ; }

u		{	text-decoration : underline ; }

hr		{	color : #000000 ;
			height : 1px ; 
			margin-left : 5px ;
			margin-right : 5px ; }

h1		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 18px ; 
			color : #4B5EAA}

h2		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 15px ; }

h3		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ; }

h4		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

h5		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

h6		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

code		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

pre		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

td		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ; }

p		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ; }

sup		{	font-size : 75% ; }

input, select, textarea { 
    			font-family : Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #000000 ; }

#NccaLogo	{	background-image : url(files/1_2_1/images/logo_large.gif) ; 
			background-repeat:no-repeat; }



/* For application errors */
.error          {       color : #ff0000 ; }


/* Generic style for content cells -- class your main content cell as "Content" */
td.Content	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ; }


/* Styles for footer, place class in container */
.Footer		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #ffffff ;  }

td.Footer a		{	text-decoration : none ;
			color : #ffffff ; }

.FooterBlack		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #000000 ;  }


/* Sidebar copy used in pull quotes -- if you have alert boxes, pullquotes, sidebars, etc., base it on this style, class as "SideBar" */
.SideBar	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			background-color : #dfdfdf ;
			border: 1px solid #999999 ;
			color : #000000 ; }

.Caption	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #000000 ; }


/* All data tables are affected by this, but you must class the <table> tag */
table.data	{	border-top : 1px solid #000000 ;
			border-left : 1px solid #000000 ;
			font-size : 11px ;
			border-collapse : collapse ; }

table.data td	{	border-right : 1px solid #000000 ;
			border-bottom : 1px solid #000000 ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 11px ; }

table.data th	{	border-right : 1px solid #000000 ;
			border-bottom : 1px solid #000000 ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			font-weight : bold ; }


/* Sub-navigation - unselected; you can use this in the container holding the subnavigation */
.SubNav 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			background-color : #4B5EAA ;
			color : #ffffff ;
			font-size : 10px ; }

/* Sub-navigation - selected; this means you're on that page, so this one highlights it in some way */
.SubNavSel 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			background-color : #B0BBE5 ;
			color : #4B5EAA;
			font-size : 10px ; }


/* Main navbar styling, unselected */
.PriNav		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #4B5EAA ; }

/* Sub-navigation - selected; this means you're on that page, so this one highlights it in some way */
.PriNavSel	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			background-color : #B0BBE5 ;
			font-size : 11px ;
			color : #4B5EAA ;  }


/* Calendar styling */
table.Calendar	{	border-collapse: collapse ;
			border : 1px solid #3366cc ; }

td.month	{	font-family: verdana, arial, sans-serif ;
			font-size: 12px ;
			font-weight: bold ;
			color : #ffffff ;
			background-color: #3366cc ; }

th.week		{	font-family: verdana, arial, sans-serif ;
			font-size: 10px ;
			color : #ffffff ;
			border-bottom : 1px solid #000099 ;
			border-right : 1px solid #7da1ec ;
			background-color: #000099 ; }

td.Day		{	font-family: verdana, arial, sans-serif ;
			font-size: 10px ;
			background-color: #ffffff ;
			border : 1px solid #7da1ec ; }

td.SelectedDay	{	font-family: verdana, arial, sans-serif ;
			font-size: 10px ;
			border-width: 1px ;
			background-color : #7da1ec ;
			border : 1px solid #7da1ec ;
			color : #ffffff ; }

a.SelDay	{	background-color : #7da1ec ;
			display : block ;
			color : #ffffff ;
			text-decoration : none ; }



/* #### All link styles */


/* Default link style for all unclassed links */
a:link		{	text-decoration : underline ;
			color : #0A269C ; }

a:visited	{	text-decoration : underline ;
			color : #0A269C ; }

a:hover		{	text-decoration : underline ;
			color : #000000 ; }


/* Sub-navigation styles, class your <a> as "SubNav" */
p.SubNav a:link	{	text-decoration : none ;
			color : #ffffff ; }

p.SubNav a:visited {	text-decoration : none ;
			color : #ffffff ; }

p.SubNav a:hover	{	text-decoration : none ;
			background-color : #8CAFF2 ;
			color : #ffffff ; }


/* Main navigation styles, class your <a> as "PriNav" */
a.PriNav:link	{	text-decoration : none ;
			color : #4B5EAA  ; }

a.PriNav:visited {	text-decoration : none ;
			color : #4B5EAA  ; }

a.PriNav:hover	{	text-decoration : none ;
			background-color : #4B5EAA ;
			color : #ffffff  ; }


a.PriNavSel:link {	text-decoration : none ;
			color : #4B5EAA ; }

a.PriNavSel:visited {	text-decoration : none ;
			color : #4B5EAA ; }

a.PriNavSel:hover	{	text-decoration : none ;
			color : #4B5EAA ; }


.Footer a:link	{	text-decoration : none ;
			color : #ffffff ; }

.Footer a:visited {	text-decoration : none ;
			color : #ffffff ; }

.Footer a:hover	{	text-decoration : none ;
			color : #B0BBE5 ; }

.FooterBlack a:link	{	text-decoration : none ;
			color : #4B5EAA ; }

.FooterBlack a:visited {	text-decoration : none ;
			color : #4B5EAA ; }

.FooterBlack a:hover	{	text-decoration : none ;
			color : #000000 ; }


/* Calendar styling */
a.SelDay:link	{	color : #ffffff ;
			text-decoration : none ; }

a.SelDay:visited
		{	color : #ffffff ;
			text-decoration : none ; }

a.SelDay:hover	{	color : #ffff99;
			background-color : #999999 ;
			text-decoration : underline ; }

