/*
 -----------------------------------------------------------------------
 Company SiliconCoach.com
 edited by $Author: chris $
 date $Date: 2006/02/03 00:28:55 $
 version $Revision: 1.20 $
 location $RCSfile: standard.css,v $

 -----------------------------------------------------------------------
*/

body
{
	margin: 0em;
	background-color: #D7D7D7;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:0.9em;
}

td
{
font-size:0.9em;
}


input
{
	font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
}

/* form */
form
{
	background-color: #D7D7D7;
	margin: 1em;
	margin-left: 11em;
	padding: .5em;
	padding-left: .5em;
	border-color: #9A1C24;
	border-width: 1px;
	border-style: solid;
}

form h2
{
	font-size : 1.0em;
	display: inline;
}
form fieldset
{
border: #26a solid 1px;
/*width: 20em;*/
text-align:right;
padding:1em;
}

form legend
{
background: #9A1C24;
border: #26a solid 1px;
padding: 1px 10px;
color: white;
}



form input.multitext
{
	width:15px;
}

/* for end */
div.BodyInset
{
	background-color: white;

	padding: 0em;
	margin-top: auto;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: auto;
	border-color: black;
	border-width: 1px;
	border-style: solid;
min-height: 500px;
	width:850px; /* breaks the header design on large table pages*/

}

@media print
{
div.BodyInset
{
   /*background-color: red; */
   width:100%;
}

div.menu
{
 display:none;
}
form {margin-left:1em;}
}


/*Heading */

div.heading
{
	background-image: url(images/titlebg.gif);
	background-color: #9A1C24; /* Same red as image */
	height: 119px;
	overflow:hidden
}

div.heading h1
{
	font-size: 30px;
	margin: 0em;
	padding-top:30px;
	padding-bottom:60px;
	padding-left:20px;
	text-align:left;
	/*debug stuff */

	/*background-color:Gray;*/
	color: #fff;
	border: none;
}


/* news */

div.news
{
	/*background-color: gray; */
	margin-left:5%;
	margin-right:5%;
	padding : .5em;
	border-color: #000;
	border-width: 1px;
	border-style: dotted;
}

div.news h1
{
	font-size: 2em;
	margin:0px;
}

div.news h2
{
	text-align: right;
	font-size: 1em;
	font-style: italic;
	display: inline;
}

div.news p
{
  font-size: 1em;
	font-style: italic;
	display: inline;
}

/* news */

div.email
{
	background-color: gray;
	margin-left:5%;
	margin-right:5%;
	padding : .5em;
	border-color: blue;
	border-width: 1px;
	border-style: dotted;
}

div.email h1
{
	font-size: 2em;
	margin:0px;
}

div.email h2
{
	text-align: right;
	font-size: 1em;
	font-style: italic;
	display: inline;
}
div.widetable
{
font-size: .7em;
}

div.narrowtable
{/*Place holder */ }
div.email p
{
  font-size: 1em;
	font-style: italic;
	display: inline;
}
/* menu system */
div.menu
{
	float: left;
	background-color:#cccccc;
	width:10em;
	/*height: auto;*/
        min-height:300px;
	text-align: left;
	padding-bottom:10px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius:8px;
  -webkit-border-bottom-right-radius:8px;
}

/* IE Hack this code is not run by IE */
html>body div.menu,html>body div.menudescription
{
  margin-top:10px;
}

div.menu h1
{
margin:0;
	background-color:#FFF;
	font-size: 1em;
	text-align: center;
  margin-bottom:0px

}

div.menu p
{
 padding-left: .5em;
 padding-right: .5em;
 display: block;
 background-color:#CCC;
 margin-top:0px;
 margin-bottom:0px
}

div.menu a:link, div.menu a:visited
{
	text-decoration: none;
	background-color:#CCC;
	width:100%;
	color:#000;
}

div.menu a:hover
{
	background-color:#9A1C24;
	color:#ffffff;

}

div.menudescription
{
	margin-left:10px;
	float:left;
	padding-right:1em;
	padding-left:1em;
	/*left:180px;
	top:-100px;*/
	width:450px;
	background-color:#eee;
}
/* error trace */
div.HtmlShowException
{
  color:white;
  background-color: gray;
}

div.HtmlShowException pre
{
font-size: 1em;
}

		/* DragAndDrop */
		div.DragAndDrop
		{
			background-color:#eee;
			border-width:1px;
			border-color:#9A1C24;
			border-style: solid;
			margin:2px;
		/*	position:absolute;*/

		}


		div.DragAndDrop ul
		{
			list-style-type:none;
			padding: 0px;
			margin: 0px;
			width: 17em;
			font-size: 10pt;
			text-align:left;
			font-family: sans-serif;
		}
		div.DragAndDrop ul li {
			position: relative;
			/*cursor:move;*/
			margin-bottom: 4px;
			border: 1px solid #ccc;
			background-color: #eee;
		}
/* End DragAndDrop */
/*added by ryan*/
h1{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	border-bottom: solid 2px #9A1C24;
	text-indent: 10px;}
