/* Active-css:INDIGO; /*GREEN*/ /*BROWN*/ /* DARK GREEN*/ /* BLUE-WHITE*/

/* Load Naaya Content custom styles */
/* Begin Naaya Blob File styles*/
/* /data/local/bch/eggs/naaya.content.bfile-1.4.25-py2.7.egg/naaya/content/bfile/www/style.css */
/*  1*/ table.ny-bfile-all-versions {
/*  2*/     display: none;
/*  3*/     min-width: 80%;
/*  4*/ }
/*  5*/ 
/*  6*/ ul.ny-bfile-editversions {
/*  7*/     list-style: none;
/*  8*/ }
/* End Naaya Blob File styles*/

/* Begin Naaya TalkBack Consultation styles*/
/* /data/local/bch/eggs/naaya.content.talkback-1.4.46-py2.7.egg/naaya/content/talkback/www/talkbackconsultation_style.css */
/*  1*/ div.consultation_right_box {
/*  2*/ 	float: right;
/*  3*/ 	width: 170px;
/*  4*/ 	border: 1px solid black;
/*  5*/ 	padding: 0.5em;
/*  6*/ 	background-color:#FAFAFA;
/*  7*/ }
/*  8*/ 
/*  9*/ a.consultation-button {
/* 10*/ 	display: block;
/* 11*/ 	border: 1px outset black;
/* 12*/ 	padding: 0.3em;
/* 13*/ 	background-color: #EDE9E3;
/* 14*/ 	text-decoration: none;
/* 15*/ 	text-align: center;
/* 16*/ 	margin-top: 0.1em;
/* 17*/ 	color: #042D5D;
/* 18*/ 
/* 19*/ }
/* 20*/ 
/* 21*/ a.consultation-special-button {
/* 22*/ 	display: block;
/* 23*/ 	border: 1px outset black;
/* 24*/ 	padding: 0.3em;
/* 25*/ 	background-color: #D2DFFF;
/* 26*/ 	text-decoration: none;
/* 27*/ 	text-align: center;
/* 28*/ 	margin-top: 0.5em;
/* 29*/ 	color: #042D5D;
/* 30*/ }
/* 31*/ 
/* 32*/ div.consultation_right_box a, div.consultation_right_box a:visited { color: #042D5D; }
/* 33*/ 
/* 34*/ fieldset.consultation-comments {
/* 35*/ 	width: 80%;
/* 36*/ 	border: 1px solid black;
/* 37*/ 
/* 38*/ }
/* 39*/ 
/* 40*/ span.consultation_day_counter {
/* 41*/ 	color: blue;
/* 42*/ 	font-weight: bold;
/* 43*/ }
/* 44*/ 
/* 45*/ div.talkback-comment_floating_box {
/* 46*/ 	position: absolute;
/* 47*/ 	overflow: hidden;
/* 48*/ 	background-color: white;
/* 49*/ 	border: 2px solid green;
/* 50*/ 	padding: 10px;
/* 51*/ 	z-index: 1;
/* 52*/ }
/* 53*/ 
/* 54*/ div.talkback-comment_floating_box iframe {
/* 55*/ 	width: 720px;
/* 56*/ 	height: 500px;
/* 57*/ 	border: none;
/* 58*/ }
/* 59*/ 
/* 60*/ a.tb-iframe-close-bottom, a.tb-iframe-close-top {
/* 61*/ 	text-decoration: none;
/* 62*/ 	position: absolute;
/* 63*/ 	right: 5px;
/* 64*/ 	background-color: white;
/* 65*/ 	padding: 3px;
/* 66*/ }
/* 67*/ a.tb-iframe-close-top {
/* 68*/ 	top: 0;
/* 69*/ }
/* 70*/ a.tb-iframe-close-bottom {
/* 71*/ 	bottom: 0;
/* 72*/ }
/* 73*/ 
/* 74*/ p.talkback-cannot_comment {
/* 75*/ 	margin-top: 1.5em;
/* 76*/ }
/* 77*/ .talkback-section-edit div.talkback-paragraph {
/* 78*/ 	border: 1px solid #888;
/* 79*/ 	background: #f5f5f5;
/* 80*/ 	padding: .5em;
/* 81*/ }
/* 82*/ #middle_port div.talkback-section div h1 {
/* 83*/ 	background: transparent;
/* 84*/ 	border: none;
/* 85*/ }
/* 86*/ 
/* 87*/ .talkback-section h2 {
/* 88*/ 	font-size: 130%;
/* 89*/ 	margin: 1em 0;
/* 90*/ 	font-weight: bold;
/* 91*/ }
/* 92*/ .talkback-section h3 {
/* 93*/ 	font-size: 110%;
/* 94*/ 	margin: 1em 0;
/* 95*/ 	font-weight: bold;
/* 96*/ }
/* 97*/ .talkback-section input, .talkback-section textarea {
/* 98*/ 	border: 1px solid #ccc;
/* 99*/ }
/*100*/ .talkback-add_comment_form input,.talkback-add_comment_form textarea {
/*101*/ 	border: 1px solid #ccc;
/*102*/ }
/*103*/ .talkback-comments_list {
/*104*/ 	margin: 0.5em 0;
/*105*/ }
/*106*/ .talkback-comments_list ul.tb-comments-tree {
/*107*/ 	padding: 0;
/*108*/ }
/*109*/ ul.tb-comments-tree div.tb-comment-head {
/*110*/ 	background-color: #F2F2F2;
/*111*/ 	border: 1px solid #ccc;
/*112*/ 	padding: 0 0.5em;
/*113*/ 	overflow: auto;
/*114*/ }
/*115*/ 
/*116*/ ul.tb-comments-tree div.tb-comment {
/*117*/ 	border: 1px solid #ccc;
/*118*/ 	background: #E5E5E5;
/*119*/ 	margin: .5em;
/*120*/ }
/*121*/ 
/*122*/ ul.tb-comments-tree div.tb-comment-body {
/*123*/ 	margin: 0;
/*124*/ 	padding: .5em;
/*125*/ 	clear: left;
/*126*/ }
/*127*/ ul.tb-comments-tree div.tb-comment-author {
/*128*/ 	margin-top: 0.1em;
/*129*/ 	padding: 0.3em 0.5em 0 0;
/*130*/ 	font-size: 85%;
/*131*/ 	font-weight: bold;
/*132*/ 	float: left;
/*133*/ }
/*134*/ ul.tb-comments-tree div.buttons {
/*135*/ 	float: left;
/*136*/ 	font-size: 100%;
/*137*/ }
/*138*/ ul.tb-comments-tree div.buttons input {
/*139*/ 	padding: 0.1em 0.3em 0.1em 0.3em;
/*140*/ 	color: #0061A2;
/*141*/ 	font-weight: bold;
/*142*/ }
/*143*/ ul.tb-comments-tree div.buttons form {
/*144*/ 	float: left;
/*145*/ }
/*146*/ div.buttons a{
/*147*/ 	border: 1px solid #ccc;
/*148*/ 	padding: 0.1em 0.3em 0.1em 0.3em;
/*149*/ 	margin: 0;
/*150*/ }
/*151*/ div.buttons input{
/*152*/ 	border: 1px solid #ccc;
/*153*/ 	margin: 2px 4px;
/*154*/ 	padding: 0 1px;
/*155*/ 	background-color: white; color: #666;
/*156*/ 	font-weight: bold;
/*157*/ }
/*158*/ .talkback-add_comment, .button_sect_edit, a.tb-button{
/*159*/ 	margin: 0.5em 0;
/*160*/ 	padding: 3px;
/*161*/ 	font-size: 85%;
/*162*/ 	color: #000;
/*163*/ 	text-decoration: none;
/*164*/ 	display: inline-block;
/*165*/ 	background: #dbe6e3;
/*166*/ 	border: 1px solid #78a095;
/*167*/ }
/*168*/ .talkback-add_comment:hover, .button_sect_edit:hover {
/*169*/ 	border: 1px solid #eee;
/*170*/ }
/*171*/ .talkback-add_comment {
/*172*/ 	margin: 0;
/*173*/ }
/*174*/ .talkback-add_comment-p {
/*175*/ 	margin: 0.5em 0;
/*176*/ }
/*177*/ 
/*178*/ .talkback-show_hide_comments a {
/*179*/ 	padding: 0.3em;
/*180*/ 	border: 1px solid #ccc;
/*181*/ 	background: #eee;
/*182*/ 	text-decoration: none;
/*183*/ }
/*184*/ 
/*185*/ div.talkback-section_toc {
/*186*/ 	float:right;
/*187*/ 	clear: right;
/*188*/ 	width: 14em;
/*189*/ 	border: 3px solid #78a095;
/*190*/ 	background-color: #dbe6e3;
/*191*/ 	margin: 1em 0 1em 1em;
/*192*/ }
/*193*/ 
/*194*/ div.talkback-section_toc h6 {
/*195*/     font-size: 1em;
/*196*/     margin: .6em 1em .6em 1em;
/*197*/     padding: 0;
/*198*/     text-align: center;
/*199*/ }
/*200*/ 
/*201*/ div.talkback-section_toc ul {
/*202*/ 	list-style: none;
/*203*/     margin: .6em 1em .6em 1em;
/*204*/     padding: 0;
/*205*/ }
/*206*/ 
/*207*/ div.talkback-section_toc ul li {
/*208*/ 	padding: .1em .5em .1em .5em;
/*209*/ }
/*210*/ 
/*211*/ li.talkback-current_section a {
/*212*/ 	font-style: italic;
/*213*/ }
/*214*/ 
/*215*/ li.talkback-section a {
/*216*/ 	color: #4E7CB0;
/*217*/ }
/*218*/ 
/*219*/ table.talkback-section_list .talkback-section_list-edit_column {
/*220*/     width: 4em;
/*221*/     text-align: center;
/*222*/ }
/*223*/ 
/*224*/ table.talkback-section_list {
/*225*/     width: 70%;
/*226*/ }
/*227*/ 
/*228*/ p.talkback-section_next_prev span {
/*229*/     margin: 0 1em 0 1em;
/*230*/ }
/*231*/ 
/*232*/ li.tb-comment-box {
/*233*/     list-style: none;
/*234*/ }
/*235*/ 
/*236*/ body.tb-embedded {
/*237*/     font-size: .8em;
/*238*/     color: #333;
/*239*/ }
/*240*/ 
/*241*/ div.tb-comment-body blockquote {
/*242*/     border-left: 2px solid #689;
/*243*/     margin-left: 0;
/*244*/     padding-left: 8px;
/*245*/     color: #689;
/*246*/ }
/*247*/ 
/*248*/ div.tb-modal-overlay {
/*249*/     background-color: #777;
/*250*/     width: 100%;
/*251*/     position: absolute;
/*252*/     top: 0;
/*253*/     left: 0;
/*254*/     filter:alpha(opacity=50);
/*255*/     opacity: 0.5;
/*256*/ }
/*257*/ 
/*258*/ dl.tb-invitations dd {
/*259*/     margin-bottom: 0;
/*260*/ }
/*261*/ dl.tb-invitations.revoked dt {
/*262*/     text-decoration: line-through;
/*263*/ }
/*264*/ table.tb-comments-overview {
/*265*/     width: 100%;
/*266*/ }
/*267*/ .search_users {
/*268*/ 	width: 50%;
/*269*/ 	float: right;
/*270*/ 	display:none;
/*271*/ }
/*272*/ 
/* End Naaya TalkBack Consultation styles*/


