@charset "UTF-8";

/*
 * MAIN ELEMENTS
 */

#page {
	margin: auto;
	width: 1000px;
	height: 100%;
	text-align: left;
}

#main {
	margin-top: 5px;
	color: #7b7c7e;
}

div#footer {
	padding: 5px 10px;
	text-align: center;
}

div#footer > span {
	color: #555;
	font-size: 10px;
}

/*
 * FRAMES
 */

.frame {
	margin-bottom: 10px;
	padding: 10px;
}

.frame > div {
	float: left;
	margin-right: 30px;
}
.frame .left { padding-right: 5px; }
.frame .right { padding-left: 5px; }
.frame .last { margin: 0; }

.c100 { background: #fff; font-size: 12px; }
.c100 > div {
    float: none;
    margin: 0;
}

.c66-34 { background: transparent url("/gfx/reloaded/c66-34.png") scroll repeat-y left top; }
.c66-34 > .c66 { width: 640px; }
.c66-34 > .c34 { margin: 0; width: 310px; }

.c33-33-34 { background: transparent url("/gfx/reloaded/c33-33-34.png") scroll repeat-y left top; }
.c33-33-34 > .c33 { width: 305px; }
.c33-33-34 > .c34 { margin: 0; width: 310px; }

.c66 .c50 { float: left; width: 315px; }
.c66 .c34 { width: 210px; }
.c66 .c66 { width: 420px; }
.c66 .tabs .c34 { width: 200px; }
.c66 .tabs .c66 { width: 410px; }

/*
 * TOOLTIP
 */

.tooltip {
	display: none;
	background-color: #fff;
    border: 1px solid #c4c5c7;
    padding: 10px;
	font-size: 12px;
	z-index: 888;
}