@import url(reset.css);

body {
	margin: 0;
	padding: 0;
	
	background: #eaeaea url('../images/body-bg.jpg') repeat-x top left;
	color: #444;
	font: 75%/1.5 "lucida grande", verdana, arial, sans-serif;
	text-align: center;
}

.wrapper { margin: 0 auto; width: 960px; }

#head {
	height: 55px;
	
	background: #acacac url('../images/head-bg.png') repeat-x 0 0;
	border-bottom: 1px solid #8f8f8f;
	text-align: left;
}

#nav-main li {
	float: left;
	margin: 0 10px 0 0;
	
	text-align: center;
}
#nav-main li a {
	height: 55px;
	line-height: 55px;
	padding: 4px 28px;
	
	text-decoration: none;
	font-variant: small-caps;
	color: #666;
	font-size: 130%;
	font-weight: bold;
	border: 1px solid transparent;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .2);
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#nav-main li a:hover {
	border: 1px solid #111;
	color: #eee;
	background: #333 url('../images/nav-bg.png') repeat-x 0 0;
	text-shadow: 1px 1px rgba(0, 0, 0, .6);
	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
#nav-main li a.active-main {
	border: 1px solid #0f2644;
	color: #eee;
	background: #194071 url('../images/nav-bg.png') repeat-x 0 0;
	text-shadow: 1px 1px rgba(0, 0, 0, .6);
	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}
#nav-main li a.active-nova {
	border: 1px solid #264821;
	color: #eee;
	background: #3b7134 url('../images/nav-bg.png') repeat-x 0 0;
	text-shadow: 1px 1px rgba(0, 0, 0, .6);
	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}
#nav-main li a.active-sms {
	border: 1px solid #351d37;
	color: #eee;
	background: #643768 url('../images/nav-bg.png') repeat-x 0 0;
	text-shadow: 1px 1px rgba(0, 0, 0, .6);
	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.subnav {
	height: 32px;
	margin: 3em 0 0 0;
	
	text-align: left;
	background: #bbb url('../images/subnav-bg-soft.png') repeat-x 0 0;
	border: 1px solid #888;
	
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

#menu-sub {
	width: auto;
	float: right;
	margin: 0 5px 0 0;
}
#menu-sub li {
	float: left;
	line-height: 32px;
	margin: 0 2px;
}
#menu-sub li a {
	display: block;
	padding: 0 15px;
	
	text-decoration: none;
	font-size: 90%;
	color: #666;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menu-sub li a:hover {
	color: #08c;
	background: #bbb url('../images/subnav-bg-hard.png') repeat-x 0 0;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
#menu-sub li a.active {
	color: #444;
	font-weight: bold;
	background: #999 url('../images/subnav-bg-soft.png') repeat-x 0 0;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}

.nav-icon-6 { float: left; padding: 6px 8px 0 0; }
.nav-icon-7 { float: left; padding: 7px 8px 0 0; }
.nav-icon-8 { float: left; padding: 8px 8px 0 0; }

#body {
	padding: .5em 0 0 0;
	
	border-top: 1px solid #d2d2d2;
}

.content {
	margin: 0 0 1.5em 0;
	padding: 1em 2em;
	
	background: #f4f4f4;
	border: 1px solid #888;
	border-top: 0;
	text-align: left;
	
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

#breadcrumb {
	margin: -1em -2em 0 0;
	padding: 4px;
	float: right;
	
	background: #ddd;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	border-radius: 0 0 0 3px;
	-moz-border-radius: 0 0 0 3px;
	-webkit-border-radius: 0 0 0 3px;
}
#breadcrumb li {
	float: right;
	margin: 0 5px;
	
	list-style: none;
	font-size: 90%;
}
#breadcrumb li a { color: #888; }

#footer { font-size: 85%; color: #888; }
#footer a {
	color: #888;
	border-bottom: 1px solid;
	text-decoration: none;
}
#footer a:hover { color: #444; border-bottom: 0; }

h1 {
	margin: 0 0 20px 0;
	padding: 3px 0 7px 3px;
	
	color: #587498;
	border-bottom: 1px solid #d0d0d0;
	background: transparent;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	margin: 28px 0 16px 0;
	padding: 5px 0 6px 0;
	
	background-color: transparent;
	border-bottom: 1px solid #999;
	color: #222;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	margin: 16px 0 15px 0;
	padding: 0;
	
	background-color: transparent;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	margin: 22px 0 0 0;
	padding: 0;
	
	background-color: transparent;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}
p { margin: 10px 0; font-size: 100%; }

.smallcaps { font-variant: small-caps; }

.bold { font-weight: bold; }

