/* 
	Boilerplate procera style, apply to all pages
*/

body { 
    margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 11px;
	color: rgb(42, 52, 58);
	/* font-size: 10px; */
}

a {
	color: #0064A1;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color:#0064A1;
	text-decoration:underline;
}
a.plain {
	text-decoration: none;
	color: #b5121a;
}

img {
	border-style: none;
}

h1 { font-size: 180%; }
h2 { font-size: 155%; }
h2.heading {
	padding: 0 2px 10px;
	margin: 0 -2px 10px;
	border-bottom: 1px solid #D0D9DF;
	color: rgb(247, 143, 30);
	font-weight: normal;
}
h3 { font-size: 125%; }
h4 {
	font-size: 100%;
	text-transform: uppercase;
}
h5 {
	font-size: 100%;
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/*
	Logo + swoosh
*/
img#logo {
	margin-left: 60px;
	margin-top: 20px;
}

/* 
	Page layout
*/

#page-wrapper {
	width: 982px;
	margin: 20px auto 0;
	background:#FFFFFF;
}

#page-top {
	height: 100px;
	margin-bottom: 10px;
}

#page-column-left {
	float: left;
	width: 22.9%;
}

#page-column-center {
  margin-left: 225px;
  width: 708px;
}

.page-narrow-container {
	width: 500px;
}



/*
	Main menu
*/

div.menu-block h3 {
	font-size: 170%;
	padding: 0 2px 10px;
	margin: 0 -2px 10px;
	border-bottom: 1px solid #D0D9DF;
	color: #b5121a;
	font-weight: normal;
	width: 189px;
}

div.menu-container {
	height: 26px;
	width: 189px;
	background: url(/images/menu_left.gif) no-repeat bottom left;
}

div.menu-container:hover, div.menu-container:active, div.menu-container:focus {
	color: #900;
	text-decoration: none;
	background: url(/images/menu_left_hover.gif) no-repeat bottom left;
}

div.menu-container#active_menu {
	color: #900;
	background: url(/images/menu_left_hover.gif) no-repeat bottom left;
	font-weight: bold;
	text-decoration: none;
}

a.menu-item { 
	font-size: 11px;
	display: block;
	padding: 5px 0px 5px 20px;
	color: #2A343A;
	text-decoration: none; 
}

a.menu-item:hover, a.menu-item:active, a.menu-item:focus {
	color: #900;
}



/*
	Index page
*/

b.index-bigger {
	font-size: 12px;
}

div#index-large-client {
	width: 300px;
	margin-left: 20px;
	float: left;
}

div#index-other-clients {
	margin-left: 30px;
}

div.index-small-client {
	width: 270px;
	min-height: 120px;
	margin-top: 20px;
}

div.index-version-container {
	padding: 3px;
	margin-bottom: 3px;
	line-height: 120%;
}

div#index-dots {
	float: left;
	margin-left: 30px;
	width: 10px;
	height: 284px;
	background-image: url(/images/dots_vert.gif);
	background-repeat: repeat-y;
}

div.index-concatenator {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

index-smaller {
	font-size: 10px;
}


/*
	Firmware page
*/

div.firmware-sidebox {
	float: right;
}

div.firmware-category {
	margin-bottom: 10px;
}

table.firmware-grid {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	padding: 0px;
	border-spacing: 0px;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
}

tr.firmware-selected {
	background-color: #E8EFF8;
	border-style: solid;
	border-width: 1px;
}

td.firmware-minor {	
	background-color: #000000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 7px;
	text-align: right;
	padding-right: 20px
}

tr.firmware-legend {
	background-color: #A42016;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border-collapse: collapse;
}

td {
	padding: 3px;
	text-align: center;
}


/* Shared */

.other_majors {
	margin-bottom: 10px;
}

