﻿.TempAnything
{
	list-style: none;
	margin-left: 0;
	line-height: 20px;
	margin-top: -.2em;
	margin-bottom: -.2em;
	border-bottom: gray 1px dashed;
	padding-left: 3px;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.CheckBoxListFont label
{
	font-size: 11px;
}
BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.SubTitleCP
{
	color: #FFFFFF;
	font-family: 'Times New Roman';
	font-size: 18px;
	text-decoration: none;
}
.SubTitleCP a
{
	color: #FFFFFF;
	text-decoration: none;
}
.SubTitleCP a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.LinkMenuCP
{
	color: #000000;
	font-family: 'Times New Roman';
	font-size: 18px;
	margin-top: -17px;
	margin-left: 33px;
	width: 100%;
	text-align: left;
	z-index: 999;
	padding-bottom: 5px;
}
.LinkMenuCP a
{
	color: #000000;
}
.LinkMenuCP:hover
{
	color: #000000;
	text-decoration: underline;
}

.CPButton
{
	background: url(/media/portfolio_tool/btn_blank_100.gif) blue no-repeat left center;
	font: bold 11px Arial;
	color: #000000;
	text-decoration: none;
	width: 100px;
	height: 30px;
	padding-right: 4px;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	vertical-align: middle;
	text-align: center;

}
.SmallText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.TableStandard {
	border: 1px solid #666666;
}
.TableStandard thead {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
}

.TableStandardLite
{
	border: 1px solid #d3d3d3;
}
.TableStandardLite thead
{
	color: #000000;
	background-color: #dcdcdc;
	font-weight: bold;
}
.TableStandardLite tfoot
{
	color: #000000;
	background-color: #dcdcdc;
	font-weight: bold;
}
.Tablehead {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
}
.Grid
{
	border: 1px solid #dcdcdc;
	width: 100%;
}
.GridHeader {
	color: #000000;
	background-color: #dcdcdc;
	font-weight: bold;
	font-size: 12px;
}
.ListLinks
{
	list-style: none;
	margin-left: 0px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 20px;
	margin-bottom: 0px;
}

.BottomLine {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}

.TitleVerd14BottomLine
{
	font-weight: bold;
	font-size: 14px;
	color: #003366;
	border-bottom: gray 1px solid;
	font-family: Verdana;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.cpReportTable {
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid;
}
.cpReportHeader
{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
}

.cpReportHeader a
{
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
.HoverLink
{
	color: #003366;
	cursor: help;
}

.cpPopupContainer 
{
	display: block;
	position: absolute; 
	text-align:left;
	z-index: 999;
	background-color:#EEEEEE;
	border: #3B83CC 5px solid;
	-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;
	box-shadow: 0px 0px 10px 8px #888888;
    -webkit-transform: translate3d(0, 0, 0);
}

#DragHeader {
    cursor: move;
}

.cpPopupCloseIcon
{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: white;
	text-decoration:none;
	background-color:#3B83CC;
	padding:3px 8px 3px 8px;
	border:0px;
	height:25px;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
	cursor:pointer;
}
.cpPopupCloseIcon:hover
{
	color: black;
	background-color:#A2C5E8;
	
}
.cpPopupHeader
{
	background-color:#3B83CC;
	font-size: 16px;
	font-weight: bold;
	color: white;
	font-family: Arial;
	padding-bottom:6px;
}
.cpPopupContainer h5
{
	width: inherit;
	height:auto;
	font-size:12px;
	text-align:left;
	padding: 15px 5px 15px 5px;
}
.cpPopupContainer h6
{
	display: block;
	width: inherit;
	text-align:right;
	padding: 0px 3px 3px 0px;
	margin:0px 3px 0px 0px;
}
#mask {
	position:absolute;
	top:0;
	left:0;
	z-index:9000;
	display:none;
	background-image:url('/media/icons/24/backgroundModal.png');
	opacity:0.3;
	filter:alpha(opacity=30);
}
.CPCourseCode 
{
	border-radius: 4px;
    background-color: #D6D6D6;
    text-align: left;
	font-size: 11px; 
	height: 25px;
	width: auto;
	max-width: 85px;
	display:block;
	padding: 3px 0px 0px 3px ;  
	vertical-align:middle;
    white-space: nowrap;
}
.CPCourseCode span
{
	top:3px;
	position:relative; 
}
.CPCourseCode strong
{
	top:3px;
	position:relative; 
}

/* 
Anthony 06-28-13 - I needed a quick way to create buttons - style is off but front end devs can hopefully fix this later.
The challenge is the font / language / image for new buttons
*/
.CPButtonGray {
	-moz-box-shadow:inset 0px 1px 0px 0px #DEDEDE;
	-webkit-box-shadow:inset 0px 1px 0px 0px #DEDEDE;
	box-shadow:inset 0px 1px 0px 0px #DEDEDE;
	background-color:#8a8a8a;
	background: -webkit-linear-gradient(top, #BFBFBF, #8a8a8a); /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(top, #BFBFBF, #8a8a8a); /* FF3.6+ */
    background: -ms-linear-gradient(top, #BFBFBF, #8a8a8a); /* IE10 */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
}.CPButtonGray:hover {
	background:#d6d6d6;
}.CPButtonGray:active {
	position:relative;
	top:1px;
}
.CPButtonGray.Image16Save 
{
    height: 16px;
    width: auto;
    border-radius: 3px;
    padding: 7px 4px 4px 24px;
    background-color:#8a8a8a;
    background: url(/media/icons/16/disk_blue.png) 4px center no-repeat, -webkit-linear-gradient(top, #BFBFBF, #8a8a8a); /* Chrome 10+, Saf5.1+ */
    background: url(/media/icons/16/disk_blue.png) 4px center no-repeat, -moz-linear-gradient(top, #BFBFBF, #8a8a8a); /* Chrome 10+, Saf5.1+ */
    background: url(/media/icons/16/disk_blue.png) 4px center no-repeat, -ms-linear-gradient(top, #BFBFBF, #8a8a8a); /* Chrome 10+, Saf5.1+ */
}
.CPButtonGray.Image16Add 
{
    height: 16px;
    width: auto;
    border-radius: 3px;
    padding: 7px 4px 4px 24px;
    background-color:#8a8a8a;
    background: url(/media/icons/16/navigate_plus.png) 4px center no-repeat, -webkit-linear-gradient(top, #BFBFBF, #8a8a8a); /* Chrome 10+, Saf5.1+ */
    background: url(/media/icons/16/navigate_plus.png) 4px center no-repeat, -moz-linear-gradient(top, #BFBFBF, #8a8a8a); /* Chrome 10+, Saf5.1+ */
    background: url(/media/icons/16/navigate_plus.png) 4px center no-repeat, -ms-linear-gradient(top, #BFBFBF, #8a8a8a); /* Chrome 10+, Saf5.1+ */
}

