body
{
	margin:0px;
	padding:0px;
	font-size:12px;	
}

#draggableElement
{
	position:absolute;
	top:20px;
	left:20px;
	visibility:visible;
	text-align:center;
}

#loading
{
	position:absolute; 
	right:100px; 
	top:7px;
	background-color:#fff1a8;
	padding: 2px 15px 2px 5px;
	display:none;
}

#cbar
{
	position:absolute; 
	right:20px; 
	top:340px;
	padding:0px;
	display:none;
}

.container
{
	width: 180px; 
	margin: 10px auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 24px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;	
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;

}
ul.tabs li a {
	text-decoration: none;
	color:#555;
	display: block;
	font-size: 1.2em;
	padding: 0 3px;
	border: 1px solid #fff;
	outline: none;
}

html ul.tabs li.active  {
	border-top: 2px solid #013a6c;
	background: #fcfcfc;
	border-bottom: 1px solid #fcfcfc;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	height:270px;
	background: #fcfcfc;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
}

#quick_location a
{
	color: #0066cc;
	text-decoration:none;
}

#tab3 a
{
	font-size:12px;
	color:#000;
	text-decoration:none;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
	width:120px;
    margin:15px 0 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
	text-align:center;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:4px 0px 4px 0px; /* Links */
}


/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
