/**************************** overriding general styles ****************************/

#cs_text {
	background-color: white;
	z-index: 2;
	min-height: 500px;
}

#cs_headerspan {
	border-bottom: none;
}

#cs_subheader {
}

#cs_subheaderspan {
	background-position: center;
}

.subheadercol {
	width:275px;
}

#content_naviga ul li a{
	width: 120px;
}

/**************************** content ****************************/

h1 {
	font-size: 28px;
	margin: 0;
	font-weight: normal;
	clear: both;
}

.cp {
	overflow:hidden;
	padding-top: 7px;
}

/**************************** menu ****************************/

[data-icon]:before {
	font-family: 'Pictos Custom';
	content: attr(data-icon);
	vertical-align: middle;
	margin-right: 5px;
	font-size: 20px;
	font-weight: normal;
}

.cp_menu {
	float: left;
	width: 250px;
	margin-top: 70px;
}

.cp_menu ul {
	padding: 0;
	margin: 0;
}

.cp_menu ul li {
	list-style-type: none;
}

.cp_menu > ul li {
	display: block;
	padding: 14px 0px;
	border-bottom: 1px solid #EAEAEA;
}

.cp_menu > ul li a {
	font-size: 1.1em;
	font-weight: Bold;
	text-decoration: none;
	color: #4F4D4D;
}

.cp_menu > ul li p {
	color: #828282;
	margin: 0;
	margin-top: 3px;
}

.cp_menu ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.cp_menu h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
	font-size: 12px;
	text-transform: uppercase;
}

.cp_data {
	float: left;
	width: 731px;
}

.cp_data h1 {
}

.cp_data_nav {
	padding: 0;
	margin: 0;
	margin-top: 7px;
	margin-bottom: 21px;
}

.cp .list {
	padding-bottom: 0;
	position: relative;
}

.cp .list > ul > li {
	padding: 20px;
	margin-bottom: 20px;
	position: relative;	
	background-color: #F7F7F7;
}

.cp #error, .cp #success, .cp #note {
	margin-bottom: 0px;
}

/**************************** label/tag ****************************/

.tag {
	display: inline-block;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-bottom: 3px;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	letter-spacing: 0.5px;
	vertical-align: middle;
}

/**************************** progressbar ****************************/

.progress_container {
	display: block;
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-top: 30px;
}

.progress_container .percentage {
	display: inline-block;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid Silver;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	font-size: 11px;
	color: Gray;
	margin-bottom: 4px;
	position: absolute;
	top: -15px;
	left: -18px;
	background-color: #FFFFFF;
	
	border-radius:5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4F4');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F4));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #F4F4F4);
	background-image: -moz-linear-gradient(top, #FFFFFF, #F4F4F4);
	background-image: -ms-linear-gradient(top, #FFFFFF, #F4F4F4);
	background-image: -o-linear-gradient(top, #FFFFFF, #F4F4F4);
	background-image: linear-gradient(top, #FFFFFF, #F4F4F4); /* standard, but currently unimplemented */
}

.progress_container .percentage.empty {
	left: 0px;
}

.progress_container .percentage.full {
	left: inherit;
	right: -2px;
}

.progressbar {
	height: 12px;
	float: left;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid Silver;
	border-left: 1px solid #DDDDDD;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.progressbar.basecolor {
	background-color: #FFFFFF;
	
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4F4');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F4));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #F4F4F4);
	background-image: -moz-linear-gradient(top, #FFFFFF, #F4F4F4);
	background-image: -ms-linear-gradient(top, #FFFFFF, #F4F4F4);
	background-image: -o-linear-gradient(top, #FFFFFF, #F4F4F4);
	background-image: linear-gradient(top, #FFFFFF, #F4F4F4); /* standard, but currently unimplemented */
}

.progressbar .progress {
	margin-top: 2px;
	margin-left: 2px;
	height: 8px;
	border-right: 1px solid #F4F4F4;
	
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
}

.progressbar .progress.full {
	border-radius:3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
}

.progress.fillcolor {
	background-color: LightGray;
	
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='LightGray', endColorstr='Gray');
	background-image: -webkit-gradient(linear, left top, left bottom, from(LightGray), to(Gray));
	background-image: -webkit-linear-gradient(top, LightGray, Gray);
	background-image: -moz-linear-gradient(top, LightGray, Gray);
	background-image: -ms-linear-gradient(top, LightGray, Gray);
	background-image: -o-linear-gradient(top, LightGray, Gray);
	background-image: linear-gradient(top, LightGray, Gray); /* standard, but currently unimplemented */
	}
	
/**************************** left right grid ****************************/

#grid_left {
	float: left;
	margin-left: 0;
	width: 702px;
}

#grid_right {
	float: left;
	width: 244px;
	padding-left: 0px;
	margin-top: 0px;
}

/**************************** data list ****************************/

.list ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.list h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 7px;
    margin-bottom: 14px;
    border-bottom: 1px solid #F4F4F4;
}

.list .item {
	position: relative;
}

.list .editblock {
	display: inline-block;
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
	color: Silver;
}

.list .editblock a.edit, .list .editblock a.del, .list .editblock span.noedit {
	background-repeat: no-repeat;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #DDDDDD;
	background-position: 7px 7px;
	border-radius:4px;
	padding: 3px;
}

.list .editblock span.noedit {
	background-image: url('../images/button_noedit.gif');
}

.list .editblock a.edit {
	background-image: url('../images/button_edit.gif');
}

.list .editblock a.del {
	background-image: url('../images/button_delete.gif');
}

.list .editblock a.edit:hover, .list .editblock a.del:hover {
	background-color: #E8E8E8;
}

.list .editblock a.edit span, .list .editblock a.del span {
	display: none;
}

.list .editblock span.noedit:hover {
	cursor: not-allowed;
}

.list .editblock a:hover {
	color: Gray;
}

.list li {
	clear: both;
	display: block;
	
}

.list > ul > li > div.item > ul li {
	padding-left: 7px;
	line-height: 175%;
}

.list > ul > li > div.item > ul li:before {
	content: "\00B7 \0020";/* http://www.alistapart.com/articles/taminglists/ */
}

.list li p {
    margin: 7px 0 0;
    padding: 0;
    line-height: 150%;
}

.list h2 a {
    color: #404040;
    text-decoration: none;
}

.list h2 a:hover {
    text-decoration: underline;
}

.list .detail {
	color:Silver;
}

.list .detail a{
	color:Silver;
}

.list li div.item_controls {
	clear: both;
	border-top: 1px solid #E8E8E8;
	margin-top: 20px;
	padding: 10px 0px 0px 0px;
}

.list li div.item_controls a {
	color: Gray;	
}

.list li div.item_controls .action span {
	text-decoration:underline;
}

.list li div.item_controls .action span:hover {
	cursor:pointer;
}

.list li div.job_item_details {
	color:Silver;
	margin-top:5px;
	margin-bottom:7px;
	padding:5px;
	border-top:1px solid Silver;
}

.list table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.list table th {
	width:125px;
	font-weight:normal;
	text-align:left;
	padding-right:21px;
	text-transform:capitalize;
	font-size:0.9em;
	color:#666666
}

.list table th,.list table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EAEAEA;
	vertical-align: top;
}

.list table tr:last-child td, .list table tr:last-child th {
	border: 0;
}

#fullbody ul {
	margin: 7px;
	padding-left: 7px;
	text-indent: -7px;
}

#fullbody ul li:before {
	content: "\00B7 \0020";/* http://www.alistapart.com/articles/taminglists/ */
}

/**************************** arrows ****************************/

.arrow-right {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid Gray;
	padding-right: 5px;
}

.arrow-down {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid Gray;
	margin-right: 1px;
	margin-bottom: 3px;
}

.arrow-left {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right:4px solid Gray;
	margin-right: 5px;
}

.arrow-up {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid Gray;
	margin-right: 5px;
}

.openrel {
	cursor: pointer;
}

/**************************** software & schools ****************************/

#software h2, #courses h2 {
	clear: both;
	cursor: pointer;
	text-transform: capitalize;
	position: relative;
	margin: 0;
}

