/* @group GENERAL */
body {
  font: 13px/1.5em 'Lucida Grande', Helvetica, Arial, sans-serif;
  color: #333;
  background: #eeeeee url(../img/admin/sidebar_bg.png) repeat-y;
}
body.simple {
  background: #ffffff url(../img/admin/bg-noise.jpg) repeat;
}
a {
  color: #04AEF4;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
.caps {
  text-transform: uppercase;
}
/* @end */
/* @group FORMS */
input[type=text], input[type=password], textarea {
  font: 13px/1.5em 'Lucida Grande', Helvetica, Arial, sans-serif;
  background: #FFF;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-left: 1px solid #AAA;
  border-top: 1px solid #AAA;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 8px;
  
}
input[type=submit],
input[type=button],
button,
.button {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  padding: 4px 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
input[type=submit]:active,
input[type=button]:active,
button:active,
.button:active {
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.input {
  margin: 10px 0;
}
#authMessage {
  padding: 10px;
  border: 1px solid #F4C8C5;
  background: #F8DCDA;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#flashMessage,#sort_message {
  padding: 8px 15px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.success_message {
  background-color: #62bc62;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#97d397), to(#62bc62));
  background-image: -moz-linear-gradient(#97d397, #62bc62);
  background-image: -ms-linear-gradient(#97d397, #62bc62);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97d397), color-stop(100%, #62bc62));
  background-image: -webkit-linear-gradient(#97d397, #62bc62);
  background-image: -o-linear-gradient(#97d397, #62bc62);
  background-image: linear-gradient(#97d397, #62bc62);
  border-bottom-color: #46a546;
}
.error_message {
  background-color: #d83a2e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e4776f), to(#d83a2e));
  background-image: -moz-linear-gradient(#e4776f, #d83a2e);
  background-image: -ms-linear-gradient(#e4776f, #d83a2e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4776f), color-stop(100%, #d83a2e));
  background-image: -webkit-linear-gradient(#e4776f, #d83a2e);
  background-image: -o-linear-gradient(#e4776f, #d83a2e);
  background-image: linear-gradient(#e4776f, #d83a2e);
  border-bottom-color: #b32b21;
}
.error-message {
  color: #C00;
  font-size: 11px;
}
/* @end */
/* @group SIDEBAR */
#sidebar {
  width: 240px;
  float: left;
  text-align: right;
}
#sidebar h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 20px 0 0;
  text-shadow: 0 1px 0 #FFF;
}
#sidebar h2 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  text-shadow: 0 1px 0 #FFF;
  margin: 5px 20px 0  0;
}
#menu {
  float: right;
  margin: 40px 0;
}
#menu li {
  float: left;
  display: inline;
  width: 100%;
  margin-bottom: 3px;
}
#menu li a {
  display: block;
  float: right;
  background: #0166AE;
  background-color: #1277bf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0166ae), color-stop(50%, #1277bf), color-stop(100%, #3499e1));
  background: -moz-linear-gradient(center bottom, #0166ae 0, #1277bf 50%, #3499e1 100%);
  background: -ms-linear-gradient(center bottom, #0166ae 0, #1277bf 50%, #3499e1 100%);
  background: -o-linear-gradient(center bottom, #0166ae 0, #1277bf 50%, #3499e1 100%);
  background: linear-gradient(center bottom, #0166ae 0, #1277bf 50%, #3499e1 100%);
  -pie-background: linear-gradient(#0166ae, #1277bf, #3499e1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0166ae,endColorstr=#3499e1);
  border-top: 1px solid #67ccff;
  border-bottom: 1px solid #00448c;
  width: 170px;
  padding: 7px 20px;
  text-align: left;
  color: #FFF;
  text-shadow: 0 -1px 0 #00337b;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#menu li a.active {
  color: #333;
  font-weight: bold;
  background: #FFF;
  opacity: 1;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #00448c;
  text-shadow: none;
}
#menu li a.active:hover {
  background: #FFF;
}
#menu li a:hover {
  opacity: 1;
  text-decoration: none;
  background: #2388d0;
}
#menu li ul {
  margin: 3px 0 -3px;
  float: right;
}
#menu li li a {
  padding: 3px 15px;
  background: #666;
  background-color: #666666;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #555555), color-stop(50%, #666666), color-stop(100%, #777777));
  background: -moz-linear-gradient(center bottom, #555555 0, #666666 50%, #777777 100%);
  background: -ms-linear-gradient(center bottom, #555555 0, #666666 50%, #777777 100%);
  background: -o-linear-gradient(center bottom, #555555 0, #666666 50%, #777777 100%);
  background: linear-gradient(center bottom, #555555 0, #666666 50%, #777777 100%);
  -pie-background: linear-gradient(#555555, #666666, #777777);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#555555,endColorstr=#777777);
  border-top: 1px solid #999;
  border-bottom: 1px solid #333;
  text-shadow: 0 -1px 1px #000000;
  width: 170px;
  margin-right: 0;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#category_container {
  width: 100%;
  max-height: 180px;
  overflow: auto;
}
/* @end */
/* @group MAIN */
#container {
  margin-left: 240px;
}
#container h2.title {
  font-size: 24px;
  color: #999;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
}
#main {
  width: 100%;
  float: left;
}
.content {
  width: 96%;
  min-width: 700px;
  padding: 1%;
  background: #FFF;
  min-height: 640px;
  border: 1px solid #EDEDED;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.content h3 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.content h3.diff{
   color:#3999DC;
   font-size:14px;
}

.left_side {
  width: 66%;
  float: left;
}
.left_side input[type=text], .left_side textarea {
  width: 90%;
}
.right_side {
  width: 34%;
  float: left;
  background: #EEE;
}
.right_side input[type=text], .right_side textarea, .right_side select {
  width: 94%;
}
.right_side h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -1px;
}
.insert_media {
  cursor: pointer;
  color: #04AEF4;
}
.insert_media:hover {
  color: #000;
  text-decoration: underline;
}
.uploaded_image {
  float: left;
  padding: 5px;
  border: 1px solid #DDD;
  position: relative;
  margin: 5px;
}
.uploaded_image img {
  display: block;
}
.uploaded_image .delete {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ffffff url(../img/admin/cross.png) no-repeat;
  width: 16px;
  height: 16px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
}
/* @end */
/* @group TABLE */
table {
  width: 100%;
  padding: 1px;
}
#filters {
  margin-bottom: 20px;
}
#filters input[type=text] {
  padding: 4px 5px;
}
tr:nth-child(odd) {
  background: #F5F5F5;
}
td {
  padding: 10px;
  vertical-align: middle;
}
.center {
  text-align: center;
}
td.narrow {
  width: 16px;
}
thead tr {
  border-bottom: 1px solid #DDD;
}
thead td {
  font-weight: bold;
  font-size: 14px;
}
thead td a {
  display: inline-block;
}
thead td a.asc {
  background: url(../img/admin/sort_arrow.png) no-repeat 100% 8px;
  padding-right: 10px;
}
thead td a.desc {
  background: url(../img/admin/sort_arrow.png) no-repeat 100% -8px;
  padding-right: 10px;
}
thead tr td {
  background: #FFF;
}
tr.placeholder td {
  border: 1px dotted #0166AE;
  background: rgba(50, 100, 255, 0.1) no-repeat 10px 12px;
}
tr.ui-sortable-helper td {
  background: #FFF;
  width: 100%;
}
/* @end */
/* @group PAGINATION */
.pagination {
  float: left;
  padding: 5px 1%;
  width: 98%;
}
.pagination span {
  display: inline-block;
  padding: 3px 5px;
  line-height: 1em;
}
.pagination span a {
  color: #1676ba;
}
.pagination span.current {
  background: #1676ba;
  color: #FFF;
}
/* @end **/
/* @group FOOTER */
#footer {
  margin-top: 40px;
  width: 100%;
  background: #FFF;
  border-top: 1px solid #DDD;
  padding-bottom: 40px;
  font-size: 11px;
  color: #999;
}
#footer .caps {
  letter-spacing: 1px;
}
/* @end */
/* @group SIMPLE */
.simple .wrapper {
  width: 400px;
  margin: 80px auto;
}
.simple #container {
  width: 320px;
  padding: 40px;
  background: #FFF;
  float: left;
  margin: 0;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.simple #container h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
#m {
  background: #EEE;
}
#m #container {
  margin-left: 0px;
}
#m #container h2 {
  display: none;
}
/* @end */
/* @group MODAL */
#modal {
  position: fixed;
  z-index: 10005;
  background: url(../img/dot-75.png) repeat;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.modal_content {
  margin: 40px auto;
  width: 800px;
  position: relative;
  color: #333;
}
.modal_content .close {
  background: #666;
  color: #FFF;
  font-weight: bold;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 1.25em;
  cursor: pointer;
  width: 24px;
  height: 18px;
  text-align: center;
  font-size: 13px;
  padding: 3px 0;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
}
.modal_content .close:hover {
  background: #333;
}
.modal_content .close:active {
  background: #000;
}
.modal_content #content {
  background: #FFF;
  float: left;
  width: 760px;
  padding: 20px;
  position: relative;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 10px #000000;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
}
.modal_content #media_files {
  max-height: 600px;
  overflow: auto;
}
.skip {
	position: absolute;
	left: -999999px;
}
#crop_controls {
	position: absolute;
	right: 10px;
	top: 10px;
}

