/*site css file -import site styles used in admin editors*/
@import "/_css/input.css";

/*start standard shared styles*/

table, table td{border-collapse:collapse;}
td {empty-cells:show;}

.transparent{
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}

.offScreen{
position:absolute;
left:-1000px;
top:-1000px;
}

.handCursor{
cursor:pointer;
cursor:hand;
}

#jsWarnDiv{
color:#990000;
font-size:13px;
font-weight:bold;
padding:10px;
background:#fff;
}

/*end standard styles*/
/*start front-end site specific styles*/

body{
background:#f7e7c1 url(/_images/site/bkgd.jpg) repeat;
margin:0px;
}

.bullets{font-size:13px;}

.contentArea,.contentPage{width:600px;height:400px;}
.contentPage{background-color:#fff;text-align:left;}

.acText,.acName,.acTitle{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
font-style: normal;
font-weight: normal;
color:#666;
}

.acName{font-weight:bold;margin-top:5px;line-height:normal;}
.acTitle{font-size:10px;margin-top:1px;line-height:normal;}

