/* CSS rules applied across all CCS sites */
/* basic structure */
@import url(/css/custom.css);
@import url(/css/global-nav.css);

body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
	background-color: #fafafb;
	background-image: url(/images/bkg-banner.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

a {
	color: #036;
}

a:hover {
	color: #1c6ad5;
}

a img {
	border: 0;
}


div#wrapper {
	position: relative;
	width: 1000px;
	border: 0;
	margin: 0 auto 0 auto;
	padding: 0;
}

#banner {
	position: relative;
	height: 100px;
	overflow: visible;
	z-index: 10;
}


#page-area {
	position: relative;
	top: -16px;
	width: 1000px;
}

#page-header {
	position: relative;
	top: 0px;
	height: 58px;
	width: 1000px;
	overflow: visible;
	background-image: url(/images/bkg-page-header.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}


#page-header h1 {
	color: #00419a;
	font-weight: normal;
	font-size: 28px;
	text-align: left;
	padding: 16px 0 0 16px;
	margin: 0;
	text-decoration: none;
}

#page-header h1 a {
	color: #00419a;
	font-weight: normal;
	font-size: 28px;
	text-decoration: none;
}


#page-header h1 a:hover {
		text-decoration: underline;
}

/* SIDEBAR */

#sidebar {
	position: absolute;
	top: 58px;
	left: 0;
	width: 240px;
	margin: 0;
	padding: 8px 10px 24px 12px;
	background-image: url(/images/bkg-sidebar.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}


#sidebar h4 {
	font-size: 15px;
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	color: #7e1f45;
	width: 215px;
	margin: 0.5em 1em 0.5em 0.7em;
}

#sidebar h4 a, #sidebar h4#dept-home a {
	color: #7e1f45;
	text-decoration: none;
}

#sidebar h4 a:hover, #sidebar h4#dept-home a:hover {
	color: #a91144;
	text-decoration: underline;
}

#sidebar h5 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 1.25em;
	color: #3e3e3e;
}

#sidebar ul {
	width: 220px;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	font-size: 13px; 
	list-style-type: none;
	margin: 0 0 12px 6px;
	line-height: 14px;
	padding-left: 12px;
}

#sidebar ul li a {
	font-weight: normal;
	color: #00419a;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #1c6ad5; 
	text-decoration: underline;
}

#sidebar ul li ul {
	margin-top: 0.8em;
}

#sidebar ul li ul li {
	font-weight: normal;
	background-image: none;
	padding-left: 12px;
}

#sidebar ul li ul li a {
	font-weight: normal;
	background-image: none;
}


#sidebar ul li.active-link {
	background-image: url(/images/active-link.gif);
	background-position: 4px 2px;
	background-repeat: no-repeat;
}

#sidebar-logo {
	width: 220px;
	margin: 0 auto 0 auto;
}

/* CONTENT */

div#content {
	position: relative;
	width: 725px;
	margin-left: 250px;
	padding: 1em 3em 3em 3em;
	background: transparent;
}

div#content p {
	margin-left: 3em;
	line-height: 1.3em;
}

div#content ul, div#content ol {
	margin-left: 6em;
	line-height: 1.5em;
}


div#content li {
	margin-bottom: 0.4em;
}

/* only good browsers read this - hidden from ie5-6win */
html>body div#content ul, div#content ol {
	margin-left: 2.5em;
}


div#content li ul, div#content li ol {
	margin-left: 2em;
}

html>body div#content li ul, html > body div#content li ol {
	margin-left: 0.5em;
}

div#content dd ul, div#content dd ol {
	margin-left: 1.2em;
}

/* only good browsers read this - hidden from ie5-6win */
html>body div#content dd ul, div#content dd ol {
	margin-left: 0;
}

blockquote {
	font-style: italic;
	line-height: 1.5em;
}

div#content span.phone {
	display: block;
	float: right;
	margin-right: 24em;
}


/* TABLES */

