
/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}


/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* PAGINATION */
.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

.block {
    height:200px;
    width:250px;
    float:left;
    border:#666666 inset thin;
    padding:10px;
    margin:10px
}

.blockHeader {
    background-color:#cccccc;
    padding:5px;
    margin-bottom:5px;
    font-weight:bold;
    color:#000100;
}

.blockContent {
    font-size:12px;
    overflow:hidden;
    height:150px;
    padding:10px;
}

.cont-box .create a{
    display:block;
    border: solid 1px #b85432;
    padding-top:3px;
    font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/cot-box-re.gif);
	background-repeat: repeat-x;
	height: 20px;
    text-decoration:none;
    text-align:center;
}

.catSearchBox {
    margin:10px 10px 5px 175px;
    width:500px;
    font-size:15px;
}

.results {
    background-color:#fff;
    padding:2px 1px 2px 5px;
    margin:10px 150px 5px 105px;
}
.result {
    background-color:#fff;
    margin-bottom:10px;
    padding: 10px 35px;
}

.result .title a {
    font-size:16px;
    color:#cf4010;
    text-decoration:none;
    font-weight:bold;
}

/*.result .title  a{color: #CD3908; text-decoration: underline;}
.result .title  a:hover{color: #000; text-decoration: none;}*/

.result .desc {
    font-size:12px;

}

.result .stats{
    font-size:14px;
    color:#404040;
}

.paging {
    margin:10px 10px 5px 15px;
}

#historyDialog table tr td {
    border-right:#cccccc dotted thin;
    padding:10px;
    margin:20px;
    background-color:#f5e6e6;
}




/*
 * Styles for the Tag Diff
 */
span.diff-tag-html {
  font-family: "Andale Mono" monospace;
  font-size: 80%;
}

span.diff-tag-removed {
  font-size: 100%;
  text-decoration: line-through;
  background-color: #fdc6c6; /* light red */
}

span.diff-tag-added {
  font-size: 100%;
  background-color: #ccffcc; /* light green */
}

/*
 * Styles for the HTML Diff
 */
span.diff-html-added {
  font-size: 100%;
  background-color: #ccffcc; /* light green */

}

span.diff-html-removed {
  font-size: 100%;
  text-decoration: line-through;
  background-color: #fdd6d6; /* light red */

}

span.diff-html-changed {
  background: url(../images/diffunderline.gif) bottom repeat-x;
  background-color: #d6d6fd; /* light blue */

}

span.diff-html-selected {
  background-color: #FF8800; /* light orange */
  cursor: pointer;
}

span.diff-html-selected img{
   border: 2px solid #FF8800; /* light orange */
}

span.diff-html-added img{
 border: 2px solid #ccffcc;
}

span.diff-html-removed img{
 border: 2px solid #fdc6c6;
}

span.diff-html-changed img{
 border: 2px dotted #000099;
 
}


