/************************************************************\
*
*
\************************************************************/

/************** DEFAULTS ********************/
input, select, textarea { 
	border: 1px solid #666; 
	font-family: Arial; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 11px; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	-x-system-font: none; 
	background-color: #FFF;
}
.file {
	background-color: #8D8D8D;
}
input.submit {
	background-color: #FCFCFC;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
}

.clearBoth {
  clear: both;
}
hr {
	line-height: 30px;
	padding-bottom: 10px;
	border: 1px #CCC;
	border-style: solid none none none;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.boldText, .boldText a {
  font-weight: bold;
}

.hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 4px 0;
}
/********************************************/
/************** OUTLINKS ********************/
/********************************************/
.outlink {
  min-height: 60px;
  margin-bottom: 10px;
  border: 1px solid #CBCBCB;
  padding: 2px 2px 12px;
}

.outlink img {
  margin-right: 10px;
  padding: 1px;
  border: 1px solid #CBCBCB;
}

.outlink h4 a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
}

.outlink .desc {
  line-height: 20px;
}
.outlink .link {
  line-height: 20px;
  background: transparent url(../images/mini-url.gif) no-repeat 0;
  padding-left: 18px;
}
.outlink .category {
  line-height: 20px;
  background: transparent url(../images/folder.gif) no-repeat 0;
  padding-left: 20px;
}

.evenCell {
  background: #EAEAEA url(../images/even-cell.gif) repeat-x center;
  border: 1px solid #CBCBCB;
}
.oddCell {
  background: #FFFFFF url(../images/odd-cell.gif) repeat-x center;
  border: 1px solid #CBCBCB;
}
.outlink .option {
  float: right; 
  padding: 4px;
}

.blogTitle {
  padding: 2px 4px 2px 25px;
  border-top: 1px solid #CBCBCB;
  border-left: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
  background: #FFF url(../images/icon_meta.gif) no-repeat 2px 2px;
}

/********************************************/
/************** ADDLINKS ********************/
/********************************************/

table.addlink td {
  vertical-align: top;
}
table.addlink input {
  width: 230px;
}
table.addlink input.file {
  width: 232px !important;
}
table.addlink select {
  width: 232px;
}
table.addlink textarea {
  width: 340px;
  height: 100px;
}
table.addlink .submit {
  float: right;
}
table.addlink .submit input {
  width: auto;
}

/* ------------------ */
.parentCell {
  background-color: #EFEFEF;
  border: 1px solid #CBCBCB;
}
.childCell {
  background-color: #FFFFFF;
  border: 1px solid #CBCBCB;
}
table.listed {
	width: 100%;
	border: 1px solid #CBCBCB;
}
table.listed td {
  vertical-align: top;
  border: 1px solid #CBCBCB;
  padding: 5px 0 3px 5px;
  line-height: 18px;
  margin: 0;
}
table.listed td.edit a {
  background: url("../images/edit_sm.gif") no-repeat 0;
  padding: 2px 0 2px 22px;
}
table.listed td.delete a{
  background: url("../images/delete_sm.gif") no-repeat 0;
  padding: 2px 0 2px 22px;
  border: none;
}
h3.add a {
  background: url("../images/add_sm.gif") no-repeat 0;
  padding: 2px 0 2px 22px;
}
/********************************************/
/*************** ERRORS *********************/
/********************************************/
#errors , #message {
  border: 1px solid #FF9900;
  list-style-type: none;
  padding: 0;
  margin: 0 0 14px 0;
  background: #FFFAE6;
}
#message {
  text-align: center;
}
#errors .title {
  color: #FFF;
  font-weight: Bold;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 25px;
  background: #C00 url('../images/att-redbg.gif') no-repeat 5px;
}
#errors li {
  padding-left: 10px;
}
/********************************************/
/*************** category_list *********************/
/********************************************/
#category_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#category_list li {
  display: block;
  line-height: 26px;
  padding: 0 20px;
  background: url(../images/folder.gif) no-repeat 0px 50%;
}
#category_list li a {
  letter-spacing: 1px;
  text-decoration: none;
}
#category_list li a:hover {
  text-decoration: underline;
}