div#content table {
	margin: 1em 2em 1em 3em;
	font-size: 100%;
}

th {
	background-color: #315d9a;
	color: #fff;
	font-size: 1.1em;
	text-align: left;
	padding: 4px;
}

td {
	vertical-align: top;
}

td.index {
	font-weight: bold;
	background-color: #eee;
}

td.row-header {
	/*background-color: #ececec;*/
	font-weight: bold;
}

td.emph {
	background-color: #f0f4fa;
	font-style: italic;
}

div#content table td p, div#content table td ul{
	margin: 0 0 1em 0;
}

th a {
	color: #fff;
	font-weight: bold;
}

th a:hover {
	color: #fc3;
	font-weight: bold;
}

/* FORMS, SITESEARCH */

form {
	padding: 0;
	margin: 0;
}


#sitesearch {
	position: absolute;
	left: 800px;
	top: 2px;
	width: 190px;
	margin: 0;
	padding: 2px 0 0 0;
}

#sitesearch label {
	color: #fff;
	margin-bottom: 0;
}

form input, form td input {
	vertical-align: middle;
}

form input#q {
	margin: 4px 0;
	padding: 0;
	vertical-align: top;
}

form input#btn {
	position: relative;
	top: 0;
	padding: 0;
}


form label {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* HEADERS */

div#content h1 {
	font-family: "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	background: transparent;
	font-weight: bold;
	margin-bottom: 10px;
	color: #770011;
}

div#content h1 a {
	color: #770011;
	text-decoration: none;
}

div#content h1 a:hover {
	text-decoration: underline;
}

/* This is the Large, orange heading */

div#content h2 {
	font-family: "Trebuchet MS", helvetica, arial, verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 1.5em 0 0.5em 0.8em;
	color: #00419a;
}


div#content h3 {
	font-size: 18px;
	font-weight: bold;
/*	color: #7e1f45; */
	color: #680100;
	margin: 1.5em 0 0 1.5em;
} 

div#content h3 a {
	color: #680100;
}

div#content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #102860; /* 036 */
	margin: 1.5em 0 0 2em;
}

div#content h4 a {
	color: #102860; /* 036 */
}

div#content h4 a:hover {
	color: #173a8a;  /*369 */
}



div#content h5	{
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 3em;
	color: #333;
} 

/* Unused */

div#content h6	{
	font-size: 13px; 
	font-weight: bolder; 
	color: #00419a;
	margin-bottom: .67em;
} 


/* FOOTER */ 


p#footer {
	position: relative;
	width: 1000px;
	margin: 0 auto 1em auto;
	padding: 1.5em 0;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	clear: both;
}

p#footer a {
	color: #036;
	text-decoration: none;
}

p#footer a:hover {
	text-decoration: underline;
}

/* pageNav */

div#content ul.pageNav {
	list-style-type: none;
	display: block;
	margin: 1em 0 1em 1em;
	padding: 0;
}

div#content ul.pageNav li {
	white-space: nowrap;
	display: inline;
	margin: 1em 0 1em 0;
	padding: 0 0.2em;
}

div#content ul.pageNav li a, p.button a, a.button, p.button-right a {
	padding: 1px 3px;
	border-top: 1px solid #a1c2da;
	border-right: 1px solid #a1c2da;
	border-bottom: 1px solid #588eb6;
	border-left: 1px solid #588eb6;
	text-decoration: none;
	font-weight: bold;
	background-color: #e5ecf6;
}

div#content ul.pageNav li a {
	font-size: 85%;
}

div#content p.button, div#content p.button-right {
	margin: 12px 18px;
	padding: 2px 0;
}

div#content ul.pageNav li a:hover, .button a:hover, .button-right a:hover {
	border-top: 1px solid #588eb6;
	border-right: 1px solid #588eb6;
	border-bottom: 1px solid #a1c2da;
	border-left: 1px solid #a1c2da;
	text-decoration: underline;