.atm_link:hover{
  cursor:pointer;
}
/* @end */

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

label{
	display:block;
	font-weight:bold;
	padding-bottom:3px;
}

label.inline{
    display:inline;
}

.lang{
	outline:none;
}

.lang.active{
    color: #FFF;
	background-color:#999999;
}
.lang:hover{
    color: #FFF;
	background-color:#999999;
}

#trash{
    display: block;
    float: left;
    height: 62px;
    position: relative;
    width: 62px;
}
.response_content{
    background: none repeat scroll 0 0 green;
    color: #FFFFFF;
    display: none;
    font-weight: bold;
    height: 19px;
    padding: 10px;
    width: 300px;
}

.placeholderr:hover{
	background-color:#9c9c9c;
}

.rowwww{
    position: absolute;
    right: 75px;
    width: 50px;
    margin-top: -20px;
}
.placeholderr{
    background: url("../img/admin/status.png") no-repeat scroll 2px 50% transparent;
    display: block;
    padding-left: 20px;
}

.sortable ul, .sortable li {
  margin: 0 12px;
}

.left.column input[type=text],
.left.column input[type=password]{
   width:500px;
}

.right.column h2{
   font-size:16px;
   font-weight:bold;
   border-bottom:1px solid #C0C0C0;
   padding-bottom:5px;
}