.fontSmall { font-size: 95%; }

.content a { color: #111; }
.content a:hover { color: #08c; }
a.tip {
	cursor: help;
	border-bottom: 1px dashed;
	text-decoration: none;
}

.dark-gray	{ color: #666; }
.red		{ color: #c00; }
.orange		{ color: orange; }

table { width: 100%; }
.tableborder { border: 1px solid #999; }

th {
	padding: 4px;
	
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	background-color: #666;
	color: #fff;
}

.td {
	padding: 6px;
	
	font-weight: normal;
	font-size: 12px;
}
.tdpackage { font-weight: normal; font-size: 12px; }
.col1, .col2, .col3 { width: 15%; }
.col4 { width: 55%; }

.icon-col { width: 40px; text-align: center; }
.col-icon-spacer { width: 42%; }
.cell-label { width: 150px; font-weight: bold; }
.cell-spacer { width: 20px; }

.spacer-5 { width: 5px; }

.height-30 { height: 30px; vertical-align: middle; }

.border-1-dark { border: 1px solid #444; }

.alt { background-color: #e4e4e4; }

.align-center { text-align: center; }
.align-right { text-align: right; }

.hidden { display: none; }

.head-logo { margin-top: 10px; }

.content ul, .content ol { margin: 1em; padding: 0 1em; }
.content ul { list-style-image: url('../images/bullet-gray.png'); }
.content ol { list-style-type: decimal; }
.content ul.none { list-style: none !important; }
.content li.black { list-style-image: url('../images/bullet-black.png') !important; }
.content li.green { list-style-image: url('../images/bullet-green.png') !important; }
.content li.red { list-style-image: url('../images/bullet-red.png') !important; }
.content li.orange { list-style-image: url('../images/bullet-orange.png') !important; }
.content li.blue { list-style-image: url('../images/bullet-blue.png') !important; }

.float-right { float: right; }
.float-left { float: left; }
.clear { clear: both; }

.logo { float: left; margin: -2.5em 0 0 10px; }

code, pre {
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
	
	font-family: "Consolas", Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #d0d0d0;
	color: #002166;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.path, .critical, .important, .related {
	margin: 10px 0 5px 0;
	padding: 10px;
	
	font-size: 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.path p, .critical p, .important p, .related p { margin: 5px 0 6px 0; padding: 0; }

.path {
	background-color: #ebf3ec;
	border: 1px solid #99bc99;
	color: #005702;
}

.critical {
	background: #fef1ec;
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}
.important {
	background: #fbf5d0;
	border: 1px solid #f9dd34;
	color: #333;
}
.related {
	background: #f3f3f3;
	border: 1px solid #ddd;
	color: #333;
}

dfn {
	font-family: inherit;
	color: #00620c;
	font-weight: bold;
	font-style: normal;
}
var {
	font-family: inherit;
	color: #8f5b00;
	font-weight: bold;
	font-style: normal;
}
samp {
	font-family: inherit;
	color: #480091;
	font-weight: bold;
	font-style: normal;
}
kbd {
	font-family: inherit;
	color: #a70000;
	font-weight: bold;
	font-style: normal;
}

strong { font-weight: bold; }
em { font-style: italic; }

.tour { min-height: 500px; }
.tour-left { width: 220px; float: left; }
.tour-right { margin-left: 260px; }
.tour-icon { float: left; margin: 3px 10px 0 0; }
.tour-list { font-size: 120%; }
.tour-list li { margin: 0 0 4px 0; }

.main-left { width: 47%; }
.main-right { float: right; width: 47%; }
.main-panel {
	margin: 0 0 20px 0;
	min-height: 235px;
	border: 1px solid #bbb;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.main-panel h4 {
	margin: 0;
	padding: 3px 5px;
	
	background: #bbb url('../images/subnav-bg-soft.png') repeat-x 0 0;
	color: #444;
	border-bottom: 1px solid #aaa;
	
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
.main-panel p { padding: .5em; }

a#search-btn { height: 32px; }
.search-trigger { padding-top: 8px; }

.options {
	margin: 1em 0;
	padding: .5em;
	display: block;
	
	color: #888 !important;
	text-decoration: none;
	border: 1px solid transparent !important;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.options span {
	padding: 0 0 0 20px;
	
	background: transparent url('../images/arrow-000-medium.png') no-repeat center left;
	font-size: 1.9em;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
.options em {
	margin: 0 0 0 21px;
	display: block;
	
	font-size: .95em;
	font-style: normal;
}
.options:hover {
	color: #466b8c !important;
	border: 1px solid #2ebbf3 !important;
	background: #c1dcf1 url('../images/options-bg.png') repeat-x top left;
}