@charset "utf-8";
/* CSS Document */ 
 

html {
	/*background: url(../images/bg2.gif) repeat-x  #FFFFFF;*/
	width:100%;  
	margin: 0px;
	padding: 0px;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
    font-size: 14px;
	background: url(../images/bg2.gif) repeat-x #ffffff;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	width:100%;
}
a {
   color: #000000;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
    padding-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #admincontainer { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
    padding-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background:  url(../images/header_bg2.jpg) repeat-x #0090CF; 
	padding: 0 0px 0 0px;  /* 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. */
	margin: 0 0 0 0;
	height: 141px;
} 
.twoColFixRtHdr #header_mini { 
	background:  url(../images/header_bg_mini.jpg) repeat-x #0090CF; 
	padding: 0 0px 0 0px;  /* 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. */
	margin: 0 0 0 0;
	height: 141px;
} 

.twoColFixRtHdr #header2 { 
    background: url(../images/header2_bg.jpg) bottom repeat-x #D1F2E9; 
    padding: 0px 0px 0px 0px;  /* 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. */
   /* margin: 0 0 0 0;
    top: 0px;
    position:relative;*/
    /*height: 239px;*/
    width: 780px;
    height: 170px;
    
    
} 
.headlink {
 margin: 0px;
 padding: 0px;
 border: none;
 overflow: hidden;
}
.headdiv {
 margin: 0px;
 padding: 0px;
 border: none;
 overflow: hidden;
 z-index: 0;
 width: 780px;
    height: 100px;
}
p.black{
 color:black;
 font-size: 17px;
 margin-top: 0px; 
 padding-top: 0px;

}
.twoColFixRtHdr #header2 .iphone{
    left:0px;
    float:left;
    height: 170px;
}
.twoColFixRtHdr #header2 .h1head2{
	float:right;
	/* left: 192px;*/
    position:relative;
	text-align:right;
	color:#055070;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:15px 0px 0px 0px;
	margin:0px;
	font-size:20px;
	line-height:20px;
}

.twoColFixRtHdr #header2 #price_imS{
	float:left;
	left: 20px;
	top:-40px;  
	width:359px;
	height:133px;
	position:relative;
	overflow:visible;
	background:url(../images/price_imS699.png) top left no-repeat transparent;
	overflow: hidden;
	margin-bottom: -40px;
}
.twoColFixRtHdr #header2 #price_imSmin{
	float:left;
	left: 20px;
	top:-40px;  
	width:359px;
	height:133px;
	position:relative;
	overflow:visible;
	background:url(../images/price_imSmin.gif) top left no-repeat transparent;
	overflow: hidden;
	margin-bottom: -40px;
}

.twoColFixRtHdr #header2 #pricepostit{
    float:left;
    left: 20px;
   top:-40px;  
    width:359px;
    height:133px;
    position:relative;
    overflow:visible;
    background:url(../images/postit-new.gif) top left no-repeat transparent;
    overflow: hidden;
    margin-bottom: -40px;
}
.twoColFixRtHdr .appstorelink{
    text-decoration: none;
    color:#055174;
   /* background-color: black;   */
   /* background:url(../images/OnlyAppStore.jpg) no-repeat bottom;  */
    background:url(../images/App_Store_badge_wbg-2539.gif) no-repeat bottom; 
    background-position: 45px 100%;
   float:right;
    top:0px;
    width:168px;
    height:88px;
    position:relative;
    /*overflow:hidden;*/
    color:#055174;
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    text-align:right;
    padding-right: 0px; 
    padding-top:10px;
    
}
.twoColFixRtHdr #header2 #appstore{
    float:right;
    /*left: 180px;*/
    top:0px;
    width:268px;
    height:86px;
    position:relative;
    /*overflow:hidden;*/
    padding-right: 0px;
	padding-top:0px;
    background: transparent;
}

