/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

body
	{
	margin: 0;
	padding: 0;
	background-image: url(../images/bgs/background.gif);
	font-size: 100.01%;
	text-align: center; 
	}
#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width: 90%;
	min-width: 760px;				/* <-- use this to tie width to viewport size */
	/*width: 40em;				 <-- use this for a set width */
	background-color: #ffffcc;
	}
#box.road_schedule {
	width: 100%;
} 	
#content
	{
	padding:3em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color: #000099;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
#content p.warning {
	display: block;
	padding: 10px;
	margin: 0 100px 0 0;
	border: 1px solid #FF3300;
	color: #FF3300;
	font-weight: bold;
}
#content ul.adminlinks {
	list-style-type: none;
	text-align: center;
	width: auto;
	padding: 10px;
	margin: 0 2px 0 2px;
	background-color: #1c6a84;
}
#content ul.adminlinks li {
	display: inline;
	padding: 2px;
	margin-right: 10px;
	margin-left: 10px;
}
#content ul.adminlinks li a {
	text-decoration: none;
	color: #FFCC00;
	font-family:"Myriad Web Pro", Arial, sans-serif;
	font-size: 1.2em;
}
#content ul.adminlinks li a:hover {
	text-decoration: none;
	border: #FF9900 1px solid;
	color: #ffffcc;
	padding: 3px;
}
table {
	width: 90%;
}
table.road_schedule {
	width: 100%;
}
table th {
	background-color: #1c6a84;
	color: #FFCC00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
table th.wrap {
	width: 200px;
}
table td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#000099;
	padding: 5px;
	border: 1px;
	border-color: #666666;
}
table a {
	text-decoration: none;
}	
table a:hover {
	text-decoration: underline;
}
table tr.paging {
	text-align: center;
	padding-top: 10px;
}
table.message {
	width: 100%;
}

body#admin a#adminLink,
body#user a#userLink,
body#joke a#jokeLink,
body#mail a#mailLink,
body#schedule a#scheduleLink {
	color:#66FF99;
	font-weight: bold;
	border: 1px solid #ff9900;
	padding: 3px;
}


		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image: url(../images/bgs/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/bgs/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/bgs/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/bgs/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/bgs/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/bgs/bb.gif);
	background-position: 50% 100%;
	}
#rb
	{
	background-image:url(../images/bgs/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #ffffcc;
	background-image:url(../images/bgs/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
form.login {
	display: block;
	font-family:"Myriad Web Pro", Arial, sans-serif;
	font-size: 1em;
	border: 1px #000099 solid;
	color: #ffffcc;
	background-color: #1c6a84;
	margin: 5px 100px 0 0;
	padding: 20px 40px 10px 10px;
}
label {
	color: #ffffcc;
}
#footer {
	font-size: .7em;
	font-family: "Myriad Web Pro", Arial, sans-serif;
	width: 700px;
	margin:  20px auto 20px auto;
	padding-bottom: 20px;
	color: #812e1c;
	text-align: center;
}

#links {
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}
#links ul {
	display: block;
	list-style-type: none;
	text-align: center;
	width: auto;
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
}
#links ul li {
	display: inline;
	border: none;
}
#links ul li a {
	text-decoration: none;
	color: #ffffcc;
	font-family:"Myriad Web Pro", Arial, sans-serif;
	font-size: .7em;
	
}
#links ul li a:hover {
	text-decoration: underline;
}





	

			
