* {
	margin : 0;
	padding : 0;
}
div {
	display : block;
	position : relative;
	overflow : hidden;
}
.invisible {
	display : none;
}

/*** Block Elements ***/

html {
	min-width : 800px;
	margin : 0;
	padding : 0;
	background-color : #ccc;
	background-image : url('/images/background.png');
}

body {
	display : block;
	position : relative;
	left : 50%;
	top : 0;
	margin : 0 0 0 -400px;
	padding : 0;
	width : 800px;
	font-size : 12px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	line-height : 16px;
	color : #333;
	background-color : #fff;
	background-image : url('/images/background.body.png');
}

h1 {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	padding-top : 20px;
	padding-bottom : 10px;
	font-size : 20px;
	font-weight : normal;
	line-height : 24px;
	color : #333;
	background-color : transparent;
}
h2 {
	display : block;
	position : relative;
	overflow : hidden;
	clear : both;
	padding-top : 20px;
	padding-bottom : 5px;
	font-size : 16px;
	font-weight : normal;
	line-height : 20px;
	color : #333;
	background-color : transparent;
}
h3, h4, h5, h6 {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 15px;
	padding-bottom : 5px;
	font-size : 14px;
	font-weight : normal;
	line-height : 18px;
	color : #333;
	background-color : transparent;
}

p {
	display : block;
	position : relative;
	padding-top : 5px;
	font-weight : normal;
}
p.image {
	display : block;
	position : relative;
	overflow : hidden;
	font-size : 11px;
	color : #999;
	line-height : 13px;
}
p.image img {
	padding-bottom : 3px;
}
p.image em {
	font-style : italic;
}
p.image.left,
p.image.right {
	padding-bottom : 3px;
}
p.image.left {
	float : left;
	padding-right : 10px;
}
p.image.right {
	float : right;
	padding-left : 10px;
}

dl,
ol,
ul {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 5px;
	font-weight : normal;
}
ol {
	list-style-position : outside;
	list-style-type : decimal;
}
ul {
	list-style-position : outside;
	list-style-type : circle;
}
ul li {
	margin-left : 15px;
}
ol li {
	margin-left : 25px;
}
dt {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 5px;
	font-weight : bold;
}
dd {
	display : block;
	position : relative;
	overflow : hidden;
	padding-left : 20px;
	font-weight : normal;
}

address {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 10px;
	font-weight : normal;
	font-style : normal;
}

hr {
	display : block;
	position : relative;
	overflow : hidden;
	font-weight : normal;
}

/*** Inline Elements ***/


