/*
 * 
 * Some real elements and classes
 * 
 */


body, td {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #929292;
}

body {
	background: #080808;
	margin: 0;
}

a {
	color: #2d8fc1;
}

a:hover {
	color: #baca04;
}

form {
	padding: 0;
	margin: 0;
}

label {
	white-space: nowrap;
}

hr {
	border: 0;
	color: #222222;
	background-color: #222222;
	height: 1px;
	overflow: hidden;
}

.hilight {
	color: #c5d404;
}

.hilight-bg {
	background-color: #c5d404;
	color: #000000;
}

.site-color {
	color: #2d8fc1;
}

.comment {
	font-size: 10px;
	color: #777777;
}

.red {
	color: #FF0000;
}

.green {
	color: #00FF00;
}

.blue {
	color: #0000FF;
}

.black {
	color: #000000;
}

.white {
	color: #ffffff;
}

.bold {
	font-weight: bold;
}

.absolute {
	position: absolute;
	display: none;
}


/*
 * 
 * Globally used elements
 * 
 */


.clear-both {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.spacer {
	clear: both;
	height: 5px;
	overflow: hidden;
}

.align-right {
	float: right;
}

.tooltip {
	background: url(images/dd09.jpg) 0px -100px repeat-x #013e5f;
	padding: 2px;
	margin-bottom: 15px;
	border-top: 1px solid #003954;
	border-left: 1px solid #003954;
	border-right: 1px solid #003954;
	border-bottom: 3px solid #003954;
	color: #ffffff;
	text-align: left;
}

.tooltip span {
	display: block;
	padding: 11px 5px 5px 35px;
	background: url("http://server.digra.ro/lib/icons/32/Orange Ball.png") no-repeat 0px 60%;
}

.tooltip a {
	color: #ffffff;
}

.tooltip.error {
	background: url(images/dd09.jpg) 0px -100px repeat-x #013e5f;
	border-top: 1px solid #003954;
	border-left: 1px solid #003954;
	border-right: 1px solid #003954;
	border-bottom: 3px solid #003954;
}

.tooltip.error span {
	background-image: url("http://server.digra.ro/lib/icons/32/Red Ball.png");
}

.tooltip.notification {
	background: url(images/dd03.gif) repeat-x #1a1a1a;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 3px solid #444444;
}

.tooltip.notification span {
	background-image: url("http://server.digra.ro/lib/icons/32/Get Info.png");
}

.separator {
	display: block;
	height: 1px;
	overflow: hidden;
	border: 0;
	border-bottom: 1px dotted #222222;
	clear: both;
}

.button {
	float: left;
	padding-right: 14px;
	height: 24px;
	overflow: hidden;
	background: url(images/dd_b02.gif) 100% 0px no-repeat;
}

.button a {
	background: url(images/dd_b01.gif) no-repeat;
	display: block;
	padding: 5px 1px 5px 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.button a:hover {
	color: #000000;
}

input.button {
	background: url(images/dd_b01.gif) -10px 0px no-repeat;
	border: 0;
	color: #ffffff;
	padding: 4px 15px 5px 15px;
	font-weight: bold;
	float: none;
}

.textentry {
}

input,
textarea,
select
{
}



/*
 * 
 * Frame containers
 * 
 */
 

.fc {
	clear: both;
	margin-bottom: 10px;
}

.fc.hidden {
	display: none;
}

.fc a.fc-title {
	background: url("http://server.digra.ro/lib/icons/16/colapsed.gif") 0px -4px no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
	display: block;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #222222;
	cursor: pointer;
}

.fc a.fc-title:hover {
	color: #ffffff;
	text-decoration: underline;
}

.fc.expanded a.fc-title, 
.fc a.fc-title.expanded
{
	background-image: url("http://server.digra.ro/lib/icons/16/expanded.gif");
}

.fc.colapsed a.fc-title, 
.fc a.fc-title.colapsed
{
	background-image: url("http://server.digra.ro/lib/icons/16/colapsed.gif");
}

.fc .fc-content {
	border-left: 1px dotted #666666;
	margin-left: 10px;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
	display: none;
}

.fc.expanded .fc-content {
	display: block;
}

.fc .fc-content .form-entry .form-entry-title {
	width: 100px;
}



/*
 * 
 * Tables with list elements 
 * 
 */


table.list {
	border: 1px solid #222222;
	margin: 0;
	border-collapse:collapse;
}

table.list td.nopadding {
	padding: 0;
}

table.list table.list {
	border: 0;
}

table.list table.list thead th {
	border: 0;
	paddig: 0;
}

table.list tr {
	background: #111111;
}

table.list tr.pair {
	background: #191919;
}

table.list td {
	border-left: 1px dotted #222222;
	border-top: 1px dotted #222222;
	padding: 3px 5px 3px 5px;
}

table.list td.auto-width {
	width: 100%;
}

table.list table.list td {
	border-color: #222222;
}

table.list thead tr {
	background: url(images/dd02.gif) repeat-x #1a1a1a;
}

table.list thead th {
	border: 1px solid #222222;
	padding: 7px;
	font-size: 80%;
	font-weight: normal;
}

.list .order-id-entry {
	width: 30px;
}

.list tbody td.auto-width {
	width: 100%;
}



/*
 * 
 * Website related elements 
 * 
 */


#website_outer {
	background: url(images/dd07.gif) 50% 0px repeat-x;
}

#website {
	width: 980px;
	overflow: hidden;
	align: center;
	margin: 0 auto;
}

