﻿body
{
	background-color: black;
    font-family: "Segoe UI", Helvetica, Arial;
    margin: 0px;
    padding: 0px;
    color: White;
    
}

#SPbody
{
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;

}

#SPConsolebody
{
    background-repeat: no-repeat;

    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 600px;
}

#pageContent
{
    width: 1024px;
    margin: 0px auto 0px auto;
    padding: 0px;
    height: 483px;
    text-align: left;
}

#leftColumn
{
    margin: 0px;
    width: 270px;
    height: 483px;
   
    float: left;
    padding: 10px;

    background-image: url('../images/ITPRO/sidepanel_bg.jpg');
    background-repeat :repeat-x;
}

#leftColumn h2
{
    padding: 0px;
    font-size: 16px;
    margin: 0px;
    font-family: "Segoe UI", Helvetica, Arial;
}

#rightColumn
{
    padding: 10px 0px 10px 20px;
    margin: 0px 0px 0px 290px;
    top: 0px;
    height: 463px;
    left: 0px;
    background-color: #0c0c0c;
}

.TopicTitle
{
	font-size: 12pt;
	font-weight: bold;
	
}

.TopicDescription
{
	font-size: 9pt;

}

.labListing
{
    padding: 0px;
    width: 673px;
    margin: 5px auto;
}
.labListing .top
{
    background-image: url(../images/ITPRO/topic_top.jpg);
    height: 14px;
    background-repeat: no-repeat;
}
.labListing:hover .top
{
    background-image: url(../images/ITPRO/topic_top_glow.jpg);
    height: 14px;
    background-repeat: no-repeat;
}
.labListing .middle
{
    background-image: url(../images/ITPRO/topic_bg.jpg);
    background-repeat: repeat-y;
    margin-top: -1px;
    
}
.labListing:hover .middle
{
    background-image: url(../images/ITPRO/topic_bg_glow.jpg);
    background-repeat: repeat-y;
    margin-top: -1px;
}
.labListing .title
{
    font-size: 10pt;
    color: #ffffff;
    font-family: "Segoe UI", Helvetica, Arial;
    font-weight: bold;
}
.labListing:hover .title
{
    font-size: 10pt;
    color: #ffffff;
    font-family: "Segoe UI", Helvetica, Arial;
    font-weight: bold;
}
.labListing .abstract
{
    font-family: "Segoe UI", Helvetica, Arial;
    font-size: 9pt;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.labListing .level
{
    font-family: "Segoe UI", Helvetica, Arial;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.labListing .rating
{
    font-family: "Segoe UI", Helvetica, Arial;
    font-size: 14px;
    color: #333333;
}
.labListing .bottom
{
    background-image: url(../images/ITPRO/topic_bottom.jpg);
    height: 13px;
    background-repeat: no-repeat;
}
.labListing:hover .bottom
{
    background-image: url(../images/ITPRO/topic_bottom_glow.jpg);
    height: 13px;
    background-repeat: no-repeat;
}

#savedSessions
{
    height: 151px;
    width: 260px;
    border: solid 1px #3f3f3f;
    font-size: 12px;
    color: #333333;
    margin: 0;
    padding: 2px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url('../images/ITPRO/saved_sessions_bg.jpg');
    scrollbar-base-color: #505050;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-face-color: #606060;
}

#downloadResources
{
    height: 151px;
    width: 260px;
    border: solid 1px #3f3f3f;
    font-size: 12px;
    color: #333333;
    margin: 0;
    padding: 2px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url('../images/ITPRO/saved_sessions_bg.jpg');
    scrollbar-base-color: #505050;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-face-color: #606060;
}

.ratingStar
{
	white-space:nowrap;
	margin:1em;
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(../images/ITPRO/rating_on.gif);
}
.ratingStar .Empty {
    background-image: url(../images/ITPRO/rating_off.gif);
}
.ratingStar .Saved {
    background-image: url(../images/ITPRO/rating_on.gif);
}

.scrollColumn
{
    padding: 0px;
    margin: 0px;
    height: 95%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #0c0c0c;
    scrollbar-base-color: #505050;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-face-color: #606060;
}

.showHideToggle
{
    cursor: pointer;
}
.hidden
{
    display: none;
}

td.title
{
	width: 500px;
	line-height: 16px;
	font-size: 9pt;
	line-height: 20pt;
	color: White;
}

.savedSessionTable tr td a{
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}
.savedSessionTable tr td.upperrow
{
	margin-bottom:0;
	border:none;
	color: White;
}
.savedSessionTable tr td.lowerrow
{
	font-size:10px;
	margin-bottom: 3px;
	padding: 0px 2px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: White;
}

.labListingDEV
{
    padding: 0px;
    width: 673px;
    margin: 5px auto;
}
.labListingDEV .top
{
    background-image: url(../images/DEV/topic_top_dev.jpg);
    height: 14px;
    background-repeat: no-repeat;
}
.labListingDEV:hover .top
{
    background-image: url(../images/DEV/topic_top_glow_dev.jpg);
    height: 14px;
    background-repeat: no-repeat;
}
.labListingDEV .middle
{
    background-image: url(../images/DEV/topic_bg_dev.jpg);
    background-repeat: repeat-y;
    margin-top: -1px;
    
}
.labListingDEV:hover .middle
{
    background-image: url(../images/DEV/topic_bg_glow_dev.jpg);
    background-repeat: repeat-y;
    margin-top: -1px;
}
.labListingDEV .title
{
    font-size: 10pt;
    color: #ffffff;
    font-family: "Segoe UI", Helvetica, Arial;
    font-weight: bold;
}
.labListingDEV:hover .title
{
    font-size: 10pt;
    color: #ffffff;
    font-family: "Segoe UI", Helvetica, Arial;
    font-weight: bold;
}
.labListingDEV .abstract
{
    font-family: "Segoe UI", Helvetica, Arial;
    font-size: 9pt;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.labListingDEV .level
{
    font-family: "Segoe UI", Helvetica, Arial;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.labListingDEV .rating
{
    font-family: "Segoe UI", Helvetica, Arial;
    font-size: 14px;
    color: #333333;
}
.labListingDEV .bottom
{
    background-image: url(../images/DEV/topic_bottom_dev.jpg);
    height: 13px;
    background-repeat: no-repeat;
}
.labListingDEV:hover .bottom
{
    background-image: url(../images/DEV/topic_bottom_glow_dev.jpg);
    height: 13px;
    background-repeat: no-repeat;
}
