﻿
/* sub web local styles */
#centerCol p {
   margin:10px 0 10px 0;
}

#centerCol h3 {
   margin:5px 0 5px 0
}

#centerCol p.menu {
		margin-bottom: 5px
}

#centerCol .boldTxt {
   font-weight:bold;
}

#centerCol .childDiv {
		margin-left: 18px;		
}

#centerCol .content {
   background-image:url('/schedule/images/bgImg2.jpg');
   background-repeat:repeat-x;
   background-position:center bottom;
   border:1px #cfcfcf solid;
   border-width:1px;
   border-color:#cfcfcf;
   border-bottom-style:solid;
   padding:5px 5px 5px 10px;
   margin:10px 0 10px 0;
   display:block
}

#centerCol .content a:hover {
   text-decoration:none;
}

#centerCol .monthColorTxt{
		color:#01366C;
		font-weight:bold;
		font-size:115%
}

#centerCol .lightGrayBg{
	background:#eee; 
}
#centerCol .whiteTableBg tr td{
		background-color:white;		
}
#centerCol .whiteTableBg tr td p{
		padding-left:3px;		
}
#centerCol .blueDivBackgroundColor{
		background-color:#00499b;
} 

/* custom styles for course list tables */

#centerCol table.courseListTables {
		width: 100%;
		border-top: 1px silver solid;
		border-right: 1px silver solid;
		margin: 0 0 15px 0;
}
#centerCol table.courseListTables td {
		border-bottom:1px silver solid;
		border-left:1px silver solid;
		padding: 0 0 0 5px;
}