/* Required tags - to be implemented in all skins since these classes appear in the forms */

/* right-side portlets */
#right_port {
	float:right;
	width:180px!important;
	height:100%;
	border: 0px solid #000; /* ** darkgreen ** */

}

.right_link_portlet{
	margin-top:24px;
	border-bottom: 1px dashed #a9dd4c; /* **fresh green** */
	margin-bottom:10px;
	width:100%;
}

.right_link_portlet .portlet-title{
	font-weight: bold;
	font-size: 1.2em;
	font-family: Georgia, sans-serif;
	color:#ce0166; /* ** pink ** */
	padding: 0px;
	margin: 0em;
}

	.right_link_portlet .content{
		padding: 0px;

	}

	.right_link_portlet .content ul{
		padding:5px;
		margin:0em;
	}

	.right_link_portlet .content li{
		color:#637785; /*#336633*/ /*inherit*/ /*inherit*/ /* #006cad*/
		font-size: 0.85em;
		list-style-type:none;
		padding: 5px 5px;
	}

	.right_link_portlet a{
		font-size: 0.85em;
		text-align: left;
		text-decoration: underline;
		color:#004638; /* ** darkgreen ** */
	}

	.right_link_portlet a:visited{
		color:#999999; /*#777777*/ /*#666666*/ /*#666666*/ /* #666666*/
	}

	.right_link_portlet a:hover{

	}

	.right_link_portlet .portlet-title a {
		color: #004638; /* ** darkgreen ** */
		text-decoration:  none;
		font-size: 1.2em;
	}
	.right_link_portlet .portlet-title a:hover {

	}
	.right_link_portlet .portlet-title a:visited {

	}

