﻿body{
	background-color:#333333;
}
.roundCorners {
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
}

#controlBox{
	background-color:#3399FF;
	width:200px;
	border:0.01em black solid;
	float:right;
}

#title{
	height:25px;
	width:200px;
	-moz-border-radius:10px 10px 0px 0px;	
	-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	background :#336699 url('titleBg.png');
	border-top: 0.01em #99CCFF solid;
	border-bottom: 0.01em #ccc solid;
}

#title h3{
	text-shadow:1px 1px #00CCFF;
	color:white;
	font-family: Arial;
	font-size:9pt;
	margin-left:10px;
	margin-top: 5px;
	float:left;
}

#min{
	float:right;
	margin-right:10px;
	height:15px;
	width:10px;
	background: url('1.PNG') no-repeat center bottom;
}

#min:hover{
	cursor:pointer;
}

#controlContent{
	width:100%;
	background-color:#EBEBEB;
	padding-bottom:3px;
	-moz-border-radius:0px 0px 10px 10px;	
	-border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;

}

#content{
	height:515px;
	width:188px;
	background-color:#f9f9f9;
	margin:5px 5px 5px 5px;
	border-right:0.01em #CCC solid;
	border-left:0.01em #CCC solid;
	padding-top: 5px;
}

#min1{
	float:right;
	margin-right:10px;
	height:15px;
	width:10px;
	background: url('1.PNG') no-repeat center bottom;
}

#min1:hover{
	cursor:pointer;
}

#maximize{
		visibility:hidden;
}

.button{
	width: 178px;
	height:25px;
	background-image:url('buttonBg.png');
	border:thin gray solid;
	color:gray;
	font-weight:bold;
	font-size:9pt;
	font-family:Arial;
	cursor:pointer;
}

.button:hover{
	text-shadow:2px 2px 1px white;

}


#components{
	height:430px;
	width:180px;
	background-color:#E3E0DB;
	-moz-border-radius: 5px 10px 5px 10px;	
	-border-radius:3px 10px 3px 10px;
	-webkit-border-radius:3px 10px 3px 10px;
	visibility:hidden;
}

#searchBox{
	margin:0px 5px 0px 5px;
	width:190px;
	height: 25px;
	font-family:Arial;
	color:gray;
	font-size:9pt;
	text-shadow:1px 1px 1px silver;
	background: #f8f8f8;
	border:0.01em #f1f1f1 solid;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
}

#searchBox:focus{
	background-color : #fff;
	border-top-color: #f1f1f1;
	border-left-color: #f1f1f1;
}