html, body {
	height:100%;
}
body {
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	line-height: 14px;
	background:#ffffff url(images/bg.gif) fixed left top;
}

.waiter{
    position:absolute;
    left:45%;
    top:45%;
    z-index:500;
    text-align:center;
    color:red;
    font-weight:bold;
}

.dragMe{
    cursor : pointer;
}

.dragMe img{
    behavior: url(css/iepngfix.htc); 
    cursor:pointer;
}

a{
    text-decoration:none;
    color:#f2182e;
	font-family: helvetica, arial, sans-serif;
	font-size:11px;
}

a:hover{
    text-decoration:underline;
    color:#f2182e;
	font-family: helvetica, arial, sans-serif;
	font-size:11px;
}

h1.blockHeader{
    font-size:25px;
    font-family:roman, 'times new roman', times, serif;
    position:relative;
    color:#f2182e;
    text-align:center;
    padding:0px;
    margin:0px;
}

h1.blockHeader blockHeaderSecondLine{
    font-size:20px;
    font-family:roman, 'times new roman', times, serif;
    position:relative;
    color:#f2182e;
    text-align:center;
    padding:0px;
    margin:0px;
}
        

h2.floater{
    font-size:13px;
    width:90%;
    position:relative;
    color:#f2182e;
}

h2{
    font-size:11px;
    width:90%;
    font-weight:bold;
    position:relative;
    color:#f2182e;
}

span.weatherTemp{
    font-family:Arial, Arial Bold, Verdana, Sans Serif;
    font-size:30px;
    font-weight :bold;
    color:#f2182e;
}


img.trans {behavior: url(css/iepngfix.htc); cursor:move;}


.editable_area{
    width:470px;
    height:400px;
    margin:15px;
}

.editModeTable td{
    width:490px;
}

.directObjectWebImages{
    float:left;
}
.directObjectWebImages img{
    float:left;
}


div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}