.twoColFixRtHdr .appstorelink_nopostit{
    text-decoration: none;
    color:#055174;
   /* background-color: black;   */
   /* background:url(../images/OnlyAppStore.jpg) no-repeat bottom;  */
    background:url(../images/App_Store_badge_wbg-2539.gif) no-repeat bottom right; 
   /*  background-position: 45px 100%; */
   float:right;
    top:0px;
    width:468px;
    height:82px;
    position:relative;
    /*overflow:hidden;*/
    color:#055174;
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    text-align:right;
    padding-right: 0px; 
    padding-top:10px;
    
}
.twoColFixRtHdr #header2 #appstore_nopostit{
    float:right;
    /*left: 180px;*/
    top:0px;
    width:468px;
    height:86px;
    position:relative;
    /*overflow:hidden;*/
    padding-right: 0px;
	padding-top:0px;
    background: transparent;
}

.twoColFixRtHdr .appstorelink:hover{
    text-decoration: none;
    color:#055174;
   /* background-color: black;   */
   /* background:url(../images/OnlyAppStore_on.jpg) no-repeat bottom;  */
   /* background-position: -168px 100%;  */
    
}

.twoColFixRtHdr #header h1 {
	margin: 0px 0px 0px 0px; /* 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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 5px 5px;
    margin: 30px 0px 0px 0px; 
    font-size: 12px;
  /*  padding-left: 10px;  */
   /*  text-align: right;     */

}
.twoColFixRtHdr #sidebar1 ul{
     padding: 0px 0px 0px 0px;
    font-size: 10px;
   list-style-image: url(../images/bullets.gif); 
  /* list-style: outside;   */
 /*    list-style-position: inside;     
    list-style: hiragana;              */   
    color: #055174;
    text-align: left;  
    margin: 0px 0px 0px 0px;
    overflow: visible;
}

.twoColFixRtHdr #sidebar1 li{
/*background: url(../images/bullets.gif) no-repeat right center ;        
padding-right: 10px;                                  */
margin: 2px 20px 0px 0px; 
padding: 0px 0px 0px 0px;    
}

.twoColFixRtHdr #mainContent { 
	margin: 10px 250px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    color: #666666;
   
} 

.twoColFixRtHdr #mainContentfull { 
	float:left;
	width:740px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px; 

	color: #666666;
} 
.twoColFixRtHdr #mainContentadmin { 
	float:left;
	/*width:100%;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px; 

	color: #666666;
} 
/*
.twoColFixRtHdr #mainContentfull a{ 
    color:#068BC4; 
}
.twoColFixRtHdr #mainContentfull a:visited{ 
    color:#068BC4; 
}  
*/
h1{
	/*margin: 0;  */
    margin-top:10px;
	padding: 10px 0;
	left:0px;
	color:#068BC4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
} 
h2{ 
	padding: 10px 0; 
	left:0px;
	color:#068BC4;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
} 

 
.slidetabsmenu{
float:left;
/*width:100%;*/
width: 680px;
font-size: 12px;
line-height:normal;
/*border-bottom: 1px solid #009584;*/
top:104px;
position:absolute;
height:37px;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0 0 0 100px;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url(../images/tab.gif) no-repeat left top;
margin:0;
margin-right: 5px;
padding:0 0 0 9px;
text-decoration:none;
width:120px;
text-align:center;
color:#CFF3E9;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(../images/tab_rigth.gif) no-repeat right top;
padding:12px 14px 11px 5px;
font-weight:bold;
color:#CFF3E9;
width:105px;
text-align:center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: black;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -37px;
padding:0 0 1px 9px;
color:#098BC9;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -37px;
padding:12px 14px 12px 5px;
color:#098BC9;
}

/*------horizontal submenu---*/
/* .twoColFixRtHdr #submenu */
.twoColFixRtHdr .submenu
{
	background-color: #333;
	
	font-size: 14px;
	/*clear:left; */
	color: #aaa;
	/*font-weight: bold; */
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	height: 25px;
	text-align: left;
	/*line-height: 16px;*/
}

.submenu a{
	text-decoration: none;
	padding-right: 6px; 
	padding-left: 6px; 
	color: #aaa;
}
.submenu a:active{
	color: #666666;
}

/*----------------------------------*/

.submenu a:visited{
	color: #aaa;
}