#software h2 .detail {
	color: Gray;
}

#software h2:hover {
	border-bottom: 1px dotted Silver;
}

#software .item ul, #courses .item ul {
	margin-top: 14px;
	display: inline-block;
}

#courses li.course {
	width: 300px;
}

#software li.softitem {
	width: 192px;
}

#software li.softitem, #courses li.course {
	display: block;
	clear: none;
	padding: 4px;
	padding-left: 10px;
	margin-bottom: 7px;
	margin-right: 7px;
	list-style-type: none;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	cursor: pointer;
	border: 1px solid #EEEEEE;
}

#software li.softitem:hover, #courses li.course:hover {
	border: 1px solid Silver;
}

#software li.softitem.sel, #courses li.course.sel {
	background-color: LightGreen;
	border-color: #FFFFFF;
}

#software a.externallink, #courses a.externallink {
	display: block;
	background-image: url('../images/external_link_icon.png');
	width: 12px;
	height: 11px;
	float: right;
	text-decoration: none;
	opacity:0.4;
	filter:alpha(opacity=40);
	margin-top: 2px;
}

#software a.externallink:hover, #courses a.externallink:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

/**************************** compare ****************************/

.compare ul li a {
	text-decoration: none;
	border-bottom: 1px dotted Silver;
}

.compare ul li {
	margin-bottom: 7px;
}

.deltabutton {
	display: inline-block;
	text-decoration: none;
	color: Silver;
	margin-left: 3px;
	font-size: 10px;
	width: 12px;
	text-align: center;
	border: 1px solid LightGray;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.plus {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url('../images/symbol_plus.png');
	background-repeat: no-repeat;
	margin-right: 3px;
}

.checked {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-image: url('../images/tick_gray_small_8x8.png');
	background-repeat: no-repeat;
	margin-right: 3px;
}

.twitter {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url('../images/symbol_twitter.png');
	background-repeat: no-repeat;
	margin-right: 3px;
}

.facebook {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url('../images/symbol_facebook.png');
	background-repeat: no-repeat;
	margin-right: 3px;
}

.linkedin {
	display: inline-block;
	width: 16px;
	height: 15px;
	background-image: url('../images/symbol_linkedin.png');
	background-repeat: no-repeat;
	margin-right: 3px;
}

.tick {
	background-image: url('../images/tick_gray_small.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-style: italic;
}

.notick {
	background-image: url('../images/cross_gray_small.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-style: italic;
}