html 
{
	width:auto;
	height:auto;
}

body 
{
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	text-align:center;
	font-family: Arial, Helvetica, Sans-Serif;
}

a 
{
	color:#104e95;
}

a:hover 
{
	color:#900;
	text-decoration:none;
}

a img , img 
{
	border-width: 0;
}

#header 
{
	z-index: 10;
	height:149px;
	background-image:url(/img/headerback.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#footer 
{
	border-top: solid 1px #CCC;
	color:#666;
	padding: 10px 0;
	font-size: 11px;
	text-align: left;
	width: 890px;
	margin: auto;
	clear:both;
}

#header #logo 
{
	width:890px;
	margin: auto;
	text-align: left;
	height:111px;
}

#header #nav 
{
	position:relative;
	z-index: 20;
	width:710px;
	text-align: left;
	margin:auto;
}

#header #nav .link
{
	float:left;
	position:relative;
	z-index:30;
}

#header #nav .link .subLinks 
{
	width: 220px;
	position:absolute;
	left: 0;
	top: 28px;
	display:none;
	background-color:#f1f1f1;
	z-index: 40;
}

#header #nav .link .subLinks a 
{
	display:block;
	padding: 5px;
	border-bottom: solid 1px #999;
	font-size: 11px;
	color:#104e95;
	text-decoration: none;
}

#header #nav .link .subLinks a:hover 
{
	background-color:#c6c6c6;
	border-bottom-color: #104e95;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	letter-spacing: 0;
	margin: 10px 10px 2px 10px;
	color: #104e95;
}

p 
{
	text-align:justify;
	margin: 0px 10px 10px 10px;
	font-size: 12px;
	line-height: 150%;
}

.nobottommargin 
{
	margin-bottom:0;
}

.caption 
{
	color:#666;
	font-size: 11px;
}

.caption a 
{
	color: #666;
}

a.tag
{
	color:#900;
	font-size:11px;
}

ul, ol
{
	margin: 3px 30px 10px;
	padding: 0;
	font-size: 12px;
}

ul li, ol li 
{
	line-height: 150%;
}

.wrapper 
{
	text-align:left;
	width:900px;
	margin: auto;
}

.col 
{
	text-align: left;
	min-height: 25px;
	height:auto;
	float: left;
}

.colLeftShadowed, .colSoftLeftShadowed 
{
	background-image:url(/img/leftshadow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 320px;
}

.colSoftLeftShadowed 
{
	background-image:url(/img/softleftshadow.gif);
}

.colDropCue 
{
	border: dashed 2px #e6e6e6;
	background-color: #f6f6f6;
	display:none;
}

.block 
{
	overflow:hidden;
}

.small 
{
	font-size:11px;
}

.blockHeader 
{
	background-color: #e6e6e6;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	z-index:20;
}

.blockMover 
{
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: move;
	background-image:url(/img/admin/movebox.gif);
	background-repeat: no-repeat;
	background-color:#FFF;
	background-position: left center;
	padding-left: 28px;
	padding-right: 5px;
	right: 0;
	height:18px;
	font-size: 11px;
	padding-top: 5px;
}

.blockEditorControls 
{
	background-color:#f6f6f6;
	padding: 4px;
	font-size: 11px;
	border-width: 0 1px;
}

.blockEditBody textarea
{
	width: 100%;
	height: 150px;
}

.blockEditorBackground 
{
	background-color:#FFF;
}

.blockEditor 
{
	background-color:#FFF;
}

.updateProgress
{
	width: 110px;
	text-align: left;
	padding: 20px;
	font-size: 11px;
	font-weight:bold;
	border: 2px solid #000;
	background: #FFF;
	z-index: 2000;
}

.editorOptions
{
	text-align: left;
	padding: 20px;
	font-size: 12px;
	font-weight:bold;
	border: 2px solid #000;
	background: #FFF;
	z-index:2001;
}

div.float 
{
	float:left;
}

div.container
{
	clear:both;
}

div.rowSpacer 
{
	clear:both;
	overflow:hidden;
	height: 0;
}

input, select
{
	font-size:11px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #FFF;
	border: solid 1px #CCC;
	margin-top: 2px;
	color:#666;
}

div.hspacer
{
	margin: 5px 20px;
	background-image:url(/img/hspacer.gif);
	background-repeat: repeat-x;
	background-position: center center;
	clear:both;
	height:1px;
}

div.largeleftmargin p,
div.largeleftmargin h1,
div.largeleftmargin h2,
div.largeleftmargin h3,
div.largeleftmargin h4,
div.largeleftmargin h5,
div.largeleftmargin h6
{
	margin-left: 24px;
	margin-right: 24px;
}

.calMonth 
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 10px 10px 2px 10px;
	color: #104e95;
	text-align:center;
}

.calMonthNav 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight:bold;
}

.calDay, .calEmptyDay
{
	width:127px;
	height:157px;
	float:left;
}

.calDayHeader
{
	background-color: #104e95;
	border-bottom: solid 1px #000;
	color:#FFF;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	width: 117px;
	padding: 5px;
	float:left;
}

.calDay
{
	border:solid 1px #e6e6e6;
	border-right-color: #f6f6f6;
	border-bottom-color: #f6f6f6;
	width: 119px;
	height: 149px;
	padding: 3px;
	overflow:hidden;
}

.calDayNum 
{
	font-size: 11px;
	font-weight:bold;
}

.calCurrentDay 
{
	background-color:#104e95;
	color:#FFF;
}

.calEmptyDay 
{
	background-color:#e6e6e6;
}

.calItem 
{
	margin: 2px;
	font-size: 11px;
}

.calItemTime 
{
	font-size: 11px;
	font-weight: bold;
	color: #AAA;
	/*width: 60px;
	display:block;
	float:left;*/
}