/*	background-color: #eae2e3;*/
	background-color: #dae6f6;
}

div#content p.button-right {
	float: right;
}


div#sidebar p.button a {
	color: #fff;
	background-color: #036;
	font-size: 11px;
}

div#sidebar p.button a:hover {
	color: #fff;
	background-color: #1c6ad5;
}

p.toplink {
	text-align: right;
	margin-right: 1em;
}

p.toplink a {
	padding: 1px 3px;
	border: 1px solid #999;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #814147;
	color: #fff;
}


p.toplink a:hover {
	color: #fff;
	border: 1px solid #666;
	text-decoration: underline;
	background-color: #ae3d40;
}


/* TOP OF PAGE LINKS */ 

p.top-link {
	text-align: right;
	background-image: url(/images/triup.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

p.top-link a {
	font-size: 11px;
	color: #306;
	margin-right: 15px;
}

div#top { 
	display: inline;
	width: 0;
	height: 0;
}

/* 2-COLUMNS!! */

div.col1, div.col2 {  
	position: relative;
	width: 45%;
	float: left;
}

div.col1 {
	border-right: 1px solid #ddd;
	padding-right: 2.5em;
}

div.col2 {
	margin-left: 0.5em;
	padding-left: 0;
}

div.col1 h3, div.col2 h3 {  
	margin-left: 0;
}

html>body div.col1 h3, html>body div.col2 h3 {  
	margin-left: 2em
}

div#content div.col1 table, div#content div.col2 table {
	margin-left: 1em;
}


/* 3-COLUMNS */


#col1, #col2, #col3 {  
	position: relative;
	width: 30%;
	float: left;
	margin-right: 6px;
	height: 40em;
}

#col2, #col3 {
	padding-left: 10px;
	border-left: 1px solid #666;
}

#col3 {
	margin-right: 0;
}

div#col1 h4, div#col2 h4, div#col3 h4 {  
	margin-top: 0;
	margin-left: 0;
}

div#col1 p, div#col2 p, div#col3 p {  
	margin-left: 0;
}

div#content div.col1 ul, div#content div.col2 ul, div#content div.col3 ul {
	padding-left: 2em;
}

div#content div.col1 ul li, div#content div.col2 ul li, div#content div.col3 ul li {
	padding-bottom: 0.6em;
}

div#content div#callout ul li, div#content div#simple-callout ul li {
	padding: 0 0.5em 0.8em 0.5em;
}

/* LIST of PDF or WORD LINKS */

div#content ul.pdf-list, div#content ul.doc-list, div#content ul.ppt-list, #content div#callout ul.pdf-list {
	list-style-type: none;
	margin-left: 4em;
}

html>body div#content ul.pdf-list, html>body div#content ul.doc-list, html>body div#content ul.ppt-list, #content div#callout ul.pdf-list {
	margin-left: 0.5em;
}

div#content ul.pdf-list li, div#content ul.doc-list li, div#content ul.ppt-list li, div#content div#callout ul.pdf-list li {
	margin: 4px 0 8px 0;
	padding: 3px 0 6px 0;
	position: relative;
	display: block;
}

div#content ul.pdf-list li a, div#content ul.doc-list li a, div#content ul.ppt-list li a,  .pdf-link a, div#content ul li.webpage-link a {
	font-weight: bold;
	padding-left: 22px;
}

div#content ul.pdf-list li,  div#content div#callout ul.pdf-list li {
	background-image: url(/images/pdf-list-bullet.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
}

ul.doc-list li, div#content ul.pdf-list li.doc-link {
	background-image: url(/images/doc-list-bullet.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
}

ul.ppt-list li, div#content ul.pdf-list li.ppt-link {
	background-image: url(/images/ppt-list-bullet.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

ul li.pdf-link, ul li.webpage-link {
	list-style-type: none;
	margin-left: -2em;
	line-height: 1.8em;
}

.pdf-link a {
	background-image: url(/images/pdf-list-bullet.gif);
	background-position: 0 -2px;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	font-weight: bold;
}

div#content p.pdf-link {
	line-height: 1.8em;
}

