
/* Front-end background and main table */

.musicplayer {
	padding-right:10px;
}

body {
	line-height:130%;
	font-size: 8.5pt;
	margin: 0px;
	margin-top:45px;
	background-color: #797979;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.adminBar {
   background-color: #ffffff;
}

/* sets the width of the whole site */
#container {
	width: 905px;
	background-color: transparent;
	margin:auto;
}
#banner img{
	display:block;
}
#topmenu{
	text-align: center;
	margin:0;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#topmenu li {
	list-style-type: none;
	margin: 0;
	display: inline;
	line-height: 30px;
}
#topmenu a {
	padding: 0 12px 0 12px;
	text-decoration: none;
	color: #ffffff;
	font-size: 9pt; 
}
#topmenu a:visited {
	color: #ffffff;
}
#topmenu a:hover {
	color: #333;
}



/* Where the content goes */
#middle{
	height:509px;
	padding: 0;
	margin:0;
	background-image: url(/extras/styles/webideas/portrait_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#middleBook{
	height:509px;
	padding: 0;
	margin:0;
	background-image: url(/extras/styles/webideas/portrait_bg_book2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#middleContent{
	position: relative;
	top:240px;
	left:390px;
	width:435px;
}

#middleContentHigh{
	position: relative;
	top:40px;
	left:390px;
	width:435px;
}	

#middleOther{

	padding: 0;
	margin:0;
	background-image: url(/extras/styles/webideas/other_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#middleContentOther{
/*	position: relative; */
	top:53px;
	left:53px;
	width:735px;
	padding:53px;
}

#footer{
	clear:both;
	padding: 24px 20px 20px 20px;
	font-size:7pt;
	color: #222;
	background-image: url(/extras/styles/webideas/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:104px;
}
#footerOther{
	clear:both;
	padding: 24px 20px 20px 20px;
	font-size:7pt;
	color: #222;
}
.footerLeft{
	width:300px;
	float: left;
}
.footerMiddle{
	float:left;
	width:300px;
	text-align: center;

}
.footerRight{
	width:200px;
	float: right;
	text-align:right;
}
#footer a {
	font-size: 7pt;
	color:#222;
	text-decoration: none;
}
#footer a:hover {
	color:#fff;
}

/* heading on book page */
.trans{
	font-size: 13pt;
	color:#000000;
	font-weight:bold;
}
.mation{
	font-size: 14pt;
	font-weight:bold;
}
.impChg{
	font-size: 10pt;
}
.vs{
	font-size: 7pt;
}



/* general site-wide styles */
a {
   color: #ffffff;
   text-decoration: underline;
}
a:hover {
   color: #333333;
   text-decoration: underline;
}
h1 {
  font-size: 12pt;
}
h2 {
  font-size: 10pt;
  padding-bottom:0px;
  margin-bottom:0px;
  line-height:100%;
}

/* general form classes */
input{
  color: #003399;
}
textarea{
  color: #003399;
}
select{ 
}
.formDescription {
}
.formSubtext {
  font-size: 8pt;
}

/* search function - not sure where though */
.searchText {

	font-size: 10pt;
	color: #1964a8;
    	line-height: 20px;
	font-weight: bold
}
.searchButton {
	background-color: #FFFFFF;
	border: #cccccc .5pt solid;
	font-size: 12pt;
	color: #003399;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
}
.searchInput {
	background-color: #FFFFFF;
	font-family: Arial;
	border: #cccccc .5pt solid;
	font-size: 12pt;
	color: #003399;
	font-style: normal;
	line-height: 16px;
}







