/*
* Licensed to the Apache Software Foundation (ASF) under one or more
*  contributor license agreements.  The ASF licenses this file to You
* under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.  For additional information regarding
* copyright in this work, please see the NOTICE file in the top level
* directory of this distribution.
*/

/*
roller.css: Base CSS styles for Roller web UI

CUSTOMIZABLE color and background image settings have been separated out
and placed in separate colors.css files for different color schemes.
*/

body {
    background: #ebebeb; /* white */
    margin: 0px;
    padding: 0px;
    text-align: left;
}

th, td {
    border: none;
    vertical-align: top;
    padding: 2px;
}

a {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}

p.subtitle {
    margin: 5px 0px 15px;
    font-size: 1em;
    font-weight: bold;
    font-size: 120%;
}
p.pagetip {
    margin: 0px 0px 15px 0px;
}
img {
    border: 0px;
    overflow: auto;
}
img.w3c {
    border: 0px;
    height: 31px;
    width: 88px;
    margin-right: 5px;
}
label {
   line-height: 2em;
}

/* ----------------------------------------------------------------------
Page element styles: boxes and borders, etc.
---------------------------------------------------------------------- */

div.bannerStatusBox {
    height: 2em;
}

.bannerStatusBox a, .bannerStatusBox a {
    font-weight: bold;
}
.bannerLeft {
    padding: 10px 15px 10px 10px;
}
.bannerRight {
    padding: 10px 10px 10px 15px; /* 4px 10px 4px 15px; */
    text-align: right;
}
.bannerBox {
    width: 100%;
    background: #f00;
}
.sidebarBodyHead h3, .searchSidebarBody h3 {
    padding: 5px;
}
.sidebarInner {
    padding: 0.5em 0.5em 0.5em 1em;
	
	/* CIMM2Touch start */ 
	line-height:25px; 
	/* CIMM2Touch end */ 
}
.sidebarBody ul {
    margin: 0px;
    padding-left: 5px;
}
.sidebarBody li {
    list-style-position: inside;
    list-style-image: url(../images/dash.gif);
    margin-left: 0em;
    padding-left: 0.5em;
    padding-top: 3px;
}
div.entriesBoxInner {
    padding: 5px;
}
div.entryTitleBox {
    padding: 4px;
    margin: 4px 0px 4px 0px;
    font-size: medium;
}
div.entryBox, div.entryBoxPinned {
    font-family:  'Trebuchet MS'; /* Arial, Helvetica, sans-serif; */
    border-bottom-width: thin;
    border-bottom-style: solid;
    padding: 3px 0px 3px 0px;
}
div.entryBoxPinned {
}
.entryTitle {
    font-family: 'Trebuchet MS'; /*  Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.entryDetails {
    font-family: 'Trebuchet MS'; /*  Arial, Helvetica, sans-serif; */
    font-size: 11px;
    text-decoration: none;
}
.entryDescription {
    font-family: 'Trebuchet MS'; /*  Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    text-decoration: none;
}
span.hotBlogs, a.hotBlogs, a:active.hotBlogs, a:visited.hotBlogs, ul.hotBlogs {
    font-size: small;
    padding-left: 0px;
    list-style-type: none
}
input.searchButton {
    cursor: pointer;
    font-family: 'Trebuchet MS'; /* lucida,arial,sans-serif; */
    height: 1.4em;
    font-weight: bold;
    font-size: 11px;
    padding: 0px 0px 2px 0px;
    margin: 5px;
    border: 0px none #000;
}


/* ----------------------------------------------------------------------
form layout styles
---------------------------------------------------------------------- */

input, select, option {
    /*font: small 'Trebuchet MS';  Verdana,Arial,Sans-serif; */
    color: #585858; /* black; */
    font: small/1.5em Trebuchet MS; /* Verdana, Arial, Helvetica, sans-serif; */
    font-size: 100%;
	border: 1px solid #fff;
	padding: 2px 4px;
}

textarea {
    margin: 3px 0px 0px 0px;
}
div.buttonBox {
    width: 98%;
    border: 1px solid black;
    background-color: #f3f3f3;
    padding: 3px;
    margin-top: 5em;
    clear: both;
}
.left {
    font-size: small;
    width: 136px;
}
.leftTitle {
    font-size: small;
    font-weight: bold;
}