ul li.webpage-link a {
	background-image: url(/images/webpage-list-bullet.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	font-weight: bold;
}


/* RIGHT-FLOAT BUTTONS */

.right {  /* used for print-friendly  and see-also links */
	position: relative;
	text-align: right;
	font-weight: bold;
	margin: 0 0 16px 0;
}

.right-float {  /* used for print-friendly  and see-also links */
	float: right;
	font-size: 11px;
	font-weight: bold;
}

.right-float a, .right-float-btn a {  /* used for print-friendly  and see-also links */
	font-size: 11px;
}

.right-float-btn {  /* used for print-friendly  and see-also links */
	float: right;
	font-size: 11px;
	margin: 0 0 12px 0;
	text-align: center;
}

.right-float-btn a, .right-float-btn a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 1px;
	width: 120px;
	background-color: #900;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}

.right-float-btn a:hover {
	color: #fc6;
	background-color: #900;
	text-decoration: underline;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}



/* ZERO MARGINS */

.bmar0 {
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
}


ul.appended, ol.appended, dl.appended {
	margin-top: 6px;
	padding-top: 0;
	margin-bottom: 0;
}

ul.appended li {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0.4em;
}



/* IMAGE POSITIONING */

div.img-right {
	position: relative;
	float: right;
	margin: 0 18px 6px 6px;
}

div.img-left {
	position: relative;
	float: left;
	margin: 0 12px 6px 12px;
}


div.imagebox {
	padding: 0.25em;
	border: 1px solid #ddd;
	background-color: #e5ecf6;
	margin: 0.5em auto 1em 5em;
}

div.imagebox img, div.imagebox-left img, div.imagebox-right img {
	margin: 3px;
}

div.imagebox-right {
	padding: 0.25em;
	border: 1px solid #ddd;
	background-color: #e5ecf6;
	float: right;
	margin: 1em 0 1em 1.5em;
}

div.imagebox-left {
	padding: 0.25em;
	border: 1px solid #ddd;
	background-color: #e5ecf6;
	float: left;
	margin: 1em 1.5em 1em 3em;
}

div#content div.imagebox h4, div#content div.imagebox-left h4, div#content div.imagebox-right h4 {
	margin: 0; 
}

span.caption {
	display: block;
	color: #036;
	font-weight: bold;
	font-size: 11px;
/*	clear: both; */
	padding: 2px;
}

span.caption a {
	color: #1c6ad5;
	font-weight: bold;
	font-size: 11px;
}

div.imagebox-catalog {
	padding: 3px;
	position: relative;
}

div.imagebox-catalog div.item {
	position: relative;
	clear: both;
	border-top: 1px solid #ddd;
	margin-bottom: 16px;
	padding: 12px;
/*	height: 236px; */
	height: auto;
}

div.imagebox-catalog img {
	float: left;
	margin: 0 16px 32px 16px;
}

div.imagebox-catalog div.description {
	margin: 0 16px 16px 185px;
}

div.description h3 {
	margin-top: 0;
}

div#content p.staffitem {
	border-bottom: 1px dotted #ddd;
	margin: 0.2em 0 1em 3em;
	padding: 0 0 0.5em 0;
}

div#content p.job {
	border-bottom: 1px dotted #ddd;
	margin: 0.2em 0 1em 1em;
	padding: 0 0 0.5em 0;
}


div#content h2.job-location {
	font-size: 16px;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

ul.logo-list
{
	list-style-image: url(/images/minibird.gif);
}

ul.logo-list li {
	margin: 0.6em 64px 0.6em 0;
	padding: 0 0 6px 0;
}


/* MEDIA RELEASE, NEWS PAGE */