.submenu a:hover{
	text-decoration: none;
	color: #fff;
}
.submenu a.selected{
	color: #fff;
	font-weight: bold;
	padding: 10px 6px 20px 6px;
	background: url(../images/submen_selarr.gif) center bottom no-repeat #333;
}

/*----------------------------------*/

.nonmemsubmenu{
	/*font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;  */
	font-size: 14px;
	/*clear:left; */
	color: #068BC4;
	/*font-weight: bold;  */
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	width: 140px;
	text-align: right;
	line-height: 16px;
	float:right;
}

.nonmemsubmenu a{
	text-decoration: none; 
	padding-right: 0px; 
	padding-left: 10px; 
	padding-top: 0px;
	color: #068BC4;
}
.nonmemsubmenu a:active{
	color: #666666;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0;
/*border: 1px solid #918d8d; *//*THEME CHANGE HERE*/
/*border-width: 0 1px;*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #91DFCA;

width: 200px;
visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
/*border: 0 solid #918d8d;
border-bottom-width: 1px;*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#098BC9;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #eaeaea;
}

/*------------loginform------------------*/
#loginform .loginlable{
	background: url(../images/EmptyField.gif) no-repeat top right transparent;
	height:20px;
	width:200px;
	font-size:12px;
	/*padding-left:10px;
	padding-top:5px;*/
	padding: 6px 0px 2px 0px;
	/*margin:0px 13px 0px 0px;*/ 
    margin: 0px;
	text-align:right;
		/*margin:5px 0px 5px 0px;*/
       /* clear:both; */
}
#loginform .lablelog{
color:#666666;
	width:115px;
	text-align:left;
    padding-left: 0px;
    
}
#loginform .woborder{
width:115px;
border-color:#FFFFFF;
border:none;
height:17px;
font-size:10px;
padding:0 0 0 0;
margin: 0px 10px 0px 5px;
text-align:left;
/*float: right;   */
overflow: hidden;  
}

#loginform input.woborder:focus, #loginform input.woborder:hover{
   border-color:#FFFFFF;
  border:none;   
}
#loginform input#password{

margin-left:7px;
}
#logindiv{
width:200px;
background:url(../images/login_bottom.gif) right bottom  no-repeat; 
height:100px;
text-align:right;
margin: 0px;
padding: 0px;
}

#greeting{
width:200px;
text-align:right;
}

#greeting h4{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    
    font-size:12px;
    color:#055174;
}
#greeting a, #greeting a:hover, #greeting a:visited{
   /* margin: 0px 5px 0px 5px; */
   padding-right: 1px;
    font-size:10px;
    color:#055174;
  /*  text-decoration:none; */
    text-align:right;
}
#loginform .links{
height:20px;
padding-left:30px;
padding-top: 5px;
padding-bottom: 0px;
padding-right:6px;
margin: 0px;
color:#FFFFFF;
text-align:right;
}
#loginform a, #loginform a:hover{
	margin: 0px 5px 0px 5px;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
}
#logindiv h4{
	margin: 0px 0px 0px 0px;
    padding-bottom: 5px;
	font-size:12px;
	color:#055174;
   
}
/*--------------------*/
.breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
clear:left;
}

.breadcrumb a{
background: transparent url(../images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: #068BC4;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #068BC4;
}

.breadcrumb a:hover{
text-decoration: underline;
}


.footermenu{
/*font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;  */
font-size: 12px;
clear:left;
}

.footermenu a{
text-decoration: none;
padding-right: 10px; 
padding-left: 10px; 
color: #ffffff;
}

.footermenu a:visited, .breadcrumb a:active{
color: #ffffff;
}

.footermenu a:hover{
text-decoration: none;
}


html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}

#rightdiv {
	text-align: right;
	float: right;
	height: 60px;
	width: 200px;
	font-size: 12px;
	color: #068BC4;
	font-weight:bold;
    margin-top: 25px;
    
}

#rightdiv h3{
	text-align: right;
	font-size: 14px;
	color: #000000;
	padding:0px;
	margin:0px;
}