/* errors and messages box */
.system-msg {
	border: 1px solid #3e6178 !important;
	padding: 1em;
	margin-bottom: 1em;
}
.error, .message-error {
	color: #f30;
}
.error fieldset, .message-error fieldset {
	border: 1px solid #bababa !important;
	color: #f40000;
	background-color: #faf9f2;
}
.error fieldset legend, .message-error fieldset legend {
	border: 1px solid #bababa !important;
	color: #f40000;
	padding: 0.2em 0.5em;
	background-color: #faf9f2;
}
.information, .message-information {
	color: #5d735d;
}
.information fieldset, .message-information fieldset {
	border: 1px solid #3e6178 !important;
	color: #3e6178;
	background-color: #faf9f2;
}
.information fieldset legend, .message-information fieldset legend {
	border: 1px solid #3e6178 !important;
	color: #5d735d;
	padding: 0.2em 0.5em;
	background-color: #faf9f2;
}

/* tip boxes */
.right-floated-tip {
	width: 20%;
	float: right;
	position: relative;
	background: #FFFFDD none repeat scroll 0 0;
	border: 1px outset #999966;
	margin-top: 1em;
	padding: 0.5em 1em;
	font-size: 95%;
}
.tip {
	background: #FFFFDD none repeat scroll 0 0;
	border: 1px outset #999966;
	margin-top: 1em;
	padding: 0.5em 1em;
	font-size: 95%;
}
.left-floated-tip {
	width: 20%;
	float: left;
	position: relative;
	background: #FFFFDD none repeat scroll 0 0;
	border: 1px outset #999966;
	margin-top: 1em;
	padding: 0.5em 1em;
	font-size: 95%;
}

/* Operations buttons */
.floated-buttons {
	float: right;
	margin-right: 0.5em;
}

.buttons {
	font-weight: bold;
}
.buttons a {
	text-decoration: none;
	background-color:#748692; /*#f8faf4*/ /*#c6c6a5*/ /*#c4c4a2*/ /* #6dabd0*/
	color:#ffffff; /*#336633*/ /*#343434*/ /**/ /* #ffffff*/
	line-height: 2em;
	border-left:2px solid #E0E7E9;  /*2px solid #CCCCCC*/ /*2px solid #ecefe2*/ /*4px solid #c4c4a2*/ /*2px solid #EEEEEE*/
	border-top:2px solid #E0E7E9; /*2px solid #CCCCCC*/ /*2px solid #ecefe2*/ /**/ /*2px solid #EEEEEE*/
	border-bottom:2px solid #56656D; /*2px solid #8EB64E*/ /*2px solid #4D4D31*/ /**/ /*2px solid #2F6C91*/
	border-right:2px solid #56656D; /*2px solid #8EB64E*/ /*2px solid #4D4D31*/ /**/ /*2px solid #2F6C91*/
	padding:0.2em 0.5em;
	margin: 0em 0.3em;
	font-size: 90%;
	font-weight: bold;
}
.buttons a:visited {
	color:#ffffff; /*#336633*/ /*#343434*/ /**/ /* #ffffff*/
}
a.button-like, a.button-like:visited {
	text-decoration: none;
	background-color: #fff;
	color: #000;
	line-height: 2em;
	border-left:1px solid #bbb;
	border-top:1px solid #bbb;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	padding:0.1em 0.4em;
	margin: 0em 0.3em;
	font-size: 95%;
}
.submission_button {
	margin-top: 20px;
	padding: 1px 2px 0px 2px;
	background-color: #9ad13a;  /* custom-color-submit */
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #637785; /* custom-color-a.font */
	border-bottom: 1px solid #637785; /* custom-color-a.font */
	font-size: 100%;
	color: white;
}

/* object administration */
#admin_this_folder{
	clear:both;
	width:550px!important;
	margin-top: 35px;
	padding: 0px;
	background-color:#ace24e;
	text-align: left;
	text-indent: 5px;
}

#admin_this_folder #submission {
	font-weight: normal;
	font-family: georgia, serif;
}

#admin_this_folder a {
	text-decoration: underline;
	background-color:#009933; /*standard green cbd*/
	color:#ffffff;
	line-height: 1.5em;
	border-left:1px solid #f8f7f5;  /*lite grey*/
	border-top:1px solid #f8f7f5; /*lite grey*/
	border-bottom:1px solid #56656D; /*2px solid #8EB64E*/ /*2px solid #4D4D31*/ /**/ /*2px solid #2F6C91*/
	border-right:1px solid #56656D; /*2px solid #8EB64E*/ /*2px solid #4D4D31*/ /**/ /*2px solid #2F6C91*/
	padding:0px 0px;
	font-size: 0.69em;
}

#admin_this_folder span {
	padding:0em 5px;
	margin: 0em 5px;
}

#admin_this_folder img {
	vertical-align: middle;
	padding-right: 5px;
}

#admin_this_folder select {
	vertical-align: middle;
}

/* second menu */
#toolbar{
	width:534px!important;
	padding: 10px;
	padding-left: 6px;
	margin-top: 0.9em;
	background-color:#a9de4c/**#ceeb82;**/ /*#a6c574*/ /*#c1c19d*/ /*#7e8c37*/ /* #c2dceb*/
}

#toolbar a{
	text-decoration: none;
	font-family:Arial, sans-serif;
}

#toolbar span{
	white-space: nowrap;
	font-size: 0.85em;
	font-weight: normal;
	background-color:#ceeb82; /** #009933; standard green cbd**/
	border-top:1px solid #bebebe; /*1px solid #bebebe*/ /*1px solid #bebebe*/ /*1px solid #bebebe*/ /* 1px solid #bebebe*/
	border-left:1px solid #bebebe; /*1px solid #bebebe*/ /*1px solid #bebebe*/ /*1px solid #bebebe*/ /* 1px solid #bebebe*/
	border-bottom:1px solid #333333; /*1px solid #333333*/ /*1px solid #333333*/ /*1px solid #333333*/ /* 1px solid #303030*/
	border-right:1px solid #333333; /*1px solid #333333*/ /*1px solid #333333*/ /*1px solid #333333*/ /* 1px solid #303030*/
	margin-right: 0.4em;
	padding:0.15em;
	padding-left: 0.3em;
	color:#000000; /*#333333*/ /*#333333*/ /* #333333*/ /* #333333*/
}
	#toolbar img{
		position: relative;
		top:1px;
	}

div#toolbar input {
	border: 1px outset white;
	font-size:0.69em;
	color: white;
	background-color: #637785;
	width: 6em;
}

/* sub-objects listing */
#folderfile_list{
	width: 550px;
	margin-top: 1px;
}
#folderfile_list th{

	background-color:#ace24e;
	padding: 0.1em;
	color:#000000; /*#000000*/ /*#000000*/ /*#000000*/ /* #303030*/
	font-size: 0.85em;
	font-family: Georgia,serif;
	font-weight: normal;
	border-right:1px solid #f8f7f5; /*1px solid #c7c7c7*/ /*1px solid #b9bbad*/ /*1px solid #b9b9b9*/ /* 1px solid #c7c7c7*/
}

