/********* Reset Broswer CSS ************************/


html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, ol, ul, li, table, tbody, tfoot, thead, tr, th, td, hr {
	margin: 10;
	padding: 10;
}

a img { border: none; }


/********* Standard styles CSS ************************/

body {
	font-size:76%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #005288;
	/*background-image:url(../images/paper.jpg)*/
}

.grid {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
}



p, table, li {
	font-size: 1em; /* do not change this value! */
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	color: #006699;
}

h2 {
	font-size: 1.3em;
	color: #006699;
}

h3 {
	font-size: 1.2em;
	color: #e56702;
}

h4 {
	font-size: 1em;
	color: #000000;
}

a {
	text-decoration: underline;
	color: #f60;
}
a:hover {
	color:#369;
	text-decoration: underline;
}

hr {
	border: 0;
	width:90%;
	color: #777777;
	background-color: #777777;
	height: .95px;

}

.formfield, .textInput {
	font-size: 11px;
	color: #000;
	background-color: #fff;
	border: 1px solid #d1c4a2;
	padding-left: 2px;
}

.button {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px outset #ccc;
}

.logo {
	position: absolute;
	left: 30px;
	top: 33px;
	
}

/******************* ID's specific to the site **********************/

#headerBG {
	background-image: url(../images/headerBG.jpg);
	background-repeat: repeat-x;

}

#header {
	height: 99px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
}
#topStatusnav{
	background-image:url(../images/top_statusnav_bg.gif);
	background-repeat:repeat-x;
	position:absolute;
	/* left:460px; */
	left:460px; 
	top:0px;
	color:#ffffff;

}
#topStatusnavUnlogged{
	background-image:url(../images/top_statusnav_bg.gif);
	background-repeat:repeat-x;
	position:absolute;
	/* left:420px; */
	left:560px;
	top:0px;
	color:#ffffff;

}
#topStatusnav a, #topStatusnavUnlogged a{
	color:#ffffff;
}
#topStatusnav .navItem, #topStatusnavUnlogged .navItem{
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	border-right: 1px solid #0675c6;
	font-size: 14px;
}
#topStatusnav .navItemFirst, #topStatusnavUnlogged .navItemFirst{
	float:left;
	padding-left:5px;
	padding-right:15px;
	padding-top:5px;
	border-right: 1px solid #0675c6;
	font-size: 14px;
}
#topStatusnav .navItemCart, #topStatusnavUnlogged .navItemCart{
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	border-right: 1px solid #0675c6;
	width:80px;
	background-image:url(../images/top_statusnav_shopping_cart.gif);
	background-repeat:no-repeat;
	background-position: 65px;
	font-size: 14px;
}
#topStatusnav .navItemLast, #topStatusnavUnlogged .navItemLast{
	float:left;
	padding-left:15px;
	padding-right:5px;
	padding-top:5px;
	font-size: 14px;
}
#topStatusnav img#leftSide, #topStatusnavUnlogged img#leftSide{
	float:left;
}
.liveTraining {
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
}
.NoScrollerUp {
	position: absolute;
	left: 310px;
	top: 35px;
}
.scrollerUp {
	position: absolute;
	left: 285px;
	top: 42px;
}
.scrollerDn {
	position: absolute;
	left: 633px;
	top: 42px;
}
.fullscreen {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #ffd048;
}
.tagline {
	position: absolute;
	left: 720px;
	top: 27px;
}
.login {
	color: #FFFFFF;
}

.login a{
	color: #FFFFFF;
	text-decoration:none;
}

#marqueecontainer{
	position: relative;
	/*
	top:620px;
	*/
	left:8px;
	width: 400px; /*marquee width */
	height: 135px; /*marquee height */
	background-color: #0066CC;
	overflow: hidden;
	border: 1px solid #FFCC33;
	padding: 6px;
	padding-left: 8px;
	color:#FFFFFF;
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
}

#header ul {

}

#header li {

}

#header a {

}

#header a:hover {
	text-decoration: underline;
}

#navBG {
	height:28px;
	background-image: url(../images/navBG.gif);
	background-repeat: repeat-x;
}

#nav {
	height:28px;
	width:955px;
	margin-right: auto;
	margin-left: auto;
}

.noborder {
	border: none;
}

