/* CityDesk default style sheet */

span.topmenu
{
	color: #FFFFFF;
	font-weight: bold;
	font-size : 8pt;
	/*font-size: 70%;*/
	padding-left: 10px;
	padding-right: 10px;
}


span.topmenu a
{
	color: #FFFFFF;
	text-decoration: none;
}

span.topmenu a:hover
{
	text-decoration: underline;
}

span.breadcrumb
{
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

span.breadcrumb a
{
	/*color: #FFFFFF;*/
	text-decoration: none;
}

span.breadcrumb a:hover
{
	text-decoration: underline;
}

td.productmenu
{
	/*font-size: 70%;*/
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border: double 2px #808080;
}

td.centernews
{
	/*font-size: 70%;*/
	padding-left: 10px;
	/*padding-top: 10px;*/
}


/* Basic HTML Element Style */
body {
	background-color: #fff;
	font: 14px Verdana, Geneva, sans-serif;
	margin-top: 2px;
}

h1 {
	font: italic 32px Verdana, Geneva, sans-serif;
	margin: 0px;
}
h2 {
	font: bold 22px Verdana, Geneva, sans-serif;
	padding: 0 0 10px 0;
	margin: 15px 0 15px 0;
}
h3 {
	font: bold 18px Verdana, Geneva, sans-serif;
}
h4, h5 {
	font: 12px Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 0px;
}

/*Structural elements */
#container {
	/*width: 550px;*/
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}

#navList {
	list-style-type: none;
	/*margin-top: 30px;*/
	padding: 0;
	border-top: solid 1px;
	text-align: right;
}

#header {
	border-bottom: solid 1px;
}

/* text effects */
em.title {
	text-decoration: underline;
}

#articleList p {
	margin: 0 0 25px 0;
}
#articleList h3 {
	font: 13px Verdana, Geneva, sans-serif;
	margin: 0px;
}


table.dtTABLE
	{
	width: 100%; /* Forces tables to have correct right margin */
	margin-top: .6em;
	margin-bottom: .3em;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #999999;
	background-color: #999999; 
	font-size: 100%; /* Text in Table is same size as text outside table */
	}
table.dtTABLE th, table.dtTABLE td
	{ 
	border-style: solid; /* Creates the cell border and color */
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #999999;
	padding: 4px 6px;
	text-align: left;
	}
table.dtTABLE th	
	{ 
	background: #cccccc; /* Creates the shaded table header row */
	vertical-align: bottom;
	}
table.dtTABLE td	
	{
	background: #ffffff;
	vertical-align: top;
	}
pre.code
	{
	background-color: #eeeeee;
	padding: 4px 6px 4px 6px;
	}
pre, div.syntax
	{
	margin-top: .5em;
	margin-bottom: .5em; 
	}
pre, code, .code, div.syntax
	{
	font: 100% Monospace, Courier New, Courier; /* This is 100% of 70% */
	color: #000066;
	}
pre b, code b
	{
	letter-spacing: .1em; /* opens kerning on bold in Syntax/Code */
	}
pre.syntax, div.syntax
	{
	background: #cccccc;
	padding: 4px 8px;
	cursor: text;
	margin-top: 1em;
	margin-bottom: 1em; 
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
/* ------------------------------------- */
/* BEGIN changes to dtue.css conventions */
	font-weight: bolder;
	letter-spacing: .1em;
	}
.syntax span.lang
	{
	margin: 0;
	font-weight: normal;
	}
.syntax span.meta
	{
	margin: 0;
	font-weight: normal;
	font-style: italic;
	}
.syntax a
	{
	margin: 0;
	font-weight: normal;
	}
/* END changes to dtue.css conventions */
/* ----------------------------------- */

.syntax div
	{
	padding-left: 24px;
	text-indent: -24px;
	}

.syntax .attribute
	{
		font-weight: normal;
	}
dl
	{
	margin-top: 0em; 
	padding-left: 1px; /* Prevents italic-letter descenders from being cut off */
	}
dd
	{
	margin-bottom: 0em;  
	margin-left: 3em; 
	}
dt
	{
	margin-top: .5em; 
	margin-left: 1.5em; 
	}