.formtable, .formtableNoDesc {
    width: 100%;
    border-collapse: collapse;
}
.formtable td.label, .formtable td.field, .formtable td.description,
.formtableNoDesc td.label, .formtableNoDesc td.field, .formtableNoDesc  {
    vertical-align: top;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e3e3e3;
    padding: 4px 10px 4px 10px;
}
.formtable td.label {
    text-align: right;
    width: 20%;
}
.formtable td.field {
    width: 30%;
}
.formtable td.description {
    width: 50%;
    line-height: 140%;
}
.formtableNoDesc td.label {
    text-align: right;
    width: 40%;
}
.formtableNoDesc td.field {
    width: 40%;
}
.formtableNoDesc td.description {
    width: 0%;
}

div.row {
    padding: 2px;
}
div.formrow {
    float: left;
    width: 80%;
	margin-bottom:10px;
}
label.formrow {
    float: left;
    text-align: right;
    width: 20%;
    padding-right: 1em;
}
div.sideformrow {
    float: left;
    width: 100%;
	
	/* CIMM2Touch start */ 
	margin: 5px 0px;
	/* CIMM2Touch end */ 
}
label.sideformrow {
    float: left;
    text-align: left;
    width: 30%;
    padding-right: 1em;
    padding-top: 1em;
    font-size: smaller;
}

div.yourWeblogBox {
    padding: 8px 0px 10px 0px;
}

input#f_openid_identifier {
    background: url(../../images/openid-logo-small.gif) no-repeat scroll 0 50%;
    padding-left:18px;
}

input.f_openid_identifier {
    background: url(../../images/openid-logo-small.gif) no-repeat scroll 0 50%;
    padding-left:18px;
}

/* ----------------------------------------------------------------------
Table styles
---------------------------------------------------------------------- */

div.tablenav {
    font-size: 110%
}
table.rollertable {
    border-collapse: collapse;
    width: 100%;
}
table.innertable {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0;
}
table.rollertable th {
    border: 1px solid #fff; /* #ccc; */
    font-size: 11px; /* 110%; */
    padding: 3px;
}
table.rollertable th {
    color: #585858; /* white; */
}
table.rollertable td, table.rollertable tbody td {
    vertical-align: top;
}
table.rollertable tbody td {
    padding: 3px;
}
table.innertable tbody td {
    padding: 0;
}
table.rollertable td.center {
    text-align: center;
}
table.rollertable .innertable td {
	border: none;
}
table.innertable td.viewbody {
	padding: 5px;
	border:0px;
}
table.innertable tr .bot {
	margin-bottom: 5px;
}
table.innertable tr .viewbody .bot {
	padding-bottom: 10px;
}
td.field span.fixedAttr {
    font-style: italic;
    font-weight: bold;
    color: red;
}
.rollertable_even td {
    border: 1px solid #ccc;
    background: #EEEEEE;
    color: #585858; /* black; */
    vertical-align: top;
}
.rollertable_odd td{
    border: 1px solid #ccc;
    background: inherit;
    vertical-align: top;
    color: #585858; /*  black; */
}
.rollertable_pending td {
    border: 1px solid #ccc;
    background: #ffcccc; /*#ffffcc;*/
    color: #585858; /*  black; */
    vertical-align: top;
}
td.rollertable_entry, div.rollertable_entry {
    border: 1px solid #ccc;
    background: inherit;
    padding: 5px;
    vertical-align: top;
}
td.propname {
    padding: 0px 0px 0px 3em;
    vertical-align: top;
}
table.edit th {
    text-align: right;
    padding-right: 5px;
}
tr.actionrow {
    background: #e5e5e5;
}
td.spamcomment {
    background: #FF7A7A ; /* #ffcccc; */
}
td.pendingcomment {
    background: #ffcccc;/*  #ffffcc; */
}
.approvedCommentBox {
    background: #ffffff;
    border: 1px gray solid;
}
.pendingCommentBox {
    background: #ffcccc; /*  #ffffcc; */
    border: 1px gray solid;
}
.spamCommentBox {
    background: #FF7A7A !important; /*  #ffcccc; */
    border: 1px gray solid;
}
td.pendingentry, tr.pendingentry, tr.pendingentry td {
    background: #ffcccc !important;
}
td.draftentry, tr.draftentry, tr.draftentry td  {
    background: #ffffcc !important;
}
td.scheduledentry, tr.scheduledentry, tr.scheduledentry td{
    /*background: #EEEEE0 !important; */
	
	background: #d6e9c6 !important;
}
.draftEntryBox {
    background: #ffffcc;
    border: 1px gray solid;
}
.pendingEntryBox {
    background: #ffcccc;
    border: 1px gray solid;
}
.scheduledEntryBox {
    background: #d6e9c6; /*   #EEEEE0; */
    border: 1px gray solid;
}

