/**********************************************************************
	Filename: morningside.css
	Project:  Morning-Side.com
	
	Global style sheet
**********************************************************************/
/* Body Tag Definition */
body { margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; background-color:#D4E2D3; }

/* Assign font and color to the general styles */
font, th, td, p, span, div, textarea, a { font-family:Arial, Helvetica, Verdana, sans-serif; color:#000000; font-size:13px;}
a { color:#007659; font-weight:bold; font-style:normal; text-decoration:none; }
a:hover { color:#ECA412; text-decoration: none; }
h1,h2,h3,h4,h5 { font-family:Arial, Helvetica, Verdana, sans-serif;  }
h1 { font-size:20px; font-weight:bold; color:rgb( 156,156,156 ); }
h2 { font-size:18px; font-weight:bold; color:rgb( 0,0,0 ); }
h3 { font-size:14px; font-weight:bold; }
h4 { font-size:12px; font-weight:bold; }
h5 { font-size:12px; font-style:italic; font-weight:normal;}
hr { height:1px; color:rgb( 0,0,0 );}

ul { list-style-image:url(images/smTri.gif ); }

/* text styles */
.pageTitle{ font-size:20px; color:#007659; font-weight : bold; }
.pageSub{ font-size:16px; color:#007659; font-weight : bold; }
.pageSub2{ font-size:15px; color:#007659; font-weight : bold; }
.pageSub3{ font-size:13px; color:#007659; font-weight : bold; }
.pageSub3:hover{ color:#ECA412; }

.textSmall{ font-size:10px; color:#007659; font-weight : normal; }

.footer { font-size:12px;color:#4A6193;font-weight : normal; }
.footer:hover { font-size:12px; color:#000000; font-weight : normal; }
.footer2 { font-size:12px; color:#FFFFFF; }

.menuBottom { font-size:11px; color:#007F63; font-weight : bold; }
.menuBottom:hover { color:#ECA412; }

.homeFooter{ font-size:10px; color:#000000; font-weight : normal; font-family : serif; }
.homeFooter:hover{ color:#4882B5; }
.homeFooter2{ font-size:10px; color:#4882B5; font-weight : normal;}
.homeFooter2:hover{ color:#F3AA1C; }
.homeFooter3{ font-size:10px; color:#000000; font-weight : normal;}
.textSpec1{ font-size:14px; color:#007659; font-weight : bold;}
.textSpec1:hover{ color:#ECA412;}

.footnote { font-size:10px;}

.modLink { color:#007659; font-size:10px; font-weight:bold; font-style:normal; text-decoration:none; }
.modLink:hover { color:#ECA412; text-decoration: none; }

.pageTitle a { font-size:20px; color:#007659; font-weight:bold; font-style:normal; text-decoration:none; }
.pageTitle a:hover { font-size:20px; color:#ECA412; text-decoration:none; }
.pageSub3 a { font-size:13px; color:#007659; font-weight:bold; font-style:normal; text-decoration:none; }
.pageSub3 a:hover { font-size:13px; color:#ECA412; text-decoration:none; }

/* background */

td.sideBkrnd { background-image : url(images/sideBkrnd.jpg); background-repeat : repeat-y; }
td.topBkrnd { background-image : url(images/topBkrnd.jpg); background-repeat : repeat-x; }
td.whiteBkrnd { background-color : #FFFFFF; }
td.bottomBkrnd { background-image : url(images/bottomBkrnd.jpg); background-repeat : repeat; }
td.ltgreenBkrnd { background-color : #D4E2D3; }
td.peachBkrnd { background-color : #FFF4E0; }
td.blueBkrnd { background-color: #4A6193; }
td.whiteBkrnd { background-color: #FFFFFF; }

.tbldf { font-weight:normal; }
.tbldl { font-weight:bold; }

/* search list */
.tblhdr { font-weight:bold; border-top:1px solid #164A97; background-color:#f3eeae; }
.tbldata { border-top:1px solid #164A97; }
.tbldata0 { background-color:#fff4e0; font-size:12px; color:#000000; text-decoration:none; font-weight:normal; }
.tbldata1 { background-color:#f6e2bd; font-size:12px; color:#000000; text-decoration:none; font-weight:normal; }
.tbldata0:hover { background-color:#fff4e0; font-size:12px; color:#000000; text-decoration:underline; font-weight:normal; }
.tbldata1:hover { background-color:#f6e2bd; font-size:12px; color:#000000; text-decoration:underline; font-weight:normal; }