a {
	color : #48f;
	background-color : transparent;
	text-decoration : none;
}
a:visited {
	color : #456;
	background-color : transparent;
	text-decoration : none;
}
a:hover,
a:focus {
	color : #df002b;
	background-color : transparent;
	text-decoration : underline;
}
a:active {
	color : #fff;
	background-color : #df002b;
	text-decoration : none;
}
h2 a {
	color : #333;
	background-color : transparent;
	text-decoration : none;
}
h2 a:visited {
	color : #333;
	background-color : transparent;
}
h2 a:hover,
h2 a:focus {
	color : #df002b;
	background-color : transparent;
	text-decoration : underline;
}
h2 a:active {
	color : #fff;
	background-color : #df002b;
}
a.intern {
	padding : 0 1px 0 11px;
	background-image : url('/images/link.intern.png');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.intern:visited {
	background-image : url('/images/link.intern.visited.png');
}
a.intern:hover,
a.intern:focus {
	background-image : url('/images/link.intern.hover.png');
}
a.intern:active {
	background-image : url('/images/link.intern.active.png');
}
a.extern {
	padding : 0 1px 0 11px;
	background-image : url('/images/link.extern.png');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.extern:visited {
	background-image : url('/images/link.extern.visited.png');
}
a.extern:hover,
a.extern:focus {
	background-image : url('/images/link.extern.hover.png');
}
a.extern:active {
	background-image : url('/images/link.extern.active.png');
}
a.file {
	padding : 0 1px 0 11px;
	background-image : url('/images/link.file.png');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.file:visited {
	background-image : url('/images/link.file.visited.png');
}
a.file:hover,
a.file:focus {
	background-image : url('/images/link.file.hover.png');
}
a.file:active {
	background-image : url('/images/link.file.active.png');
}
a.email {
	padding : 0 1px 0 13px;
	background-image : url('/images/link.email.png');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.email:visited {
	background-image : url('/images/link.email.visited.png');
}
a.email:hover,
a.email:focus {
	background-image : url('/images/link.email.hover.png');
}
a.email:active {
	background-image : url('/images/link.email.active.png');
}
a.extranet {
	padding : 0 1px 0 18px;
	background-image : url('/images/link.extranet.png');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.extranet:visited {
	background-image : url('/images/link.extranet.visited.png');
}
a.extranet:hover,
a.extranet:focus {
	background-image : url('/images/link.extranet.hover.png');
}
a.extranet:active {
	background-image : url('/images/link.extranet.active.png');
}

tt {
	font-size : 11px;
	font-weight : normal;
}
q {
	font-style : italic;
	quotes: "\201E" "\201C";
}
img {
	margin : 0;
	padding : 0;
	border : none;
}
span.image {
	margin-top : 8px;
	margin-bottom : 3px;
}
span.image.left {
	float : left;
	margin-right : 10px;
}
span.image.right {
	float : right;
	margin-left : 10px;
}

/*   ***** Layout *****   */

div#shortcut {
	display : none;
}

div#title {
	margin : 0;
	padding : 0;
	width : 640px;
	height :40px;
	color : #333;
	background-color : #fff;
}
div#title h1 {
	display : none;
}
div#title p {
	display : block;
	margin : 0;
	padding : 0;
	width : 640px;
	height : 40px;
	font-size : 18px;
	font-weight : normal;
}
div#title p a {
	display : block;
	margin : 0;
	padding : 0 20px;
	width : 600px;
	height : 40px;
	line-height : 40px;
	color : #666;
	background-color : transparent;
	text-decoration : none;
}

div#menu {
	position : relative;
	top : 0;
	margin : 0;
	padding : 0;
	height : 30px;
	width : 640px;
	color : #333;
	background-color : #48f;
}
div#menu p {
	display : none;
}
div#menu ul {
	list-style : none;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0 20px;
	width : 600px;
	height : 30px;
	color : #333;
	background-color : transparent;
}
div#menu ul li {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	left : 0;
	top : 0;
	margin : 0 15px 0 0;
	padding : 0;
	height : 30px;
	font-size : 14px;
	font-family : "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 30px;
	color : #fff;
	background-color : transparent;
}
div#menu ul li a {
	color : #fff;
	background-color : transparent;
}
div#menu ul li.selected a {
	border-bottom : 1px #fff dashed;
}

div#breadcrumb {
	display : none;
}

div#content {
	left : 0;
	margin : 0;
	padding : 0;
	width : 640px;
	min-height : 525px;
	color : #333;
	background-color : #fff;
}
div#content div#main {
	float : right;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0 20px 0 0;
	width : 420px;
	color : #333;
}
div#content div#column {
	float : right;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0 20px 0 0;
	width : 160px;
	color : #333;
}

div#address {
	margin : 0;
	padding : 30px 20px 10px 20px;
	width : 600px;
	color : #333;
	background-color : #fff;
}
div#address p {
	display : none;
}
div#address address {
	left : 0;
	top : 0;
	margin : 0;
	padding : 0;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	line-height : 15px;
}
div#address address a {
	color : #333;
}
div#address address a {
	padding : 1px 1px 1px 13px;
	color : #333;
	background-color : transparent;
	background-image : url("/images/link.address.png");
	background-repeat : no-repeat;
	background-position : 1px 50%;
	text-decoration : none;
}
div#address address a:visited {
	color : #333;
	background-image : url("/images/link.address.visited.png");
}
div#address address a:hover, 
div#address address a:focus {
	color : #f00;
	background-color : transparent;
	background-image : url("/images/link.address.hover.png");
	text-decoration : underline;
}
div#address address a:active {
	color : #fff;
	background-color : #df002b;
	background-image : url("/images/link.address.active.png");
}