/* ----------------------------------------------------------------------
Calendar styles
---------------------------------------------------------------------- */

div.archiveCalendar {
    position: absolute;
    top: 80px;
    right: 20px;
    font-size: 11px;
}
.hCalendarDay {
    border-width: thin;
    font-size: .9em;
    text-align: center;
}
.hCalendarDayCurrent {
    border-style: dotted;
    border-width: thin;
    font-size: .9em;
    font-weight: bolder;
    text-align: center;
}
.hCalendarDayLinked {
    border-width: thin;
    font-size: .9em;
    font-weight: bolder;
    text-align: center;
}
.hCalendarDayNameRow {
    font-size: .9em;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.hCalendarDayNotInMonth {
    background: transparent;
    color: #AAAAAA;
    font-size: .9em;
    text-align: center;
}
.hCalendarNextPrev {
    text-align: center;
}
.hCalendarMonthYearRow {
    font-weight: bold;
    text-align: center;
}

/* ----------------------------------------------------------------------
Error and status message styles
---------------------------------------------------------------------- */

.statusMsg {
    background: #CCFFCC;
    border: 1px solid #008000;
    color: #585858; /* #000000; */
    display: block;
    font-size: .9em;
    margin: 0px 0px 10px 0px;
    padding: 3px;
    width: 98%;
}
.error {
    background: transparent;
    color: #FF0000;
}
.warning {
    color: #f00;   
    font-size: larger;
	
	/* CIMM2Touch start  	
	color: #9F6000;
	font-size: larger;
	background: #FEEFB3;
	padding: 10px 10px;
	CIMM2Touch end */ 
}
.errors, .messages, .warnings {
    padding: 5px;
    margin: 10px 0px 10px 0px;
}
.errors {
    /* background-color: #fcc;
    border: 1px solid red; */
	
	color:#f00;
}
.messages {
	color:#3c763d;

    /*background-color: #cfc;
    border: 1px solid green; */ 
	
	/*CIMM2Touch start 
	background-color: #C1C3C1;
    border: 1px solid  rgb(142, 144, 142);
	/*CIMM2Touch end */
}
.warnings {
    background-color: #ffffce;
    border: 1px solid #f0c000;
}
div.notification {
    padding: 10px;
    background-color: #ffffce;
    border: 1px solid #f0c000;
}
div.error {
    background-color: #ffcccc;
    border: 1px solid #000000;
    color: #aa0000;
    font-size: 0.9em;
    font-weight: normal;
    margin: 5px 10px 5px 0px;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
}
div.output {
    background-color: #e0e0e0;
    border: 1px solid #CCCC99;
    color: #585858; /* #000000; */
    font-size: 0.9em;
    font-weight: normal;
    margin: 5px 10px 5px 0px;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
}

/* ----------------------------------------------------------------------
weblog editor styles
---------------------------------------------------------------------- */

div.previewEntrySummary {
    border: 1px solid gray;
    clear: both;
    height: 12em;
    width: 98%;
    padding: 10px;
    overflow: auto;
}
div.previewEntryContent {
    border: 1px solid gray;
    clear: both;
    height: 22em;
    width: 98%;
    padding: 10px;
    overflow: auto;
}
div.centerTitle {
    border: 1px solid #ccc;
    color: #585858; /*  black; */
    font-weight: bolder;
    font-size: large;
    text-align: center;
}
div.control {
    width: 100%;
    /*height: 2.5em; Buttons don't line up */
}
div.controlToggle {
    width: 100%;
    height: 25px;
}
div.viewdetails {
  /*   border: 1px dotted #CCCCCC; */
    color: #585858; /* #000000; */
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 5px 5px 7px;
}
.control input {
    margin: 0.3em;
}
.control select {
    margin: 0.5em;
}
a.controlToggle {
    margin: 5px;
    padding: 5px;
    color: #585858; /*  black; */
    background: transparent;
    text-decoration: none;
	/* CIMM2Touch start  */
	position:relative; 
	top:-2px; 
	/*CIMM2Touch end */ 
}
a.controlToggle:link {
    margin: 5px;
    padding: 5px;
    color: #585858; /*  black; */
    background: transparent;
    text-decoration: none;
}
a.controlToggle:visited {
    margin: 5px;
    padding: 5px;
    color: #585858; /*  black; */
    background: transparent;
    text-decoration: none;
}
a.controlToggle:hover {
    margin: 5px;
    padding: 5px;
    color: #585858; /*  black; */
    background: transparent;
    text-decoration: underline;
    font-weight: bold;
}

/* ----------------------------------------------------------------------
Misc styles
---------------------------------------------------------------------- */

div.NN4 {
    display: none;
}
div.rNavigationBar {
    margin-bottom: 20px;
    margin-right: 10px;
}
.entryDate {
    background: transparent;
    color: #989898;
    font-style: italic;
}
.commentTitle {
    background: #FFFFDD;
    border: 1px solid #000;
    padding: 3px;
    margin: 0px 5px 10px 0px;
    color: #585858; /* #000000; */
    font-size: .9em;
    width: 98%;
}
.version {
    font-size: x-small;
    color: #808080;
}
.page {
    visibility: hidden;
    position: absolute;
    float: left;
    background-color: white;
    border: 1px gray solid;
    padding: 10px;
    width: 80%;
    height: 40em;
}
.tab {
    background-color: white;
    border-top: 1px gray solid;
    border-left: 1px gray solid;
    border-right: 1px gray solid;
    font-family: verdana;
    padding: 5px;
    margin: 2px;
}

p.websiteDescription {
    font-style: italic;
    font-size: 11px;
}
.version {
    font-size: small;
    color: gray;
    text-align: center;
}
span .details {
    font-size: inherit;
}
div.helptext {
    background: #f0f0f0;
    border: 1px #c0c0c0 solid;
    padding: 2px;
    margin: 30px 10px 10px 0px;
    width: 75%;
}
.padleft {
  /*   padding-left: 8px; */
}
#logo {
    padding: 15px 0px 10px 15px;
}
/* Transparent PNG fix for IE, thanks to Kenneth M. Kolano */
#logoshadow {
    top: 15px;
    left: 15px;
    width: 165px;
    height: 50px;
    _background: transparent !important;
    background-image: url(../images/logo-shadow.png);
}
#logobackground {
    width: 159px;
    height: 44px;
}
#logoimage {
    width: 159px;
    height: 44px;
    display: block;
    cursor: pointer; /* Make IE show correct cursor for link */
    background-image: url(../images/transparent-logo.png);
}