#folderfile_list td{
	color:#333333; /*#333333*/ /*#333333*/ /*#333334*/ /* #999999*/
	padding: 0.4em 0.1em;
	border-bottom:1px solid #f8f7f5; /*1px solid #eeeeee*/ /*1px solid #e4e5d5*/ /*1px solid #d5d7bf*/ /* 1px solid #eeeeee*/
}

#folderfile_list .checkbox{
	vertical-align: top;
	text-align: left;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

#folderfile_list th.checkbox{
	vertical-align: middle;
}

#folderfile_list .type{
	vertical-align: top;
	text-align: center;
}
#folderfile_list th.type{
	vertical-align: middle;
}

#folderfile_list .title-column{
	vertical-align: middle;
	text-align: left;
}

	td.title-column a{
		color:#286185; /*#336633*/ /*#003366*/ /*#003399*/ /* #0f75b3*/
	}
	td.title-column a:hover{
		text-decoration: none;
	}

#folderfile_list th.title-column{
	vertical-align: middle;
	padding-left: 0.3em;
}

#folderfile_list .checkin{
	vertical-align: top;
	text-align: center;
}
#folderfile_list th.checkin{
	vertical-align: middle;
}

#folderfile_list .checkout{
	vertical-align: top;
	text-align: center;
}
#folderfile_list th.checkout{
	vertical-align: middle;
}

#folderfile_list .edit{
	vertical-align: top;
	text-align: center;
}
#folderfile_list th.edit{
	vertical-align: middle;
}

/* Object language availability */
.available_langs {
	font-size: x-small;
}

.available_langs a{
	border-right: 1px solid #0F75B3;
	padding-right: 0.3em;
	padding-left: 0.3em;
}

.available_langs a:first-child {
	border-left:1px solid #0F75B3;
}

/* Tabbed menus  */
#tabbedmenu, .tabbedmenu {
	float:left;
	width:530;
	border-bottom: 1px solid #879AA7; /* custom-color-border*/
	font-size: 1em;
	line-height:normal;
	font-size: 0.85em;
}
#tabbedmenu ul, .tabbedmenu ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#tabbedmenu li, .tabbedmenu li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 9px;
	white-space: nowrap;
	border-top: 1px solid #879AA7; /* custom-color-border*/
	border-left: 1px solid #879AA7; /* custom-color-border*/
	border-right: 1px solid #879AA7; /* custom-color-border*/
}
#tabbedmenu a, .tabbedmenu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #637785; /* custom-color-a.font */
	padding: 5px 15px 4px 6px;
}
#tabbedmenu #currenttab, .tabbedmenu .currenttab {
	background-color: #879AA7; /* custom-color-border*/ /*#F6F6F7;*/
}
#tabbedmenu #currenttab a, .tabbedmenu .currenttab a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#tabbedmenu #currenttab span, .tabbedmenu .currenttab span {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#tabbedmenu a, #tabbedmenu a:visited, .tabbedmenu a, .tabbedmenu a:visited {
	color: #637785; /* custom-color-a.font */
	text-decoration: none;
}
#tabbedmenu #currenttab a:visited, .tabbedmenu .currenttab a:visited {
	color: white;
	text-decoration: none;
}