#website #logo {
	display: block;
	width: 563px;
	height: 91px;
	background: url(images/dd_logo.gif) no-repeat;
	position: relative;
	top: 15px;
	left: 20px;
}

#website #header_outer {
	height: 117px;
	background: url(images/dd07.gif) no-repeat;
	text-align: left;
}

#website #sidebar_left_outer {
	text-align: left;
	clear: both;
	width: 189px;
	float: left;
	overflow: hidden;
	margin-right: 1px;
}

#website #content_outer {
	text-align: left;
	float: left;
	width: 600px;
	overflow: hidden;
}

#website #content_outer #content {
}

#website #sidebar_right_outer {
	text-align: left;
	width: 189px;
	float: left;
	overflow: hidden;
	margin-left: 1px;
}

#website_outer #bottom_outer {
	width: 980px;
	clear: both;
	background: url(images/dd01.gif) repeat-x;
}

#website_outer #bottom {
	padding: 30px 20px 30px 20px;
}

#website_outer #copyright {
	font-size: 90%;
	float: left;
	width: 300px;
	text-align: left;
	color: #777777;
}


/*
 * 
 * Main/sub menus on the left 
 * 
 */
 
#mainmenu_top {
	height: 50px;
	overflow: hidden;
	background: url(images/dd06.gif) repeat-x;
	margin-bottom: 1px;
	text-align: left;
}

#mainmenu_top #searchform {
	float: right;
	width: 300px;
	text-align: right;
	padding: 12px 15px 0 0;
	background: none;
	border: 0;
}

#mainmenu_top #searchform input.text-entry {
	width: 150px;
	margin: 0;
}

#mainmenu_top #searchform .form-entry-title {
	display: none;
}

#mainmenu_top #searchform .button {
	display: inline;
	float: none;
	margin-left: 10px;
}

#topmenu {
	border-right: 1px solid #929292;
	float: left;
	margin: 0 10px 0 10px;
	padding: 0 25px 0 10px;
	margin-top: 15px;
}

#topmenu a {
	color: #ffffff;
	text-decoration: none;
}

#topmenu a:hover {
	color: #2d8fc1;
	text-decoration: underline;
}

#mainmenu_bottom {
	text-align: right;
	font-size: 90%;
	color: #777777;
}

#bottommenu {
	padding-right: 12px;
	margin-right: 10px;
	border-right: 1px solid #929292;
	display: inline;
}

#bottommenu.last {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

#bottommenu a {
	color: #999999;
	text-decoration: none;
}

#bottommenu a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.menu {
	background: url(images/dd08.gif) repeat-x 0px 100%;
}

.menu.last {
	background: none;
}

.menu a {
	display: block;
	padding: 7px 0px 7px 22px;
	background: url(images/dd11.gif) 5px 10px no-repeat;
	color: #d4d4d4;
	text-decoration: none;
	font-weight: bold;
}

.menu a.selected {
}

.menu a:hover {
	text-decoration: underline;
	color: #2d8fc1;
}

.menu .submenu {
	margin-left: 30px;
}

.menu .submenu a {
	padding: 5px 0px 5px 0px;
	font-weight: normal;
}


