/*** tabs ***/

#frame_main3
{
	padding-top: 37px;
	padding-bottom: 50px;
}

.C_WHITE_TABS
{
}

.C_WHITE_TABS > .C_HEAD
{
	min-height: 1px;
}

.C_WHITE_TABS > .C_HEAD .C_LEFT
{
	float: left;
}

.C_WHITE_TABS > .C_HEAD .C_RIGHT
{
	float: right;
}

.C_WHITE_TABS > .C_HEAD .C_LEFT, 
.C_WHITE_TABS > .C_HEAD .C_RIGHT
{
	border-top: 1px solid #ffffff;
	border-bottom: 0;
	
	-webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.15);
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.C_WHITE_TABS > .C_HEAD a
{
	text-decoration: none;
	background-color: #f0f1f1;
	color: #747778;
	font-weight: 600; /* semi bold */
	*font-weight: bold;
	font-size: 13px;
	float: left;
	line-height: 22px;
	padding: 1px 9px 2px;
	border-right: 1px solid #ffffff;
	line-height: 20px;
	display: inline-block;
	/* ie7 inline-block */
	*display: inline;
	zoom: 1;
}

.C_WHITE_TABS > .C_HEAD .C_RIGHT a
{
	background-color: #F7DBDE;
}

body.C_B2B .C_WHITE_TABS > .C_HEAD .C_RIGHT a
{
	background-color: #D9E8EC;
}

.C_WHITE_TABS > .C_HEAD a.C_ACTIVE
{
	background-color: #ff0000;
	color: #ffffff;
	font-size: larger;
	font-weight: 800; /* semi bold */
	*font-weight: bold;
	border: 0;
	padding-top: 7px;
	margin-top: -5px;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
	background: rgb(200,16,33);
	background: -moz-linear-gradient(top, rgba(200,16,33,1) 0%, rgba(236,170,176,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,16,33,1)), color-stop(100%,rgba(236,170,176,1)));
	background: -webkit-linear-gradient(top, rgba(200,16,33,1) 0%,rgba(236,170,176,1) 100%);
	background: -o-linear-gradient(top, rgba(200,16,33,1) 0%,rgba(236,170,176,1) 100%);
	background: -ms-linear-gradient(top, rgba(200,16,33,1) 0%,rgba(236,170,176,1) 100%);
	background: linear-gradient(to bottom, rgba(200,16,33,1) 0%,rgba(236,170,176,1) 100%);
}

body.C_B2B .C_WHITE_TABS > .C_HEAD a.C_ACTIVE
{
	background: rgb(26,118,142);
	background: -moz-linear-gradient(top, rgba(26,118,142,1) 0%, rgba(159,198,208,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(26,118,142,1)), color-stop(100%,rgba(159,198,208,1)));
	background: -webkit-linear-gradient(top, rgba(26,118,142,1) 0%,rgba(159,198,208,1) 100%);
	background: -o-linear-gradient(top, rgba(26,118,142,1) 0%,rgba(159,198,208,1) 100%);
	background: -ms-linear-gradient(top, rgba(26,118,142,1) 0%,rgba(159,198,208,1) 100%);
	background: linear-gradient(to bottom, rgba(26,118,142,1) 0%,rgba(159,198,208,1) 100%);
}

.C_WHITE_TABS > .C_HEAD a + a
{
	border-left: 1px solid #dadbdb;
}

.C_WHITE_TABS > .C_HEAD a:first-child
{
	border-left: 1px solid #ffffff;
	
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}

.C_WHITE_TABS > .C_HEAD a.C_ACTIVE:first-child
{
	border-left: 0;
}

.C_WHITE_TABS > .C_HEAD a:last-child
{
	border-right: 1px solid #ffffff;
	
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}

.C_WHITE_TABS > .C_HEAD a.C_ACTIVE:last-child
{
	border-right: 0;
}