.right.column{
   background-color:#F7F7F7;
   padding:15px;
   border-radius:5px 5px 5px 5px;
   border:1px solid #C0C0C0;
   margin-top:30px;
   width:380px;
   float:left;
   margin-left:12px;
}

.galleryFrame{
   background-color: gray;
   border: 1px solid gray;
   border-radius: 5px 5px 5px 5px;
   float: left;
   height: 100px;
   margin: 5px 7px;
   padding: 5px;
   width: 100px;
   position:relative;
}

.filesFrame{
  background-color:#E4E4E4;
  border:1px solid gray;
  border-radius: 5px 5px 5px 5px;
  height:25px;
  width:373px;
  position:relative;
  margin-bottom:10px;
  line-height:25px;
  padding-left:5px;
}

.filesFrame .fileLink{
    background:url('../img/generic_file.png') 0px 2px no-repeat;
    padding-left:25px;
    display:block;
    width:80%;
    height:25px;
    overflow:hidden;
    float:left;
}

.fileDeleteButton{
   display:block;
   width:13%;
   height:25px;
   float:left;
   background:url('../img/admin/cross.png') center center no-repeat;
}

.fileDeleteButton:hover{
    cursor:pointer;
}

.controllOverlay{
   position:absolute;
   top:5px;
   z-index:2;
   width:100px;
   height:100px;
   display:none;
}