.dateline {
 font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.headline {  
	font-size: 14px; 
	font-weight: bold;
	color: #036;
	text-decoration: none;
}

a.headline {  
	text-decoration: underline;
}

.headline a:hover {  
	color: #1c6ad5;
	text-decoration: underline;
}

a.headline {  
	text-decoration: underline;
}

h1.pr-header {
	width: 200px;
	margin: 0 0 24px 0;
}

div#content div.pr-tag {
	position: relative;
	width: 180px;
	float: right;
	font-size: 11px;
	color: #333;
	padding: 6px; 
	border: 1px solid #999;
	margin: 0 0 24px 24px;
	background-color: #ffffea;
}

div#content div.pr-tag p {
	line-height: 14px;
	margin: 6px 0;
}

div#content div.pr-tag p.pdf-link {
	position: relative;
	height: 20px;
	width: 146px;
	margin: 0 8px 8px 8px;
	padding: 6px 0 0 8px;
	background-image: url(/images/pdf-list-bullet.gif);
	background-position: 130px 0;
	background-repeat: no-repeat;
	background-color: #933;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}

div#content div.pr-tag p.pdf-link a {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

div#content div.pr-tag p.pdf-link a:hover {
	text-decoration: underline;
}

/* bodyNav

ul#bodyNav {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 16px 0 16px 0;
	padding: 12px 0 12px 12px;
}
 */


ul#bodyNav {
	width: 175px;
	float: right;
	margin: 1em 1em 1em 0.5em;
	padding: 24px 0.5em 0.5em 1em;
	border: 1px solid #666;
	background-color: #ffffea;
	background-image: url(/images/bodyNav-header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	list-style-type: square;
}


ul#bodyNav li {
  margin-left: 0.5em;
}

 
ul#bodyNav li a {
	color: 	#009; 
	text-decoration: none;
}

ul#bodyNav li a:hover {
	color: #771515; 
	text-decoration: underline;
}

ul#bodyNav li a:visited {
	color: #009;
}

ul#bodyNav li ul {
	list-style-type: none;
	padding-left: 1em;
	margin-left: 0; 
	font-size: 90%;
}

ul#bodyNav li ul li {
	padding: 0;
	margin-left: 0;
}

ul#bodyNav li#seeAlso {
	list-style-type: none;
	position: relative;
	right: 18px;
	width: 193px;
	background-image: url(/images/bodyNav-seeAlso.gif);
	background-position: 0 0;
	background-repeat: repeat-x;	
}

ul#bodyNav li#seeAlso ul {
	margin-top: 0.5em;
	}

/*Callouts */

#callout {  /*set width in markup */
	float: right;
	position: relative;
	margin: 1em 0 2em 1em;
	padding: 0 0 1.5em 0;
	text-align: left;
	width: 180px;
}

/*set width in markup */
div#content div#callout h4 {  
	position: relative;
	top: -2px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
	margin: 0;
}

div#callout.c320 {
	width: 320px;
	background-image: url(/images/boxbkg-320.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

div#callout.c320 h4 {
	background-image: url(/images/boxtop-320.gif);
	background-repeat: no-repeat;
	width: 320px;
}

div#callout.c260 {
	width: 260px;
	background-image: url(/images/boxbkg-260.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

div#callout.c260 h4 {
	width: 260px;
	background-image: url(/images/boxtop-260.gif);
	background-repeat: no-repeat;
}


div#callout.c180 {
	width: 180px;
	background-image: url(/images/boxbkg-180.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

div#callout.c180 h4 {
	width: 180px;
	background-repeat: no-repeat;
	background-image: url(/images/boxtop-180.gif);
}

div#callout p, div#simple-callout p {
	margin:  0 1em 1em 1em;
	padding: 0;
	line-height: normal;
}

#content #callout ul, #content #simple-callout ul {
	margin: 0.5em 0 0.5em 0.5em;
	padding-left: 0;
	line-height: 1.3em;
	list-style-type: none;
}

div#simple-callout {  /*set width in markup */
	float: right;
	margin: 1em 1em 2em 1em;
	padding: 8px;
	border: 1px solid #666;
	background-color: #ffffea;
	text-align: left;
}

