@import '/stylesheets/yui/reset-min.css';
@import '/stylesheets/yui/fonts-min.css';
body {
	width: 100%;
	color: #787878;
	background-color: #fff;

}
html{
		padding-bottom: 40px;
}
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
div#top_links {
	margin:16px 13px 5px 0px;
	text-align: right;
}
div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
div#top_links a, div#top_links a:link, div#top_links a:visited {
	color: #019BC1;
	font-size: 11px;
	text-decoration: none;
}
div#top_links .email{
	font-weight: bold;
}
div#top_links a:hover {
	color: #dc7200;
	
}
div#top_links a.email, div#top_links a.email:link, div#top_links a.email:visited {
	color: #999999;
	font-weight: bold;
}
div#top_links a.email:hover {
	color: #666666;
	font-weight: bold;
}

div#top_bar {
	width: 100%;
	background:transparent url(/images/backend/top_horiz_bar.png) repeat-x scroll center top;
	height: 58px;
	margin-bottom: 21px;
	
	text-align: right;
	font-size: x-large;
	color: #FFF;
	line-height: 58px;
}

/* ---- Left Nav ---- start */
div#left_nav {
	width: 153px;
	float: left;
	margin: 0px 16px 10px 11px;
	color: #6D6D6D;
}
#left_nav div {
	margin-bottom: 6px;
}
#left_nav div.spaced_section {
}
#left_nav div.spaced_section ul li {
	vertical-align: middle;
	line-height: 27px;
	background-color: #F0F0F0;
	border: 1px solid #E9E9E9;
	margin: 1px 0;
}
#left_nav div.spaced_section ul li:first-child {
	font-weight: bold;
	background-color: #DADADA;
	padding-left: 5px;
}
#left_nav a:link, #left_nav a:visited, #left_nav a:hover, #left_nav a:active {
	text-decoration: none;
	color: #6D6D6D;
}

.spaced_section ul li a {
	display: block;
	vertical-align: middle;
	line-height: 27px;
	padding: 0 0px 0 5px;
}

.spaced_section ul li a:link, .spaced_section ul li a:visited {
	color: #6D6D6D;
}
.spaced_section ul li a:hover, .spaced_section ul li a:active, .spaced_section ul li a.active {
	color: #6D6D6D;
	background-color: #ADE5F4;
}
.spaced_section ul li a.active { cursor: default }


div.grouped_section {
	border: 1px solid #ECEBCF;
	background-color: #fefef4;
	color: #969476;
}
.grouped_section ul li {
	line-height: 15px;
	padding: 5px;
}
#left_nav .grouped_section ul li a:link{
	color: #969476;
}
#left_nav .grouped_section ul li a:hover, #left_nav .grouped_section ul li a:active {
	color: #dc7200;
}
.grouped_section ul li:first-child { font-weight: bold }

/* ---- Left Nav ---- end */
/* ---- Content  ---- start */
div#content {
	float: left;
	width: 818px;
  /*width: auto;
  max-width: 80%;*/
}
/* ---- Content  ---- end */

.cmsBox {
  padding: 5px;
  margin: 5px;
}

.fieldLabel {
  font-weight: bold;
}

#pages-index table {
  width: 100%;
}

table thead, table tfoot {
	border: 1px solid #BABABA;
	background-color: #E5E5E5;
	font-weight: bold;
}
table thead tr th, table tfoot tr td {
	font-weight: bold;
	padding: 15px 12px;
}
table tbody tr td {
	color: #787878;
	padding: 6px 12px;
}
table tbody tr {
	border: 1px solid #F1F1F1;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	font-size: 11px;
}
table tbody tr.even {
	background-color: #FFF;
}
table tbody tr.odd {
	background-color: #F9F9F9;
}
table tbody tr.odd:hover {
	background-color: #FEFDEB;
}
table tbody tr.even:hover {
	background-color: #FEFDEB;
}

table tbody tr td a {
	text-decoration: none;
}