.tinyButton{
   width:16px;
   height:16px;
   padding:3px;
   float:right;
   margin-top:5px;
   margin-right:5px;
}

.tinyButton:hover{
   cursor:pointer;
}

.outerGalleryContainer{
  width:380px;
  height:366px;
  overflow:hidden;
}

.outerFilesContainer{
  width:380px;
  height:111px;
  overflow:hidden;
}

.innerGalleryContainer{
   width:380px;
   height:5000px;
   position:relative;
}

.innerFilesContainer{
   width:380px;
   height:5000px;
   position:relative;
}

.galleryScrollControlls,
.filesScrollControlls{
   width:74px;
   height:32px;
   text-align:center;
   margin-top:10px;
   margin:0px auto;
}

.linkItem{
   background:url('../img/link_icon.png') 0px 2px no-repeat;
   padding-left:25px;
   display:block;
   width:78%;
   height:25px;
   overflow:hidden;
   float:left;
}

.linkDeleteButton,
.videoDeleteButton{
   display:block;
   width:7%;
   height:25px;
   float:left;
   background:url('../img/admin/cross.png') center center no-repeat;
}

.linkDeleteButton:hover,
.videoDeleteButton:hover{
    cursor:pointer;
}

.linkEditButton,
.videoEditButton{
   display:block;
   width:7%;
   height:25px;
   float:left;
   background:url('../img/admin/pencil.png') center center no-repeat;
}

.linkEditButton:hover,
.videoEditButton:hover{
   cursor:pointer;
}

.upArrow{
   float:left;
   display:block;
   height:32px;
   width:32px;
   background:url('../img/admin/arrow_up.png') top left no-repeat;
}

.downArrow{
   float:left;
   display:block;
   height:32px;
   width:32px;
   background:url('../img/admin/arrow_down.png') top left no-repeat;
   margin-left:10px;
}

.downArrow:hover{
   cursor:pointer;
   background-position:bottom left;
}

.upArrow:hover{
   cursor:pointer;
   background-position:bottom left;
}

.resultsContainer{
   float:left;
   width:56%;
   position:relative;
}

.descriptionsContainer{
   float:left;
   margin-left:2%;
   width:42%;
   height:100%;
   position:relative;
}

.resultsContainer .item{
    padding:2px 2px 2px 10px;
    border-bottom:1px solid #d8dcdf;
    border-right:1px solid #d8dcdf;
    border-left:1px solid #d8dcdf;
    height:150px;
    background:url('../img/gradient.png') bottom left repeat-x;
}

.resultsContainer .item:hover{
   background:url('../img/gradient_hover.png') bottom left repeat-x;
   cursor:pointer;
}

.resultsContainer .moreButton{
    float:right;
    width:28px;
    height:100%;
    margin-right:-3px;
    margin-left:10px;
    
}

.resultsContainer .item:hover .moreButton{
	background:url('../img/more_button.jpg') left center no-repeat;
}

.resultsContainer .item:hover .moreButton:hover{
    background:url('../img/more_button.jpg') 3px center no-repeat;
    cursor:pointer;
}

.resultsContainer .item .img{
   float:left;
   width:120px;
   height:100%;
   display:block;
   margin-right:10px;
}

.resultsContainer .item h3{
     margin-top:10px;
     font-family:Tahoma;
	 font-size:10px;
	 color:#979696;
	 font-weight:normal;
	 letter-spacing:inherit;
	 margin-bottom:2px;
}

