﻿*
{
    font-family: Verdana;
    font-size: 11px;
}
h1 { font-size: 21px; }
h2 { font-size: 19px; }
h3 { font-size: 17px; }
h4 { font-size: 15px; }
h5 { font-size: 13px; }
th { text-align: left; }
tr { vertical-align: top; }
.lessonBlock {margin: 6px; padding: 12px;float: left;}
.greencontainer {border:1px solid #008000;background-color:#E5FFE5}
.redcontainer {border:1px solid #800000;background-color:#FFE5E5}
.padleft {padding-left: 20px;}
.padtop {padding-top: 20px;}
.autotable td
{
    padding: 6px;
}
label
{
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    color: #888;
}
textarea
{
    padding: 2px 2px 2px 3px;
    border: solid 1px #888;
}
select
{
    padding: 2px 2px 2px 3px;
    border: solid 1px #888;
}
input[type='text']
{
    padding: 2px 2px 2px 3px;
    border: solid 1px #888;
}
input[type='password']
{
    padding: 2px 2px 2px 3px;
    border: solid 1px #888;    
}
input[type='submit']
{
    padding: 2px 6px 2px 6px;
    border: solid 1px #888;
    color: #333;
    background-color: #ddd;    
}
input[type='submit']:hover
{
    border: solid 1px #000080;
    color: #000080;
    background-color: #ddd;    
}
.infopanel
{
    border: solid 1px #008000;
    background-color: #F2FFE5;
    color: #000;
    padding: 8px;
    margin: 10px 0px 10px 0px;
}
.errorpanel
{
    border: solid 1px #800000;
    background-color: #FFCCCC;
    color: #000;
    padding: 8px;
    margin: 10px 0px 10px 0px;
}

.field
{
    display: block;
    color: #000080;
    margin-bottom: 8px;
}
.field a
{
    margin-left: 10px;
    margin-bottom: 12px;
}
.buttonpanel
{
    margin-bottom: 4px;
}
.buttonpanel input[type='submit']
{
    margin-left: 10px;
}
.companytitle
{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.user
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
#bandlinks
{
    margin-top:15px;width:300px;padding:12px;
}
#bandlinks a
{
    margin-right: 6px;
    text-decoration: none;
}
#bandlinks a:hover
{
    text-decoration: underline;
}

#dashboardtop
{
    background-color: #444; 
    padding: 6px; 
    border-bottom: solid 1px #777;
}
#dashboardlist
{
    background-color: #555; 
    padding: 6px 0px 6px 6px; 
    border-bottom: solid 1px #666;
}
#dashboardheader
{
    display: inline;
    height: 40px;
    line-height: 20px;
}
#dashboardheader .companytitle
{
    margin-right: 20px;
}
#dashboardheader .user
{
    margin-right: 20px;
}
#dashboardheaderlinks
{
    text-align: right;
    line-height: 20px;
}
#dashboardheaderlinks a
{
    color:#999;
    font-weight: bold;
    text-decoration: none;
    margin: 6px 10px 6px 10px;
    padding: 2px 4px 2px 4px;
    border: solid 1px transparent;
    background-color: transparent;
}
#dashboardheaderlinks a:hover
{
    border: solid 1px #555;
    background-color: #666;
    color: #bbb;
}

#projectlist a
{
    color:#bbb;
    font-weight: bold;
    text-decoration: none;
    margin: 6px 10px 6px 10px;
    padding: 2px 4px 2px 4px;
    border: solid 1px transparent;
    background-color: transparent;
    line-height: 20px;
}
#projectlist a:hover
{
    border: solid 1px #666;
    background-color: #777;
    color: #eee;
}

#projectlist a.highlight
{
    color:#FFFFE5;
    font-weight: bold;
    text-decoration: none;
    margin: 6px 10px 6px 10px;
    padding: 2px 4px 2px 4px;
    border: solid 1px transparent;
    background-color: transparent;
    line-height: 20px;
}
#projectlist a.highlight:hover
{
    border: solid 1px #666;
    background-color: #777;
    color: #FFFFE5;
}
#content
{
    border: 0; 
    margin: 0; 
    width: 100%;
    background-color: #ffffff;
}

#rightcontent
{
    padding-top: 0px;
    padding-left: 20px;
    left: 200px;
    display: block;
    position: absolute;
    margin-top: 0px;
}

#rightcontent p
{
    margin-top: 0px;
    margin-bottom: 10px;
}

#leftnav
{
    width: 200px;
    float:left;
    border-right: dashed 1px #ddd;
}

#leftnav h5
{
    margin: 20px 10px 6px 10px;
    padding: 2px 4px 2px 4px;
    border-bottom: dashed 1px #ddd;
}

#leftnav a
{
    color:#000080;
    text-decoration: none;
    margin: 6px 10px 6px 10px;
    padding: 2px 4px 2px 4px;
    border: solid 1px transparent;
    background-color: transparent;
    line-height: 20px;
    display: block;
}
#leftnav a:hover
{
    border: solid 1px #000080;
    background-color: #f6f6f6;
    color: #000080;
}
.feature
{
    color: #fff;
    margin: 20px 10px 10px 10px;
    font-size: 13px;
    font-weight: bold;
}
.featuresub
{
    color: #fff;
    margin: 10px 10px 10px 20px;
    font-size: 11px;
}
#LoginDialog label
{
    color: #222;
    margin-right: 2px;
}
#LoginDialog input[type='submit']
{
    padding: 2px 6px 2px 6px;
    border: solid 1px #888;
    color: #333;
    background-color: #ddd;    
    margin-right: 7px;
    margin-top: 5px;
}
.note
{
    font-size: 9px;
    color: #008000;
}


.certified
{
	height: 32px;
	background-position: left center;
	background-image: url('/assets/images/certified32.png');
	background-repeat: no-repeat;
}
.noncertified
{
	height: 32px;
	background-position: left center;
	background-image: url('/assets/images/uncertified32.png');
	background-repeat: no-repeat;	
}
.infopanel
{
    border: solid 1px #008000;
    background-color: #F2FFE5;
    color: #000;
    padding: 8px;
    margin: 10px 0px 10px 0px;
}
.errorpanel
{
    border: solid 1px #800000;
    background-color: #FFCCCC;
    color: #000;
    padding: 8px;
    margin: 10px 0px 10px 0px;
}
.msgpanel
{
    border: solid 1px #f6f6f6;
    background-color: #fff;
    color: #000;
    padding: 15px;
    margin: 10px 0px 10px 0px;
    width: 300px;
}
.certifiedname
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.certifiedstatus
{
	margin-top: 2px;
	color: #800000;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 3px;
	font-style: italic;
	text-decoration: overline;
}
#completedlessons
{
	margin: 40px 0px 0px 0px;
}
#completedlessonstitle
{
	font-size: 12px;
	color: #008000;
	font-weight: bold;
}
.grid
{
	margin: 20px 0px 0px 20px;
}
.grid tr th
{
	color: #c0c0c0;
	font-weight: normal;
	font-size: 11px;
	border-bottom: solid 1px #bbb;
}
#incompletelessons
{
	margin: 40px 0px 0px 0px;
}
#incompletelessonstitle
{
	font-size: 12px;
	color: #800000;
	font-weight: bold;
}
.incompletelessontitle
{
	height: 20px;
	background-position: left -1px;
	background-image: url('/assets/images/cross.png');
	background-repeat: no-repeat;
	color: #800000;
	font-size: 11px;
	text-indent: 20px;
	margin: 10px 6px 0px 10px;
}
.incompletelessonitem
{
	display: inline;
	margin: 0px 6px 0px 6px;
	background-attachment: fixed;
}
.incompletelessonitem a
{
	color:#BD0000;
}
.incompleteitems
{
	margin-left: 24px;
	margin-bottom: 24px;
}