/*
 * 
 * Windows used on both sides 
 * 
 */


#window {
	margin-bottom: 1px;
	background: url(images/dd02.gif) repeat-x #1a1a1a;
}

#window #windowtitle {
	padding: 12px 10px 10px 35px;
	background: url(images/dd05.gif) 10px 15px no-repeat;
	font-weight: normal;
	color: #ffffff;
	font-size: 150%;
}

#window #windowcontent {
	padding: 10px 15px 10px 15px;
}


/*
 * 
 * Pages contents/titles/pictures 
 * 
 */


.post {
	margin-bottom: 20px;
	background: url(images/dd04.gif) no-repeat;
}

.post .post-links {
	margin-left: 30px;
}

.post .post-links a {
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	background: url("http://server.digra.ro/lib/icons/16/link.png") 0px 50% no-repeat;
	float: left;
	margin-right: 10px;
}

.post .post-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.post .post-links a.back {
	background-image: url("http://server.digra.ro/lib/icons/16/doc_page_previous.png");
}

.post .post-links a.read-more {
	background-image: url("http://server.digra.ro/lib/icons/16/blog.png");
}

.post .post-links a.comments {
	background-image: url("http://server.digra.ro/lib/icons/16/comment.png");
}

.post .post-title {
	background: url(images/dd03.gif) repeat-x;
	padding: 20px 20px 30px 20px;
	margin: 0 0 0 7px;
	font-weight: normal;
	color: #0396c0;
}

.post .post-title span {
	display: block;
	color: #adadad;
	font-size: 70%;
	padding-top: 3px;
}

.post .post-title a {
	color: #6bbee8;
}

.post .post-title a:hover {
	color: #ffffff;
}

.post.selected .post-title {
	font-size: 150%;
}

.post .post-details {
	display: none;
}

.post .post-dates {
	color: #ffffff;
}

.post .post-content {
	padding: 0px 30px 0px 30px;
}

.post .post-content.one {
	padding-bottom: 15px;
	padding-top: 15px;
}

.post .post-content img {
	border: 0;
}

.post .post-content.one img {
	margin: 0px 10px 0px 0px;
}

.post .post-content .picture {
	margin-right: 15px;
}

.post .picture {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 162px;
	overflow: hidden;
}

.post .picture img {
	border: 0;
	margin: 0;
}

.post .picture-title {
	background: url(images/dn_hdo.jpg) 100% 0px repeat-x;
	padding: 10px 5px 0px 5px;
	text-align: center;
	font-size: 90%;
}

.post .keywords {
	color: #777777;
	padding: 10px 0px 15px 0px;
}

.post .keywords a {
	text-decoration: none;
	text-transform: lowercase;
	color: #9f8a00;
}

.post .keywords a:hover {
	text-decoration: underline;
	color: #ffde00;
}

#window .post {
	margin: 0;
	padding: 0;
	background: none;
}

#window .post .post-content {
	margin: 0;
	padding: 0;
}

#window .post .separator {
	border: 0;
	display: none;
}

#window .post .post-title {
	font-size: 110%;
	color: #ffffff;
	background: none;
	margin: 0;
	padding: 0;
}

#window .post .picture img {
	border: 0;
	margin: 5px 0px 10px 0px;
}

#window .post .picture .picture-title,
#window .post .picture .picture-details
{
	display: none;
}

#window .works {
}

#window .works .post .post-content {
	position: relative;
	top: -10px;
	margin: 0;
	padding: 0;
}

#window .works .post .pictures {
	position: absolute;
	margin-top:25px;
}

#window .works .post .picture {
	width: 189px;
	border: 0;
	margin: 0;
	position: relative;
	left: -15px;
}

#window .works .photogallery .picture {
	border: 0;
	margin: 0;
	position: relative;
	left: -15px;
	width: 189px;
}

#window .works .photogallery .picture-title {
	margin-top: 10px;
}

#window .works .photogallery .picture img {
	border: 0;
	position: relative;
	left: -20px;
}

#window .works a.moreworks {
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #737373;
	text-decoration: none;
	font-size: 90%;
	padding: 0px 0px 0px 10px;
	background: url(images/dd12.gif) 0px 50% no-repeat;
}

#window .works a.moreworks:hover {
	color: #ffffff;
	text-decoration: underline;
}