.resultsContainer .item .img .im{
   height:100px;
   width:100px;
   padding:4px;
   border:1px solid #c4cacf;
   margin-top:13px;
   /*margin-left:10px;*/
}

.resultsContainer .item .text{
    height:54px;
    overflow:hidden;
    font-size:12px;
    font-family:Calibri;
    color:#7a7a7a;
    line-height:14px;
    margin-bottom:7px;

}

.resultsContainer .item h2{
   height:28px;
   overflow:hidden;
   font-weight:bold;
   color:#1676ba;
   font-family:Calibri;
   font-size:14px;
   line-height:14px;
   margin-bottom:5px;
}

.descriptionsContainer .description{
    opacity:0;
    display:none;
    position:absolute;
    width:99%;
     
}

.descriptionsContainer .short_description,
.descriptionsContainer .sentences{
    padding-left:13px;
    padding-right:20px;
    padding-top:30px;
    border-left:1px solid #d8dcdf;
    border-right:1px solid #d8dcdf;
    font-family:Calibri;
    font-size:13px;
    color:#7a7a7a;
}

.descriptionsContainer .sentences{
     border-bottom:1px solid #d8dcdf;
}

.wait{
   cursor:wait !important;
}

.descriptionsContainer .description h2{
   font-weight:bold;
   font-size:14px;
   font-family:Calibri;
   color:#1676ba;
   padding-bottom:29px;
}

.sentence{
   margin-bottom:10px;
}

.tag{
	background-color: #D8DCDF;
	border-radius: 5px 5px 5px 5px;
	color: #000;
	font-size: 8px;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}

.tag.extended{
    padding-top:25px;
    border-radius:0px 0px 5px 5px;
}

.tag:hover{
   cursor:default;
}

.searchFilter{
   border-color: #d8dcdf;
   border-radius: 10px 10px 16px 16px;
   border-style: solid;
   border-width: 1px 1px 5px;
   /*height: 200px;*/
   padding: 8px 8px 20px;
   width: 98%;
   margin-top:35px;
   margin-bottom:45px;
}

.searchCont{
   width:100%;
   clear:left;
   margin-bottom:10px;
}

#search_string{
   width:95%;
   margin-left:10px;
}

#start_date_filter,#end_date_filter{
   height:9px;
   width:123px;
   font-size:11px;
}

.filtCont{ float:left; margin-left:10px; margin-top:10px; }

.articleDate{
     display:block;
     float:right;
     height:100%;
     font-size:10px;
     font-weight:normal;
}

.tmp{
color: gray;
font-size: 24px;
font-weight: bold;
margin-bottom: 15px;
margin-top: 15px;
}

.noback{
   background:none;
}

.mainArea{
   width:90%;
   margin:0px auto;
   min-width:1137px;
}

.topLine{
   height:36px;
   background-color:#2a85c6;
}

.topLine .cHead{
  width:90%;
  margin:0px auto;
  font-family:Calibri;
  text-transform:uppercase;
  font-size:20px;
  font-weight:bold;
  color:white;
  line-height:36px;
  padding-left:10px;
}

.mainArea h2.title{
   display:none;
}

.searchFilterInner{
    width:763px;
    float:left;
}

.mainArea .content{
    border:none;
    padding:0px;
    width:100%;
    backround:none;
}

.mainArea label{
   color:#717171;
   padding-left:10px;
   font-family:Calibri;
   font-size:14px;
}

.resultsHeading,.descHeading{
    height:40px;
    background:url('../img/box_heading_bg.png') top left repeat-x;
    border-radius:5px 5px 0px 0px;
    line-height:40px;
    font-family:Calibri;
    color:#9ed6fd;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    padding-left:15px;
}