/* main menu page */

span.mm_weblog_name {
    font-size: large;
    font-weight: bold;
}
table.mm_table {
    margin-top: 8px;
}
td.mm_table_actions {
    padding-left: 4px;
}
td.mm_subtable_label {
    width: 105px;
    vertical-align: top;
    font-weight: bold;
}


/* media file pages */

.mediaFileSearchResult {
    float: left;
    margin: 10px 10px 10px 10px;
}

div.mediaFileThumbnail {
   float:right;
   width:120px;
   height:120px;
   border:1px solid grey;
   margin: 10px
}


/* weblog entry form page */

span.entryEditSidebarLink {
    font-size: smaller;
}
.entryEditTable td {
    padding: 0px 0px 8px 0px;
}
td.entryEditFormLabel {
    padding-right: 15px;
    padding-left: 2px;
    font-weight: bold;
}

pre {
    padding: 5px 5px 5px 7px;
    background: #f5f5f5;
    color: #585858; /* #000; */
    border: 1px dotted #ccc;
    margin-left: 5px;
    margin-right: 5px;
    overflow: auto;
}

.toplabel {
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}
.miscControl {
    /* margin-bottom: 5px; */ 
	
	/* CIMM2Touch start */ 
	margin: 5px;
	line-height: 20px;
	/* CIMM2Touch end */ 
}

.chooser {
    margin: 10px;
    padding: 10px 20px 20px 20px;
    background: #eee;
    border: 1px solid #gray;
    height: 8em;
}