#flash{
	width: 871px;
	margin-right: auto;
	margin-left: auto;
	padding-top:11px;
	padding-left:20px;
	position:relative;
	border:none;
}

#livePlayer{
	padding-top:10px;
	text-align:center;
	border:none;
}

#wideo{
	top:0px;
	left:0px;
	position:absolute;
	border:none;
}

#lcd{
	background-image: url(../images/lcd_bg_tall.gif);
	width: 684px;
	height: 432px;
	position:relative;
	border:none;
}

#lcd #player{
	position:absolute;
	top:19px;
	left:20px;
	border:none;
}

#lcd1{
	/*background-image: url(../images/lcd_bg_tall.gif);*/
	width: 684px;
	height: 477px;
	position:relative;
	border:none;
}

#lcd1 #player{
	position:absolute;
	top:19px;
	left:0px;
	border:none;
}

#playerList{
	position:absolute;
	left:733px;
	top:13px;
}

#playerList iframe{
	width:190px;
	height:400px;
	border:none;
}

#playerList1{
	position:absolute;
	left:733px;
	top:40px;
	border:none;
}

#playerList1 iframe{
	width:190px;
	height:400px;
	border:none;
}

.clear {
	clear: both;
}

#flashBG{
	background-image: url(../images/flashBG.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height:421px;
}
#flashBG_458{
	background-image: url(../images/flashBG_458.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height:458px;
}
#flashBG550{
	background-image: url(../images/flashBG_550.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height:550px;
}
#flashBG630{
	background-image: url(../images/flashBG_630.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height:630px;
}
#flashBG380{
	background-image: url(../images/flashBG.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	height:380px;
}

#contentBG {
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	padding: 30px 0 40px 0;
} 

#content {
	line-height: 1.5em;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

#contentTCP {
	line-height: 1.5em;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	padding-left: 50px;
}

#contentTCP h1 {
	padding: 0 0 10px 0;
}

#contentTCP h2 {
	padding: 0 0 10px 0;
}

#contentTCP h3 {
	padding: 0 0 10px 0;
}


#contentTCP p {
	padding: 0 0 10px 0;
}

.column1 {
	padding: 10px 0 0 20px;
	width: 210px;
	float: left;
}
.column1 img{

}
.column1 h1 {
	margin-bottom: 0px;
}

.leftColumn{
	float:left;
	width:710px;
}
.rightColumn{
	float:right;
	width:190px;
	text-align:center;
	padding:5px;
}

.column1 p{
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
}

.column1 img {
	float: left;
	clear: right;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 0;
}
.categoryList{
	list-style-type:none;
}
.categoryList li{
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}
.liveList{
	list-style-type:none;
}
hr{
	margin-bottom:10px;
	margin-top:10px;
}
.liveList li{
	padding-top:5px;
	padding-bottom:5px;
}
#quicklinks {
	width: 280px;
	margin-left:12px;
}

#quicklinks ul {
	list-style-type: none;
	border:solid 1px black;
}

#quicklinks a {
	font-weight: normal;
	text-decoration: underline;
}

#quicklinks a:hover {
	text-decoration: underline;
}

#quicklinks li {
	width: 200px;
	margin-top: 3px;
	background-image: url(../images/quicklinks-bullet.gif);
	background-position: 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	border:none;
}