table tr .delete {text-align: right;}
table tbody tr td.delete a {color: #EA9155;}

table tfoot tr td {
	color: #000;
	font-weight: normal;
}

table a:link, table a:visited {
	color: #029AC1;
}
table a:hover, table a:active {
	color: #dc7200;
}

h1 {
	color: #787878;
	font-size: x-large;
	display: inline;
	text-transform: capitalize;
}
h1.abs { float: left;}
.abs a { text-decoration: none; color: #787878 }
h2 {
	color: #787878;
	font-size: x-large;
	display: inline;
	padding-bottom: 7px;
	text-transform: capitalize;
}

#searchBox, #searchBox > p, #searchBox > form {
	display: block;
	text-align: right;
}
#searchBox { margin-bottom: 7px}

.queryMatch {
    background: #FEFDEB;
}

.matchField {
    text-align: right;
      font-style: italic;
}

.highlight {
  font-weight: bold;
  color: blue;
}


.faded {
	-moz-opacity: .5;
}

.list_footer_nav {
	text-align: right;
}
.list_footer_nav form:first-child/*, .list_footer_nav form:first-child + form -- do not erase this. will be using later */ 
{
	display: inline;
	float: left;
	margin-right: 1em;
}
.list_footer_nav img {
	vertical-align: text-bottom;
}

.button-to {
  display: inline;
}

.button-to div {
  display: inline;
}

/* button thing from other sites */
input[type=submit], a.btn:link, a.btn:visited {
	color:#000;
	border:1px solid #989898;
	background:#000 url(/images/backend/button_bg2.png) center left;
	font-size: 11px;
	padding: 2px;
	display: inline;
	text-decoration: none;
	text-transform: capitalize;;
}

input.btn:hover, input.btn.sfhover, input[type=submit]:hover, input[type=submit].sfhover, a.btn:hover, a.btn.sfhover, a.btn:active {
	cursor:pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
a.btn {
  padding: 3px !important;
}

.createBtn {

}

.destroyBtn {

}

.errorExplanation {
  background-color: #FCEEEE;
  color: #D85D5F;
  border: solid #E6C2C2 1px;
  margin: 5px;
  padding: 15px;
}

.errorExplanation h2 {
  color: #D85D5F;
}

.errorExplanation p {
  font-weight: bold;
  margin-top: 1em;
  margin-left: 1.2em;
}

.errorExplanation ul li {
  list-style-type: disc;
  margin-left: 3.5em;
  margin-top: 3px;
  margin-bottom: 3px;
}

div.CMSBox {
  padding: 5px;
  margin: 5px;
  background-color: #f9f9f9;
  border: 1px solid #EFEFEF;
}

.cmsActions {
  background-color: #E5E5E5;
  border: 1px solid #BBB;
  padding: 10px 1em;
  height: 20px;
  margin-bottom: 40px;
}
.cmsActions div {float:left}
.cmsActions div.last {
  float: right;
  text-align: right;
}
.cmsActions a, .cmsActions input {
  margin-right: 10px
}
a.btn {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.success, .warning, .notice {
  font-weight: bolder;
  padding: 10px;
  margin-bottom: 10px;
}
.success {
  background-color: #E1FDE6;
  color: #5E9C5D;
  font-weight: bolder;
  border: 1px solid #B9E5C1;
}
.warning {
  background-color: #FCEEEE;
  color: #D85C5C;
  font-weight: bolder;
  border: 1px solid #E6C2C2;	
}

.loginForm {
  width: 300px;
  margin: 20px auto;
}

tbody tr:first-child {
  border-top: none;
}
tbody tr:last-child {
  border-bottom: none;
}

#content p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 19px;
}
strong {font-weight: bold;}
div.requirements{
  background-color:#F9F9F9;
  border:1px solid #F1F1F1;
  padding: 15px;
  margin-top: 7px;
  font-size: 11px;
  line-height: 19px;
}
.fieldHelp{
  background-color:#FEFEF4;
  border:1px solid #F1F1F1;
  padding: 5px;
  font-size: 11px;
}

table td a.inactive { color: #787878 }

.sortable img {
  vertical-align: text-top;
  margin-left: 4px;
}

.summary{
  clear:left;
}







.imgName {
  clear: both;
}

.imgAct {
  display: block;
  position: relative;
  float: right;
}

.imgAct li {
  text-align: right;
}
.imgAct li:hover {
  background: #ccc;
}

.JFileManagerBox .imgName
{
  min-width: 100px;
}


.imSection {
  background: #999;
  color: white;
  font-size: 110%;
  width: 20%;
}

.imSection h3 {
  font-size: 130%;
  font-weight: bold;
}

.imSection p {
  font-style: italic;
}

.imgMgrBox {
  width: 120px;
  height: 120px;
  display: block;
  float: left;
}

.imgMgrBox .imImg {
  display: block;
  height: 100px;
  width: 100px;
  background: white;
  border: solid black 1px;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

#iManagerWin {
  border: solid black 1px;
  background: white;
  padding: 1%;
  margin: 1%;
}

.imgSelected img.imImg {
    border: solid red 2px;
}

.imgMgrBox img {
    cursor: pointer;
} 

.imgMgrBox img.deleteBtn {
  float: right;
  position: relative;
  top: -22px;
  left: -8px;
  padding: 2px;
  background: white;
  border: solid black 1px;
}

.imgMgrBox img.deleteBtn:hover {
  background: #ffcccc;
}
.imgNewBox img.deleteBtn {
    display: none;
}

.imageManager tr {
  border: none;
}

fieldset {
  border: solid black 1px !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  background: #F0F0F0 !important;
}

fieldset legend {
  font-size: 125%;
  font-weight: bold;
  margin-left: 1em;
  cursor: pointer;
}

.JFieldSetToggle {
  float: left;
  display: block;
  text-indent: -5000px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top: 1px;
}

.JFSTopen {
  background-image: url(/images/icons/up.png);
}

.JFSTclosed {
  background-image: url(/images/icons/down.png);
}

.fieldWithErrors input {
  padding: 5px;
  border: solid red 1px;
  background: #FCEEEE;
}

