/*** Copyright (c) 2007, HYBRID LEARNING SYSTEMS, LLC
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*     * Redistributions of source code must retain the above copyright
*       notice, this list of conditions and the following disclaimer.
*     * Redistributions in binary form must reproduce the above copyright
*       notice, this list of conditions and the following disclaimer in the
*       documentation and/or other materials provided with the distribution.
*     * Neither the name of the HYBRID LEARNING SYSTEMS, LLC nor the
*       names of its contributors may be used to endorse or promote products
      derived from this software without specific prior written permission.
This software may not be resold or relicensed for a fee without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY HYBRID LEARNING SYSTEMS, LLC ``AS IS'' AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL HYBRID LEARNING SYSTEMS, LLC BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
HYBRID LEARNING SYSTEMS, LLC, 847 Airport Road, Lemont Furnace, PA USA www.hybrid-learning.com **/

/* iphone specific stylesheet */
body
{
  padding:0px;
  margin:0px;
  font-family: Helvetica;
  font-size: .8em;
  background-image: url(../images/bkg.png);
  background-repeat:repeat; 
  
 
}



#header,
#footer
{
 background-image: url(../images/panel.png);
 background-repeat:repeat-x; 
 width:100%;
 margin:0px;
 padding-top:4px;
 padding-bottom:4px;
 color: White;
 font-weight:bold; 
 text-align:center; 
  font-size: 18px; 
}

#header
{
    border-bottom:1px solid #cccccc;
   
}

#footer
{
  border-top:1px solid #cccccc;  
 
}

#footer a
{
    color:White;
    text-decoration:none;
}

#footer a:hover,
#footer a:visited 
{
  color:Red;
  text-decoration:underline;   
} 

#footer a:visited
{
    color:#CCCCCC;
    text-decoration:none;
} 
  

#main 
{
 width:auto;
 height:auto;
 
 bottom:100%;
 background-color: White;
 border: 1px solid white;
}

#main .pagetitle
{
  font-size: 1.5em;
  font-weight: bolder;
      
}

#main .title
{
    display:block; 
    margin-bottom: 3px; 
    padding: 2px;
    padding-left:0px;
    border-bottom:1px solid black; 
    font-weight:bolder;
    font-size:1.2em;
}

#main .shortdesc
{
  padding:5px;
  margin:0;
  font-style:italic;   
}


#main .stage
{
    margin:0px;
    padding: 7px;
    border:1px solid white;
    /*background-color: white; */
}

#main .stagemain
{
    margin:0px auto;
    padding: 7px;
    border:1px solid white;
    text-align:center;
    /*background-color: white; */
}


#main p
{
 padding:5px;   
}
#main li
{
  margin:2px 0 2px 0;
 
} 


#main h4,
#main h5
{
    margin:0px;
    padding:0px;
    margin-bottom: 4px;
}

#section 
{
  margin-top:5px;
  margin-bottom:5px;   
}

/**** Related Links ****/
#rel_links
{
 margin: 5px;
 padding: 5px;
 border:1px dotted #cccccc;
} 

#rel_links em
{
 font-weight:bold;
 display:block;   
}    

#rel_links a
{
 padding: 5px;
 /*display:block;*/
  
} 

/**** Code Block ****/
#codeblock
{
   margin:8px;
   border: 1px dotted #cccccc;
   background-color: #EBFAFF;
   font-family:Courier New;
   font-size: 10px;  
   padding: 7px;
   width: auto;
}

/* Home page form tags */
.buttons 
{
  height:29px;
  width:200px; 
  margin-top:7px;
   
}

.input 
{
  margin-bottom: 7px;
  width:200px;   
}

/* Prolog */

#prolog 
{
 margin: 5px;
 padding:5px;
 font-size: .7em;
 border: 1px dotted black;    
}

/* Simple Table Styles */
.simpletable
{
    
    border-right:1px solid #cccccc;
    margin-top: 5px;

}

.simpletd
{
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #cccccc;
    padding: 4px;
    /*border-top: 1px solid #CCCCCC;*/
}

.tablehead
{
  background-color:#cccccc; 
  font-weight:bold;
  padding: 3px; 
  border-top:1px solid #cccccc; 
}


.callout 
{
    background-color:#FFF1B8;
    
    
}


.error
{
    color:Red;
    font-weight:bold;
    display:block;   
}



