/* general stuff */
body, img, a, div, td, th {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 0;
}
body b a     {font:bold 16px Tahoma; color:#4F960F; }
body a:hover {text-decoration:none;}
body span    {color:#8F8F8F; font-size:10px}
body b       {font:bold 11px Tahoma; color:#0D5FA5;}
body strong  {font:bold 11px Tahoma; color:#0D5FA5;}

div.content {
    width: 1100px;
}
div.left {
    width: 200px;
    float: left;
    display: inline;
}
div.center {
    margin: 0 40px 0 20px;
    width: 500px;
    float: left;
    display: inline;
}
div.right {
    width: 300px;
    margin-top: 10px;
    float: left;
    display: inline;
}

/* helper div for clearing floats */
div.clear {
    clear: both;
}

/* top navigation component */
div.topnav {
    background:url(images/tail.jpg) top repeat-x;
    white-space:nowrap;
    clear: both;
}

/* logo component */
div.logo {
    height: 100px;
    background-color:white;
}

/* news list component */
div.newslist {
    color:#E7E7E7 !important;
    padding: 14px 8px 20px 8px;
}
div.newslist div.item {
    clear: both;
    padding: 0 0 6px 0;
}
div.newslist a {color:#E7E7E7}
div.newslist b {color:#FFF;}
div.newslist span {font:normal 10px Tahoma; color:#BABABA}

/* teaser component */
img.teaser {
    float:left;
    padding:1px;
    border:1px solid white;
    margin:5px 7px 0 0
}

/* breadcrumb component */
div.breadcrumb {
    padding: 8px 0 8px 0;
    font-size: 13px;
}
div.breadcrumb A {
    font-size: 13px;
}

/* header component */
div.header {
    margin: 1px;
    margin-left: 2px;
    background: #94bf4a;
}
div.headerImg {
    padding-left: 35px;
    padding-top: 100px;
    width:517px;
    height:98px;
    background-repeat: no-repeat;
    color:#FFF;
}

div.headerText {
    width: 270px;
}

/* Not componentized stuff */
div.cite {
    /* disable bg image: background:url(images/0p3.jpg) bottom right no-repeat; */
    height:150px;
    padding: 20px 8px 0 8px;
}
div.cite b {
    color: #1164A9
}
div.cite span {
    color:#878787
}
div.footer {
    clear: both;
    background:#434F55;
    padding:17px 0 21px 200px;
    vertical-align:middle;
    border-top:1px solid #FFF
}
div.footer a {
    color:#FFF;
    font:normal 11px Tahoma;
    background:url(images/bullet3.gif) 0 0 no-repeat;
    padding:0 0 0 17px;
}
div.disclaimer {
    color:#797979;
    padding:20px 0 25px 0;
    background: white !important;
    text-align:center;
}
div.disclaimer a {
    color:#14729E;
}
input.textinput {
    width: 228px;
}

input.geo, textarea.geo, select.geo {
    font:normal 11px Tahoma;
    vertical-align:middle;
    color:#373737;
    background:#FFF;
    margin: 1px 0 5px 0;
}
input.geos {
    font:normal 11px Tahoma;
    vertical-align:middle;
    color:#373737;
    background:#FFF;
    width:100px;
    margin: 1px 0 5px 0;
}

/* parsys component */
div.par {
    clear: both;
}
div.parsys_column {
    width: 100%;
    float: left;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 5px 0 5px 0;
}

div.section {
    margin-bottom: 13px;
    /* Property added to avoid IE hasLayout issue on paragraphs
       see #20817 - IE6: div around Drag Components image not big enough
    */
    zoom: 1;
}

div.parsys_column .section {
    overflow:hidden;
    width: 100%;
}

/* column control layouts */
div.cq-colctrl-cols {width: 100%; float: left; }

div.cq-colctrl-default { width: 100%;}

div.cq-colctrl-lt0 { }
div.cq-colctrl-lt0-c0 { width: 48%; padding-right: 14px;}
div.cq-colctrl-lt0-c1 { width: 49% }

div.cq-colctrl-lt1 {}
div.cq-colctrl-lt1-c0 { width: 34%; padding-right: 14px;}
div.cq-colctrl-lt1-c1 { width: 63%;}

div.cq-colctrl-lt2 {}
div.cq-colctrl-lt2-c0 { width: 28%; padding-right: 14px;}
div.cq-colctrl-lt2-c1 { width: 39%; padding-right: 14px;}
div.cq-colctrl-lt2-c2 { width: 28%; }

div.cq-colctrl-lt3 { }
div.cq-colctrl-lt3-c0 { width: 46%; padding-right: 14px;}
div.cq-colctrl-lt3-c1 { width: 24%; padding-right: 14px;}
div.cq-colctrl-lt3-c2 { width: 24%; }

div.cq-colctrl-lt4 {}
div.cq-colctrl-lt4-c0 { width: 38%; padding-right: 4px;}
div.cq-colctrl-lt4-c1 { width: 58% }


/* search component */
div.search {
    padding:0 1px 0 0;
}

div.searchRight {
    border-left: 1px solid #E7E7E7;
    float: right;
    width: 150px;
    padding-left: 20px;
    padding-bottom: 20px;
}

div.searchTrends {
    text-align: justify;
}

div.searchRight p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

/* text component */
div.text ul {
    margin:1em 0 0 0;
}
div.text ol {
    margin:1em 0 0 0;
}
div.text ul li {
    list-style-image:url(images/bullet3.gif);
}
div.text ol li {

}

div.text li a {
    background:url(images/bullet4.gif) 0 0 no-repeat;

}

div.sitemap div.linkcontainer {
    margin:1em 0 0 0;
}
div.sitemap div.linkcontainer div.linkcontainer {
    padding-left: 20px
}

div.sitemap div.link {
    padding:0 0 10px 10px;
    background:url(images/bullet3.gif) no-repeat;
    border-bottom: dotted 1px black;
    margin:0 0 5px 0;
}

div.sitemap div.link a {
    background:url(images/bullet4.gif) 0 0 no-repeat;
    font:normal 11px Tahoma;
    color:#4F960F;
    padding:0 0 10px 18px;
}


/* textimage component */
div.textimage div.image {
    float: left;
    margin: 0 8px 8px 0;
}
.image_left {
    float: left;
}
.image_right {
    float: right;
}

/* image component */
div.image img {
    margin: 0 8px 8px 0;
}
/* parabase / title */
img.title {
    display: block;
    border: 0;
    margin-bottom: 8px;
}

/* download component */
div.download div.item {
    clear: both;
    margin: 0 0 8px 0;
}
div.download span.icon {
    float: left;
    width: 32px;
    height: 32px;
}

/* table component */
div.table table {
    border-collapse: collapse;
}
div.table table td {
    padding: 4px;
    border-bottom: 1px solid black;
    padding-right: 3em;
}
div.table table th {
    padding: 4px;
    border-bottom: 1px solid black;
}

/* list component */
div.list ul,
div.list ol {
    margin:1em 0 0 0;
}
div.list ul li,
div.list ol li {
    margin:0 0 5px 0;
}
div.list ul li {
    list-style-image:url(images/bullet3.gif);
}
div.list ul p,
div.list ol p {
    padding:0 0 5px 0;
}
/* teaser list */
div.list .teaser-title {
font-weight:bold;
}
div.list .teaser-description {
}
/* news list */
div.list .news-title {
    font-weight:bold;
}
div.list .news-date {
    font-weight:bold;
}
div.list .news-description {
}

div.signin_subtitle {
    font-weight: bold; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

div.signin_create {
    padding-top: 40px; 
    padding-bottom: 10px;
}

div.signin_option {
    clear:left;
    float:left;
}

div.signin_element {
    clear:right;
    float:right;
    padding-right:150px;
}

div.signin_element * input{
    width:140px;
}
div.signin_element * .form_leftcol{
    width:90px;
}

/* OLD STUFF - kept for reference */
.column_1 {width:262px}
.column_1 .space {padding:22px 36px 29px 35px;}
.column_2 {width:518px}
.column_3 {width:100%}
.column_2 .space {padding:20px 37px 15px 35px;}
.mpct .space {padding:51px 216px 0 35px;}

.gr {
    color:#E7E7E7 !important;
    height:239px
}
.gr a {color:#E7E7E7}
.gr b {color:#FFF;}
.gr span {font:normal 10px Tahoma; color:#BABABA}

.bl {color:#FFF;}
.bl b a {font:bold 11px Tahoma; color:#FFF}
.bl a {font:normal 11px Tahoma; color:#FFF}

.gl_1 {background:url(images/gl1.gif) bottom repeat-x}
.gl_2 {background:url(images/gl3.gif) bottom repeat-x}

.bl_bg  {background:url(images/bl_bg.jpg) 0 0 repeat-x #13729D}

.bg3    {background:url(images/bg3.jpg) top repeat-x #E3E3E3; color:#474747}

/*-TEXT-*/
/*
a       {font:normal 11px Tahoma; color:#4F960F;}
b a     {font:bold 11px Tahoma; color:#4F960F;}
a:hover {text-decoration:none;}
span    {color:#8F8F8F; font-size:10px}
b       {font:bold 11px Tahoma; color:#0D5FA5;}
*/
.nn a   {text-decoration:none;}
.nn a:hover {text-decoration:underline;}

/*-FORMS-*/
.input input, .ta{
    height:18px;
    padding:2px 0 0 0;
    margin:0 0 0 0;
    border:none;
    background:#8EBFD3;
    color:#373737;
}
.ta {
    height:111px;
    overflow:auto;
    padding:5px 0 0 0;
    margin:0 0 20px 0;
}
.eq_height {height:31px;}

div.element {
    margin-bottom: 2px;
}

.form_1 {
    border-top:1px solid #D9D9D9;
    background:#F0F0F0;
    padding:17px 34px 16px 8px;
}
.form_1 .link_1 {
    background:url(images/bullet1.gif) 0 0 no-repeat;
    padding:0 0 0 10px;
    color:#14729E;
    font:normal 10px Tahoma;
}
.form_1 input {
    border:1px solid #A1A1A1;
    width:180px;
    height:17px;
    margin:0 0 13px 0;
}
.form_row {
    clear: both;
    width: 100%;
}

.form_leftcol {
    padding-left: 9px;
    float: left;
    width:110px;
}

.form_leftcollabel {
    float: left;
    width:100px;
}
.form_leftcolmark {
    float: right;
    width:10px;
}

.form_rightcol {
    display: inline;
    width: 225px;
}

.form_rightcol_left {
    float: left;
    width: 105px;
}

.form_rightcol_middle {
    float: left;
    width:23px;
}

.form_rightcol_right {
    float: left;
    width: 105px;
}

div.form_captchatimer {
    float: left;
    border: 1px solid #CCCCCC;
}

div.form_captchatimer_bar {
    float: left;
    background-color:#CCCCCC;
    height: 8px;
}

div.form_captcha_input {
    float: left;
    vertical-align: baseline;
    padding-top: 4px;
}

div.form_captcha_img {
    float: left;
    vertical-align: baseline;
    padding-left: 4px;
    padding-right: 4px;
}

div.form_captcha_refresh {
    float: left;
    padding-top: 4px;
}

/*-LINKS-*/
.link_1 {
    background:url(images/bullet2.gif) 0 0 no-repeat;
    font:normal 11px Tahoma;
    color:#FFF;
    padding:0 0 0 12px;
}

.link_2 {
    background:url(images/bullet5.gif) 0 0 no-repeat;
    font:normal 11px Tahoma;
    color:#4F960F;
    padding:0 0 0 12px;
}

div.tagcloud {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* feedlink component */
div.feedlink {
    height:20px;
    line-height:20px;
}

a.feedlink-icon {
    background:transparent url("/libs/collab/components/feedlink/feed.png") 0 3px no-repeat;
    padding-left:20px;
}

a.feedlink-text {
    padding-top:2px;
    padding-bottom:2px;
    text-decoration:underline;
    cursor:pointer;
}

/* comments component */
.comments-count {
    font-size:1.5em;
    font-weight:bold;
}

.comments-count.replies {
    font-size:1em;
}

.comment {
    margin-top:14px;
}

.comment-header {
    font-size:0.75em;
    height:30px;
    line-height:30px;
    background-color:#efefef;
    border-top:solid 1px #bcbcbc;
}

.comment-header a {
    color:#000;
    text-decoration:none;
}

.comment-header-avatar {
    float:left;
}

.comment-header-avatar img {
    width:24px;
    height:24px;
    margin:2px;
}

.comment-header-meta {
    float:left;
}

.comment-header-time {
}

.comment-header cite {
    float:left;
    margin:0 10px 0 10px;
}

.comment-header cite a {
    font-weight:bold;
}

.comment-body {
    clear:left;
    margin-top:5px;
}

.comment-replies {
}

.comment-replies.tree {
    padding-left:20px;
}

form.comment {
    margin: 0;
    padding: 0;
}

.comment-error {
    font-weight:bold;
    color:#f60;
}

.comment-info{
    width: 190px;
    margin-bottom:10px;
}

.comment-block {
}

.comment-text-label {
    font-weight: bold;
}

input.comment-text{
    margin: 0 10px 7px 0;
    padding: 2px;
    font-size: 95%;
    color: #333;
    display: block;
}

textarea.comment-text {
    margin: 0;
    padding: 0;
    color: #888;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 99%;
    height: 100px;
}

.comment-text-label {
}

.comment-spam {
    font-size:1.2em;
    font-weight:bold;
    padding:2px;
    background-color:#c00;
    color:#fff
}

/* ratings component */
.ratings .empty {
    background-image:url("../../../libs/collab/components/ratings/star_empty.png");
}

.ratings .full {
    background-image:url("../../../libs/collab/components/ratings/star_full.png");
}

.ratings-bar {
    background-repeat:repeat-x;
    height:16px;
}

.ratings-stars {
    width:80px;
    height:16px;
}

.ratings-star {
    float:left;
    background-repeat:no-repeat;
    height:16px;
    width:16px;
}

.comments-count .ratings-bar.empty {
    width:80px;
}

.comments-count .ratings-bar.full {
    width:0;
}

.comment-header .ratings-stars {
    float:right;
    height:30px;
    padding-top:6px;
    margin-right:5px;
}

.comment-header {
    clear:both;
}

.comment-header .ratings-bar.empty {
    width:80px;
}

/* version diff */
ins.textAdded {
    color: #c00;
}
del.textRemoved {
    color: #c00;
}
div.imageRemoved {
    border: 1px solid #c00;
}
div.imageAdded {
    border: 1px solid #c00;
}
img.imageChanged {
    border: 1px solid #c00;
}
img.imageAdded {
    border: 1px solid #c00;
}
img.imageRemoved {
    border: 1px solid #c00;
}