#footer {
	/*width: 928px;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	font-size: 0.9em;
	padding-right: 15px;
	padding-left: 0px;
	color: #c4dffa;
	position: relative;
	background-image:url(../images/footer.gif);background-repeat:repeat-x;
}

.redeem {
	position: absolute;
	left: 22px;
	top: 14px;
}

#footerClear {
	height: 20px;
	clear: both;
}

#footerBG {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	clear: both;
}

#footer a {
	text-decoration: none;
	padding:2px;
	font-weight: normal;
	color: #c4dffa;
}

#footer a:hover {
	color:#ffffff;
	text-decoration: underline;
}
.courseCatalogue ul{
	padding-left:15px;
}
.courseCatalogue ul li{
	padding-top:5px;
	padding-bottom:5px;
}
.flashContainer{
	position:relative;
}
.flashContainer #wideoContributors{
	position:absolute;
	top:32px;
	left:450px;
}

#supportlink{
	position:absolute;
	left: 620px;
	top: 437px;
	font-weight:bold;
}
#supportlink a{
	color: #cc0000;
}
#supportlink1{
	position:absolute;
	left: 240px;
	top: 520px;
	font-weight:bold;
}
#supportlink1 a{
	color: #cc0000;
}
#bannerTop{
	position:absolute;
	top:8px;
	left:280px;
}
.javascriptWarning{
	position:absolute;
	top:90px;
	left:195px;
	background-image:url(../images/alertbox.gif);
	height:145px;
	width:330px;
	border:2px solid #cc0000;
	z-index:100;
}
.javascriptWarning p{
	padding-bottom:5px;
}
.alertText{
	position:absolute;
	left:115px;
	top:10px;
}
.red{
	color:#CC0000;
	font-weight:bold;
}
.courseContainer1{
	background-image:url(../images/lcd_bg_tall_990x607.png);
	background-repeat:no-repeat;
	top:10px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	width: 990px;
	height: 607px;
	position:relative;
	text-align:center;
}
.courseContainer2{
	width: 950px;
	position:relative;
	text-align:center;
}
.courseContainer{
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 950px;
	position:relative;
	text-align:center;
}
.courseContainerFull{
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 100%;
	position:relative;
	text-align:center;
}
.courseContainer .player{
	float: left;
	position:relative;
	width: 651px;
	height: 374px;
	background-image:url(../images/player_bg.gif);
}
.courseContainer .courseInfo{
	float: right;
	width: 290px;
}
.courseInfo p{
	text-align:left;
}
.courseDetail{
	padding-top:15px;
}
.courseContainer .courseInfo .courseTitle{
	border:1px solid #0c7bc3;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	margin-top:6px;
	font-weight:bold;
	color:#01669a;
	font-size:1.1em;
}
.courseContainer .courseInfo p {
	margin-left:7px;
	margin-top:7px;
	border-bottom:1px solid #85bde1;
}
strong.title{
	color:#01669a;
}
.playerContainer{
	width: 640px;
	height: 360px;
	position:relative;
	top:7px;
	left:7px;
}
.greybar{
	background-image:url(../images/greybar.gif);
	background-repeat:repeat-x;
	height:34px;
}
.greybar .container{
	padding-top:5px;
	padding-left:5px;
}
.subhead{
	position: relative;
	height:60px;
}
.subhead h1{
	float:left;
	margin-top:20px;
}
.subheadLinks{
	float:right
}
.breadcrumbs{
	padding-bottom:8px;
}
.sectionDivider{
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #85bde1;
	clear:both;
}
.liveCourse{
	clear:both;
}
.liveCourse .courseThumb{
	float:left;
}

.vodCourse{
	float:left;
	text-align:center;
	padding-left:100px;/*10*/
	padding-right:100px;/*10*/
	padding-bottom:35px;/*15*/
	font-weight:bold;
	width:670px;/*270*/
}

.vodCourseFree{
	float:left;
	text-align:center;
	padding-left:10px;/*10-100*/
	padding-right:10px;/*10-100*/
	padding-bottom:15px;/*15-35*/
	font-weight:bold;
	width:320px;/*270-670*/
}

.vodCourseAvail{
	float:left;
	text-align:center;
	padding-left:10px;/*10-100*/
	padding-right:10px;/*10-100*/
	padding-bottom:15px;/*15-35*/
	font-weight:bold;
	width:290px;/*270-670*/
}

.vodCourse a{
	color: #006699;
	font-size:1.2em;
}
.courseThumb{
	width: 143px;
	height: 80px;
	background-image:url(../images/thumbnail_bg.gif);
	background-repeat:no-repeat;
	position:relative;
	left: 2px;
}
.courseThumb img{
	position:absolute;
	top: 7px;
	left: 7px;
}
.liveCourse .courseDateTitle{
	float: left;
	width: 165px;
}
.liveCourse .courseDateTitle .title{
	color:#006699;
	font-weight:bold;
}
.liveCourse .objective{
	float: left;
	width: 480px;
	padding-left:15px;
	padding-right:15px;
}
.liveCourse .description{
	padding-top:5px;
}
.liveCourse .ordering{
	float: left;
	padding-left:5px;
}