div#content div#simple-callout h4, div#content div#simple-callout h4#dept-home a {  
/*set width in markup */
	color: #036;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	margin: 0;
}

div#content div#simple-callout ul {
	padding: 0 1em;
	margin: 0 0.5em 0.5em 0.5em;
}

div#content div#simple-callout ul li {
	margin-left: 0.5em; 
	padding: 0 0.2em;
}



/* MISC OTHER */

p.button-box {
	padding: 0.5em;
	border: 1px solid #333;
	text-decoration: none;
	background-color: #e5ecf6;
}

p.button-box img#login-btn {
	float: right;
	padding-top: 0.3em;
}

.attribution {  /* used for quote attributions */
	display: block;
	line-height: normal;
	margin: 0 0 24px 0;
	padding: 0 0 12px 320px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #ddd;
}

.note {  /* used for asterisked explanatory notes */
	display: block;
	line-height: normal;
	margin: 0 0 24px 0;
	padding: 0 0 12px 0;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}


.revised {  /* used for dating revision */
	display: block;
	line-height: normal;
	margin: 0 0 0 0;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}

.break {
	clear: both;
}

p.first {
	padding-top: 1.5em;
	margin-top: 2em;
	border-top:  1px solid #666;
}

span.initial {
	font-size: 1.2em;
	color: #444;
	font-weight: bold;
}

p#back-button, p#printpage-button { 
	display: none; 
}

#content p.disclaimer {
	margin-left: 3.5em;
	clear: both;
	width: 380px; 
	text-align: left;
	font-family: helvetica, arial, san-serif;
	font-size: 11px;
	color: #666;
	font-style: italic;
	line-height: 14px;
	position: relative; 
}

.center { margin-left: auto; margin-right: auto; text-align: center;}


/* DDIG CRAP */

.hdr-inline	{
	font-weight: bold;
	color: #036;
}


/* Validation Alert */

.alert {
	font-family: helvetica, arial;
	font-weight: bold; 
	color: #990000;
/*	font-size: 15px; 
	margin-top: 10px;
	margin-bottom: 20px;
*/
}


/* Formats validation alerts bullet lists  */
.alertList {
	font-weight: bolder; 
	color: #333333;
	font-family: Arial, Helvetica;
	line-height: 16px;
}


/* Formats the address section of the schools page template */
.address {
	font-weight: bolder; 
	color: #666666;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}



/* CALENDAR */

/* calendar paragraphs */
p.calendar {
	margin-top: 10px;
	margin-left: 10px;
}

/* calendar cells  */
td.calendarCells {
	background-color: #fff;
}

/* date number in calendar */
.calendarDate {
	border-bottom: 10px;
	font-weight: bold;
	color: #666
}

span.dlEvents br {
	line-height: 0;
	height: 0;
}

/* the table for the traditional calendar view */

.calendarTable {
	color: #fff;
	font-size: 11px;
	font-family: helvetica, arial, verdana, sans-serif;
	background-color: #ccc;
}

/* the table header row for the traditional calendar view */
.calendarHeader {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	font-family: helvetica, arial, verdana, sans-serif;
	background-color: #000;
}

/* calendar hyperlinks */

a.calendar {
	display: block;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

a.calendar:link {  
	font-size: 12px; 
	font-style: normal; 
	color: #336699; 
	text-decoration:none;
}

a.calendar:active {  
 
	font-size: 12px; 
	font-style: normal; 
	color: #CC6600; 
	text-decoration:none;
}

a.calendar:visited {  
 
	font-size: 12px; 
	font-style: normal; 
	color: #333333; 
	text-decoration:none;
}

a.calendar:hover {  
 
	font-size: 12px; 
	font-style: normal; 
	color: #CC6600; 
	text-decoration:none;
}

/* End DD Crap */

div.DDIGbs {
	display: none;
}


