@import "/css/public_default.css";

* {
margin:0;
padding:0;
}

#adminPanel {
width:100%;
font-family: Verdana, Arial, sans-serif;
font-size: 70%; 
color: #4C5157;
}

#adminPanel th {
font-weight:bold;
border-bottom:#7da1f3 1px solid;
background:#f3f3f3;
color:#006EC7;
}

#adminPanel td {
border-bottom:#CDE4F6 1px solid;
padding:5px;
}

#fileSearch {
float:right;
}
#adminPanel h2 {
color: #006ec7;
padding-left:20px;
margin-top:10px;
border-bottom:1px solid #CDE4F6;
width:100%;
}

#adminButtonRow {
background:#D2EAFF;
height:33px;
padding:2px;
border-bottom:1px solid #8DBAE7;
}

#adminButtonRow .searchButton {
height:32px;
width:40px;
border:#D2EAFF;
background:url(browserIcons/edit-find.gif) no-repeat #D2EAFF center;
}
#adminButtonRow img {
padding:0 3px;
border:none;
float:left;
}
.adminInfoBox {
width:358px;
margin:10px;
float:left;
display:block;
border:1px solid #CDE4F6;
padding:10px;
min-height:220px;
background:#F9F9F9;
}

.adminInfoBox h5 {
margin-bottom:20px;
padding-left:10px;
display:block;
color:#0a2852;
width:100%;
border-bottom:1px solid #CDE4F6;
font-size:13px;
font-weight:bold;
color: #006ec7;
}
.adminInfoFullwidth {
display:block;
width:100%;
background:#F5FAFF;
}
input, select, textarea {
font-size:10px;
width:235px;
}

tbody {
overflow:auto;
overflow-x:hidden;
}

a:hover .hidden {
display:block;
border:#7da1f3 1px solid;
background:#F9F9F9;
padding:10px;
width:200px;
position:absolute;
}
.hidden {
display:none;
}

.saveButton {
border:1px white solid!important;
width:32px;
height:32px;
margin:10px 0 0 170px;
}
.spacer {
float:left;
margin:10px 0;
width:100%;
border-bottom:10px solid #CDE4F6;
}
.titleLink {
text-decoration:none;
color:#000;
display:block;
height:25px;
}
.hiddednLink {
text-decoration:none;
color:#000;
}
.fullWidth {
width:100%;
}
.right {
float:right;
clear:both;
}

/* Hack for transparent png's in IE6 */
img {
	behavior: url(iepngfix.htc);	
}