#qt{
	vertical-align:top;
	font-size:12px;
	/*width:400px;  */
	height:39px;
	margin-left:20px;
}

#mapholder{
background:url(../images/MapHolder1.jpg) left top no-repeat;  
margin-top:10px;
width:740px;
height:370px;
padding: 5px 5px 5px 0px;

  margin-bottom: 10px;
}
#mapholder .title{
margin-left: 10px;
}
#mapholder p{
    color:#FFFFFF; 
    font-weight:bold;
    padding: 0px 0px 0px 0px; 
    margin:0px 0px 0px 0px;  
}
#map_canvas{
	/*top:35px;*/
background-color:#FFFFFF;
	margin:10px 0px 0px 0px;
	width:740px;
	height:344px;
	display:block;
	position:relative;
    border: #C41C29 3px solid; 
}

/*---------location TABLE----*/

/*#locationtable ul { width: 750px; display: block; overflow: auto;}
#locationtable li { display: block; float: left; color:#000000; }*/

#locationtable ul{
 display: block; clear:both;
background:url(../images/LocationB.jpg) left top no-repeat #FFFFFF;
width:750px;
height:37px;
padding:0px;
margin:0px 0px 0px 0px;
/*padding:9px 0px 10px 0px;*/
}


#locationtable ul li#ids
{
    list-style-type: none;
    display: block;
    float:left;
    width: 22px;
    height:28px;
    text-align:center;
    padding: 9px 0px 0px 8px;
    color:#FFFFFF; 
}
#locationtable ul li#time
{
    list-style-type: none;
    display: block;
    float:left;
    width: 90px;
	height:28px;
	text-align:right;
	padding: 5px 10px 0px 10px;
	color:#111;
    font-size: 10px; 
}
#locationtable ul li#location
{
    list-style-type: none;
    display: block;
    float:left;
    width: 380px;
	height:28px;
	padding: 10px 10px 0px 10px;
	color:#333333;
    font-size: 11px;
    font-weight: bold;
}
#locationtable ul li#mapli
{
    list-style-type: none;
    display: block;
    float:left;
    width: 103px;
	height:28px;
	padding: 9px 10px 0px 0px;
	font-size:9px;
	color:#FF0000;
}
#locationtable ul li#mapli a
{
	color:#FF0000;
}
#locationtable ul li#play
{
    list-style-type: none;
    display: block;
    float:left;
    width: 60px;
	height:28px;
	padding: 9px 0px 0px 0px;
	font-size:9px;
	color:#FFFFFF;
}
#locationtable ul li#play a
{
	color:#FFFFFF;
}
#locationtable ul li.playicon
{
	list-style-type: none;
	display: block;
	float:left;
	width: 37px;
	height:28px; 
    background:url(../images/play.jpg) top left no-repeat;
	padding: 9px 0px 0px 0px;  
}
#locationtable ul li.playicon a
{
	width: 37px;
    height:28px;
    padding-left: 5px;
	text-decoration:none;
}
#locationtable ul li#playicon:hover
{
	/*background:url(../images/playred.jpg) top left no-repeat;   */
}

#locationtable ul.current
{
     margin:0px; 
     display: block; 
     clear:both;
    background:url(../images/LocationA.jpg) left top no-repeat #FFFFFF;
    width:750px;
    height:54px;
    margin-top:17px; 
    padding:0px 0px 0px 0px;
}