.photogallery .picture-title,
.photogallery .picture-details
{
	text-align: left;
	padding-left: 15px;
}

.photogallery .picture {
	margin-bottom: 20px;
}



/*
 * 
 * Pagenumbers 
 * 
 */

 
.paging {
	clear: both;
	margin-bottom: 15px;
}

.paging .paging-text {
	float: left;
	color: #777777;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 7px;
}

.paging .pagenumber a, 
.paging .pagenumber.pagenumber-selected a:hover 
{
	background: transparent;
	padding: 2px 7px 2px 7px;
	color: #777777;
	text-align: center;
	float: left;
	text-decoration: none;
	margin-right: 2px;
}

.paging .pagenumber a:hover, 
.paging .pagenumber.pagenumber-selected a 
{
	background: url(images/dd15.jpg) no-repeat 50% 0px #003f5e;
	padding: 2px 7px 2px 7px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	float: left;
	text-decoration: none;
	margin-right: 2px;
	border: 0;
}

.paging a.comment {
	color: #666666;
	font-size: 100%;
}


/*
 * 
 * Website forms to submit 
 * 
 */


.form {
	background: url(images/dd02.gif) 0px -30px repeat-x #1a1a1a;
	padding: 10px 15px 10px 15px;
}

.form-title {
	margin-top: 20px;
	padding: 9px 0px 5px 15px;
	overflow: hidden;
	font-weight: bold;
	background: url(images/dd02.gif) repeat-x #1a1a1a;
	color: #ffffff;
}

.form-entry {
	clear: both;
	padding-bottom: 10px;
}

.form-entry.last {
	padding-bottom: 0;
}

.form-entry .form-entry-title {
	float: left;
	text-align: right;
	width: 120px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/*
 * 
 * Javascript calendar
 * 
 */


.ui-datepicker {
	background: #ffffff;
	border: 1px solid #5179bc;
	display: none;
	width: 200px;
	text-align: center;
}

.ui-datepicker-header {
	color: #ffffff;
	background: #5179bc;
	padding: 5px;
	text-align: center;
}

.ui-datepicker-prev {
	cursor: pointer;
	float: left;
	background: url("http://server.digra.ro/lib/icons/16/arrow_left.png") no-repeat;
	width: 16px;
	height: 16px;
}

.ui-datepicker-prev span {
	display: none;
}

.ui-datepicker-next {
	cursor: pointer;
	float: right;
	background: url("http://server.digra.ro/lib/icons/16/arrow_right.png") no-repeat;
	width: 16px;
	height: 16px;
}

.ui-datepicker-next span {
	display: none;
}

.ui-datepicker-title {
	display: inline;
}

.ui-datepicker-calendar {
	padding: 5px;
}

.ui-datepicker-calendar th {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
}

.ui-datepicker-calendar td {
	border: 1px solid #cccccc;
	text-align: center;
}

.ui-datepicker-calendar td a {
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	color: #3159ac;
}

.ui-datepicker-calendar td a:hover {
	color: #000000;
}

.ui-datepicker-calendar td.ui-datepicker-today {
	border: 1px solid #dd7a64;
	background: #ffeeee;
}

.ui-datepicker-calendar td.ui-datepicker-today a {
	color: #000000;
}

.ui-datepicker-calendar td.ui-datepicker-other-month {
	border: 0px;
}

a.show-calendar-input {
	cursor: pointer;
	font-size: 16px;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 10px;
	background: url("http://server.digra.ro/lib/icons/16/calendar_2.png") no-repeat;
}

a.clear-calendar-input {
	cursor: pointer;
	font-size: 16px;
	padding: 0px 0px 0px 16px;
	background: url("http://server.digra.ro/lib/icons/16/cross.png") no-repeat;
}



/*
 * 
 * ONLY Related to this site
 * 
 */

a.requestpassword {
	display: block;
	color: #737373;
	text-decoration: none;
	font-size: 90%;
	padding: 5px 0px 5px 10px;
	background: url(images/dd12.gif) 0px 50% no-repeat;
}

a.requestpassword:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*
 * 
 * Boxes on the top 
 * 
 */


#boxes {
	height: 288px;
	overflow: hidden;
	margin-bottom: 1px;
	text-align: left;
	color: #ffffff;
}