div#legal {
	margin : 0;
	padding : 0;
	width : 640px;
	height : 30px;
	color : #333;
	background-color : #48f;
}
div#legal p {
	display : none;
}
div#legal ul {
	list-style : none;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0 20px;
	width : 600px;
	height : 30px;
	color : #333;
	background-color : transparent;
}
div#legal ul li {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	left : 0;
	top : 0;
	margin : 0 15px 0 0;
	padding : 0;
	height : 30px;
	font-size : 14px;
	font-family : "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 30px;
	color : #fff;
	background-color : transparent;
}
div#legal li a {
	padding : 0;
	color : #fff;
	background-color : transparent;
	background-image : none;
}

div#partner {
	position : absolute;
	top : 0;
	left : 640px;
	margin : 0;
	padding : 5px 10px 0 10px;
	width : 140px;
	font-family : "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : #fff;
	background-color : #48f;
}
div#partner dl {
	left : 0;
	top : 0;
	width : 140px;
	color : #fff;
	background-color : transparent;
}
div#partner dl dt {
	margin-top : 8px;
	margin-bottom : 4px;
}
div#partner dl dd {
	font-weight : bold;
	margin : 0 0 8px 0;
	padding : 0;
}
div#partner dl dd a {
	padding : 0;
	color : #fff;
	background-image : none;
}

/*** Content Layout ***/

div.text {
	margin : 0;
	padding : 0;
	color : #333;
	background-color : #fff;
}
div.topic,
div.images,
div.video,
div.links,
div.attachments {
	margin : 10px 0 0 0;
}

div.left {
	float : left;
	margin-right : 40px;
	width : 190px;
}
div.right {
	float : left;
	width : 190px;
}

div.modification,
div.license {
	margin : 10px 0 0 0;
	padding : 0;
	font-size : 11px;
	font-family : monospace;
	color : #666;
	background-color : transparent;
	background-image : none;
}

div.clear {
	clear : both;
	margin : 0;
	padding : 0;
}

div.entry {
	clear : both;
	padding-top : 5px;
	padding-bottom : 5px;
	overflow : hidden;
}
div.entry h2 {
	padding-top : 0;
	padding-bottom : 0;
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}
div.entry p {
	padding-top : 0;
}
div.entry tt {
	padding-right : 3px;
	font-size : 11px;
}
div.teaser tt {
	display : block;
}
div.entries div.teaser tt {
	display : inline;
	color : #999;
}
div.preview {
	float : left;
	margin-top : 3px;
	margin-right : 10px;
	width : 80px;
	height : 60px;
	border : solid 1px #ddd;
}
div.preview p {
	margin : 0;
	padding : 0;
	width : 80px;
	height : 60px;
	text-align : center;
}
div.preview p img {
	margin : 0 auto;
	padding : 0;
}

div.pagemeta {
	font-size : 11px;
	font-family : monospace;
	font-weight : normal;
	color : #666;
}

div.subnav {
	margin-left : -20px;
}
div.subnav h1 {
	padding-left : 20px;
}
div.subnav h2,
div.subnav h3 {
	padding-top : 5px;
	padding-bottom : 0;
	padding-left : 20px;
}
div.subnav p {
	padding-left : 20px;
}
div.subnav ul {
	padding-top : 0;
}
div.subnav ul li {
	list-style : none;
	margin-left : 20px;
}
div.subnav ul li ul {
	padding-bottom : 0;
}


div.search {
}
div.search form#cse-search-box {
}
div.search form#cse-search-box input#cse-search-box-q {
	width : 170px;
}
div.search form#cse-search-box input#cse-search-box-sa {
	width : 50px;
	margin-left : 3px;
}