div.selectedChooser {
    background: #DBDADA;
    border: 1px solid #A3A2A2;
}

div.chooser h2 {
    letter-spacing: 0.0em;
}

div.optioner {
    margin: 0px 30px 30px 30px;
}


/* ---------------------------------------------------------------------- */
/* Media File styles */

.align-images {
    display:inline;
    float:left;
    margin:5px;
    list-style-type:none;
    width:140px;
    height:140px;
    border: 1px solid #ccc;
}

.dir-image {
    cursor:pointer;
    width:25px;
    height:25px;
    padding:40px 45px;
}

/*** For context menu ***/

#menu h1 {
    line-height:120%;
    margin:15px 0px;
    padding-left: 0.5em;
}

/*** Right control floats aka clearfix ***/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* CIMM2Touch start */ 

.ui-widget-content{
border: 1px solid #aaa !important; /* #a6c9e2; */
}

.ui-widget-header {
border: 1px solid #aaa !important;
background: #aaa !important;
color: #fff;
font-weight: bold;
}

input[type="button"], input[type="reset"], input[type="submit"] {
background:#1b63ab; 
color:#fff; 
padding:2px 8px;
border:1px solid #1b63ab; 
cursor:pointer; 
border-radius:2px; 
-webkit-border-radius:2px; 
-moz-border-radius:2px; 	
} 

input[type="text"], select, input[type="password"], textarea{
border:1px solid #fff; 
padding: 2px 4px;
background:#fff !important;
outline:none;
}

textarea, input[type="text"]{
width:300px;
}

select{
width:310px;
}

table.rollertable > tbody > tr td{
vertical-align:middle;
}

table.rollertable > tbody > tr{
height:30px;
}

table.rollertable > tbody > tr > td:first-child{
border-left:1px solid #fff;
}


table.rollertable > tbody > tr:nth-child(odd) td{
 background: #dadada;
border-right:1px solid #fff; 
border-bottom: 1px solid #dadada;
}

table.rollertable > tbody > tr:nth-child(even) td {
background: #ededed; 
border-right:1px solid #fff;
border-bottom: 1px solid #ededed;
}

.sidebarInner > p img{
	margin:-5px 5px;
}

#ipluginControl, #imiscControl{
font-size: 20px;
margin-left: 10px;
}

a.controlToggle:hover{
text-decoration:none;
cursor:pointer;
font-weight:normal;
}

.entryEditTags ui-autocomplete-input{
	width:310px !important;
}

.ui-datepicker-trigger{
position: relative;
right: 20px;
top: 3px;
/*CIMM2Touch start */ 
margin:0px !important; 
/*CIMM2Touch end */ 
}

#bookmarkEdit > p{
width: 311px;
text-align: right;
}

#entries > input[type="submit"] , #commentsQuery  input[type="submit"]{
margin-left: 427px;
}

#bookmarks > .control{
	width: 100%;
}

.sidebarInner  img{
margin: -5px 5px;
}

.searchMediaFilesEle{
margin:0px; 
padding:0px; 
}

.searchMediaFilesEle li{
list-style-type:none; 
padding:2px 0px;

}

.actionMessage li{
list-style-type:none;
}

#categoryEdit input[type="submit"]:first-child{
	margin-left: 344px;
}

#bookmarkAdd input[type="submit"]:first-child{
margin-left: 212px;
}

#templates_0{
float:right;
}

#invite_0{
	margin-left: 552px;
}

.errors ul li{
list-style-type:none;
}

profile input[type="submit"]:first-child{
	margin-left: 595px;
}
.editProfileBtns{
	width: 37%;
	text-align: right;
}

.createWeblogBtns{
width: 41.80%;
text-align: right;
}

.formtable td, .formtableNoDesc td{
	border-width: 0px 0px 0px 0px !important;
}

.plannetSettingBtns{
	width: 71.5% !important;
}

td.viewbody{
border:0px !important; 
}
.pendingcomment{
background:#ffcccc !important;
}


td.pendingcomment > table.innertable > tbody tr td.viewbody{
	background:#ffcccc;
}


td.spamcomment > table.innertable > tbody tr td.viewbody{
background:#FF7A7A ; 
}
.spamcomment{
background:#FF7A7A !important;
}


/*CIMM2Touch end*/ 




