@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 11px;
}

/*
.menu{margin:0 0 20px; padding:0; height:30px; width:100%; display:block; background:url('images/topMenuImages.png') repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('images/topMenuImages.png') 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('images/topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url('images/topMenuImages.png') 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url('images/topMenuImages.png') 100% -90px no-repeat;}
*/

/*- Menu Tabs --------------------------- */

    #tabs4 {
      float:left;
      width:100%;
      font-size:80%;
      line-height:normal;
	  	border-bottom:1px solid #6B78A9;
			margin:0 0 20px;
      }
    #tabs4 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      background:url("images/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:left;
      display:block;
      background:url("images/tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#4f91cd; /*#6B78A9;*/
			font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:#4f91cd; /*#6B78A9;*/
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }  

.main {width:980px;text-align:left;margin:0 0 0 0;border:none;padding:0;}

.main #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #header { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.main #library {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 460px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px;*/
	border: none;
	overflow-y: auto;
	overflow-x: hidden;
}

.main #library #position {width:400px;text-align:left;margin:0 0 0 0;border:none;padding:0;}
.main #library #position #pos1 {width:395px;height:22px;text-align:left;margin:1px 0 3px 5px;border:none;padding:0;background-image: url(images/list_bg1.gif);}
.main #library #position #pos1 p.insidepos1 {width:310px;text-align:left;margin:5px 5px 0 5px;border:none;padding:0;color:#4f91cd; font-weight: bold;}
.main #library #position p.pos2 {width:395px;height:50px;text-align:left;margin:1px 0 2px 5px;border:none;padding:0;background-color:#eeeeed; }
.main #library #position p.pos2 img {float: left; margin-right: 5px; border: none;}
.main #library #position p.pos2 a {color:#747470; font-weight: normal; text-decoration: none;}
.main #library #position p.pos2 a:hover {color:#4f91cd;}
.main #library #position p.pos2sel {width:395px;height:50px;text-align:left;margin:1px 0 2px 5px;border:none;padding:0;background-color:#4f91cd; }
.main #library #position p.pos2sel img {float: left; margin-right: 5px; border: none;}
.main #library #position p.pos2sel a {color:#ffffff; font-weight: normal; text-decoration: none;}
.main #library #position p.pos2sel a:hover {color:#747470;}

.main #player { 
	margin: 0 5px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the library div contains, the column space will remain. You can remove this margin if you want the #player div's text to fill the #library space when the content in #library ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.main #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