/* tab levels */
.tabs_firstlevel {
	float:left;
	width:100%;
	border-bottom: 1px solid #879AA7; /* custom-color-border*/
	font-size: 1em;
	line-height:normal;
	margin-bottom: 1em;
	font-size: 80%;
}
.tabs_firstlevel ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
.tabs_firstlevel li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 9px;
	white-space: nowrap;
	border-top: 1px solid #879AA7; /* custom-color-border*/
	border-left: 1px solid #879AA7; /* custom-color-border*/
	border-right: 1px solid #879AA7; /* custom-color-border*/
}
.tabs_firstlevel a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #637785; /* custom-color-a.font */
	padding: 5px 15px 4px 6px;
}
.tabs_firstlevel .currenttab {
	background-color: #879AA7; /* custom-color-border*/ /*#F6F6F7;*/
}
.tabs_firstlevel .currenttab a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.tabs_firstlevel .currenttab span {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.tabs_firstlevel a:visited {
	color: #637785; /* custom-color-a.font */
}
.tabs_firstlevel .currenttab a:visited {
	color: white;
}
.hr_invisible {
	clear: both;
	border: 1px solid white;
}

/* warning box for active versions of items */
.version_box {
	background-color: #f4fff4;
	color: red;
	padding: 1em;
	float: right;
	border: 1px solid black;
	width: 180px;
	text-align: center;
}

/* Content translation boxes */
.edit-holder {
	margin: 0;
	padding: 0;
	clear: left;
}
.translate {
	background: #fff;
	color: #333;
	font-size: 95%;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 2.3em;
}
*html .translate {
	padding: 0;
}
*:first-child+html .translate {
	padding: 0;
}
.translate span {
	padding: 0.5em;
}
*html .translate span {
	padding: 0;
}
*:first-child+html .translate span {
	padding: 0;
}
.translate a {
	color: #000;
	background: #def2cc;
	text-decoration: none;
	font-weight: bold;
	padding: 0.5em;
	margin: 0 0 0 0.7em;

}
.translate .current {
	margin: 0 0 0 0.7em;
	padding: 0.5em;
	display: inline;
	background: #def2ff;

}
.translate .current span {
	color: #444444;
	font-weight: normal;
	padding: 0 3px 0 3px;
}
.translate a:hover {
	background: #def299;
	color: #666666;
}
.translate_bar_right {
	display: inline;
	float: right;
	width: 30em;
	text-align: right;
	position: relative;
	margin: 1em;
	font-size: 95%;
}

.edit_right_box {
	clear: both;
	background-color: #f4fff4;
	padding: 1em;
	float: right;
	border: 1px solid black;
	width: 200px;
	text-align: right;
	margin: 0.5em 1em 0.5em 0;
}

.edit_right_box p {
	font-size: 90%;
	text-align: justify;
	border-top: 1px dotted #000;
	padding-top: 0.5em;
}

/* styles for the add/edit forms */
.field {
	margin: 5;
}

.field-inline {
	margin: 5px 0 0 5px;
}

.field label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.field-inline label {
	font-weight: bold;
	margin-bottom: 0.3em;
}

.field .invisible {
	display: none;
}

.field-inline .invisible {
	display: none;
}

.form-field label {
	display: block;
	width: 180px;
	float: left;
}
.form-fieldset {
	margin-top: 10px;
	border: 1px solid #ccc;
}

/*  Comment box form */
.comment_box {
	background-color:#FAFAFA;
	border: 1px dashed #cccccc;
	margin:1em;
	padding:1em;
}

.deletecomment {
	font-size: 90%;
	float:right;
	background-color:#EBEBEB;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 18px;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-bottom:1px solid #777777;
	border-right:1px solid #777777;
	color:#666666;
	text-decoration: none;
	background-image: url(trash.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0.5em;
}

.addcomment {
	font-size: 90%;
	background-color:#EBEBEB;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 18px;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-bottom:1px solid #777777;
	border-right:1px solid #777777;
	color:#666666;
	text-decoration: none;
	background-image: url(addcomment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0.5em;
}

.logincomment {
	font-size: 90%;
	background-color:#EBEBEB;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 18px;
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-bottom:1px solid #777777;
	border-right:1px solid #777777;
	color:#666666;
	text-decoration: none;
	background-image: url(logintoadd.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0.5em;
}

.commentbox_title {
	font-weight: bold;
	font-size: 110%;
	padding-left: 17px;
	background-image: url(comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.commentbox_content {
	color:#666666;
	font-size: 80%;
}

.commentbox_add {
	margin: 1em;
}

.hr_addcomment {
	border-top: 1px solid #eaeaea;
	border-bottom:1px solid white;
}

.hr_inside_comment {
	border-top: 1px solid #eaeaea;
	border-bottom:1px solid white;
	margin-top:0.5em;
}

/* sortable tables second, to be merged with the existing one */
.sortable {
	width: 550px;
	font-size: 0.9em;
	line-height:normal;
	padding-bottom:25px;
	padding-top:0px;
}
.sortable th {
	background: #a9de4c;
	border: 0px outset #fff;
	margin:0;
	padding:0;
	white-space: nowrap;
	vertical-align: top;
}
.sortable th a:link, .sortable th a:visited, .sortable th span {
	display:block;
	text-decoration: underline;
	font-weight: normal;
	color: black;
	padding:1px 0.5em;
}
.sortable th a:hover {
	color:white;
	background: #aaa;
}
.sortable tbody tr.zebraeven {
	background-color: white;
}

/* tables with duplicates */
tr.duplicate {
	color: #ff0000;
}
tr.duplicate a {
	color: #ff0000;
}
tr.not-duplicate {
}

/* users and roles listing */
.roles_per_folder ul {
	margin: 0 0 0 1px;
	padding: 0px 3px 0px 3px;
	list-style: none;
	color: #555555;
	border: 1px solid #97A7B0;
}
.roles_per_folder li {
	margin: 3px 0 3px 0px;
	background-color: #eaeaea;
	padding: 4px;
}
.folder_of_roles {
	display: inline;
}
.list_of_roles {
	display: inline;
}

/* Pop up windows used as pickers */
.pick_pop_up {
	font-family: Verdana, Arial;
	font-size: 70%;
	color: #333333;
}
.pick_pop_up a {
	color: #286185;
}
.pick_pop_up h1 {
	margin-top: 0.8em;
	position: relative;
	color:#8da559; /*#ff8800*/ /*#7e8c37*/ /*#7e8c37*/ /* #ff9900*/
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
}
.pick_pop_up input {
	font-size: 1.0em;
	vertical-align: middle;
}
.pick_pop_up table {
	font-size: 100%;
}
.pick_pop_up table img {
	border: 3px solid #eaeaea;
}
.pick_pop_up th {
	text-align: left;
	color: #333333;
	font-weight: normal;
	background-color: #eaeaea;
	padding-right: 20px;
	border-bottom: 5px solid white;
}
.pick_pop_up td {
	padding-right: 20px;
}

/* Thesaurus style */
.h2term {
	font-family: Arial, Verdana;
	margin-bottom: 20px;
}
.bar {
	background-color: #EFF6FA;
	color: #006CAE;
	text-align: center;
	font-weight: bold;
	padding: 3px 0px;
	margin: 10px 0px;
	font-size: 85%;
}
.item_term {
	margin-bottom: 10px;
	font-size: 80%;
}
.item_term a {
	font-weight: bold;
	color: #005A91;
}
.tab_term {
	font-size: 90%;
	color: #333333;
	mergin-bottom: 10px;
}
.tab_term td {
	vertical-align: middle!important;
	border-bottom: 1px solid white!important;
}
.th_cat {
	vertical-align: middle!important;
	width: 100px;
	text-align: left;
	font-weight: normal;
	background-color: white;
	color: #333333;
}

/* Feeds */
div.xmlExportButtons {
	padding-top: 1em;
}
div.xmlExportButtons a {
	border: 1px outset #ff6600;
	background: #fff;
	color: #f60;
	font: bold 85% 'Lucida Grande', Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0.1em 0.5em 0.2em 2em;
	margin: 0 0.1em 0 0.1em;
}
div.xmlExportButtons a.pdf {
	background-image: url("images/pdf.gif");
	background-position: left center;
	background-repeat: no-repeat;
}
div.xmlExportButtons a.xml {
	background-image: url("misc_/NaayaCore/xml.png");
	background-position: left center;
	background-repeat: no-repeat;
}

 /* calendars & clocks */
 .calendarbox, .clockbox {
	margin:5px auto;
	font-size:11px;
	width:16em;
	text-align:center;
	background:white;
	position:relative;
	border: 1px solid #ccc;
 }
 .clockbox {
	width:9em;
 }
 .calendar {
	margin:0; padding: 0;
 }
 .calendar table {
	margin:0; padding:0;
	border-collapse:collapse;
	background:white;
	width:99%;
 }
 .calendar caption, .calendarbox h2 {
	 margin: 0;
	 font-size:11px;
	 text-align:center;
	 border-top:none;
 }
 .calendar th {
	 font-size:10px;
	 color:#666;
	 padding:2px 3px;
	 text-align:center;
	 background:#e1e1e1 url(misc_/Naaya/nav-bg.gif) 0 50% repeat-x;
	 border-bottom:1px solid #ddd;
 }
 .calendar td {
	 font-size:11px;
	 text-align: center;
	 padding: 0;
	 border-top:1px solid #eee;
	 border-bottom:none;
 }
 .calendar td.selected a {
	 background: #C9DBED;
 }
 .calendar td.nonday {
	 background:#efefef;
 }
 .calendar td.today a {
	 background:#ffc;
 }
 .calendar td a, .timelist a {
	 display: block;
	 font-weight:bold;
	 padding:4px;
	 text-decoration: none;
	 color:#444;
 }
 .calendar td a:hover, .timelist a:hover {
	 background: #5b80b2;
	 color:white;
 }
 .calendar td a:active, .timelist a:active {
	 background: #036;
	 color:white;
 }
 .calendarnav {
	 font-size:10px;
	 text-align: center;
	 color:#ccc; margin:0;
	 padding:1px 3px;
 }
 .calendarnav a:link, #calendarnav a:visited, #calendarnav a:hover {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
 }
 .calendar-shortcuts {
	background:white;
	font-size:10px;
	line-height:11px;
	border-top:1px solid #eee;
	padding:3px 0 4px;
	color:#ccc;
 }
 .calendarbox .calendarnav-previous, .calendarbox .calendarnav-next {
	 display:block;
	 position:absolute;
	 font-weight:bold;
	 font-size:12px;
	 background:#C9DBED url(misc_/Naaya/default-bg.gif) bottom left repeat-x;
	 padding:1px 4px 2px 4px;
	 color:white;
	 text-decoration: none;
 }
 .calendarnav-previous:hover, .calendarnav-next:hover {
	 background:#036;
 }
 .calendarnav-previous {
	 top:0; left:0;
 }
 .calendarnav-next {
	 top:0; right:0;
 }
 .calendar-cancel {
	 margin:0 !important;
	 padding: 4px 0;
	 color: #000 !important;
	 font-size:10px;
	 background:#e1e1e1;
	 border-top:1px solid #ddd;
 }
 .calendar-cancel a {
	 padding:2px; color:#999;
 }
 ul.timelist, .timelist li {
	list-style-type:none;
	margin:0; padding:0;
 }
 .timelist a {
	 padding:2px;
 }
 .vDateField {
	 margin-left:4px;
 }

/* Map styles */
div.marker {
	display: none;
}
div.marker-body {
	width: 290px;
	margin-top: 0;
}
div.marker-more {
	padding: 10px 5px 5px 30px;
}
div.marker-body h3 {
	font-weight: bold;
	font-size: 1em;
	margin-top: 0;
	padding-top: 0;
	text-transform: uppercase;
}
.map-button {
	font-size: x-small;
	color: white;
	border: 1px outset white;
	background-color: #637785;
	margin-top: 1em;
	padding: 0.3em 0.2em;
}
#record_counter_message {
	font-size: x-small;
}

/* forum styles */
.forum_message_top a {
	margin-right: 0px;
	padding: 0px 2px 0px 3px;
	text-decoration: none;
	color: white;
	background-color: #638FBC;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #416B96;
	border-bottom: 1px solid #416B96;
	position: relative;
}
.forum_message_top a:visited {
	color: white;
}
.message_top_buttons {
	float: right;
	margin-top: 2px;
	position: relative;
}
.message_top_buttons2 {
	padding: 2px;
}

.forum_topic {
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
	padding: 5px;
	color: #333333;
}
.forum_topic_top {
	background-color: #eeeeee;
	padding: 2px 5px 6px 2px;
	font-size: 90%;
}
.forum_topic_author {
	padding: 10px 0 5px 4px;
	border-bottom: 1px dashed #dddddd;
	font-size: 90%;
}
.forum_topic_content {
	margin-top: 10px;
}
.forum_topic_bottom {
	padding:5px;
	border-top: 1px dashed #dddddd;
	font-size: 90%;
}
.forum_messages_slot {
	margin-top: 15px;
}
.forum_message {
	margin-bottom:5px;
	background-color: #F7F7F7;
}
.forum_message_top {
	background-color:#E9E9E9;
	border-bottom: 1px solid #E4E4E4;
	padding: 2px;
	font-size: 90%;
	color: #006CAD;
	position: relative;
}
.forum_message_top a {
	color: white;
}
.forum_message_top a:visited {
	color: white;
}
.forum_message_top img {
	margin-right: 3px;
	border-left: 3px solid #E4E4E4;
}
.forum_message_author {
	padding:5px;
	border-bottom:1px dashed #E4E4E4;
	font-size: 90%;
	color: #444444;
}
.forum_message_description {
	padding: 5px;
	color: #111111;
}
.forum_message_bottom {
	padding:5px;
	border-top:1px dashed #E4E4E4;
	color: #666666;
	font-size: 90%;
}

/* Data tables */
.datatable caption {
	font-weight: bold;
}
.datatable th {
	text-align: center;
	background-color: #e8e3dc;
	font-weight: bold;
	border-bottom: 2px solid white;
}
.datatable th.scope-row { /* IE6 doesn't understand [scope="row"] */
	text-align: right;
	vertical-align:top;
}
.datatable th[scope="row"] {
	text-align: right;
	vertical-align:top;
}
.datatable td, .datatable th  {
	margin:0;
	padding: 0.3em;
	vertical-align: top;
}
.datatable td {
	border-bottom: 2px solid #f6f6f6;
}
.datatable tr.zebraeven {
	background-color: #f6f6f6;
}
.datatable tr:hover, .datatable tr:hover th {
	background-color: #f6f0e8;
}
table.datatable {
	border: 1px solid #b6b6b6;
	color: #666666;
	margin: 1em 0em;
}

/* Media file */
.flvPlayer {
}
.flvPlayerBroken, .flvPlayerNotReady, .flashPlayerNotInstalled  {
	width: 450px;
	min-height: 10em;
	overflow: auto;
	background: url('flv-bg.jpg') no-repeat top left #555;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #777;
	padding-top: 5em;
	margin: 0 auto;
}
* html .flvPlayerBroken, * html .flvPlayerNotReady, * html .flashPlayerNotInstalled  {
	height: 10em;
}
.flvPlayerBroken p, .flvPlayerNotReady p, .flashPlayerNotInstalled p {
	margin: 0;
	padding: 0.5em;
	background: #000;
	font-size: 0.90em;
}

/* arrange portlets form */
td.portlet_arrange_left {
	background-color: #fdd;
}
td.portlet_arrange_right {
	background-color: #ddf;
}
td.portlet_arrange_center {
	background-color: #dfd;
}

/* other styles */
	a.skiplink {
	display: none;
}
.clearer, .cleaner {
	clear:both;
}
/* other styles */
a.skiplink {
	display: none;
}
.clearer, .cleaner {
	clear:both;
}

/**
 * Zip Download button
*/
.b_download {
	float:right;
	font-size:0.5em;
	padding-right:0.3em;
	text-decoration:none;
}

/**
 * Added
 * Bogdan Tanase 21 Sep 2010
*/

div#name_filter {
	float: left;
	margin-right: 3em;
}

div#role_filter {
	float: left;
	vertical-align: middle;
}

img.ajax-loader {
	display: none;
	vertical-align: middle;
}

/**
 * Subtabs style
*/

.second_tab_set {
	font-family: tahoma,verdana,sans-serif;
	font-size: 90%;
	background-color: #F2F2F2;
	color: #;
	padding: 5px 7px 7px 7px;
	clear: both;
}

.second_tab_set ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	height: 1.1em;
}

.second_tab_set li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #444444;
	white-space: nowrap;
}