#boxes .button {
	float: none;
	padding: 0;
	margin: 0;
	width: 85px;
	height: 25px;
	background: url(images/dd16.jpg) no-repeat;
	margin-left: 85px;
}

#boxes .button a {
	background: none;
	text-align: center;
	padding: 5px;
	margin: 0;
}

#boxes span {
	padding: 10px;
	display: block;
}

#boxes #boxcontent {
	margin: 75px 15px 0px 15px;
	overflow: hidden;
}

#boxes #textentry {
	width: 100px;
}

#boxes .separator {
	background: #909b41;
	border-bottom: 1px solid #accc41;
}

#boxes .separator.boxbottom {
	background: #758739;
	border-bottom: 1px solid #97b239;
}

#boxes #box1 {
	width: 256px;
	height: 288px;
	margin-right: 1px;
	background: url(images/dd13.jpg) 50% 0px repeat-x;
	float: left;
}

#website_outer.ro #boxes #box1 {
	background-image: url(images/dd15_ro.jpg);
}

#boxes #box1 .separator {
	background: #025c7a;
	border-bottom: 1px solid #038eba;
}

#boxes #box1 .separator.boxbottom {
	background: #003954;
	border-bottom: 1px solid #016796;
}

#boxes #box1 #boxcontent {
	margin-top: 110px;
	height: 140px;
}

#boxes #box1 #textentry {
	width: 170px;
}

#boxes #box1 .button {
	background: url(images/dd15.jpg) no-repeat;
	margin-left: 80px;
}

#boxes #box1 #domainextension {
	float: left;
	width: 50px;
	overflow: hidden;
	white-space:nowrap;
}

#boxes #box1 #domainextensions {
	margin: 0px 0px 10px 20px;
	width: 400px;
}

#boxes #box1 #domainextension.column2 {
	width: 55px;
}

#boxes #box2 {
	width: 256px;
	height: 288px;
	margin-right: 1px;
	background: url(images/dd14.jpg) 50% 0px repeat-x;
	float: left;
}

#website_outer.ro #boxes #box2 {
	background-image: url(images/dd14_ro.jpg);
}

#boxes #box2 #boxcontent {
	height: 175px;
}

#boxes #box3 {
	width: 466px;
	height: 288px;
	float: left;
}



/*
 * 
 * Lightbox for pictures preview
 * 
 */
 
 
 
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none; 
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { 
	padding: 10px; 
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url("http://server.digra.ro/lib/icons/32/ajax-loader.gif") no-repeat 50% 50%;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0; 
}

#lightbox-nav a { 
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	overflow: hidden;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}
	
#lightbox-image-details-caption { 
	font-weight: bold; 
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav-btnClose {
	overflow: hidden;
	width: 32px;
	height: 32px; 
	float: right;
	background: url("http://server.digra.ro/lib/icons/32/emblem-unreadable.png") no-repeat;
	margin-bottom: 9px;
}

#lightbox-secNav-btnDownload {
	overflow: hidden;
	width: 32px;
	height: 32px; 
	float: right;
	background: url("http://server.digra.ro/lib/icons/32/emblem-downloads.png") no-repeat;
	margin-bottom: 9px;
}

#lightbox-nav-btnPrev { 
	background: url("http://server.digra.ro/lib/icons/16/empty.gif") left 15% no-repeat;
}

#lightbox-nav-btnNext { 
	background: url("http://server.digra.ro/lib/icons/16/empty.gif") right 15% no-repeat;
}

#lightbox-nav-btnPrev:hover { 
	background: url("http://server.digra.ro/lib/icons/32/prevlabel.gif") left 15% no-repeat;
}

#lightbox-nav-btnNext:hover { 
	background: url("http://server.digra.ro/lib/icons/32/nextlabel.gif") right 15% no-repeat;
}



/*
 * 
 * Ajax Loading status
 * 
 */


 
.loading {
    background: #fbf7aa;
    color: black;
    font-weight: bold;
    padding: 3px 10px 5px 10px;
    border: 2px solid #f9e98e;
    z-index: 101;
}


/*
 * 
 * qTip Modifications so our content looks good here too 
 * 
 */



.qtip .form {
	padding: 5px;
	background: transparent;
}

.qtip .form-title {
	margin: 0;
	padding: 5px;
	background: transparent;
	color: #000000;
}

.qtip .form-entry-title {
	width: auto;
	float: none;
	text-align: left;
	padding-bottom: 3px;
}

