/* HTML TAGS */

/* body  { color: #333; font-family: "Lucida Grande", lucida, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background: white url(images/stripe.gif) fixed; margin-top: 0px } */
/* body  { color: #333; font-family: "Lucida Grande", lucida, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background: white url(images/starfield.gif) fixed; margin-top: 0px } */
body   { 
	color: #333; 
	font-family: "Lucida Grande", lucida, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-image: url(images/bg.jpg); 
	background-repeat: repeat-x; 
	background-position: 50% 0; 
	background-color:#dce3eb;
	margin-top: 0   
	} 
/*body   { 
	color: #333; 
	font-family: "Lucida Grande", lucida, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-image: url(images/Holiday-Skin-2000x1100_7191ba.jpg); 
	background-repeat: repeat-x; 
	background-position: 50% 0; 
	background-color:#dce3eb;
	margin-top: 0   
	} 
body   {
	color: #333;
	font-family: "Lucida Grande", lucida, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-image: url(images/holiday-bg.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position:center top;
	margin-top: 0
	} */
p { font-size: 12px }
td { font-size: 12px }
h1  { color: red; font-style: italic; font-weight: normal; font-size: 18px }
h2 { font-weight: bold; font-size: 14px }
h3 { font-weight: bold; font-size: 12px }
a:link { color: #009; text-decoration: underline}
a:visited { color: #009; text-decoration: underline }
a:hover { color: #f00; text-decoration: none }
a:visited:hover { color: #f00; text-decoration: none }
caption { font-size:12px }
th  { font-weight: bold; font-size: 12px; background-color: #ccc; text-align: center }

/* IDs */
#kudosNav { text-align:right; margin: 12px 60px; }

/* CLASSES */
/* div.content p, h3  { margin: 6px 6px 9px 12px; padding-top: 6px; padding-right: 6px; padding-bottom: 6px } */
.content   { 
	margin: 0px 18px 12px 18px;
	text-align:justify;
	line-height:18px;
	}
.events {
	font-size: 11px;
	}
.left {
	float: left;
	text-align: left;
	font-size: 11px;
	width: 49%;
	}
.right { 
	float: right; 
	text-align: left; 
	font-size: 11px;
	width: 49%;
	}
div.spacer {
	height:0px;
	clear: both;
	}
	
div.clear {
	height:0px;
	clear: both;
	}
	
.kudos { 
	font-size: 12px; 
	line-height: 150%; 
	background: url(images/bigquote.gif) no-repeat; 
	text-align: left; 
	margin: 24px 60px;  
	padding-left: 30px; 
	border-left: 1px dotted #ccc 
	}
cite.kudos  { font-style: italic }
tr.ruled{
        background:#9cf;
} 
.footer { color: white; font-weight: normal; font-size: 11px; text-align: center }
.footer a:link { color: yellow; text-decoration: none}
.footer a:hover  { color: yellow; text-decoration: underline }
.footer a:visited  { color: lime }

#contentPad li { font-size: 12px; }
#contentPad h3 { font-size: 14px; }

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	top: 0px;
	left: 0px;
	position: fixed;
	_position: absolute;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

.hide-div { font-size: 11px; line-height: 18px; background-color: #fbfbfb; width: 300px; margin-left: 20px; padding: 6px; border: dotted 1px #aaa; display: none; }

ul.hm-event  {
	margin:6px 0 0 20px;
	padding:0;
}

ul.hm-event li {
	padding:0 0 6px 0;
	list-style: none;
}