#locationtable ul.current li#ids
{
    list-style-type: none;
    display: block;
    float:left;
    width: 22px;
    height:28px;
    text-align:center;
    padding: 7px 0px 0px 8px;
    color:#FFFFFF; 
}
#locationtable ul.current  li#time
{
    list-style-type: none;
    display: block;
    float:left;
    width: 90px;
    height:28px;
    text-align:right;
    padding: 22px 10px 0px 10px;
    color:#FFFFFF;
    font-size: 10px; 
}
#locationtable ul.current  li#location
{
    list-style-type: none;
    display: block;
    float:left;
    width: 380px;
    height:28px;
    padding: 27px 10px 0px 10px;
    color:#333333;
    font-size: 11px;
    font-weight: bold;
}
#locationtable ul.current  li#mapli
{
    list-style-type: none;
    display: block;
    float:left;
    width: 103px;
    height:28px;
    padding: 26px 10px 0px 0px;
    font-size:9px;
    color:#FF0000;
}
#locationtable ul.current  li#mapli a
{
    color:#FF0000;
}
#locationtable ul.current  li#play
{
    list-style-type: none;
    display: block;
    float:left;
    width: 60px;
    height:28px;
    padding: 27px 0px 0px 0px;
    font-size:9px;
    color:#FFFFFF;
}
#locationtable ul.current  li#play a
{
    color:#FFFFFF;
}
#locationtable ul.current li.playicon
{
    list-style-type: none;
    display: block;
    float:left;
    width: 37px;
    height:28px;
    padding: 9px 0px 0px 0px;  
    margin-top:17px; 
   background:url(../images/playcur1.jpg) top left no-repeat;   
}

#locationtable ul.current li.playicon a
{
    width: 37px;
    height:28px;
    padding-left: 5px;
    text-decoration:none;
}

/* --------- ---------  ---------  --------- */

/*---------audfls TABLE----*/

/*#locationtable ul { width: 750px; display: block; overflow: auto;}
#locationtable li { display: block; float: left; color:#000000; }*/

#audflstable ul{
	display: block; clear:both;
	background:#ccc;   /*url(../images/LocationB.jpg) left top no-repeat #FFFFFF;*/
	width:750px;
	height:25px;
	padding:0px;
	margin:2px 0px 0px 0px;
	/*padding:9px 0px 10px 0px;*/
}


#audflstable ul li#ids
{
	list-style-type: none;
	display: block;
	float:left;
	width: 22px;
	height:20px;
	text-align:center;
	padding: 4px 0px 0px 8px;
	color:#666; 
}
#audflstable ul li#time
{
	list-style-type: none;
	display: block;
	float:left;
	width: 150px;
	height:20px;
	text-align:right;
	padding: 6px 10px 0px 10px;
	color:#555;
	font-size: 11px; 
}
#audflstable ul li#play
{
	list-style-type: none;
	display: block;
	float:left;
	width: 60px;
	height:20px;
	padding: 7px 0px 0px 100px;
	font-size:9px;
	color:#666;
}
#audflstable ul li#play a
{
	color:#666;
}
#audflstable ul li.playicon
{
	list-style-type: none;
	display: block;
	float:left;
	width: 37px;
	height:25px; 
	background:url(../images/play_ccc.jpg) top left no-repeat;
	padding: 4px 0px 0px 0px;  
}
#audflstable ul li.playicon a
{
	width: 37px;
	height:20px;
	padding-left: 5px;
	text-decoration:none;
}
#audflstable ul li#playicon:hover
{
	/*background:url(../images/playred.jpg) top left no-repeat;   */
}

#audflstable ul.current
{
    margin:0px; 
    display: block; 
    clear:both;
    background__:url(../images/LocationA.jpg) left top no-repeat #FFFFFF;
    width:750px;
    height:54px;
    margin-top:17px; 
    padding:0px 0px 0px 0px;
}

#audflstable ul.current li#ids
{
    list-style-type: none;
    display: block;
    float:left;
    width: 22px;
    height:28px;
    text-align:center;
    padding: 7px 0px 0px 8px;
    color:#FFFFFF; 
}
#audflstable ul.current  li#time
{
    list-style-type: none;
    display: block;
    float:left;
    width: 90px;
    height:28px;
    text-align:right;
    padding: 22px 10px 0px 10px;
    color:#FFFFFF;
    font-size: 10px; 
}
#audflstable ul.current  li#location
{
    list-style-type: none;
    display: block;
    float:left;
    width: 380px;
    height:28px;
    padding: 27px 10px 0px 10px;
    color:#333333;
    font-size: 11px;
    font-weight: bold;
}
#audflstable ul.current  li#mapli
{
    list-style-type: none;
    display: block;
    float:left;
    width: 103px;
    height:28px;
    padding: 26px 10px 0px 0px;
    font-size:9px;
    color:#FF0000;
}
#audflstable ul.current  li#mapli a
{
    color:#FF0000;
}
#audflstable ul.current  li#play
{
    list-style-type: none;
    display: block;
    float:left;
    width: 60px;
    height:28px;
    padding: 27px 0px 0px 0px;
    font-size:9px;
    color:#FFFFFF;
}
#audflstable ul.current  li#play a
{
    color:#FFFFFF;
}
#audflstable ul.current li.playicon
{
    list-style-type: none;
    display: block;
    float:left;
    width: 37px;
    height:28px;
    padding: 9px 0px 0px 0px;  
    margin-top:17px; 
   background:url(../images/playcur1.jpg) top left no-repeat;   
}

