html {width: 100%; height: 100%;
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;	
}
body {
	background-image: url(/img/black_paper.jpg); 
	background-repeat:repeat;
	width:100%; height:100%; 
	margin: 0; padding: 0;
}

a {font-weight: 700; text-decoration: none; color: #0066cc;}
a:hover {text-decoration:underline;}

.small {font-size: 1em !important;}

.light1	{color: #3399cc !important;}
.light2	{color: #0066cc !important;}
.dark1	{color: #003399 !important;}
.dark2	{color: #000000 !important;}

.lightred	{color: #ed1f24 !important;}
.darkred	{color: #9b1c1f !important;}
.lightblue	{color: #1f89ed !important;}
.darkblue	{color: #1c5e9b !important;}
.lightgreen	{color: #1fed82 !important;}
.darkgreen	{color: #1c9b59 !important;}
.lightgray	{color: #e6e7ea !important;}
.darkgray	{color: #656565 !important;}
.lightyellow	{color: #f7dc00 !important;}
.darkyellow		{color: #ffff00 !important;}

h1 {font-family: 'PT Sans', sans-serif; font-size: 1.5em; color: #9b1c1f; text-shadow: 2px 2px 4px #999999; letter-spacing: 1px;}
h2 {font-family: 'PT Sans', sans-serif; font-size: 1.3em; color: #ff4000; text-shadow: 2px 2px 4px #cccccc; letter-spacing: 1px;}
h3 {font-family: 'PT Sans', sans-serif; font-size: 1.1em; color: #ffca16; text-shadow: 2px 2px 4px #000000; letter-spacing: 1px;}
h4 {font-family: 'PT Sans', sans-serif; font-size: 1.0em; color: #e6e7ea; text-shadow: 2px 2px 4px #000000; letter-spacing: 1px;}
h5 {font-size: 0.9em; color: #000000;}
h6 {font-size: 0.7em; color: #000000;}

p, li, blockquote {
	font-family: 'PT Sans', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	text-align: left;
	color: #000000;
}

img.newsImage {width: 100%; margin: auto 20px 10px auto;}
img.box {boder: solid 1px #656565; box-shadow: 5px 8px 5px #777777;}
ul.noSymbol {list-style-type: none; padding: 0; margin: 0;}
.clear {clear: both;}
.fleft {float: left;}
.fright {float: right;}
.stretch {
	width:100%;
	height:100%;
}

#mainDiv {
	width: 100%; 
	min-height: 100%;
	position: relative;
}

/**********************************************************
	begin header styles 
**********************************************************/
#headerDiv {
	background-color: #FFFFFF;
	width: 100%; 
	height: 100px;
	border-bottom: solid 1px #f7dc00;
	box-shadow: 5px 5px 5px #333333;
	position: relative;
	z-index: 1;
}

#headerDiv .inner {
	width: 100%; height: 95px;
	padding-top: 6px;
}

#headerDiv .logo {
	width: 302px;
	float: left;
	padding-left: 20px;
}

#headerDiv .welcomeAndNavDiv {
	float: right;
	padding-right: 20px;
	text-align: right;
}

#headerDiv .welcomeMessageDiv {
	font-size: 1.1em;
	display: block;
	padding-bottom: 4px;
}

#headerDiv .username {
	font-size: 1.2em;
	font-weight: 700;
}

#headerDiv .stationName {
	font-size: 1.0em;
	font-weight: 400;
	font-style: italic;
	/*padding-left: 10px;*/
}


/**********************************************************
	begin login screen styles 
**********************************************************/
#loginBox {
  width: 675px;
  height: 470px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-color: #ffffff;
  border: solid 1px #000000;
  border-radius: 25px;
}

#loginBox .logo {
	margin: 15px auto;
	/*width: 490px;*/
	display: block;
}

#loginBox .title {
	/*font-family: 'PT Sans', sans-serif; */
	font-family: 'Martel', serif;
	font-size: 1.7em; 
	font-style: italic;
	font-weight: 900;
	text-align: center;
	margin-top: 30px;
	/* */text-shadow: 1px 1px 2px #999999;
	letter-spacing: 1px;
}

#loginBox .loginFormDiv, #loginBox .recoveryFormDiv {
	margin: 20px auto;
	width: 390px;
	display: block;
}

#loginBox .recoveryFormDiv {display: none;}

#loginBox li {padding-bottom: 10px;}

#loginBox li.label {
	clear: left;
	float: left;
	width: 150px;
	font-weight: 700;
	font-size: 1.1em;
	color: #000000;
}

#loginBox li.field {
	float: left;
	width: 225px;
	font-weight: 400;
	font-size: 1em;
	color: #000000;
	text-align: left;
}

#loginBox li.field input, #loginBox li.field select {
	width: 220px;
	font-weight: 400;
	font-size: 1em;
	color: #000000;
	border: solid 1px #bbbbbb;
	text-align: left;
	padding: 2px;
}
#loginBox li.field select {width: 185px;}
#loginBox li.field input[type="password"] {width: 185px; padding: 2px;}

#loginBox li.field input[type="checkbox"] {width: auto;}

#loginBox li.field input[type="submit"], #loginBox li.field input[type="button"] {
	width: auto;
	padding: 5px 15px 5px 15px;
	color: #FFFFFF;
	background-color: #0066cc;
	border: none;
}

#loginBox .loginFormAccessLinks {
	margin: 10px auto 0 auto;
	/*width: 500px;*/
	text-align: center;
	font-size: .9em;
	display: block;
}

#loginBox #displayMsg {margin: 20px auto 10px auto; text-align: center; font-size: 1.2em; line-height: 1.4em;}
#loginBox .loginFormAccessLinks a {color: #00aeef !important;}