.infoBox{
	border: 1px solid #a9b5c3;
	padding:15px;	
	margin-bottom:15px;
	width:570px;
}
.faculty .facultyPhoto{
	float:left;
	width: 100px;
}
.faculty .info{
	float:right;
	width:850px;
	padding-bottom:10px;
}
.faculty .info .name{
	font-weight:bold;
}
.faculty .info .cv{
	padding-top:2px;
	padding-bottom:2px;
	font-size:10px;
	line-height:12px;
}
p.moreInfo{
	margin-top:15px;
	font-size:1.2em;
	color:#01669a;
}
#paceLogo{
	padding-top:5px;
	text-align:left;
}
#paceText{
	padding-top:5px;
	text-align:left;
	font-size:10px;
}
#ceCreditLookup{
	padding-left:15px;
	padding-top:25px;
	width:640px;
	clear:both;
}
#ceCreditLookup h2{
	padding-bottom:5px;
}
table.ce_credits{
	margin-top:10px;
}
table.ce_credits th{
	padding:2px;
	background-color:#CCCCCC;
}
table.ce_credits td{
	padding:2px;
	text-align:center;
}
ul.report {
	padding-top: 10px;
	padding-bottom:10px;
}
ul.report li{
	list-style-type:none;
}
.question{
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
}
.faqReport{
	padding-top:15px;
	padding-bottom:15px;
}
.faqReport .question .added{
	float:left;
	width: 126px;
}
.faqReport .question .title{
	float: left;
	width: 250px;
}
.faqReport .question .questiontext{
	float:left;
	width:560px;
}
#calendarContainer{
	padding-top:15px;
	text-align:center;
}
#calendarContainer h1{
	text-align:left;
}
.hidden{
	display:none;
}
.question{
	padding:5px;
	border:1px solid #a9b5c3;
	margin-top:5px;
	margin-bottom:5px;
}
.question a{
	color: #006699;
}
.editText{
	border:1px solid #006699;
	width:640px;
	height:90px;
	padding:2px;
	margin:5px;
}
.stateCourses strong{
	display:block;
	padding-top:2px;
}
.stateCourses ul{
	padding-left:15px;
	padding-top:2px;
}
.stateCourses ul li{
	padding-top:2px;
	padding-bottom:2px;
}
.myCreditTally{
	float:right;
	width: 350px;
	text-align:right;
}
.myLogin{
	float: left;
	width: 350px;
}
.creditInstruction{
	width:640px;
	font-size:10px;
}
.courseCredits{
	font-weight:normal;
	padding-top:5px;
}
.certLink a{
	font-size:14px;
	background-color:#363;
	color:#FFFFFF;
	font-weight:bold;
}
textarea.editNote{
	width: 375px;
	height: 50px;
}
.sponsor{
	clear:both;
	padding-bottom:10px;
	padding-top:10px;
}
.sponsorName{
	font-weight:bold;
}
#sponsorList .sponsorLogo{
	padding-right:15px;
	float:left;
}
#sponsorList .sponsorInfo{
}
#sponsorList p{
	padding:1px;
	margin:1px;
}
/******************************
Player Class
******************************/
.fullScreen{
	position:absolute;
	top:0px;
	left:0px;
}
#playerContainer{
	
}
/******************************
 course controls 
 *****************************/
#courseControls{
	width:950px;
	margin-top:25px;
}
.courseNav{
	float:left;
	padding-right:5px;
}
.courseNav .control{
	border-bottom:1px solid #a9b5c3;
	padding:5px;
	margin-bottom:1px;
	margin-top:1px;
	/*min-width:inherit;
	color:#C00;*/
}
.courseNav .control a{
	text-decoration:none;
}
.courseNav .control a:hover{
	text-decoration:underline;
}
.courseTests{
	list-style:none;
}
.courseTests li{
	padding-bottom:5px;
}
#courseContext{
	float:right;
	width: 790px;
}
#courseContext .container{
	border:1px solid #a9b5c3;
	padding:10px;
}
table.courseNotes{
	width:640px;
}
table.courseNotes th{
	text-align:left;
}
table.courseNotes td{
	text-align:left;
}
table.courseNotes td.col1{
	width:150px;
}
table.courseNotesPrint{
	width:640px;
}
table.courseNotesPrint th{
	text-align:left;
}
table.courseNotesPrint td{
	text-align:left;
	border:1px solid #999999;
}
table.courseNotes td.col1{
}
.courseAttachments{
	list-style-type:none;
}