#audflstable ul.current li.playicon a
{
    width: 37px;
    height:28px;
    padding-left: 5px;
    text-decoration:none;
}

/* --------- ---------  ---------  --------- */

.twoColFixRtHdr #footer { 
    /* this padding matches the left alignment of the elements in the divs that appear above it. */
    padding: 60px 0px 0 0px; 
    background:#098BC7; 
    height: 76px;
    width:100%;
    clear: left;
    text-align: center;
    color:#FFFFFF;
   
} 
.twoColFixRtHdr #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 */
    font-size: 12px;
}
.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;
    background:#000099;
    width:100%;
}


/* ------------------------            ------------------------ */ 
/* ------------------------  evntable  ------------------------ */ 
#evntable {
    width: 482px;
}
#evntable a, #histtable a:visited{
	color:#055174;
	text-decoration: none;
}
#evntable a:hover{
	font-weight: bold;
}
#histtable .th {
	background-color: #118FC9;
	color:#FFFFFF;
}
#evntable .th {
	background-color: #118FC9;
	color:#FFFFFF;
}
#evntable td {
    /*text-align: center;   */
}


/* ------------------------              ------------------------ */ 
/* ------------------------  admintable  ------------------------ */ 
#admintable {
    width: 100%;
}
#admintable a {
	color:#055174;
	text-decoration: none;
}
#admintable a:hover{
	font-weight: bold;
}
#admintable .th {
	background-color: #118FC9;
	color:#FFFFFF;
}
#admintable td {
	padding: 3px 7px 3px 7px;
}


/* ------------------------    ------------------------ */ 


#histtable {
   width: 482px;
}

#pages{
 width: 482px; 
 text-align: right;
}



#pages a,  #pages a:visited{
    color:#055174;
    text-align:right;
    text-decoration: none;
}

#pages a:hover{
   font-weight: bold;
}

.imghow {
/*text-align: left;    */
width: 160px;
float:left;
}
.imghow3 {
/*text-align: left;    */
width: 130px;
__float:left;
}
.imgworks {
/*text-align: left;    */
width: 490px;
float:left;
}


.faqtable{
	vertical-align: top;
}
.faqtable td{
	height: 260px;
	vertical-align: top; 
	padding: 0px 30px 90px 0px;
}
.faqtable td.text{
	padding-top: 3px; 
}
.faqtable p{
	padding: 8px 0px 0px 0px;
	margin: 0px;
}

.faqtable ol
{
    padding: 0px 0px 15px 20px;
}
.faqtable ol li
{
    padding: 0px 0px 15px 0px;
}

ol.ol_int
{
	list-style-type: lower-alpha;
    padding: 5px 0px 5px 20px;
}
ol.ol_int li
{
    padding: 0px 0px 5px 0px;
}


.txtimgtable{
	vertical-align: top;
	width: 730px;
}
.txtimgtable td{
	vertical-align: top; 
	padding: 0px 0px 0px 0px;
	font-size: 20px;
}
.txtimgtable td.text{
	padding-top: 0px;
}
.txtimgtable p{
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


.rechpricetable{
vertical-align: top;
}
.rechpricetable td{
height: 10px;
vertical-align: top; 
padding: 0px 0px 0px 0px;
}
.rechpricetable td.text{
padding-top: 3px; 
}
.rechpricetable p{
padding: 8px 0px 0px 0px;
margin: 0px;
}