@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	
	display: block;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#bodyStyle {
	float: left;
	padding: 0px;
	margin: 0px;
	
	min-width: 240px;
}
#noteBox {
	margin-bottom: 2px;
}
#toolTip {
	width: 47px;
	height: 24px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	color: #666666;
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	display: none;
}

#header {
	float: left;
    width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	
	background-image: url(header.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
    border-radius: 5px;
}
#footer {
	float: left;
    width: 100%;
	
	margin-top: 1px;
	
	background-image: url(footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
    border-radius: 5px;
}
.cutBox {
	background: rgba(0, 0, 0, 0.1);
	background-image: url(gradient_back.png);
	background-repeat:repeat-y;
	
	margin-top: 3px;
	margin-bottom: 0px;
	
	padding: 0px;
	padding-top: 2px;
	
    border-radius: 5px;
	overflow: hidden;
}
.titleBox {
	margin-left: 1px;
	float: left;
}
.cut_title {
	border: none;
	color: #666666;
	font-weight: bold;
	
	margin: 0px;
	margin-top: 1px;
	
	background: rgba(255, 255, 255, 0.5);
	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 2px;
	
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.titleIcons {
	float: left;
	width: 44px;
	margin: 0px;
}
.contentBox {
	margin-left: 1px;
	float: left;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.cookie_add a{
	color: #000000;
	text-decoration: none;
}
.cookie_add a:hover{
	text-decoration: underline;
}
.cut_icon {
	float: left;
    margin-left: 1px;
	opacity: 0.5;
}
.cut_input {
	float: left;
	border: none;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-right: 1px;
	margin: 0;
	margin-top: 1px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
#alert_box {
	background: rgba(0, 0, 0, 0.1);
	background-image: url(gradient_back.png);
	background-repeat:repeat-y;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px;
	color: #000000;
    border-radius: 5px;
	clear: both;
}
#cutAdd {
	clear: both;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
	opacity: 0.5;
}
.optionBox {
	float:right;
	margin-bottom: 2px;
	opacity: 0.5;
}
#cutAbout {
	margin-right: 2px;
}
#debug {
	display: none;
}