.second_tab_set li:first-child {
	border-left: none;
}

.second_tab_set li a {
	color: #444444 !important;
}

.second_tab_set li a:hover {
	text-decoration: none !important;
}

.second_tab_set ul li a.current_sub {
	font-weight: bold;
	text-decoration: none;
	background: transparent url('misc_/Naaya/arrow.png') no-repeat left center;
	padding-left: 12px;
}

.second_tabset_content {
	background-color: #F6F6F7; /* custom-color-mainbackground*/
	padding: 0px 10px 10px 10px;
	border-top-width: 0.01em;
}

.second_tabset_content h2 {
	clear: both;
	margin: 0px;
	padding-top: 15px;
}

/**
 * Added
 * Bogdan Tanase 21 Sep 2010
*/

div#name_filter, .filters {
	float: left;
	margin: 0.5em 0.5em 0em 0em;
}

#name_filter {
	text-align: right;
}

div#role_filter {
	float: left;
	vertical-align: middle;
}

img.ajax-loader {
	vertical-align: middle;
}

.loader {
		display: none;
		font-style: italic;
		color: #346d9f;
		vertical-align: 12px;
		padding-left: 15em;
}

/**
 * Subtabs style
*/

.second_tab_set {
	font-family: tahoma,verdana,sans-serif;
	font-size: 90%;
	background-color: #F2F2F2;
	padding: 5px 7px 7px 7px;
	clear: both;
}

