body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#ECEEF2;
}

img {border: none;}

img, div { behavior: url(/static/js/iepngfix.htc); }

a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
	font-size: 13px;
}

a:hover {
	color: #666;
	font-size: 13px;
	text-decoration: underline;
}


/* Messaging */

.msg_info, .msg_message, .msg_warning, .msg_error, .msg_debug {

	z-index: 10;
	color: #000;
	padding: 5px 40px;
	margin: 10px 0 20px 0;
	position: relative;
	font-size: 14px;
	font-family: Verdana,Arial;
	vertical-align: middle;
	font-weight: bold;
	
}

.msg_info {
	background: #def url("/static/images/information.png") no-repeat 10px 5px;
	border: 1px solid #9cf;
}

.msg_message {
	background: #dfd url("/static/images/accept.png") no-repeat 10px 5px;
	border: 1px solid #bfb;
}

.msg_warning {
	background: #ffd url("/static/images/warning.gif") no-repeat 10px 5px; 
	border: 1px solid #fe6; 
}

.msg_error {
	color: #990000;
	background: #fdd url("/static/images/delete.png") no-repeat 10px 5px;
	border: 1px solid #fbb;
}
.msg_debug {
	color: #660000;
	/*background: #fdd url("/static/images/delete.png") no-repeat 10px 5px;*/
	border: 2px dashed #fbb;
}

/* Main Left Toolbar */
.weeticToolbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width:57px;
	height:100%;
	background-image: url('/images/toolbar/maintoolbar_bg.gif');
	background-repeat: repeat-y;
	z-index: 2;
}
.weeticToolbarButtons{
	margin-top: 92px;	
	height: 800px;
}
.weeticToolbarButtons img {
	margin-bottom: 2px;
	margin-left: 2px;
}

.flashBuilding {
	position: absolute;
	top: 0px;
	left: 58px;
	height:100%;
	width:100%;
}


/*New General Left Toolbar Always shown*/

.mainLeftToolbar {
	position: absolute;
	top: 92px;
	left: 17px;
	width:57px;
	height:100%;
	z-index: 2;
}

.mainLeftToolbarwait {
	position: absolute;
	top: 60px;
	left: 12px;
	width:57px;
	z-index: 2;
}

.buttonsToolbarwait a:link, a:active, a:visited {
	padding-left: 0px;
}

.mainLeftToolbar img{
	margin-bottom: 2px;
}

/********************/

.buttonLink {
	background-color: rgb(244, 244, 244);
	border-bottom-color: rgb(176, 176, 176);
	border-style: solid;
	border-bottom-width: 2px;
	border-left-color: rgb(176, 176, 176);
	border-left-width: 1px;
	border-right-color: rgb(176, 176, 176);
	border-right-width: 3px;
	border-top-color: rgb(216, 216, 216);
	border-top-width: 1px;
	color: rgb(80, 80, 80);

	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	text-decoration: none;
}


.buttonLink:hover {
	background-attachment: scroll;
	background-color: rgb(234, 234, 234);
	background-image: none;
	background-repeat: repeat;
	border-bottom-color: rgb(216, 216, 216);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(176, 176, 176);
	border-left-style: solid;
	border-left-width: 3px;
	border-right-color: rgb(176, 176, 176);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(176, 176, 176);
	border-top-style: solid;
	border-top-width: 2px;
	color: rgb(53, 53, 53);
	display: inline;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	text-decoration: none;
}

/*
.main_footer
{
	clear: both;
	text-align: right;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0.5em;
}

.main_footer ul
{
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 85px;
	color: #999999;
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}

.main_footerli
{
	display: inline;
}
*/

.main_footer
{
	clear: both;
	text-align: right;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 0.5em;
}

