﻿body 
{
   background-color:White;
    font-family: Arial;
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 0 0 0 0; 
    color:Gray;
}

xH1
{
    
    color: gray;
    font-weight: bold;
    margin: 0 0 10px 0;
}

H2
{
    font-size: 13px;
    color: #046380;
    font-weight: bold;
}

H3
{
    font-size: 12px;
    color: #2f679a;
    font-weight: bold;
    line-height: 15px;
    border: solid 0px red;
    margin: 0 0 0 0;
}

H4 /* curriculum heading */
{
    background-color:#4b63a5;
    width: 195px;
    color: white;
    height: 20px;
    padding-top: 3px;
    padding-left: 5px;
}

H5
{
    font-size: 12px;
    color: #77756A;
    font-weight: bold;
    display: inline;
}

.viewMsg{
    color: #cccccc;
    font-size: 11px;
}



.box{
    border:solid 1px #4b63a5;
}

.button{
    background-color:#4b63a5;
    color:White;
    border: none;
    margin-left: 4px;
    width: 25px;
    cursor: pointer;
}

/* Page Layout */

.leftModule{}

#listLeft{
    border: solid 0px black;
    width: 130px;
    float: left;
    padding:10px 10px 34px 10px;
    background-color:#c3c3c3;
    margin-top:10px;
    margin-left:20px;
    
    /* 140 */
}

.tagCloudHolder{
    margin-bottom: 25px;
}

#listRight{
    border: solid 0px red;
    float:left;
    padding: 0;
    overflow: visible;
    width:500px;
    margin-left:10px;
    /* 452 */
}

#listRight a
{
    color:black;}

.courseHolder{
    margin: 15px 0 0 20px;
}


/* Thumbnail View */

.contThumbHolder{
    border:solid 0px #c8ddb8;
    width:128px;
    margin:6px;
    padding-left: 8px;
    height: 150px;
    text-align:center;
    float:left;
}

.contThumbImg{
    width: 120px;
    height: 80px;
    border: solid 1px black;
    background-color: #6479b1;
}

#contThumbTitleHolder{
    margin-top:5px;
}

.pan_wrap
{
	background: url(../img/pan_checks.gif) repeat;
	margin: 0 auto 15px;
	position: relative;
	width: 650px;
	height: 212px;
}


.imgThumb{
    border: solid 1px #6479b1;
    width: 120px;
    height: 80px;
    position: relative;
	overflow: hidden;
 }
 
.badge
{
	background: url(../_images/featured_badge.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 80px;
}

.contThumbTitle{
    border: solid 0px aqua;
    margin: 2px 4px 5px 25px;
    text-align: left;
    display: block;
    font-size: 11px; 
    }

.thumbHR{
    border: solid 0px aqua;
    text-indent: 18px;
    margin: 0;
    width: 120px;
    display: block;
    border-bottom: 0px dotted #cccccc;
}

.contThumbTitle a{

    color:white;
    text-decoration: none;
 }

.contThumbTitle a:hover{

     color: #4b63a5;
     text-decoration:underline;
       } 

.infoPanel{
    padding: 8px;
}


/* Sidebar */



/* Filter Message */
.filterMessage{
   margin-left:8px;
   margin-top: 5px; 
   color:White;
}



/* List styles */

.filterlist{
    list-style-type:none;
    margin-top: 2px;
    border: solid 0px black;
    }
    
    .filterlist li{
    margin-left:-26px;
    color:Black;
    height:18px;
    border: solid 0px black;
    }   
    
     .filterlist a{
     color:Black;
     text-decoration:none;
     width:200px;
    }   

     .filterlist a:hover{
     color: #4b63a5;
     text-decoration:underline;
       }  


/* content area */

.ul_curriculum{
width:450px;
padding-left:0px;
margin: 10px 0 0 0;
border: 0px solid green;
overflow:visible;

}

    .li_curriculum{
    list-style-type:none;
    background-color: white;
    border: 0px solid black;
    float:left;
    width:200px;
    margin-left:12px;
    
    }


.ul_content{
    border: 0px solid red;
    font-family: Arial;
    font-size:12px;
    background-color:white;
    width:168px;
    margin-left:18px;
    margin-top:0px;
    padding-left:0px;
}

.li_content_1{
 /*articulate course*/
     border: 0px solid red;
     /*background:url(../_images/note_book.png) no-repeat;*/
     background:url(../_images/icon_monitor_pc.gif) no-repeat;
     padding-left:30px;
     list-style-type:none;
     margin-bottom:0px;
     padding-bottom:9px;
     overflow:visible;
}

.li_content_1 a{
     /*articulate course*/
     color: black;
     text-decoration:none;
}

.li_content_1 a:visited{
     /*articulate course*/
     color: gray;
}

.li_content_1 a:hover{
     /*articulate course*/
     color: #6479b1;
}


.li_content_0{
     /*video*/
     border: 0px solid red;
     background-color:white;
     /*background:url(../_images/film.png) no-repeat;*/
     background:url(../_images/page_video.gif) no-repeat;
     padding-left:30px;
     list-style-type:none;
     margin-bottom:5px;
}

.li_content_0 a{
     /*video*/
     color: black;
     text-decoration:none;
}

.li_content_0 a:visited{
     /*video*/
     color: gray;
}

.li_content_0 a:hover{
     /*video*/
     color: #6479b1;
}

.typeIcon_0{
    /*video*/
    background:url(../_images/page_video.gif) no-repeat;
    background-position: 5px -1px;
}

.typeIcon_1{
    /*course*/
    background:url(../_images/icon_monitor_pc.gif) no-repeat;
    background-position: 5px -1px;
}


.statusBox{
    color: #ffffff;
    width: 400px;
    padding: 20px;
    border: solid 0px black;
}


/* Reports */

.singlePage{
    padding: 25px;
}


/* Tag cloud styles */

.tag1{
    font-size: 10px;
    color: #6D98B9;
}

.tag2{
    font-size: 12px;
    color: #4F7999;
}

.tag3{
    font-size: 14px;
    color: #205278;
}

.tag4{
    font-size: 16px;
    color: #0B3352;
}

.tag5{
    font-size: 18px;
    color: #1D4968;
    font-weight: 200;
}

.tag6{
    font-size: 20px;
    color: #0C2A40;
    font-weight: 500;
}

.tag7{
    font-size: 22px;
    color: #0E3048;
    font-weight: 600;
}



/* grid list style */
.Grid {
	border:solid 1px #cccccc;
}

.Grid td {
	border:solid 1px #cccccc;
	font-size:12px;
	margin:3px 3px 3px 3px;
	padding:1px 1px 1px 5px;
	text-align:left;
}

.GridHeader {
	font-weight:bold;
	font-size:12px;
	height:29px;
	color: #003366;
	text-align:left;
    background-color:#8b8dbb;
    border: solid 0px white;
}

.GridHeader th{
    padding-left: 5px;
    border: solid 0px black;
}

.GridItem {
	background-color:#e6e6e6;
}

.GridAltItem {
	background-color:#e6e6e6;
}

 /*confirmation page*/
 
.confirmbox{
    background-image:url(../_images/confirmbg.jpg);
    background-repeat:no-repeat;
    width:517px;
    height:332px;
    color:white;
    font-family:Arial, Helvetica, sans-serif;
    padding:22px 0px 0px 22px;
    margin:22px 0px 0px 22px;
    }

.confirmtitle{
	font-size:36px;
	font-weight:500;
	width:452px;
	}
    
.confirmtext{
	font-size:28px;
	margin-top:32px;
	width:452px;
	}