.second_tab_set ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	height: 1.1em;
}

.second_tab_set li {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid #444444;
	white-space: nowrap;
}

.second_tab_set li:first-child {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
}

.second_tab_set li a {
	color: #444444 !important;
}

.second_tab_set li a:hover {
	text-decoration: none !important;
}

.second_tab_set ul li a.current_sub {
	font-weight: bold;
	text-decoration: none;
	background: transparent url('misc_/Naaya/arrow.png') no-repeat left center;
	padding-left: 12px;
}

.second_tabset ul li a.current_sub:first-child {
    padding-left: 0 !important;
}

.second_tabset_content {
	background-color: #F6F6F7; /* custom-color-mainbackground*/
	padding: 0px 10px 10px 10px;
	border-top-width: 0.01em;
}

.second_tabset_content h2 {
	clear: both;
	margin: 0px;
	padding-top: 15px;
}

/**
 * Update 19 Oct 2010
 * Bogdan Tanase - Eau de Web
 */

#tabbedmenu, .tabbedmenu {
    margin-bottom: 0em !important;
	margin-left: 1em;
}

#tabbedmenu ul {
		padding: 1em 0em 0em !important;
}

tr.row-odd {
    background-color: #F7F7F7;
}

.user-role-revoke {
    text-align: center;
}

.datatable tr.tr-messages td {
	border-bottom: none;
	border-right: none;
}

.datatable tr.row-even td:last-child, .datatable tr.row-odd td:last-child {
	border-right: none !important;
}

.datatable th:hover {
	color: #333333;
	background-color: #EFEFEF;
}

.datatable a, .table-message a, .message-empty a {
	color: #346D9F;
	text-decoration: underline;
}

.datatable a:hover, .table-message a:hover, .message-empty a:hover {
		text-decoration: none;
}

.table-message, .message-empty {
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
}

td.checkbox {
		text-align: center;
}

th.th-left {
	text-align: left;
}

.sortable th a:link, .sortable th a:visited, .sortable th span {
	display: inline;
}

/**
 * IE does no support first(last)-child
*/
td.td-center {
	text-align: center;
}

.datatable tr.row-odd:hover, .datatable tr.row-even:hover {
	background-color: #F6FCE3;
}

label {
    vertical-align: 2px;
}

label:hover {
		cursor: pointer;
}

.search-box {
	background-color: #F0F5FB;
    padding: 0.5em 1em 0.5em 1em;
	border: 1px dotted #999999;
	
	margin-top: 1.5em;
}

.search-box:hover {
	background-color: #FFFFDD;
}

/**
 * Paginator
*/

.paginator {
	margin-top: 1em;
	padding: 0.5em 0;
	clear: both;
}

.paginator-head {
		float: right;
		
}

.paginator-footer {
		float: right;
		clear: both;
}

.paginator-body {
		float: left;
}

.paginator span a {
	border: 1px solid #c8dcf2;
	line-height: 18px;
	padding: 3px 5px 3px 5px;
	background: #f0f5fb;
	color: #333;
	text-decoration: none;
}
.paginator span span {
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
	color: #36669d;
}

.paginator-details {
	float: right;
	display: none;
}

/**
 * Other
*/
.icon-image {
		vertical-align: 0;
}

.form-buttons {
		float: left;
}

.form-buttons a {
	background-color: #FFFFFF;
	color: #000000;
	border-left:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:0.2em 0.4em 0.3em 0.4em;
	font-size: 11px;
	line-height: 11px;
	vertical-align: 3px;
	text-decoration: none;
}

img {
		vertical-align: middle;
}

a.context-link {
		color: #346D9F;
		text-decoration: underline;
}

a.context-link:hover {
		text-decoration: none;
}

.sort-image {
		width: 12px;
		height: 12px;
		border: 0;
}

.section-subtitle, .title-inline {
	display: inline;
}

.section-subtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #4E7CB0;
}

.groups-roles-list {
	margin-bottom: 1em;
}

div.separator {
	height: 1px;
	background-color: #F6F6F6;
	width: 100%;
	clear: both;
	margin: 0.5em 0em;
}

tr.tr-hover {
	padding: 0.5em;
}

tr.tr-hover:hover {
	background-color: #FFFFDD;
}

.assign-form .field, .assign-form .field-inline, .assign-form input[type="checkbox"], .assign-form input[type="submit"] {
	margin-left: 0em !important;
}

/**
 * Temp style
*/

.datatable table {
		width: 100% !important;
}

#center_content {
		overflow-x: visible !important;
		overflow-y: visible!important;
		overflow: visible !important;
}

/**
 * Action form
 *
 * Notes: Action forms are edit/add forms. Tables may exists in forms but not with .action-form class
*/
.action-form {
		border-top: 1px dotted #333333;
		margin: 0 auto;
		margin-top: 1em;
		padding: 1em;
}

.action-form table {
		margin-bottom: 1em;
}

.action-form td.form-label {
		text-align: right !important;
		vertical-align: top !important;
}

.action-form tr:hover {
		background-color: #FFFFDD;
}

.action-form select {
		min-width: 8em;
}

.action-form-buttons {
		margin: 0 auto;
}

.action-form fieldset {
		border: 1px dotted #333333;
		padding: 1em;
}

.action-form fieldset legend {
		color: #346D9F;
}

.action-form dl dt {
		color: #333333;
}

