/*-------------------------------------------*\
|               --style.css--                 |
|                                             |
|  Version 0.0.1                              |
|  For use at http://www.northroyaltonsd.org  |
|                                             |
|  Written by Greg Strnad                     |
|  http://www.thegerf.net                     |
\*-------------------------------------------*/

body
{
	background-color: white;
	color: black;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0px;
}

#page
{
	background: #e9e9e9 url(graphics/column_background.gif) repeat;
	left: 0px;
	position: relative;
	top: 0px;
	width: 100%;
}

#header_container
{
	background: #680078 url(graphics/header_background.gif) repeat-x scroll top left;
	left: 0px;
	height: 110px;
	position: relative;
	top: 0px;
	width: 100%;
}

#header_logo
{
	border: none;
	height: 107px;
	left: 6px;
	position: absolute;
	top: 0px;
	width: 137px;
}

#header_name
{
	border: none;
	height: 34px;
	left: 155px;
	position: absolute;
	top: 37px;
	width: 397px;
}

#header_school
{
	border: none;
	height: 38px;
	left: 170px;
	position: absolute;
	top: 71px;
	width: 530px;
}

#column_left
{
	left: 0px;
	position: absolute;
	top: 110px;
	width: 150px;
}

#beta
{
	background-color: #dddddd;
	border: dashed 1px black;
	font-size: 10px;
	left: 10px;
	position: relative;
	text-align: center;
	top: 120px;
	width: 130px;
}

#column_right
{
	position: absolute;
	top: 110px;
	right: 0px;
	width: 150px;
	z-index: 100;
}

#column_center
{
	background-color: white;
	margin-left: 150px;
	margin-right: 150px;
	position: relative;
}

#updated
{
	font-size: 0.75em;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	text-align: right;
}

#footer
{
	position: relative;
	text-align: center;
}

img.leftimage
{
	margin: 4px;
	width: 140px;
	height: 100px;
	border: solid 1px black;
}

#mainimage_frame
{
	width: 100%;
	height: 130px;
	border-bottom: solid 1px black;
	background: #e9e9e9 url(graphics/column_background.gif) repeat;
}

#mainimage
{
	width: 470px;
	height: 130px;
}

#center_main
{
	margin: 5px 10px 0px 10px;
}

div.content_header
{
	border: solid 1px #dddddd;
	margin-top: 10px;
	height: 20px;
	background-color: #efefef;
}

div.alert
{
	background-color: #efefef;
	border: solid 1px #dddddd;
	margin-top: 10px;
	position: relative;
}

img.alert_image
{
	height: 14px;
	left: 3px;
	position: absolute;
	top: 2px;
	width: 14px;
}

img.edit_icon
{
	border: none;
	height: 16px;
	margin-right: 2px;
	width: 16px;
}

td.edit_col
{
	text-align: center;
	width: 20px;
}

div.alert_body
{
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
	padding-bottom: 5px;
	position: relative;
	top: 2px;
}

img.content_dot
{
	width: 8px;
	height: 8px;
	margin: 6px;
	float: left;
}

div.content_header_title
{
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
}

div.content_body
{
	height: 1%;
	border: solid 1px #dddddd;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 0px 6px;
	background: #efefef url(graphics/content_watermark.gif) no-repeat scroll bottom right;
}

div.right_menu
{
	border: solid 1px #bbbbbb;
	margin: 5px 2px 0px 2px;
	padding: 0px 3px;
	background: #efefef url(graphics/content_watermark.gif) no-repeat scroll bottom right;
}

div.content_news_title
{
	margin: 10px 89px 0px 10px;
	font-family: arial, tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px black;
}

div.content_news_contributed
{
	font-style: italic;
	margin: 2px 0px 0px 10px;
	color: #999999;
}	

img.content_news
{
	width: 83px;
	height: 83px;
	float: right;
	margin: 6px 10px 10px 10px;
}

div.content_news_body
{
	border: dotted 1px #999999;
	margin: 10px 16px 40px 10px;
	padding: 0px 4px 0px 10px;
}

div.content_news_readmore
{
	width: 100%;
	border-top: solid 1px #cccccc;
	text-align: right;
	font-style: italic;
}

img.button
{
	width: 88px;
	height: 31px;
	border: none;
}

img.right_school
{
	width: 140px;
	height: 50px;
	border: solid 1px black;
	margin-top: 4px;
	position: relative;
	left: -2px;
}

img.contact_school
{
	float: left;
	width: 140px;
	height: 50px;
	border: solid 1px black;
	margin-right: 4px;
}

div.right_links
{
	width: 140px;
	margin: 4px;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

div.editbox
{
	border: solid 1px #a5acb2;
	margin: 5px 2px 2px 2px;
	padding: 2px 10px 2px 10px;
}

textarea
{
	width: 99%;
}

.edit
{
	background-color: #f7f7f7;
	border: solid 1px #a5acb2;
}

input
{
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
}	

.edit:focus
{
	background-color: #ffffff;
}

div.announcements_title
{
	margin-top: 10px;
	font-family: arial, tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px black;
}

li
{
	margin-top: 5px;
}

table.full
{
	border: none;
	margin-top: 5px;
	width: 100%;
}

td
{
	color: black;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
}

td.header
{
	font-weight: bold;
}

td.multi
{
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}

td.color1
{
	background-color: #e5e5e5;
}

td.color2
{
	background-color: #e0e0e0;
}

td.color3
{
	background-color: #dadada;
}

td.color4
{
	background-color: #d5d5d5;
}

span.inactive
{
	font-style: italic;
}

span.b
{
	font-weight: bold;
}

span.i
{
	font-style: italic;
}

span.u
{
	text-decoration: underline;
}

span.s
{
	text-decoration: line-through;
}

span.def
{
	border-bottom: dotted 1px #333333;
	cursor: help;
}

img.l
{
	position: relative;
	float: left;
}

img.r
{
	position: relative;
	float: right;
}

img.f
{
	position: relative;
	float: none;
}

h1
{
	border-bottom: solid 1px black;
	margin-top: 20px;
}

h2
{
	border-bottom: solid 1px #888888;
	margin-top: 20px;
}

h3
{
	border-bottom: solid 1px #aaaaaa;
	margin-top: 20px;
}

h4
{
	margin-top: 20px;
}

h5
{
	margin-top: 20px;
}

h6
{
	margin-top: 20px;
}

ol.rom_s
{
	list-style-type: lower-roman;
}

ol.rom_l
{
	list-style-type: upper-roman;
}

ol.abc_s
{
	list-style-type: lower-alpha;
}

ol.abc_l
{
	list-style-type: upper-alpha;
}

div.row
{
	clear: both;
	padding-top: 5px;
}

div.label
{
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
}

div.content
{
	margin-left: 165px;
	text-align: left;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

a:link, a:visited
{
	text-decoration: none;
	color: purple;
}

a:hover, a:active, a:focus
{
	text-decoration: underline;
	color: navy;
}