/* Rubric render layout definitions */

.rubricRenderFirstColumn {
	width: 410px;	
}

.rubricRenderFirstColumnFull {
	width: 720px;	
}

.rubricRenderSecondColumn {
	width: 306px;	
}

.rubricRenderThirdColumn {
	width: 262px;	
}

/* Rubric render layout definitions */

/* Rubric render panel definitions */

.rubricTitlePanel {
	width: 706px;
	border-bottom: 1px solid #999999;	
}

.rubricTitlePanel .title {
	float: right;
	
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
}

.rubricTitlePanel .rubricPath {
	float: left;
	
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.catalogPanel {
	width: 716px;	
	float: left;
}

.catalogPanel .leftArea {
	width: 145px;
	float: left;	
}

.catalogPanel .leftArea A {
	margin-bottom: 5px;
	display: block;
	width: 129px;
	height: 18px;
	/*background: url(/voom../images/design/catalog_button.jpg);*/
	background: #E6E6E6 url(/voom../images/design/catalog_icon.gif) no-repeat;
	border: 1px solid #CCCCCC;
	border-right: none;
	
	padding-left: 18px;
	padding-top: 2px;
	font-size: 11px;
	color: #444444;
	text-decoration :none;	
}

.catalogPanel .leftArea A.selected {
	width: 127px;
	margin-right: 0px;
	background: #F6F6F6 url(/voom/images/design/catalog_icon.gif) no-repeat;
	z-index:2;
	position: relative;
}

.catalogPanel .leftArea A:hover {
	background: #F6F6F6 url(/voom/images/design/catalog_icon.gif) no-repeat;
}

.catalogPanel .centerArea {
	background-color: #F6F6F6;
	width: 410px;
	border: 1px solid #CCCCCC;
	padding: 7px;
	float: left;
}

.catalogPanel .centerArea P {
	margin: 0px;
	padding: 0px;	
}

.catalogPanel .centerArea .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;	
}

.catalogPanel .centerArea IMG {
	padding: 1px;
	border: 1px solid #DDDDDD;
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;	
}

.catalogPanel .centerArea .separator {
	width: 412px;
	height: 1px;
	line-height: 1px;
	background-color: #DDDDDD;
	margin-top: 3px;
	margin-bottom: 3px;	
}

.catalogPanel .rightArea {
	width: 145px;
	float: left;	
}

.catalogPanel .rightArea A {
	margin-bottom: 5px;
	display: block;
	width: 128px;
	height: 18px;
	/*background: url(/voom../images/design/catalog_button.jpg);*/
	background: #E6E6E6 url(/voom/images/design/catalog_icon.gif) no-repeat;
	border: 1px solid #CCCCCC;
	border-left: none;
	
	padding-left: 18px;
	padding-top: 2px;
	font-size: 11px;
	color: #444444;
	text-decoration :none;	
}

.catalogPanel .rightArea A.selected {
	width: 127px;
	margin-left: -1px;
	padding-left: 20px;
	background: #F6F6F6 url(/voom/images/design/catalog_icon.gif) no-repeat;
	z-index:2;
	position: relative;
}

.catalogPanel .rightArea A:hover {
	background: #F6F6F6 url(/voom/images/design/catalog_icon.gif) no-repeat;
}

.catalogPanel .clear {
	line-height: 0px;
	height: 0px;
	clear: both;
}

.articleListPanel {
	width: 716px;	
	float: left;	
}

.articleListPanel TABLE {
	width: 98%;
	margin: 0px;
	padding: 0px;
	border: none;	
}

.articleListPanel TABLE TR {
	margin: 0px;
	padding: 0px;
}

.articleListPanel TABLE TD {
	border: none;
	vertical-align: middle;
	padding: 3px;
}

.articleListPanel TABLE TD.image {
	width: 150px;
	text-align: center;
}

.articleListPanel TABLE TD.image DIV {
	text-align: center;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;	
	width: 120px;
	height: 90px;
	margin: auto;
}

.articleListPanel TABLE TD.image DIV IMG {
	position: absolute;
	top: -1000px;
	left: -1000px;	
}

.articleListPanel TABLE TD.title {
	border-bottom: 1px solid #CCCCCC;
}

.articleListPanel TABLE TD.title A {
	font-size: 13px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}

.articleListPanel TABLE TD.summary {
	vertical-align: top;
}