.main_footer ul
{
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	color: #999999;
	/*background-image: url(logo.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}

.main_footer li
{
	display: inline;
}
.main_footer a:link, a:active, a:visited {
	color: #999999;
	text-decoration: none;
}	
.main_footer a:hover {
	color: #000099;
	text-decoration: underline;
}


/*Balloons  BL:bottom left, TL:top left  ..
.ballon_BL{
	z-index:1;
	background-color: #FF00FF;
}.*/

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('/static/images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('/static/images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('/static/images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}


.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:100;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.ov_alert {
	border: 1px solid #666;
	background-color: #eee;
	padding: 20px;
	min-width: 300px; /* For centering it on the screen */
	min-height: 100px; /* The height of the login box */
	position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
	z-index: 101; /* Makes it on top of everything else */
    left: 25%;
    top: 20%;
}

.marginLeftBar{

	margin-left: 58px;
}

.general_login_box
{
	margin-top: 24px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	/*background-image: url(/static/images/general_login_box.png);*/
	background-position-x: 1px;
	position:absolute;
	left:326px;
	top:77px;
	width:327px;
	height:410px;
}


#cleardiv
{
	clear: both;
	height: 1em;
}



div.topbar
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
	padding-bottom: 3px;
	
/*	background-image:url(/static/images/room/fons_bg.gif);
    background-repeat:repeat-x;*/
}

div.topbar h1
{
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.7em;
}

div.topbar h1 a
{
	color: #666;
	font-size: 11px;
}

.topbar a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	}
	
.topbar a:hover {
	color: #666;
	font-size: 11px;
	text-decoration: underline;
}


.lightbox_under{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:100;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.lightbox_top{
	position: fixed;
	top: 30%;
	width: auto;
	height: auto;
	border: solid;
	border-color: black;
	border-width: 1px;
	padding: 5px;
	background-color: gray;
}

/* WeetizGeneralContainer */

div#WGC_wrapper_left
{
	background-image: url(/static/images/bg_spacer_left.jpg);
	background-repeat: no-repeat;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

div#WGC_wrapper_right
{
	background-image: url(/static/images/bg_spacer_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


div#WGC_content
{
	margin-left: 30px;
	margin-right: 30px;
	background-color: #CCCCCC;
	height: 560px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
	position: relative;
}

/*div#WGC_content h2
{
	font-size: 2em;
	color: #036;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
}

div#WGC_content { line-height: 150%; }
*/

#cleardiv
{
	clear: both;
	height: 1em;
}

/* Weetiz General Overflow Area/Element*/
div.WGO_area{
	position: absolute;
	z-index: 100;
	text-align: center;
	cursor: pointer;
}

div.WGO_area_hover{
	background-color: white;
    -moz-opacity: 0.5;
    opacity:.5;
    filter: alpha(opacity=50);
}


/* BUTTONS */
.returnButton #slatenav{
	position:relative;
	display:block;
	height:42px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
	float: left;
	padding-left: 42px;
	width: 0px;
	background-color: transparent;
	background-image: url(/static/images/returnButton.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.returnButton #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.returnButton #slatenav ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
.returnButton #slatenav ul li a{
	display:block;
	float:left;
	color:#D5F1FF;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
}
.returnButton #slatenav ul li a:hover,.returnButton #slatenav ul li a.current{
	font-size: 16px;
	color:#fff;
	background-color: transparent;
	background-image: url(/static/images/returnButton_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.returnButton {
	position: absolute;
	z-index: 1;
	left: 50px;
	top: 100px;
}

/* Error styles */
div#e_left
{
	float: left;
	width: 215px;
	height: 100%;
}

div#e_body
{
	float: left;
	position: relative;
	top: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #B32400;
	background-color: #FFCCBF;
	width: 500px;
	border: 1px #FF3300 solid;
}

div#e_body h1
{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #B32400;
	background-color: #FF9980;
	border-bottom: 1px #FF3300 dotted;
	font-size: 24px;
}

div#e_body h1 img
{
	float: left;
	margin: 3px 5px 0 5px;
	padding: 0;
	width: 25px;
	height: 25px;
}

div#e_body p
{
	margin: 10px;
	padding: 0;
	line-height: 200%;
}

div#clearing
{
	clear: both;
}