/* Generic styling, for unclassed elements */
body		{	background-color : #dfe3e9 ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 11px ; }

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 : 15px ; 
			font-weight : bold ;
			color : #3888bb ;}

h2		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 14px ; }

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 ;
			font-size : 11px ; }

input, select, textarea { 
    			font-family : Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #000000 ; }


/* 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 ;  }


.HomeTitle		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 15px ;
				font-weight : bold ;
				color : #3888bb ;  }

/* Styles for Buttom */
input.btn          {    font-size : 11px ;
			background-color : #f3da6f ;
			color : #333333 ;
			font-weight : bold ;
			border-color : #999999 ;
			text-align : center ;}

			
/* BG Images */
.HeaderHomeTop		{	background-image : url(/files/1_2_1/images/BG_head_repeat1.jpg) ;
				background-repeat : repeat-x ; }

.HeaderHomeMiddle		{	background-image : url(/files/1_2_1/images/BG_head_repeat2.jpg) ;
					background-repeat : repeat-x ; }

.HeaderHomeBottom		{	background-image : url(/files/1_2_1/images/BG_head_repeat3.jpg) ;
					background-repeat : repeat-x ; }

.HeaderInternalTop		{	background-image : url(/files/1_2_1/images/BG_internal_repeat.jpg) ;
					background-repeat : repeat-x ; }

#HeaderHomeTop		{	background-image : url(/files/1_2_1/images/home_header1.jpg) ;
				background-repeat : no-repeat ; }
					




/* 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 ; }



/* Main navbar styling, unselected */
.PriNav		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #ffffff ; }



/* Prinavigation - 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 ;
			font-size : 10px ;
			color : #ffffff ;
			background-color : #f3da6f ;}



/* Sub-navigation - unselected; you can use this in the container holding the subnavigation */
.SubNav 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			background-color : #3888bb ;
			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 : #999999 ;
			color : #ffffff;
			font-size : 10px ; }

.FooterBlack		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
				font-size : 10px ;
				color : #000000 ;  }


/* 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 : #3888bb ; }

a:visited	{	text-decoration : underline ;
			color : #3888bb ; }

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 ;
				color : #000000 ; }


/* Main navigation styles, class your <a> as "PriNav" */
a.PriNav:link	{	text-decoration : none ;
			color : #ffffff  ; }

a.PriNav:visited {	text-decoration : none ;
			color : #ffffff  ; }

a.PriNav:hover	{	text-decoration : none ;
			color : #333333  ; }


a.PriNavSel:link {	text-decoration : none ;
			color : #333333 ; }

a.PriNavSel:visited {	text-decoration : none ;
			color : #333333 ; }

a.PriNavSel:hover	{	text-decoration : none ;
			color : #333333 ; }


.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 : #3888bb ; }

.FooterBlack a:visited {	text-decoration : none ;
			color : #3888bb ; }

.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 ; }
-decoration : underline ; }