/* GLOBAL SETTINGS */
body {
	font-family: Georgia, Times, serif;
	letter-spacing:1px;
}

/* FONT SETTINGS */
h1, h2, h3, h4, h5, h6 {
	margin:15px 5px
}
h1 {
	font-size:large;
	font-weight: lighter;
}
h2, h3, h4, h5, h6 {
	font-size:medium;
	margin:15px 15px;
	font-weight: lighter;
}
p {
	font-size:small;
	margin:10px 30px;
	font-family: verdana, geneva;
	line-height: 18px;
}
td
{
    font-size:12px;
}
th
{
    font-size:12px;
}

/* BACKGROUND SETTINGS */
html {
	background:#fff
}

/* LAYOUT SETTINGS */
hr
{
    visibility:hidden;
    clear:both;
    height:0px;
    margin:0px;
    padding:0px;
}
body {
	width:768px;
	margin:0px auto 10px auto;
}
#head_spacer
{
    height: 20px;
    text-align: right;
    background: url('../images/titletop.gif');
    padding-right: 15px;
    padding-top: 6px;
    letter-spacing: 0px;
}
.diaryHeader
{
    border-top: 1px solid #007D3F;
    border-bottom:1px solid #007D3F;
    padding: 5px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top:10px;
    clear:both;
    font-size: 9px;
    font-family: verdana, geneva;
    background-color:#f1ffe4
}
.diaryHeader_Print
{
    border-top: 1px solid #000;
    border-bottom:1px solid #000;
    padding: 5px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top:10px;
    clear:both;
    font-size: 9px;
    font-family: verdana, geneva;
    background-color:#ddd
}
.diaryHeader *
{
    font-family: verdana, geneva;
    font-size: 9px;
}
.diaryHeader_Print *
{
    font-family: verdana, geneva;
    font-size: 9px;
}
.diaryItem 
{
    background-color:#FFF;
    font-weight:normal;
    border-top:1px dotted #007D3F;
    padding-top:5px;
    margin-top:5px;
}
.weekendItem
{
    background-color: #ffffe7;
    border-bottom: 1px solid #007D3F;
    padding: 5px;
    margin-right: 30px;
    margin-left: 30px;
}
.greenDiv
{
    border:1px solid #007D3F;
    margin:10px;
    padding:10px;
    background-color:#f1ffe4;
    display:block;
}
.goldDiv
{
    border:1px solid #CC9933;
    margin:10px;
    padding:10px;
    background-color:#FFFFCC;
}
.adminTable
{
    margin:10px 30px;
}
.pageMargin
{
    margin-left:30px;
    margin-right:30px;
    text-align: left;
}
input.textBox, .pageMargin textarea
{
    width:100%;
    background-color: #ffffe7;
    border:1px solid #007D3F;
}
#header
{
    height: 150px;
    background-image: url('../images/title1.jpg');
    background-repeat:no-repeat;
}
#menu
{
    height: 50px;
    text-align: right;
    background: url('../images/titlebottom.gif');
}
#menuitems {
    font-size: 12px;
    text-align: right;
    padding: 12px 10px 8px 6px;
}
#header, #menu {
	width:100%
}
#content {
	margin-left:30px;
	width:738px;
	padding:10px 0
}
#footer {
	padding:10px 0
}

#content p {
}
#footer  
{
    border-top:1px dashed #555;
	border-bottom:1px dashed #555;
	margin-top:20px;
	font-size:12px;
	padding:10px 15px;
}

/* LINK SETTINGS */

a:link {
	text-decoration:underline;
	color:#000;
}
a:visited {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#007D3F;
}
a:active {
	text-decoration:underline;
	color:#000;
}
a.navlink:link {
	text-decoration:none;
	color:#000;
	padding:1px 0px 2px 0px;
}
a.navlink:visited {
	text-decoration:none;
	color:#000;
	padding:1px 0px 2px 0px;
}
a.navlink:hover {
	text-decoration:none;
	color:#000;
	border-top:2px solid #007D3F;
	border-bottom:2px solid #007D3F;
	padding:1px 0px 2px 0px;
}
#head_spacer a:link {
	text-decoration:none;
	color:#000;
}
#head_spacer a:visited {
	text-decoration:none;
	color:#000;
}
#head_spacer a:hover {
	text-decoration:underline;
	color:#007D3F;
}
#head_spacer a:active {
	text-decoration:none;
	color:#000;
}
a.navlink:active {
	text-decoration:none;
	color:#000;
	padding:1px 0px 1px 0px;
}
.right {
	float:right;
	margin:20px 30px 20px 20px;
}
.left {
	float:left;
	margin:20px 20px 20px 30px;
}
li {
	margin-left:150px;
}

.floatright
{
    float:left;
    position:relative;
}

.floatleft
{
    float:right;
}

td.printDiary
{
    font-size:12px;
    font-family:Tahoma;
}
td.tHead
{
    font-weight:bold;
    background-color:#f1ffe4;
    border-top:1px solid #000;
    page-break-before:always;
}
td.tHeadNoPagebreak
{
    font-weight:bold;
    background-color:#f1ffe4;
    border-top:1px solid #000;
}
td.dHead
{
    font-weight:bold;
    background-color:#ffffe7;
    border-top:1px solid #000;
}
td.tLeft
{
    border-left:1px solid #000;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}
td.tRight
{
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}
.noPageBreak
{
    page-break-before:avoid;
}