.action-form input, .action-form select {
	margin: 0 !important;
}

/**
 * Roles
*/

.roles-list table {
	width: 350px !important;
}

.roles-list table th:first-child {
	text-align: left;
}

#add-role-form input[type="submit"], #add-role-form input[type="reset"] {
	margin: 0 !important;
}

/**
 * Description text
*/

.description-text {
	margin-top: 1em;
}

.description-text p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/**
 * Tip/'Note' box
*/

.tip {
	padding: 0.5em 1em !important;
	background-color: #FFFFEF !important; /* Overwrite for site update */
}

.tip p {
	margin: 0 !important;
	line-height: 1.5em;
}

.tip img {
	margin-right: 0.5em;
}

/**
 * All Users LDAP Groups
*/

table.ldap_groups th {
	text-align: left;
}

table.ldap_groups td.checkbox {
	text-align: left;
}

/**
 * Add user form
*/

form.user-form .field-inline, form.user-form .field {
	margin-left: 0em !important;
}

form.user-form .field-inline input[type="text"]:focus, form.user-form .field-inline input[type="password"]:focus {
	background-color: #FFFFDD;
}

/* search page refine search */
.searchQuery  {
	background:#fff;
	padding: 0;
	margin: 1em 0;
	border: none;
	width: 60%;
	float: left;
	margin-right: 2%;
}
.searchQuery  h2 {
	background: none;
}
.searchQuery input, .searchQuery select  {
	color:#555555;
}
.searchQuery input {
	height: 1.3em;
	padding-top: 0.1em;
}
.searchQuery .styled_button {
	height: 2em;
	padding-top: 0;
	border: 1px solid #ccc;
	background: #ddd;
	cursor: pointer;
}
.searchQuery label {
	margin-bottom: 0.5em;
}
.searchQuery ul {
	margin: 0; padding: 0;
}
.searchQuery ul li {
	padding: 0.3em 0;
	float: left;
	width: 15em;
}
/* Map styles */
#div.marker {
	display: none;
}
div.marker-body {
	width: 350px;
	margin-top: 0;
}
div.marker-more {
	padding: 10px;
	border-top: 1px solid #DDDDDD;
	font-size: 12px;
	background-color: #EFEFEF;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#EFEFEF));
	background-image: -webkit-linear-gradient(#F9F9F9, #EFEFEF);
	background-image: -moz-linear-gradient(#F9F9F9, #EFEFEF);
	background-image: -o-linear-gradient(top, #F9F9F9, #EFEFEF);
	background-image: -khtml-gradient(linear, left top, left bottom, from(#F9F9F9), to(#EFEFEF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#EFEFEF', GradientType=0); /* IE8 and down */
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	   -moz-box-shadow: inset 0 1px 0 #ffffff;
	    -ms-box-shadow: inset 0 1px 0 #ffffff;
	     -o-box-shadow: inset 0 1px 0 #ffffff;
		box-shadow: inset 0 1px 0 #ffffff;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	    -ms-border-radius: 0 0 3px 3px;
	     -o-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
}

div.marker-more a {
	color: #4E7CB0;
	text-decoration: none;
	text-transform: capitalize;
}

div.marker-more a:hover {
	text-decoration: underline;
}

div.marker-body p {
	font-size: 12px;
	margin: 10px;
}

div.marker-body h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 5px 10px !important;
	text-transform: capitalize;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4E7CB0;
	white-space: normal;
	line-height: 1.5;
}

.marker-balloon {
	position: absolute;
	background: rgba(255, 255, 255, 0.95);
	z-index: 1020;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
		border-radius: 3px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.marker-balloon-close-button {
	float: right;
	display: block;
	height: 8px;
	width: 8px;
	background: transparent url('misc_/Naaya/close.png') no-repeat scroll left center;
	text-decoration: none;
	margin: 10px;
}

.marker-balloon-close-button:hover {
	background-position: center center;
}

.marker-balloon-close-button:active {
	background-position: right center;
}

/**
 * Admin comments list
 *
 * Added:  21 Mar 2012
 * Author: Bogdan Tanase
*/
#comments-list .actions-label {
    position: relative;
    top: 0px;
    font-weight: bold;
}

#comments-list .comment-actions {
    opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
       -moz-transition: opacity .1s ease-in-out;
            transition: opacity .1s ease-in-out;
}

#comments-list tr:hover .comment-actions {
    opacity: 1;
}

.comment-actions a.toggle-spam-status .icon {
    display: inline-block;
    width: 24px;
    height: 16px;
}

a.toggle-spam-status.spam-status .icon {
    background: transparent url('/++resource++Products.Naaya/spam-icon.png') no-repeat scroll center center;
}

a.toggle-spam-status.ham-status .icon{
    background: transparent url('/++resource++Products.Naaya/ham-icon.png') no-repeat scroll center center;
}

a.delete-comment .icon {
    display: inline-block;
    height: 16px;
    width: 15px;
    background: transparent url('/++resource++Products.Naaya/trash-icon.png') no-repeat scroll center center;
}

.akismet-loading {
    display: none;
}

.akismet-loading .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url('/++resource++Products.Naaya/ajax-loader-small.gif') no-repeat scroll center center;
    position: relative;
    top: 3px;
    margin-top: -4px;
}

#comments-list tr.spam-comment a.comment-title {
    color: red;
}

#comments-list tr.ham-comment a.comment-title {
    color: blue;
}

#comments-list tr.spam-comment .spam-status,
#comments-list tr.spam-comment .ham-status-label {
    display: none;
}

#comments-list tr.ham-comment .ham-status,
#comments-list tr.ham-comment .spam-status-label {
    display: none;
}

#comments-list tr {
    background: #FFF;
}
/**
 * END Admin comments list
*/

/**
 * Admin API Keys status
 *
 * Added: 23 Mar 2012
 * Author: Bogdan Tanase
*/
.api-keys-list tr.invalid {
    background-color: #FFF9F9;
}
/**
 * END Admin API Keys status
*/
/**
 * Comments style enhancement
 *
 * Added: 29 Mar 2012
 * Author: Bogdan Tanase
*/
.comment-holder {
    margin: 10px 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.comment-holder-blocked {
    background: #F9F9F9;
    border: 1px solid #DFDFDF;
}
.comment-label-blocked {
    color: red;
}
.commentbutton:hover {
    color: #333;
}
.commentbutton {
    font-size: 90%;
    float:right;
    padding: 3px;
    border:1px solid #eeeeee;
    border-right-color: #777;
    border-left-color: #EEE;
    border-bottom-color: #777;
    border-top-color: #EEE;
    color:#666;
    text-decoration: none;
    margin-bottom: 0.5em;
    margin-left: 10px;
    background: #EBEBEB;
}
/**
 * END Comments style enhancement
*/