/* Casey MBA colors:
	#dc143c (crimson) - Red (eg, the word 'Casey' in the main title)
	#0167c8 - Darker blue (eg, horizontal blue line below the header)
	#ff3399 - Pink (eg, the word 'District' in the main title)
	#00cc00 - Green (eg, the word 'Multiple' in the main title)
	#ff9900 - Orange (eg, the word 'Association' in the main title)
	#7fb2e5 - Lighter blue (eg, side menu)
	#ffffcc - Light peach or cream (eg, the header background)
*/
#footer {	/* horizontal footer line */
	COLOR: white;
}
#footer a
{
	color: white;
}
#footer a:hover
{
	text-decoration:none;
}

#header-horizontal-line {
	background-color: #0167c8;
}

#side-menu {
	background-color: #7fb2e5;
	width:158px;
}

BODY {
	MARGIN: 0px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	/*scrollbar-arrow-color:orange;
	scrollbar-base-color:#ffffcc;*/
}

p
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.heading {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #0167c8;
}
H1 {	/* Page title */
	COLOR: #dc143c; /* deep red */
	TEXT-ALIGN:left;
	font-size:large;
}
H2 {	/* Page subtitle */
	COLOR: #0167c8; /* blue */
	TEXT-ALIGN: left;
	font-size:medium;
}
H3		/* Second level subtitle */
{
	COLOR: #0167c8; /* blue */
	TEXT-ALIGN: left; 
	font-size: small;
}
H5 {	/* List headings*/
	TEXT-ALIGN: left; 
	font-size:small;
	padding-left:10px;	/* indented */
}
H6 /* table column headings (same as <th> and <thead>) */
{
	COLOR:white;
	font-weight:bold;
	BACKGROUND: #7fb2e5;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-align:left;
	font-size:small;
}
.defaultOption{
	color:#666666;
}

/* DEFINING TABLE STYLES */

/*default style for any table */
td	
{
	vertical-align:top;
}

TH
{
	text-align:left;
}

.dashed-border 
{
	border:dashed 1px gray;
	padding:2px 2px 2px 2px;
}

/* formatting for a table with borders, rows and headings */
.table-formatted
{
	border-color: #B0C4DE; /*LightSteelBlue*/
	border-style:solid;
	border-width:1px;
}
.table-formatted th
{
	COLOR:white;
	font-weight:bold;
	BACKGROUND: #7fb2e5;
	margin:2px 2px 2px 2px;
}
.table-formatted td
{
	vertical-align:top;
	
	border: 1px solid #B0C4DE; /*LightSteelBlue;*/
	margin:2px 2px 2px 2px;
}
/* end of table styles */

.ad
{
	font-family:Monotype Corsiva;
	border:solid 1px #0167c8;
	padding:3px 3px 3px 3px;
	margin:0px;
}




/* FILM STRIP styles */
.filmStip
{
	border: solid 1px #B0C4DE; /*LightSteelBlue;*/}

/* POPUP TOOL TIPS 
.toolTipLink
{
	color:Green;
	text-decoration: none;
	border-bottom: dotted 1pt Green;
	cursor:default;
}
.toolTip
{
	background: #ffffcc;
	font-Size:small;
	margin: 3,3,3,3;
	border: solid black 1px;

}*/



.lastUpdated
{
	margin:0px;
	padding:0px;
	border-top:dashed 1px silver;
	text-align:right;
	color:gray;
}

.right {
	TEXT-ALIGN: right
}
/* DEFINING BULLETS: */
.bullet1
{
	list-style-image: url("images/square-red.gif");
	list-style-type:square; /* in case the image is not available */
}
.bullet2
{
	list-style-image: url("images/square-blue.gif");
	list-style-type:square; /* in case the image is not available */
}
.bullet3
{
	list-style-image: url("images/square-pink.gif");
	list-style-type:square; /* in case the image is not available */
}
.bullet4
{
	list-style-image: url("images/square-green.gif");
	list-style-type:square; /* in case the image is not available */
}
.bullet5
{
	list-style-image: url("images/square-orange.gif");
	list-style-type:square; /* in case the image is not available */
}
.bullet6
{
	list-style-image: url("images/square-lightblue.gif");
	list-style-type:square; /* in case the image is not available */
}


/* DEFINING HYPERLINKS: */
/* Common hyperlinks are underlined, unless they are hovered over */
a
{
	color:blue
}
a:hover
{
	text-decoration:none;
}

A.sel {
	BACKGROUND: #ffffff; COLOR: #0167c8; TEXT-DECORATION: none
}
A.title {
	FONT-WEIGHT: bold; FONT-SIZE:large; BACKGROUND: #ffffff; COLOR: #0167c8; TEXT-DECORATION: none
}
A.sel:active {
	BACKGROUND: #ffffff; COLOR: #0167c8; TEXT-DECORATION: none
}
A.sel:link {
	BACKGROUND: #ffffff; COLOR: #0167c8; TEXT-DECORATION: none
}
A.sel:visited {
	BACKGROUND: #ffffff; COLOR: #0167c8; TEXT-DECORATION: none
}
A.menuSelected:active {
	FONT-WEIGHT: bold; FONT-SIZE:medium; COLOR: #0167c8; TEXT-DECORATION: none
}

A.sideMenu:hover 
{
	text-decoration:underline;
}

.sideMenu
{
	font-weight:bold; COLOR: white; text-decoration:none;
}
.online-form
{
	BORDER-RIGHT: #7fb2e5 1px solid; 
	BORDER-TOP: #7fb2e5 1px solid; 
	BORDER-LEFT: #7fb2e5 1px solid; 
	BORDER-BOTTOM: #7fb2e5 1px solid; 
	BACKGROUND-COLOR: #F0F8FF; /*aliceblue*/
}