.articleListPanel TABLE TD.summary A {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.articleListPanel TABLE TD.bottom {
	vertical-align: bottom;
}

.subrubricListPanel {
	width: 706px;
}

.subrubricListPanel TABLE {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;	
}

.subrubricListPanel TABLE TBODY {
	margin: 0px;
	padding: 0px;
	border: none;
}

.subrubricListPanel TABLE TR {
	margin: 0px;
	padding: 0px;
}

.subrubricListPanel TABLE TD {
	border: none;
	vertical-align: middle;
	padding: 3px;
}

.subrubricListPanel TABLE TD.title {
	font-size: 13px;
	font-weight: bold;
	color: #3366CC;
	border-bottom: 1px solid #CCCCCC;
}

.subrubricListPanel TABLE TD.rubricTitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
}

.subrubricListPanel TABLE TD.rubricTitle A {
	color: #FFFFFF;
	text-decoration: none;
}

.subrubricListPanel TABLE TD.summary {
	font-size: 12px;
	vertical-align: top;
	color: #666666;
}

.subrubricListPanel TABLE TD.bottom {
	vertical-align: bottom;
}

.newsArchivePanel {
	width: 354px;
	border: 1px solid #DDDDDD;
}

.newsArchivePanel .header {
	width: 346px;
	padding: 2px;
	padding-left: 6px;
	height: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	background-image: url(/voom/images/design/blue_band_bg.jpg);
}

.newsArchivePanel .footer { /* Asta se pune de fapt in content */
	padding: 3px;
	text-align: right;
}

.newsArchivePanel .footer A {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

.newsArchivePanel .footer A:hover {
	text-decoration: underline;	
}

.newsArchivePanel .content {
	width: 354px;
	background-image: url(/voom/images/design/panel_gradient.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

.newsArchivePanel .content TABLE {
	/*width: 348px;*/
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin: 2px;
	border: 1px solid #CCCCCC;
}

.newsArchivePanel .content TABLE TR {
	padding: 0px;
	margin: 0px;	
}

.newsArchivePanel .content TABLE TR TD {
	padding: 3px;
	padding-top: 6px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
}

.newsArchivePanel .content TABLE TR TD A {
	color: #666666;
	text-decoration: none;
}

.newsArchivePanel .content TABLE TR TD.image {
	vertical-align: middle;
	text-align: center;
	padding: 4px;	
}

.newsArchivePanel .content TABLE TR TD.image DIV {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.newsArchivePanel .content TABLE TR TD.image DIV DIV {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 45px;
	padding: 0px;
	border: none;	
}

.newsArchivePanel .content TABLE TR TD.image DIV DIV IMG {
	position: absolute;
	top: -4000px;
	left: -4000px;	
}

.newsArchivePanel .content TABLE TR TD A.title {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

.mostVisitedPanel2 {
	width: 354px;
	border: 1px solid #DDDDDD;
}

.mostVisitedPanel2 .header {
	width: 346px;
	padding: 2px;
	padding-left: 6px;
	height: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	background-image: url(/voom/images/design/blue_band_bg.jpg);
}

.mostVisitedPanel2 .content {
	width: 354px;
	background-image: url(/voom/images/design/panel_gradient.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

.mostVisitedPanel2 .content TABLE {
	/*width: 348px;*/
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin: 2px;
	border: 1px solid #CCCCCC;
}

.mostVisitedPanel2 .content TABLE TR {
	padding: 0px;
	margin: 0px;	
}

.mostVisitedPanel2 .content TABLE TR TD {
	padding: 3px;
	padding-top: 6px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
}

.mostVisitedPanel2 .content TABLE TR TD A {
	color: #666666;
	text-decoration: none;
}

.mostVisitedPanel2 .content TABLE TR TD.image {
	vertical-align: middle;
	text-align: center;
	padding: 4px;	
}

.mostVisitedPanel2 .content TABLE TR TD.image DIV {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.mostVisitedPanel2 .content TABLE TR TD.image DIV DIV {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 45px;
	padding: 0px;
	border: none;	
}

.mostVisitedPanel2 .content TABLE TR TD.image DIV DIV IMG {
	position: absolute;
	top: -4000px;
	left: -4000px;	
}

.mostVisitedPanel2 .content TABLE TR TD A.title {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

/* Rubric render panel definitions */