/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER

Copyright (c) 2008 - 2009 Sun Microsystems Inc. All Rights Reserved

This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of Sun Microsystems nor the names of its contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* CEQ_Default.CSS */
body,th,td,p,a{font-family:"lucida grande",tahoma,arial,geneva,helvetica;color:#666;font-size:12px}
a{text-decoration:none}
a:visited,a:visited code{color:#006699}
a:link,a.named:visited,div.breadcrumb a:visited,div.sitelinks a:visited,a code{color:#006699}
a:hover,b.error,span.error{text-decoration:underline}
h1,h2,h3,h4,h5,h6{color:#EF8100;margin-top:0px;padding-top:0px;padding-bottom:8px;border-bottom:1px solid #E1E1E1}/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER

Copyright (c) 2008 - 2009 Sun Microsystems Inc. All Rights Reserved

This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of Sun Microsystems nor the names of its contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* the overlayed element */ 
div.overlay {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#fff;
    padding: 20px;
    width:590px;
    height:333px;
    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
    
    
}

/* default close button positioned on upper right corner */
div.overlay div.close {
    background-image:url(../img/ceq_closewindow.png);
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    height:12px;
    width:12px;
}/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER

Copyright (c) 2008 - 2009 Sun Microsystems Inc. All Rights Reserved

This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of Sun Microsystems nor the names of its contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* ceq_rating.CSS */

.ceq_ratingwidget{
text-align:left;
position: relative; 
display:block;
}

.ceq_ratingwidget .ceq_rating_box{
height:18px;
width:250px;
position:left;
display:block;
clear:left;
}

.ceq_rating_ratingcount{
color:#666;
font-weight:normal;
}

.ceq_rating_commentcount{
color:#666;
font-weight:normal;
font-size:12px;
}

.ceq_rating_ceqcount{
color:#666;
font-weight:normal;
font-size:12px;
}

.ceq_rating_ceqinfo{
position: relative;
cursor:pointer;
}

.ceq_rating_comment{
position: relative;
cursor:pointer;
}

.ceq_ratingwidget .ceq_rating_commentbox {
height:100px;
width:300px;
background:transparent url(../img/ceq_rating_commentboxbg.gif) no-repeat scroll left 1px;
clear:both;
font-size:11px;
overflow:hidden;
padding:15px 5px 0;
position:absolute;
left:74px;
}

.ceq_ratingwidget .ceq_rating_commentbox .ceq_rating_post{
height:58x;
width:290px;
position:left;
display:block;
clear:left;
}

.ceq_ratingwidget .ceq_rating_commentbox .ceq_rating_post .ceq_rating_header{
height:8px;
display:block;
position:relative;
top:1px;
}

.ceq_ratingwidget .ceq_rating_commentbox .ceq_rating_post .ceq_rating_firstrow{
height:45px;
width:290px;
position:relative;
margin: 0 0 4px 0;
display:block;
clear:left;
bottom:0;
right:0;
left:0
}

img.ceq_rating_pic{
vertical-align: top;
text-align: left;
position:absolute;
left:0px;
display:block;
padding: 2px 2px 2px 2px;
}

.ceq_rating_input{
height:42px;
width:230px;
border:1px solid #CCC;
padding:5px 3px 3px 3px;
display:inline;
font-family:"lucida grande",tahoma,arial,geneva,helvetica;
color:#666;
font-size:11px;
overflow:hidden;
position:absolute;
left:50px;
}

.ceq_rating_close{
top:0;
position:absolute;
right:0px;
}


.ceq_ratingwidget .ceq_rating_commentbox .ceq_rating_post .ceq_rating_secondrow{
height:22px;
width:290px;
position:relative;
margin: 0 0 4px 0;
display:block;
clear:left;
top:0;
bottom:0;
right:0;
left:0
}

.ceq_rating_button{
padding:10px;
background-color:#C0C0C0;
height:20px;
width:80px;
border:1px solid #999;
font-family:"lucida grande",tahoma,arial,geneva,helvetica;
color:#666;
font-size:11px;
margin:0 5px 0 0;
padding:2px 15px 3px 15px;
display:inline;
text-align:center;
cursor:default;
position:absolute;
left:50px;
display:block;
 -moz-border-radius: 6px;
}

.ceq_rating{
    vertical-align: middle;
}
.ceq_rating,
.ceq_rating a:hover,
.ceq_rating a:active,
.ceq_rating a:focus,
.ceq_rating .curr-rating{
	background: url(../img/star_small.png) left -1000px repeat-x;
}
.ceq_rating{
	position:relative;
	width:125px;
	height:12px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.ceq_rating li{
	display: inline;
}
.ceq_rating a,
.ceq_rating .curr-rating,
.ceq_rating .done-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent: 1000em;
	height:12px;
	line-height:12px;
	outline:none;
	overflow:hidden;
	border: none;
}
.ceq_rating a:hover{
	background-position: left bottom;
}
.ceq_rating a.one-star{
	width:20%;
	z-index:6;
}
.ceq_rating a.two-stars{
	width:40%;
	z-index:5;
}
.ceq_rating a.three-stars{
	width:60%;
	z-index:4;
}
.ceq_rating a.four-stars{
	width:80%;
	z-index:3;
}
.ceq_rating a.five-stars{
	width:100%;
	z-index:2;
}
.ceq_rating .curr-rating{
	z-index:1;
	background-position: left center;
}

.ceq_rating .done-rating{
	z-index:1;
	background-position: left bottom;
}

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:70px;
	height:12px;
}
.small-star,
.small-star a:hover,
.small-star .curr-rating,
.small-star .done-rating{
	background-image: url(../img/star_small.png);
	line-height: 12px;
	height: 12px;
}/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER

Copyright (c) 2008 - 2009 Sun Microsystems Inc. All Rights Reserved

This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of Sun Microsystems nor the names of its contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* ceq_listing.css */

.ceq_listingwidget{
border: 0px solid #E1E1E1;
-moz-border-radius: 5px 5px;
-webkit-border-radius: 5px 5px;
border-radius: 5px 5px;
padding: 10px;
min-width:300px;
max-width:700px;
}

.ceq_listingwidget .ceq_listing_header{
height:20px;
text-align:left;
position: relative;
display:block;
margin-top: 1em;
margin-bottom: 1em;
border-bottom: 1px solid #E1E1E1;
}

.ceq_listingwidget .ceq_listing_activity_header{
text-align:left;
position: relative;
display:block;
}

.ceq_listingwidget .ceq_listing_footer{
text-align:left;
position: relative;
bottom: 10px;
display:block;
}

.ceq_listingwidget .ceq_listing_footer .ceq_listing_divider{
margin-top: 1em;
margin-bottom: 3px;
border-bottom: 1px solid #E1E1E1;
}


.ceq_listingwidget .ceq_listing_item{
height:35px;
text-align:left;
position: relative;
display:block;
margin-top: 1em;
margin-bottom: 1em;
border-bottom: 1px solid #E1E1E1;
}

.ceq_listingwidget .ceq_listing_activity_item{
height:20px;
text-align:left;
position: relative;
display:block;
}

.ceq_listingwidget .ceq_listing_item .ceq_listing_item_firstrow{
height:18px;
text-align:left;
position: relative;
top: 0;
left: 0;
display:block;
}

.ceq_listingwidget .ceq_listing_item .ceq_listing_item_secondrow{
height:22px;
text-align:left;
position: relative;
display:block;
}

.ceq_listing_item_total{
font-weight:bold;
vertical-align: top;
text-align: left;
overflow:hidden;
position: relative;
}

.ceq_listing_filteroption{
vertical-align: top;
text-align: left;
overflow:hidden;
position: absolute;
right:5px;
}

.ceq_listing_filteroption_on{
font-weight:bold;
vertical-align: top;
text-align: left;
}

.ceq_listing_pageroption{
vertical-align: top;
text-align: left;
overflow:hidden;
position: absolute;
right:8px;
}

.ceq_listing_pageroption_on{
font-weight:bold;
vertical-align: top;
text-align: left;
}

.ceq_listing_arrow{
color:#F19300;
font-size:11px;
}

.ceq_listing_item_icon{
vertical-align: top;
text-align: left;
overflow:hidden;
position: relative;
}

.ceq_listing_item_title{
vertical-align: top;
overflow:hidden;
position: absolute;
text-overflow: ellipsis;
white-space:nowrap;
left:24px;
width:60%;
}

.ceq_listing_item_ratingstar{
position: absolute;
top: 0;
left:68%;
cursor:pointer;

}

.ceq_listing_item_ratingcount{
vertical-align: top;
text-align: left;
overflow:hidden;
position: absolute;
right:25px;
}

.ceq_listing_item_ceqinfo{
position: absolute;
left:89%;
cursor:pointer;

}

.ceq_listing_item_modified{
overflow:hidden;
position: absolute;
text-overflow: ellipsis;
white-space:nowrap;
/*left:24px;*/
width:90%;
}

img.ceq_item_icon{
vertical-align:top;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

img.ceq_item_star{
vertical-align:top;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

img.ceq_item_ceqlabel{
vertical-align:bottom;
}

.ceq_input{
height:24px;
width:160px;
border:1px solid #E1E1E1;
padding:3px 0 0 0;
font-family:"lucida grande",tahoma,arial,geneva,helvetica;
color:#999;
font-size:11px;
background-color:#FFF;
margin-top: 0px;
position: absolute;
right: 5px;
}

.application {
    background-image:url(/ceq-widget/ceq_listing_information/images/webspace_14.png);
    height:14px;
    width:14px;
    float: left;

}
.applicationTwitter { background-image:url(/ceq-widget/ceq_listing_information/images/twitter_14.gif); }
.applicationFacebook { background-image:url(/ceq-widget/ceq_listing_information/images/facebook_14.gif); }
.applicationStatusNet { background-image:url(/ceq-widget/ceq_listing_information/images/status.net_14.gif); }
.applicationIssueTracker { background-image:url(/ceq-widget/ceq_listing_information/images/Issuetracker_14.gif); }
.applicationWiki { background-image:url(/ceq-widget/ceq_listing_information/images/confluence_14.png); }
.applicationBookmark { background-image:url(/ceq-widget/ceq_listing_information/images/bookmark_14.gif); }
.applicationSunWiki { background-image:url(/ceq-widget/ceq_listing_information/images/sun_14.gif); }
.applicationSunBlog { background-image:url(/ceq-widget/ceq_listing_information/images/sun_14.gif); }
.applicationCliqset { background-image:url(/ceq-widget/ceq_listing_information/images/cliqset_14.png); }
.applicationLiferay { background-image:url(/ceq-widget/ceq_listing_information/images/liferay_14.jpg); }
.applicationGoogleGroup { background-image:url(/ceq-widget/ceq_listing_information/images/googlegroup_14.png); }/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER

Copyright (c) 2008 - 2009 Sun Microsystems Inc. All Rights Reserved

This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of Sun Microsystems nor the names of its contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* ceq_tagcloud.css */

.ceq_tagcloudwidget{
 border: 0px solid #E1E1E1;
 -moz-border-radius: 5px 5px;
 -webkit-border-radius: 5px 5px;
 border-radius: 5px 5px;
 padding: 10px; 
 text-align:justify;
 min-width:300px;
 }

.ceq_tagcloudwidget .ceq_tagcloud_header{
text-align:left;
position: relative;
top: 0;
left: 0;
display:block;
}

.ceq_tagcloudwidget .ceq_tagcloud_footer{
text-align:left;
position: relative;
bottom: 10px;
display:block;
}

.ceq_tagcloudwidget .ceq_tagcloud_box{
text-align:left;
position: relative;
display:block;
text-align:justify;
}

.ceq_tagcloudwidget a.ceq_cloud_smalluc,a.ceq_cloud_smalluc,.ceq_cloud_suc {
color:#999999;
font-size:12px;
margin:8px 0;
padding:0 3px 0 3px;
line-height:20px;
text-align:justify;
white-space:nowrap;
}

.ceq_tagcloudwidget a.ceq_cloud_mediumuc,a.ceq_cloud_mediumuc,.ceq_cloud_muc {
color:#999999;
font-size:13px;
font-weight:normal;
margin:8px 0;
padding:0 3px 0 3px;
line-height:20px;
text-align:justify;
white-space:nowrap;
}

.ceq_tagcloudwidget a.ceq_cloud_largeuc,a.ceq_cloud_largeuc,.ceq_cloud_luc {
color:#808080;
font-size:14px;
margin:1px;
padding:0 3px 0 3px;
line-height:20px;
text-align:justify;
white-space:nowrap;
}

.ceq_tagcloudwidget a.ceq_cloud_xlargeuc,a.ceq_cloud_xlargeuc,.ceq_cloud_xluc {
color:#808080;
font-weight:bold;
font-size:15px;
margin:1px;
padding:0 3px 0 3px;
line-height:20px;
text-align:justify;
white-space:nowrap;
}

.ceq_tagcloudwidget a.ceq_cloud_smallc,a.ceq_cloud_smallc,.sc {
color:#F19300;
font-size:12px;
margin:8px 0;
padding:0 3px 0 3px;
line-height:20px;
text-align:justify;
white-space:nowrap;
}
.ceq_tagcloudwidget a.ceq_cloud_mediumc,a.ceq_cloud_mediumc,.ceq_cloud_mc {
color:#F19300;
font-size:13px;
font-weight:normal;
margin:8px 0;
padding:0 3px 0 3px;
line-height:20px;
text-align:justify;
white-space:nowrap;
}

.ceq_tagcloudwidget a.ceq_cloud_largec,a.ceq_cloud_largec,.ceq_cloud_lc {
color:#F19300;
font-size:14px;
margin:1px;
padding:0 3px 0 3px;
line-height:20px;
text-align:justify;
white-space:nowrap;
}

.ceq_tagcloudwidget a.ceq_cloud_xlargec,a.ceq_cloud_xlargec,.ceq_cloud_xlc {
color:#F19300;
font-size:15px;
font-weight:bold;
margin:1px;
padding:0 3px 0 3px;
line-height:20px;
text-align:justify;
white-space:nowrap;
}

.ceq_tagcloudwidget .ceq_tagcloud_type{
color:#F19300;
font-size:11px;
font-weight:normal;
white-space:nowrap;
}

.ceq_tagcloudwidget .ceq_tagcloud_typeselected{
color:#FFF;
font-size:11px;
font-weight:normal;
white-space:nowrap;
}

.ceq_tagcloudwidget span.ceq_selecteduc{
border: 1px solid #ACACAC;
-moz-border-radius: 3px 3px;
-webkit-border-radius: 3px 3px;
border-radius: 3px 3px;
padding: 2px;
background-color:#ACACAC;
color:#FFF;
}
  
.ceq_tagcloudwidget span.ceq_selectedc{
border: 1px solid #FFC062;
-moz-border-radius: 3px 3px;
-webkit-border-radius: 3px 3px;
border-radius: 3px 3px;
padding: 2px; 
background-color:#FFC062;
color:#FFF;
}

.ceq_tagcloudwidget a.ceq_mlink{
font-size:11px;
font-weight:normal;
text-align: right;
overflow:hidden;
position: absolute;
right:5px;
line-height:20px;
}

.ceq_tagcloudwidget span.ceq_arrow{ 
color:#F19300;
font-size:11px;
}/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER

Copyright (c) 2008 - 2009 Sun Microsystems Inc. All Rights Reserved

This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of Sun Microsystems nor the names of its contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* ceq_myceq.CSS */

.ceq_ceqwidget .ceq_myceq_title{
text-align:left;
position: relative;
display:block;
}

  
.ceq_ceqwidget .ceq_myceq_box {
height:90px;
text-align:left;
position: relative;
display:block;
}

.ceq_ceqwidget .ceq_myceq_box .ceq_myceq_firstrow{
height:21px;
text-align:left;
position: relative;
display:block;
font-weight:bold;
}

.ceq_ceqwidget .ceq_myceq_box .ceq_myceq_secondrow{
height:21px;
position: relative;
color:#C0C0C0;
font-size:11px;
text-align:justify;
}

.ceq_ceqwidget .ceq_myceq_box .ceq_myceq_thirdrow{
height:21px;
text-align:left;
position: relative;
font-weight:bold;
}

.ceq_ceqwidget .ceq_myceq_box .ceq_myceq_divider{
margin-top: 1em;
margin-bottom: 5em;
border-bottom: 1px solid #E1E1E1; 
}

.ceq_myceq_details{
position: relative;
color:#C0C0C0;
font-size:11px;
white-space:nowrap;
font-weight:normal;

}

.ceq_myceq_cqvalue{
border: 1px solid #EF8100;
-moz-border-radius: 3px 3px;
-webkit-border-radius: 3px 3px;
border-radius: 3px 3px;
padding: 1px;
background-color:#EF8100;
color:#FFF;
position:relative;
font-weight:bold;
bottom: 2px;
cursor:pointer;

}

.ceq_myceq_cqranking{
border: 1px solid #EF8100;
-moz-border-radius: 3px 3px;
-webkit-border-radius: 3px 3px;
border-radius: 3px 3px;
padding: 1px;
background-color:#EF8100;
color:#FFF;
position:relative;
font-weight:bold;
bottom: 2px;
}

.ceq_myceq_pqvalue{
border: 1px solid #CC3300;
-moz-border-radius: 3px 3px;
-webkit-border-radius: 3px 3px;
border-radius: 3px 3px;
padding: 1px;
background-color:#CC3300;
color:#FFF;
position:relative;
font-weight:bold;
bottom: 2px;
cursor:pointer;

}

.ceq_myceq_pqranking{
border: 1px solid #CC3300;
-moz-border-radius: 3px 3px;
-webkit-border-radius: 3px 3px;
border-radius: 3px 3px;
padding: 1px;
background-color:#CC3300;
color:#FFF;
position:relative;
font-weight:bold;
bottom: 2px;
}


.ceq_myceq_cqinfo{
position: absolute;
right:5px;
cursor:pointer;
}

.ceq_myceq_cqstat{
position: absolute;
right:25px;
cursor:pointer;

}

.ceq_myceq_help{
position: absolute;
right:5px;
top: 3px;
}/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER

Copyright (c) 2008 - 2009 Sun Microsystems Inc. All Rights Reserved

This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of Sun Microsystems nor the names of its contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* ceq_topceq.CSS */

.ceq_ceqwidget{
 border: 0px solid #E1E1E1;
 -moz-border-radius: 5px 5px;
 -webkit-border-radius: 5px 5px;
 border-radius: 5px 5px;
 padding: 10px; 
 min-width:350px;
 }

.ceq_ceqwidget .ceq_ceq_item{
    text-align:left;
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
     }
        
.ceq_ceq_ranking{
   vertical-align: top;
   text-align: left;
   overflow:hidden;
  }

.ceq_ceq_content{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   left:35px;
   }


.ceq_ceq_ranking_user{
   vertical-align: top;
   text-align: left;
   overflow:hidden;
   font-weight:bold;
   color:#EF8100;
    left:35px;
  }

.ceq_ceq_content_user a:link{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   font-weight:bold;
  color:#EF8100;
  left:35px;
  }/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER

Copyright (c) 2008 - 2009 Sun Microsystems Inc. All Rights Reserved

This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of Sun Microsystems nor the names of its contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* ceq_topceq.CSS */

.ceq_ceqwidget{
 border: 0px solid #E1E1E1;
 -moz-border-radius: 5px 5px;
 -webkit-border-radius: 5px 5px;
 border-radius: 5px 5px;
 padding: 10px; 
 min-width:350px;
 }

.ceq_ceqwidget .ceq_ceq_item{
    text-align:left;
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
     }
        
.ceq_ceq_ranking{
   vertical-align: top;
   text-align: left;
   overflow:hidden;
  }

.ceq_ceq_content{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   left:35px;
   }


.ceq_ceq_ranking_user{
   vertical-align: top;
   text-align: left;
   overflow:hidden;
   font-weight:bold;
   color:#EF8100;
    left:35px;
  }

.ceq_ceq_content_user a:link{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   font-weight:bold;
  color:#EF8100;
  left:35px;
  }/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER

Copyright (c) 2008 - 2009 Sun Microsystems Inc. All Rights Reserved

This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of Sun Microsystems nor the names of its contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* ceq_topcountries.CSS */

img.ceq_topcountry_flagimg{
border: 1px solid #ccc;
width:15px;
height:11px;
}
 
.ceq_topcountry_flag{
   vertical-align: top;
   text-align: left;
   overflow:hidden;
   position: absolute;
   left:35px;
  }

.ceq_topcountry_content{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   left:60px;
   text-overflow: ellipsis;
   white-space:nowrap;
   width:85%;
   }
  
.ceq_topcountry_content_user {
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   left:60px;
   font-weight:bold;
  color:#EF8100;
  }/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER

Copyright (c) 2008 - 2009 Sun Microsystems Inc. All Rights Reserved

This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of Sun Microsystems nor the names of its contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* ceq_topceq.CSS */

.ceq_ceqwidget{
 border: 0px solid #E1E1E1;
 -moz-border-radius: 5px 5px;
 -webkit-border-radius: 5px 5px;
 border-radius: 5px 5px;
 padding: 10px; 
 min-width:350px;
 }

.ceq_ceqwidget .ceq_ceq_item{
    text-align:left;
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
     }
        
.ceq_ceq_ranking{
   vertical-align: top;
   text-align: left;
   overflow:hidden;
  }

.ceq_ceq_content{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   left:35px;
   text-overflow: ellipsis;
   white-space:nowrap;
   width:85%;
   }


.ceq_ceq_ranking_user{
   vertical-align: top;
   text-align: left;
   overflow:hidden;
   font-weight:bold;
   color:#EF8100;
    left:35px;
  }

.ceq_ceq_content_user a:link{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   font-weight:bold;
  color:#EF8100;
  left:35px;
  }/*
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER

Copyright (c) 2008 - 2009 Sun Microsystems Inc. All Rights Reserved

This file is available and licensed under the following license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of Sun Microsystems nor the names of its contributors
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* ceq_topceq.CSS */

.ceq_ceqwidget{
 border: 0px solid #E1E1E1;
 -moz-border-radius: 5px 5px;
 -webkit-border-radius: 5px 5px;
 border-radius: 5px 5px;
 padding: 10px;
 min-width:350px;
 }

.ceq_ceqwidget .ceq_ceq_item{
    text-align:left;
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
     }

.ceq_ceq_ranking{
   vertical-align: top;
   text-align: left;
   overflow:hidden;
  }

.ceq_ceq_content{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   left:35px;
   }


.ceq_ceq_ranking_user{
   vertical-align: top;
   text-align: left;
   overflow:hidden;
   font-weight:bold;
   color:#EF8100;
    left:35px;
  }

.ceq_ceq_content_user a:link{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   font-weight:bold;
  color:#EF8100;
  left:35px;
  }/* ceq_toppeople.CSS */

img.ceq_toppeople_img{
width:40px;
height:40px;
}

.ceq_ceqwidget .ceq_toppeople_item{
    text-align:left;
    position: relative;
    top: 0;
    left: 0;
    height: 45px;
     }
 
.ceq_toppeople_photo{
   vertical-align: top;
   text-align: left;
   overflow:hidden;
   position: absolute;
   left:35px;
  }

.ceq_toppeople_content{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   left:80px;
   text-overflow: ellipsis;
   white-space:nowrap;
   width:85%;
   }
  
   .ceq_toppeople_content_user a:link{
   vertical-align: top;
   overflow:hidden;
   position: absolute;
   left:80px;
   font-weight:bold;
  color:#EF8100;
  }