.qtip .tooltip {
	margin: 0;
}



/*
 * 
 * Star rating 
 * 
 */



.star-rating {
	float: left;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

.star-rating a {
	background: url("http://server.digra.ro/lib/icons/16/star_1.png") no-repeat 0px 0px;
}

.star-rating a {
	display: block;
	width: 16px;
	height: 16px;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}

.star-rating-on a {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.star-rating-hover a{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.star-rating-readonly a {
	cursor: default;
}



/*
 * 
 * Attachments 
 * 
 */



.attachments {
	margin-bottom: 20px;
	background: #111111;
	padding: 10px;
}

.attachments span {
	display: block;
	font-style: italic;
	margin-bottom: 5px;
}

.attachments .attachment {
	margin: 10px 0px 5px 0px;
}

.attachments .attachment-icon {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url("http://server.digra.ro/lib/icons/32/emblem-downloads.png") no-repeat;
}

.attachments .attachment a {
	font-weight: bold;
	padding-right: 5px;
}

.attachments .attachment .attachment-details {
	padding-top: 5px;
}



/*
 * 
 * Comments for the contents and others 
 * 
 */



.comments {
}

.comments .comment-entry {
	padding-top: 5px;
	margin: 5px 0px 10px 0px;
}

.comments .comment-body {
	background: url("http://server.digra.ro/lib/icons/16/comment.png") no-repeat 5px 3px;
	border-bottom: 1px dotted #222222;
	padding: 5px 20px 10px 30px;
	color: #CCCCCC;
}

.comments .comment-functions {
	float: right;
	padding-top: 4px;
}

.comments .comment-functions a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	float: left;
}

.comments .comment-functions a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.comments .comment-functions .comment-reply {
	margin-right: 10px;
	padding: 5px 0px 0px 20px;
	background: url("http://server.digra.ro/lib/icons/16/comment.png") no-repeat 0px 50%;
}

.comments .comment-functions .comment-rating-up {
	width: 16px;
	height: 16px;
	background: url("http://server.digra.ro/lib/icons/16/vote_yes.png") no-repeat;
	margin-right: 5px;
}

.comments .comment-functions .comment-rating-down {
	display: block;
	width: 16px;
	height: 16px;
	background: url("http://server.digra.ro/lib/icons/16/vote_no.png") no-repeat;
}

.comments .comment-details {
	padding-top: 4px;
}

.comments .sub-comment {
	margin-left: 30px;
}

.comments .comment-rating-1 {
	filter:alpha(opacity=10);
	-moz-opacity:.10;
	opacity:.10;
}

.comments .comment-rating-2 {
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
}

.comments .comment-rating-3 {
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}

.comments .comment-rating-4 {
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

.comments .comment-rating-5 {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.comments .comment-rating-6 {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.comments .comment-rating-7 {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.comments .comment-rating-8 {
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.comments .comment-rating-9 {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

.comments .comment-rating-10 {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}



/*
 * 
 * Keywords 
 * 
 */



.keywords {
	color: #777777;
	padding: 10px 0px 15px 0px;
}

.keywords a {
	text-decoration: none;
	text-transform: lowercase;
	color: #999999;
}

.keywords a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#picklanguage {
	align: center;
	width: 979px;
	margin: 0 auto;
}

#picklanguage .pick-language-design-image {
	width: 979px;
	height: 530px;
	background: url(images/dd_csavo.jpg) no-repeat;
}

#picklanguage .pick-language-links {
	position: relative;
	top: 490px;
	width: 300px;
	height: 49px;
	margin: 0 auto;
	align: center;
}

#picklanguage .pick-language-links .pick-language-text {
	width: 154px;
	height: 49px;
	background: url(images/chooselang.png) no-repeat;
	float: left;
}

#picklanguage .pick-language-links a.hu {
	display: block;
	width: 30px;
	height: 49px;
	background: url(images/hu.png) no-repeat;
	float: left;
	margin-left: 10px;
}

#picklanguage .pick-language-links a.ro {
	display: block;
	width: 30px;
	height: 49px;
	background: url(images/ro.png) no-repeat;
	float: left;
	margin-left: 10px;
}

/*
 * 
 * IE Fixes if needed
 * 
 */


* html #separator {
	height: 2px;
}

* html #window #contententrydescription {
	top: -20px;
}