.descHeading{ color:#fff; }

.cDate{
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
	padding-right: 15px;
	text-transform:none;
	display:inline;
}

.mainArea .paging{
   width:56%;
   text-align:center;
}

.mainArea .paging > span{
    border:none;
    font-size:11px;
    font-family:Tahoma;
    font-weight:bold;
}

.mainArea .paging > span:hover{
   background:none;
}

.mainArea .paging .current, .mainArea .paging .disabled, .mainArea .paging a{
    padding:0px 2px;
    color:#2c86c7;
}

.mainArea .paging .current:hover, .mainArea .paging a:hover{
    background:none;
}

.mainArea .paging .current{
    color:#8f8f8f;
    background:none;
}

 .mainArea .paging .disabled{
     display:none;
 }
 
  .mainArea .ui-multiselect{
      font-size:11px;
  }
  
.content.ajax{
    width:450px;
    min-width:450px;
}

.content.ajax input{
   width:96%;
}

.content.ajax select{
   width:100%;
}

.content.ajax .message{
     padding: 8px 15px;
	 color: #fff;
	 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	 -moz-border-radius: 5px 5px 5px 5px;
	 -webkit-border-radius: 5px 5px 5px 5px;
	 border-radius: 5px 5px 5px 5px;
}

.content.ajax .message.success{
     background-color: #62bc62;
	 background-repeat: repeat-x;
	 background-image: -khtml-gradient(linear, left top, left bottom, from(#97d397), to(#62bc62));
	 background-image: -moz-linear-gradient(#97d397, #62bc62);
	 background-image: -ms-linear-gradient(#97d397, #62bc62);
	 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97d397), color-stop(100%, #62bc62));
	 background-image: -webkit-linear-gradient(#97d397, #62bc62);
	 background-image: -o-linear-gradient(#97d397, #62bc62);
	 background-image: linear-gradient(#97d397, #62bc62);
	 border-bottom-color: #46a546;
}

.content.ajax .message.error{
     background-color: #d83a2e;
	 background-repeat: repeat-x;
	 background-image: -khtml-gradient(linear, left top, left bottom, from(#e4776f), to(#d83a2e));
	 background-image: -moz-linear-gradient(#e4776f, #d83a2e);
	 background-image: -ms-linear-gradient(#e4776f, #d83a2e);
	 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4776f), color-stop(100%, #d83a2e));
	 background-image: -webkit-linear-gradient(#e4776f, #d83a2e);
	 background-image: -o-linear-gradient(#e4776f, #d83a2e);
	 background-image: linear-gradient(#e4776f, #d83a2e);
	 border-bottom-color: #b32b21;
}

.tagContent{
   display:none;
}

.tagExpanded{
   position:absolute;
   width:400px;
   overflow:auto;
   background-color:#D8DCDF;
   border-radius:5px 5px 5px 5px;
   height:120px;
   display:none;
}

.tagExpanded:hover{
   cursor:default;
}

.tagExpanded.first{
   border-radius:5px 5px 5px 0px;
}

.tagExpanded.last{
   border-radius:5px 5px 0px 5px;
}

.tagCont{
    margin:10px;
    width:380px;
    height:100px;
    overflow:auto;
}

.tagCont .tagItem{
   display:block;
   background:url('../img/tag_icon.png')  5px center no-repeat;
   height:24px;
   line-height:24px;
   padding-left:30px;
   width:330px;
   color:#1676BA;
   background-color:white;
   border-radius:5px 5px 5px 5px;
   margin-bottom:5px;     
}

.accessItem{
   background: #0166AE;
   background-color: #1277bf;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0166ae), color-stop(50%, #1277bf), color-stop(100%, #3499e1));
   background: -moz-linear-gradient(center bottom, #0166ae 0, #1277bf 50%, #3499e1 100%);
   background: -ms-linear-gradient(center bottom, #0166ae 0, #1277bf 50%, #3499e1 100%);
   background: -o-linear-gradient(center bottom, #0166ae 0, #1277bf 50%, #3499e1 100%);
   background: linear-gradient(center bottom, #0166ae 0, #1277bf 50%, #3499e1 100%);
   -pie-background: linear-gradient(#0166ae, #1277bf, #3499e1);
   border-radius:5px 5px 5px 5px;
   padding:10px;
   margin-bottom:5px;
   color:white;
}

.accessItem:hover{
   background: #666;
   background-color: #666666;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #555555), color-stop(50%, #666666), color-stop(100%, #777777));
   background: -moz-linear-gradient(center bottom, #555555 0, #666666 50%, #777777 100%);
   background: -ms-linear-gradient(center bottom, #555555 0, #666666 50%, #777777 100%);
   background: -o-linear-gradient(center bottom, #555555 0, #666666 50%, #777777 100%);
   background: linear-gradient(center bottom, #555555 0, #666666 50%, #777777 100%);
   -pie-background: linear-gradient(#555555, #666666, #777777);
   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#555555,endColorstr=#777777);
   border-radius:5px 5px 5px 5px;
   padding:10px;
   margin-bottom:5px;
   color:white;
}

.accessItem .acOption{
   padding-left:13px;
   background:url('../img/access_icon.png') center left no-repeat;
}

.accessItem .sub{
   margin-left:20px;
}

.fChecker{ float:right; }

.listingHead,
.articleHeader{
    background:url('../img/box_heading_bg.png') top left repeat-x;
    height:40px;
    border-radius:5px 5px 0px 0px;
    line-height:40px;
    color:#fff;
    font-family:Calibri;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
    padding-left:20px;
}

.listingBody{
   border-left:1px solid #D8DCDF;
   border-right:1px solid #D8DCDF;
   border-bottom:1px solid #D8DCDF;
}

.resultsHolder{
   float:left;
   width:28%;
   margin-right:2%;
}

.articleHolder{
   float:left;
   width:70%;
}

.listingItem{
   overflow:hidden;
   height:66px;
   padding:10px;
   border-top:1px solid #D8DCDF;
   border-bottom:1px solid #FFFFFF;
   background:url('../img/hot_topic_bg.png') top left repeat-x;
}

.listingItem .date{
   display:block;
   font-size:10px;
   font-family:Tahoma;
   color:#a2a2a2;
}

.listingItem a{
    font-family:Calibri;
    font-size:13px;
    color:#69abdb;
}

.listingItem.active a{
    color:black;
}

.listingPaging .paging{
    width:100%;
}

.articleBody{
   padding-top:30px;
   padding-left:15px;
   padding-right:15px;
   padding-bottom:23px;
   border:1px solid #dadee1;
   border-radius:0px 0px 5px 5px;
}

.articleBody h1{
   font-size:19px;
   font-weight:bold;
   font-family:Calibri;
   color:#3999dc;
}

.articleBody .date{
   font-size:11px;
   font-family:Tahoma;
   font-weight:bold;
   color:#a2a2a2;
   display:block;
   margin-top:7px;
   margin-bottom:15px;
}

.articleContent{
    text-align:justify;
    font-family:Calibri;
    font-size:14px;
    color:#7a7a7a;
    margin-bottom:15px;
}

.articleContent a{
   color:#2883c4;
   font-weight:bold;
   font-family:Calibri;
   text-decoration:underline;
}

.articleTags,
.articleLinks,
.articleVideos,
.articleFiles,
.articleGallery{
   font-size:14px;
   color:#828282;
   font-family:Calibri;
   margin-bottom:15px;
}

.articleTags .aTag{
   color:#1e7bbf;
}

.tagLabel,.filesLabel,.galleryLabel,.videoLabel,.linkLabel{ font-weight:bold; }

.aLink,.aVideo,.aFile{
   padding-left:25px;
   background:url('../img/link_icon.png') top left no-repeat;
   display:block;
   height:25px;
   line-height:25px;
   font-size:14px;
}

.aFile{
   background:url('../img/generic_file.png') top left no-repeat;
}

.imageFrame{
    display:block;
    width:100px;
    height:100px;
    margin-bottom:5px;
}

.galleryLabel{
    display:block;
    clear:right;
}

.printLinks{
    float:right;
    padding-right:20px;
    padding-left:25px;
    background:url('../img/printer_icon.png') 0px 10px no-repeat;
    color:#d6d6d6;
    text-transform:none;
    font-size:12px;
    font-family:Calibri;
    font-weight:normal;
}

.printLinks a{
   color:#d6d6d6;
}

.printLinks a:hover{
   text-decoration:none;
   color:#fff;
}

.linkaddHolder{
   border:1px solid #C0C0C0;
   border-radius:5px 5px 5px 5px;
   padding:10px;
   margin-bottom:15px;
}

.linkaddHolder input[type=text]{
    width:95%;
}

.linkaddHolder .close{
    display:block;
    float:right;
    background:url('../img/admin/cross.png') top left no-repeat;
    width:16px;
    height:16px;
}

.linkaddHolder .close:hover{
     cursor:pointer;
}

.listingBody .description{
   display:none;
   position:absolute;
   width:470px;
   background-color:#fff;
   color:#7A7A7A;
   font-family:Calibri;
   font-size:13px;
}

.listingBody .description .close{
   display:block;
   float:right;
   margin-right:10px;
   width:20px;
   height:20px;
   background:url('../img/close.png') top left no-repeat;
   margin-top:10px;
}

.listingBody .description .close:hover{
    cursor:pointer;
}

.listingBody .description h2 {
  color: #1676BA;
  font-family: Calibri;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 29px;
}

.listingBody .description .short_description,
.listingBody .description .sentences{
   border-left:1px solid #D8DCDF;
   border-right:1px solid #D8DCDF;
   padding:10px;
}

.listingBody .description .sentences{
   border-bottom:1px solid #D8DCDF;
   border-radius:0px 0px 5px 5px;
}

.readerPanel{
   float:right;
   color:#2A85C6;
   font-size:12px;
   background-color:white;
   border-radius:5px 5px 5px 5px;
   line-height:30px;
   padding-left:10px;
   padding-right:10px;
   margin-top:3px;
   margin-right:15px;
}

.searchPresets {
  border: 1px solid #AAAAAA;
  border-radius: 5px 5px 5px 5px;
  /*float: left;*/
  height: 90px;
  margin-left: 10px;
  padding: 5px;
  width: 320px;
  overflow-y:scroll;
}

.searchPresets .presetItem{
    padding-left:30px;
    background:url('../img/preset.png') 5px 4px no-repeat;
    height:26px;
    line-height:26px;
    background-color:#2A85C6;
    border-radius:5px 5px 5px;
    color:white;
    font-weight:bold;
    margin-bottom:6px;
}

.searchPresets .presetItem .delButton{
    background: url("../img/close.png") no-repeat scroll left top transparent;
	display: block;
	float: right;
	height: 20px;
	margin-right: 10px;
	margin-top: 4px;
	width: 20px;
}

.searchPresets .presetItem .title:hover{
    cursor:pointer;
}

.searchPresets .presetItem .delButton:hover{
    cursor:pointer;
}

.specLabel{
   display:block;
   /*float:left;*/
   width:330px;
   color:#717171;
   font-size:14px;
   font-weight:normal;
   font-family:Calibri;
}

#loadDiv{
    width:400px;
    height:200px;
    border:1px solid #AAAAAA;
    border-radius:5px 5px 5px 5px;
    position:absolute;
    z-index:1004;
    background-color:#fff;
}

#loadDiv img{
   display:block;
   margin-left:167px;
   margin-top:67px;
}

.glvItem{
   float:left;
   padding:5px;
   border:1px solid #828282;
   border-radius:5px 5px 5px 5px;
   margin-right:10px;
   text-align:center;
}