.C_WHITE_TABS > .C_BODY
{
	clear: both;
	background-color: #ffffff;
	border: 1px solid #ECAAB0;
	border-top-width: 3px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

body.C_B2B .C_WHITE_TABS > .C_BODY
{
	border-color: #9FC6D0
}


.C_WHITE_TABS .C_BODY .C_PAGE_CONTENT 
{
	width: 950px;
	float: left;
	margin: 18px;
	margin-right: 0;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL
{
	float: right;
	width: 260px;
	position: relative;
	right: -7px;
	margin-top: 19px;
	margin-bottom: 15px;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL_GROUP
{
	border: 1px solid #ffffff;
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
	
	margin-top: 0;
	
	float: right;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL_GROUP:after
{
	display: block;
	height: 7px;
	width: 7px;
	position: relative;
	float: right;
	bottom: -1px;
	margin-bottom: -7px;
	right: -1px;
	content: '';
	background-color: #00FF00;
	background-image: url("/images2/design3/panel_shadow.png");
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL_GROUP.C_IMPORT_SERVICE
{
	margin-bottom: 15px;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL:first-child
{
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL
{
	width: 226px;
	background-color: #eeeeee;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL_GROUP.C_IMPORT_SERVICE .C_PANEL
{
	height: 24px;
	cursor: pointer;
	position: relative;
	
	padding-left: 70px;
	width: 176px;
	
	font-size: 15px;
	
	font-weight: 600; /* semi bold */
	*font-weight: normal; /* ie7 wont semi bold */
	
	padding-top: 11px;
	height: 28px;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL_GROUP.C_IMPORT_SERVICE .C_PANEL:hover
{
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL_GROUP.C_IMPORT_SERVICE .C_PANEL img
{
	position: absolute;
	top: -9px;
	left: 20px;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_LINKEDIN
{
	color: #ffffff;
	background: rgb(63,139,178);
	background: -moz-linear-gradient(top, rgba(63,139,178,1) 0%, rgba(2,103,153,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,139,178,1)), color-stop(100%,rgba(2,103,153,1)));
	background: -webkit-linear-gradient(top, rgba(63,139,178,1) 0%,rgba(2,103,153,1) 100%);
	background: -o-linear-gradient(top, rgba(63,139,178,1) 0%,rgba(2,103,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(63,139,178,1) 0%,rgba(2,103,153,1) 100%);
	background: linear-gradient(to bottom, rgba(63,139,178,1) 0%,rgba(2,103,153,1) 100%);
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_VIADEO
{
	background: rgb(246,178,95);
	background: -moz-linear-gradient(top, rgba(246,178,95,1) 0%, rgba(243,154,45,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,178,95,1)), color-stop(100%,rgba(243,154,45,1)));
	background: -webkit-linear-gradient(top, rgba(246,178,95,1) 0%,rgba(243,154,45,1) 100%);
	background: -o-linear-gradient(top, rgba(246,178,95,1) 0%,rgba(243,154,45,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,178,95,1) 0%,rgba(243,154,45,1) 100%);
	background: linear-gradient(to bottom, rgba(246,178,95,1) 0%,rgba(243,154,45,1) 100%);
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO
{
	padding-right: 25px;
	width: 201px;
	color: #ffffff;
	
	border-bottom: 1px solid #910C18;
	
	background: rgb(214,76,89);
	background: -moz-linear-gradient(top, rgba(214,76,89,1) 0%, rgba(207,46,61,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,76,89,1)), color-stop(100%,rgba(207,46,61,1)));
	background: -webkit-linear-gradient(top, rgba(214,76,89,1) 0%,rgba(207,46,61,1) 100%);
	background: -o-linear-gradient(top, rgba(214,76,89,1) 0%,rgba(207,46,61,1) 100%);
	background: -ms-linear-gradient(top, rgba(214,76,89,1) 0%,rgba(207,46,61,1) 100%);
	background: linear-gradient(to bottom, rgba(214,76,89,1) 0%,rgba(207,46,61,1) 100%);
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_UNDEFINED
{
	color: #eeeeee;
	font-style: italic;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_UNDEFINED a
{
	margin-left: 4px;
	color: #ffffff;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_NAME
{
	margin: 0;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_USER_PICTURE
{
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	/* ie7 inline-block */
	*display: inline;
	zoom: 1;
	
	background: #ffffff;
	padding: 5px;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_USER_PICTURE img.C_AVATAR
{
	max-height: 140px;
	max-width: 140px;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_USER_PICTURE.C_EMPTY img.C_AVATAR
{
	height: 140px;
	width: 140px;
	
	background: rgb(233,233,234);
	background: -moz-linear-gradient(top, rgba(233,233,234,1) 0%, rgba(204,205,205,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,234,1)), color-stop(100%,rgba(204,205,205,1)));
	background: -webkit-linear-gradient(top, rgba(233,233,234,1) 0%,rgba(204,205,205,1) 100%);
	background: -o-linear-gradient(top, rgba(233,233,234,1) 0%,rgba(204,205,205,1) 100%);
	background: -ms-linear-gradient(top, rgba(233,233,234,1) 0%,rgba(204,205,205,1) 100%);
	background: linear-gradient(to bottom, rgba(233,233,234,1) 0%,rgba(204,205,205,1) 100%);
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_USER_PICTURE.C_EMPTY img.C_AVATAR
{
	text-align: center;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_USER_PICTURE a
{
	display: none;
	position: absolute;
	right: 15px;
	bottom: 15px;
	
	/**  H5BP Image Replacement **/
	border: 0;
	font: 0/0 a !important;
	text-shadow: none;
	color: transparent;
	background: url(/images/plus-avatar.png) no-repeat scroll center center transparent;
	width: 20px;
	height: 20px;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_USER_PICTURE a.C_DELETE
{
	right: 40px;
	background: url(/images/delete-avatar.png) no-repeat scroll center center transparent;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_USER_PICTURE:hover a, 
.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_USER_PICTURE.C_EMPTY a
{
	display: block;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_USER_PICTURE:hover a
{
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_INFO .C_USER_PICTURE a:hover
{
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_REQUIREMENTS
{
	padding-right: 25px;
	width: 201px;
	border-top: 1px solid #ffffff;
	
	background: rgb(218,219,219);
	background: -moz-linear-gradient(top, rgba(218,219,219,1) 0%, rgba(239,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,219,219,1)), color-stop(100%,rgba(239,240,240,1)));
	background: -webkit-linear-gradient(top, rgba(218,219,219,1) 0%,rgba(239,240,240,1) 100%);
	background: -o-linear-gradient(top, rgba(218,219,219,1) 0%,rgba(239,240,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(218,219,219,1) 0%,rgba(239,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(218,219,219,1) 0%,rgba(239,240,240,1) 100%);
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_REQUIREMENTS h3
{
	margin: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 11px;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_REQUIREMENTS a
{
	color: #6C6F70;
	font-weight: 600; /* semi bold */
	*font-weight: normal; /* ie7 wont semi bold */
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_REQUIREMENTS a.C_MAL
{
	color: #C71020;
	font-weight: bold;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_REQUIREMENTS .C_PROFIL_REQUIREMENT
{
	margin: 0;
	background-image: url('/images/nok.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL.C_REQUIREMENTS .C_PROFIL_REQUIREMENT.C_OK
{
	background-image: url('/images/ok.png');
}

.C_WHITE_TABS > .C_BODY > .C_INFO_PANEL .C_PANEL:last-child
{
	border-top: 0;
	
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

.C_WHITE_TABS .C_MOBILE
{
	font-family: georgia, serif;
}

.C_WHITE_TABS .C_WEB_SITE
{
	color: #ffffff;
}

.C_PANEL.C_REQUIREMENTS .C_RELEASE_REQUESTS a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.C_PANEL.C_REQUIREMENTS .C_RELEASE_REQUESTS span
{
	color: #C81021;
}

/*** /tabs ***/


/*** CV ***/

.C_SECTION
{
	background-color: #f8f8f8;
	
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
	
	border: 1px solid #ffffff;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	margin-bottom: 20px;
}

.C_SECTION > .C_HEAD3 a
{
	position: absolute;
	right: 9px;
	top: 9px;
	
	line-height: 20px;
	
	color: #ffffff;
	background: rgb(180,182,183);
	background: -moz-linear-gradient(top, rgba(180,182,183,1) 0%, rgba(146,148,149,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,182,183,1)), color-stop(100%,rgba(146,148,149,1)));
	background: -webkit-linear-gradient(top, rgba(180,182,183,1) 0%,rgba(146,148,149,1) 100%);
	background: -o-linear-gradient(top, rgba(180,182,183,1) 0%,rgba(146,148,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(180,182,183,1) 0%,rgba(146,148,149,1) 100%);
	background: linear-gradient(to bottom, rgba(180,182,183,1) 0%,rgba(146,148,149,1) 100%);
	
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
	
	border: 1px solid #ffffff;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-webkit-border-bottom-left-radius: 11px;
	-webkit-border-top-left-radius: 11px;
	-moz-border-radius-bottomleft: 11px;
	-moz-border-radius-topleft: 11px;
	border-bottom-left-radius: 11px;
	border-top-left-radius: 11px;
	
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	padding: 0;
}

.C_SECTION > .C_HEAD3 a span
{
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 9px;
	padding-left: 25px;
	background-image: url('/images/plus-mycv.png');
	background-position: 1px center;
	background-repeat: no-repeat;
}
.C_SECTION > .C_HEAD3 a:hover
{
	
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}

.C_SECTION > .C_HEAD3 a:hover span
{
	background-image: url('/images/plus-mycv-hover.png');
}

.C_SECTION > .C_HEAD3 a span.C_MINUS
{
	background-image: url('/images/cross-mycv.png');
}

.C_SECTION ol
{
	margin-top: 17px;
	list-style: none;
	padding-left: 19px;
}

.C_SECTION ol li
{
	padding: 5px;
	padding-left: 1px;
	margin-top: 8px;
	border-bottom: 1px solid #dcdddd;
	border-top: 1px solid #dcdddd;
	overflow: auto;
	clear: both;
}

.C_SECTION ol li br
{
	clear: both;
}

.C_SECTION li .C_LEFT
{
	font-weight: bold;
	width: 37px;
	width: 200px;
	float: left;
	margin-top: 2px;
}

html[lang=de] .C_SECTION li .C_LEFT
{
	width: 145px;
}

.C_SECTION li .C_LEFT.C_LIGHT
{
	font-weight: normal;
}

.C_SECTION li .C_BODY
{
	float: left;
	max-width: 720px;
	margin-top: 2px;
	text-align: justify;
}

/*
.C_SECTION li.C_LANGUAGE .C_LEFT, 
.C_SECTION li.C_EXPERIENCE .C_LEFT, 
.C_SECTION .C_PREFERENCES li .C_LEFT
{
	width: 125px;
}*/

.C_SECTION li .C_BODY > .C_TITLE:first-child
{
	font-weight: bold;
}

.C_SECTION li .C_EDIT_CV
{
	float: right;
	color: #6C6F70;
	font-size: 11px;
	
	font-weight: 600; /* semi bold */
	*font-weight: normal; /* ie7 wont semi bold */
}

.C_SECTION li .C_EDIT_CV a
{
	color: #6c6f70;
}

.C_SECTION li .C_EDIT_CV a .C_INCOMPLETE
{
	text-decoration: none;
	color: #C71020;
	font-weight: bold;
}

.C_SECTION p.C_EMPTY, 
.C_SECTION li.C_EMPTY
{
	color: #c81021;
}

.C_SECTION_CONTENT > .C_DESCRIPTION
{
	margin: 20px;
}

.C_CV .C_MULTILINE
{
	white-space: pre-wrap;
	white-space: pre-line;
}

.C_SECTION_CONTENT .C_MULTILINE
{
	margin-top: 8px;
}

.C_SECTION_CONTENT > .C_DESCRIPTION q p
{
	margin: 0;
}

.C_CV .C_LANGUAGE .C_DESCRIPTION .C_DESCRIPTION
{
	margin-top: 5px;
}


/*** /CV ***/

/* Temp ??? */
.C_WHITE_TABS .C_BODY div.C_SUB_FRAME
{
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px dashed #BBBBBB;
	padding: 6px;
	display: inline-block;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.C_WHITE_TABS .C_BODY div.C_SUB_FRAME h1
{
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	background-color: #EEEEEE;
	padding: 4px;
	color: #999999 !important;
	font-weight: bold;
	text-align: left;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}



/* categories */
div.C_CATEGORIES_BOX
{
	font-size: 12px;
	overflow: auto;
}
div.C_CATEGORIES_BOX ul
{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	clear: both;
}
div.C_CATEGORIES_BOX input
{
	float: left;
}
div.C_CATEGORIES_BOX ul p.C_PARENT
{
	cursor: pointer;
}
div.C_CATEGORIES_BOX ul p.C_PARENT span.C_CLOSED
,div.C_CATEGORIES_BOX ul.C_OPEN p.C_PARENT span.C_OPEN
{
	display: inline;
}
div.C_CATEGORIES_BOX ul p.C_PARENT span.C_OPEN
,div.C_CATEGORIES_BOX ul.C_OPEN p.C_PARENT span.C_CLOSED
{
	display: none;
}
div.C_CATEGORIES_BOX ul p.C_PARENT
{
	/*display: inline-block;*/
	margin: 0px;
}

div.C_CATEGORIES_BOX ul p.C_CHILD
{
	display: none;
}
div.C_CATEGORIES_BOX ul.C_OPEN p.C_CHILD
{
	display: block;
	margin: 0px 0px 0px 18px;
	clear: both;
}
div.C_CATEGORIES_BOX ul p.C_CHILD label
{
	display: block;
	clear: both;
}

/* /Temp ??? */

.C_POSTING_SUMMARY
{
	margin: 10px 0px 10px 0px;	
}
.C_POSTING_SUMMARY div.C_LEFT
{
	display: inline-block;
	vertical-align: top;
}
.C_POSTING_SUMMARY img.C_PLOGO
{
}
.C_POSTING_SUMMARY div.C_RIGHT
{
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 20px;	
}
.C_POSTING_SUMMARY span.C_PDATE
{
	color: #999999;
}
.C_POSTING_SUMMARY span.C_PTITLE
{
}
.C_POSTING_SUMMARY span.C_PTITLE a
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.C_POSTING_SUMMARY span.C_PTITLE a:hover
{
	text-decoration: underline;
}
.C_POSTING_SUMMARY span.C_PNAME
{
	color: #999999;
}
.C_POSTING_SUMMARY span.C_PCANTONS
{
}
