/*-------------------
   NPTG
   Harv Craven Design
   Global Stylesheet
---------------------
HTML Styles
--------------------*/  
body {
	background: url(/assets/bg.gif) #333333 top center no-repeat ;
	margin: 0px;
}
td {
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #3366CC;
}
a:hover, a:active {
	text-decoration: underline;
	color: #333333;
}
ul {
    line-height: 17px;
    list-style-type: square;
}
ol {
    padding-left: 17px;
	padding-top: 0px;
	line-height: 17px;
}

/*-------------------
Custom Styles
--------------------*/  
.bold {
	font-weight: bold;
}
.boldRed {
	font-weight: bold;
	color: #990000;
}
.bottomNav {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #333333;
}
.bottomNav a:link, .bottomNav a:visited {
	color: #333333;
	text-decoration: none;	
}
.bottomNav a:hover, .bottomNav a:active {
	color: #000000;
	text-decoration: none;	
}
.footer {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #999999;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #999999;
}
.footer a:hover, .footer a:active {
	text-decoration: underline;
	color: #999999;
}
.header {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #3577BA;
}
.header_bar {
	font: bold 13px Arial, Helvetica, sans-serif;
	background:#F0C449;
	color: #333333;
}
.journal_town {
	font: bold 18px Arial, Helvetica, sans-serif;
	color:#000000;
}
.journal_town_description {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#663300;
}
.journal_entry {
	font: bold italic 14px "Times New Roman", Times, serif;
	color:#663300;
}
.sidebar_text {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}
.sidebar_title {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
}
.uppercase {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	line-height: normal;
}
/*-------------------
Background Styles
--------------------*/
.dotted {
	background: url(/assets/master/dotted.png) repeat-x;
}
.content {
	background: #FFFFFF url(/assets/master/content_bottom_bg.jpg) bottom repeat-x;
}
.content_bottom {
	background: #C8C7B7 url(/assets/master/content_bottom.gif) no-repeat;
}
.hor_line {
	background: url(/assets/master/hor_line.gif) repeat-x left;
}
.journal_bg {
	background: url(/assets/journal_bg.jpg) top left no-repeat;
}
.vert_line {
	background: url(/assets/master/vert_line.gif) top center repeat-y;
}

/*---------------------------------------
Forms
---------------------------------------*/
.textfield {
	height: 16px;
	padding: 2px;
	border: 1px solid #666666;
	color: #003366;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.textarea {
	padding: 2px;
	border: 1px solid #666666;
	color: #003366;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.calendarHeader td
{
	color:#FFFFFF;
	font-weight:bold;
}

