* {
	margin:0;
	padding:0;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family:"Lucida Grande",Arial,sans-serif;
	background:url(http://www.macwebos.com/img/wallpaper/bg_toolkit.jpg) no-repeat;
	font-size:12px;
}

a { color: #286ea0; }

#main {
	height:100%;
	width:100%;
	position:absolute;
	z-index:10;
}

.floatLeft { float:left; }
.floatRight { float:right; }

/* MENU BAR */

#topbar {
	width:100%;
	height:22px;
	position:fixed;
	background:white url(http://www.macwebos.com/img/bar.png) repeat-x;
	font-size:13px;
	display:none;
	z-index:1000;
	border-bottom:1px solid #333;
}

	#topbar ul.leftside { 
		list-style-type:none; 
		padding:3px;
		float:left;
	}
	
	#topbar ul.rightside {
		list-style-type:none;
		padding:4px;
		float:right;
		margin-right:5px;
		margin-top:-2px;
	}
	
	#topbar li {
		display:inline;
		margin-bottom:1px;
	}
	#topbar li a {
		color:black;
		padding:3px 7px;
		text-decoration:none;
	}
	
	#topbar li a.active {
		background:#2A71E5;
		color:white;
		letter-spacing:normal;
		font-weight:normal;
		padding:4px 7px;
	}
	
	/* SUBMENUS */
	
	#topbar .submenu {
		padding-top:5px;
		padding-bottom:3px;
		background:white;
		position:absolute;
		z-index:1200;
		top:23px;
		left:3px;
		min-width:150px;
		border:1px solid #aaa;
		border-top:0px;
	}
	
	#topbar .submenu ul {
		list-style-type:none;
	}
	
	#topbar .submenu ul li a, #topbar .submenu ul li span {
		display:block;
		padding:2px;
		padding-right:15px;
		padding-left:20px;
	}
	
	#topbar .submenu ul li span {
		padding-bottom:5px;
		margin-bottom:5px;
		border-bottom:1px solid #e0e0e0;
	}
	
	#topbar .submenu ul li a:hover {
		background:url(http://www.macwebos.com/img/li_bg.png) repeat-x;
		color:white;
	}
	
/* RIGHT-CLICK MENU */

.rightmenu {
	width:200px;
	background:white;
	padding:5px;
	position:absolute;
	z-index:1200;
}


/* DOCK */

#bottom {
	position:fixed;
	bottom:0px;
	width:100%;
	padding:0 auto;
	z-index:1000;
}

#bottom a img { border:0px; }


 #dockContainer{
    display    : table;
    margin     : 0 auto;
    text-align : center;    /* fixes IE bug */
  }

  #dockContainer > div{
    display : inline-block; /* fixes IE bug */
  }

  #dockContainer > div{
    display : inline;       /* fixes IE bug */
  }

  #dockContainer > div{
    display       : table-cell;
    text-align    : left;
    background    : url('http://www.macwebos.com/img/scurve-sm.png') repeat-x 0 54px;
  }
  
  #dockContainer > div > div{
  	background:url('http://www.macwebos.com/img/scurve-sm-left.png') no-repeat left 54px;
  	margin-left:-12px;
  }

  #dockContainer > div > div > div{
    overflow   : hidden;
  	background:url('http://www.macwebos.com/img/scirve-sm-right.png') no-repeat right 54px;
    padding    : 3px 20px 0 20px;
    margin-right:-12px;
  }

.caption {
	padding:2px;
	background:#444;
	margin:0 auto;
	width:50px;
	display:inline;
	color:white;
}

// INFO WIN

.info_win h1 {
	text-align:center;
	font-size:20px;
	font-weight:normal;
}

// DETAIL LIST

div.detail_list {
	padding:5px;
	border-bottom:1px solid #ccc;
	margin:0 10px;
}

.detail_left {
	color:#999;
	font-weight:bold;
	text-align:right;
	font-size:11px;
}

.detail_right {
	font-size:11px;
	text-align:left;
	padding-left:5px;
}