@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	-x-system-font: none;
	font-family: arial,helvetica,"liberation sans","dejavu sans condensed",sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	min-height: 100%;
}

h1, h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	padding: 0 0 5px 0;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0 0 5px 0;
}

img {
	border: medium none;
}

#page {
	margin: 0 auto;
	width: 900px;
	min-height: 100%;
}

.wrapper {
	clear: both;
}

/* top navigation */

#topNav {
	margin-top: 15px;
	height: 27px;
	background-image: url(/i/menubar.png);
}
#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNav li {
	height: 20px;
	float: left;
	padding: 6px 10px 0px 12px;
}
#topNav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 80px;
	font-weight: bold;
}
#topNav a:hover {
	color: #804B13;
}

/* navigation */
#nav {
	padding: 10px 0;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	width: 100px;
	border-bottom: 1px solid #DFDFDF;
	padding: 0 5px;
	line-height: 25px;
}
#nav a {
	color: #9F9F9F;
	font-weight: bold;
	text-decoration: none;
}

/* content area */
#framework {
	padding-top: 10px;
	float: right;
	width: 770px;
}
#content {
	float: left;
	width: 580px;
	min-height: 500px;
	padding: 0 20px 0 0;
}
#sidebar {
	float: right;
	width: 170px;
}
.breadcrumb {
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 10px;
}
.breadcrumb, .breadcrumb a {
	font-size: 10px;
	color: #9F9F9F;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* sidebar */
h4 {
	font-size: 12px;
	border-bottom: 1px solid #DFDFDF;
	margin: 0 0 10px 0;
	padding: 0 5px;
}
.sidebarItem {
	color: #838383;
	padding-bottom: 30px;
}
#googleLogo {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* footer */
#footer {
	width: 900px;
	margin: 0 auto;
	
}

/* layout */
.box {
	float: left;
	width: 25%;
	margin: 15px 0;
}
.box ul {
	margin: 0px;
	padding: 0 15px;
}
.boxContent {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #804B13;
	margin: 5px;
	padding: 5px;
	background-color: #DF7C00;
	color: #FFFFFF;
}
.boxContentActive {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #804B13;
	margin: 5px;
	padding: 5px;
	background-color: #DF7C00;
	color: #804B13;
	cursor: pointer;
}

.packetLayer {
	
}