﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background-color:#FFFFFF;
    background-image:url(../graphics/backgrounds/ricepaper_06.jpg);
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    border:none;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    border:none;
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #444444;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.2em;
    font-weight: 600;
    COLOR: #ff6600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: auto;
    background-color: #ffffff;
    background-image:url(../graphics/backgrounds/ricepaper_06.jpg);
    margin: 20px auto 0px auto;
    border: 0px solid #496077;
    border:none;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #CCCCCC;
    width: 100%;
    border:none;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    border:none;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
    border:none;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    border:none;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#CCCCCC;
    background-image:url(../graphics/backgrounds/ricepaper_06.jpg);
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    background-image:url(../graphics/backgrounds/ricepaper_06.jpg);
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    background-image:url(../graphics/backgrounds/ricepaper_06.jpg);
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #CCCCCC;
    background-image:url(../graphics/backgrounds/ricepaper_06.jpg);
    border: 0px #888888 solid;
    color: #888888;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #CCCCCC;
    color: #444444;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #444488;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0em 0px;
    padding: 1em;
    border: 0px solid #FFFFFF;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    background-image:url(../graphics/backgrounds/ricepaper_06.jpg);
    border:none;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    background-image:url(../graphics/backgrounds/ricepaper_06.jpg);
    border:none;
}

.loginDisplay a:link
{
    color: white;
    font-weight:bold;
}

.loginDisplay a:visited
{
    color: white;
    font-weight:bold;
}

.loginDisplay a:hover
{
    color:Blue;
    font-weight:bold;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* MORE   
----------------------------------------------------------*/
.testimonials
{
    font-style:italic;
    font-size:10pt;
    margin:24px 80px 12px 90px;
    border:1px solid #0000CC;
    padding: 12px 12px 12px 12px;
}
.testimonial_signature
{
    font-weight:bold;
    font-style:italic;
    font-size:10pt;
    text-align:right;
    margin:12px 100px 24px 90px;
}
div.Testimonial
{
    margin: 10px 45px 30px 45px;
    padding: 0 20px 0 20px;
    color: #003300;
}
p.Testimonial
{
    font-size: 100%;
    line-height: 1.6em;
    padding: 0 10px 0 10px;
    font-style: italic;
}
p.TestimonialSig
{
    text-align: right;
    font-size: 100%;
    padding: 0 10px 0 10px;
    font-style: italic;    
}

.mnuMain_0 
{
	POSITION: absolute; BACKGROUND-COLOR: white; DISPLAY: none; VISIBILITY: hidden; TOP: 0px; LEFT: 0px
}
.mnuMain_1 {
	FONT-FAMILY: Arial Narrow; 
	COLOR: white; 
	FONT-SIZE: 14pt; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none
}
.mnuMain_2 {
	BACKGROUND-COLOR: #0a2250; WIDTH: 100%; FONT-FAMILY: Arial Narrow; HEIGHT: 25px; COLOR: white; FONT-SIZE: 14pt; FONT-WEIGHT: bold
}
.mnuMain_3 {
	WIDTH: 100%
}
.mnuMain_4 {
	COLOR: #0ab1d3
}
.mnuMain_5 {
	COLOR: #0ab1d3
}
.mnuMainText {
	background-color:#0a2250; 
	width:100%; 
	height:25px; 
	margin: 1px 10px 1px 10px;
	font-family:Arial Narrow; 
	font-size:14pt; 
	font-weight:bold; 
	text-align:center;
	color:White; 
	text-decoration:none;
}
.mnuMainImage {
	background-color:transparent; 
	width:100%; 
	height:auto; 
	margin: 1px 10px 1px 10px;
	text-align:center;
	color:White; 
}

style1 
{
    BORDER-RIGHT-WIDTH: 0px; 
    BORDER-TOP-WIDTH: 0px; 
    BORDER-BOTTOM-WIDTH: 0px; 
    BORDER-LEFT-WIDTH: 0px 
}

.styleFrame
{
    width:100%;
    height:481px;
}
.styleFrameBackup
{
    width: 1010px;
    height: 481px;
}

div.InstructorPhoto
{
    float: left;
    width: 150px;
    padding: 0 30px 0 0px;
    font-size: smaller;
    text-align: center;
}

img.InstructorPhoto
{
    width: 150px;
}
div.Instructor
{
    
}

scheduleTable
{
    border:1; 
    border-color:Black;
}

image
{
    float: right; 
    width: 175px; 
    margin: 0 0 20px 20px; 
    border: 1 inset #808080;
}
