/* General styles */
/* body {
	background-color: #ffffff;
	color: #000000;}

body, input, li, option, select, td, th {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;}*/

a {
	text-decoration: none;}

a:hover {
	text-decoration: underline;}


/* Main container */	
#odContainer {
	border: 0px solid #666666;margin:0px;}
	
	
/* Breadcrumb block */	
#odBreadcrumbContainer {
	
	text-align:left;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	padding: 0.3em 3px 0.3em 3px;}

#odContainer li {
	padding-bottom:10px;	
}

.odQtnItem {
	list-style-type:decimal-leading-zero;
	margin-left:27px;
	color:#17d;
}

/* Display category name */	
#odPageTitle {
	font-size: 130%;
	font-weight:bold;
	text-align:left;
	margin-bottom: 10px;
	/* padding: 0.3em 3px 0.3em 3px; */
	padding-left:15px;}
	
	
/* Category list block */	
#odCatContainer {
	margin-bottom: 10px;}
#odCatHeader {
	font-weight: bold;
	padding: 3px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px dotted #999; }
#odCatList {
	padding: 3px;
	/*padding-left: 10px; */}
td.odSubcatCell {
	width: 150px;}

	
/* Category title (viewall) */	
.odCatTitle {
	font-weight: bold;
	padding: 3px;
	margin:10px;
	border:1px dotted #999;
	
}
	

/* Answer block */
#odDtlContainer {
	margin-bottom: 10px;
	padding: 0.3em 3px 0.3em 3px;
	text-align:left;}
#odDtlContent {
	padding: 0.3em 3px 0.3em 3px;}
#odDtlHeader {
	font-weight: bold;
	padding: 3px;
	margin-left:10px;
	margin-right:10px;
	border:1px dotted #999;}
.odDtlItem {
	margin-bottom: 1em;
	text-align:left; }
.odDtlItem small {
	padding-bottom:10px!important;
	color:#999;
	}
.odDtlQuestion {
	font-weight: bold;}
.odDtlAnswer p {
	margin-left:-10px;
	padding-bottom:0px;
	margin-right:20px;
}

.odDtlAnswer ol {
	color:#666;
	padding-top:10px;
	list-style-type:decimal;
}

.odDtlAnswer ul {
	color:#666;
	padding-top:10px;
	list-style-type:square;
}

.odDtlAnswer em {
	font-style:italic;
}


/* List of question block */	
#odQtnContainer {
	padding: 0.3em 3px 0.3em 3px;
	margin-bottom: 5px;
	text-align:center;
	}
#odQtnHeader {
	font-weight: bold;
	padding: 3px;
	margin-left:10px;
	margin-right:10px;
	border:1px dotted #999;
	text-align:left;}
#odQtnList {
	text-align:left;
	padding: 2px;}
.odQtnItem {
	margin-bottom: 0.3em;
	text-align:left;}


/* Search form */	
#odSearchContainer {
	margin-bottom: 10px;
	padding: 0.3em 3px 0.3em 3px;}
form#odSearchForm table {
	border: 1px solid #666666;
	width:553px;
	margin-left:10px;
	margin-right:5px;
	}
form#odSearchForm table th {
	background-color: #ebebeb;
	background-image:url(../layout_images/grey_box_tint2.png);
	background-repeat:repeat-x;
	border-bottom: 1px solid #666666;
	text-align: left;
	padding:3px;
	font-weight:bold;
	}
	
form#odSearchForm table td {
	padding:5px;	
}
input.odCheckbox { 
	vertical-align: top; }

	
/* Search result block */	
#odSearchResult {
	margin-bottom: 30px;
	padding: 0.3em 3px 0.3em 3px;}
#odResultHeader {
	font-weight: bold;
	padding: 3px;
	margin-left:10px;
	margin-right:10px;
	border:1px dotted #999;}
#odResultContent {
	padding: 0.3em 3px 0.3em 3px;}

	
/* Form to jump to other category */	
#odJumpCat {
	padding: 0.3em 3px 0.3em 3px;
	margin-bottom: 10px;
	margin-top: 30px;}
	
	
/* Link: 'View all categories' */	
#odViewallContainer {
	padding: 0.3em 3px 0.3em 3px;}

	
/* Link: 'Search' */		
#odSearchLinkContainer {
	padding: 0.3em 3px 0.3em 3px;}

	
/* Link: Printable view */	
#odPrintableContainer {
	padding: 0.3em 3px 0.3em 3px;
	margin-bottom: 10px;}
	
	
/* Copyright block */	
#odCopyrightContainer {
	display:none;
	border-top: 1px dotted #999999;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 0.3em 3px 0.3em 3px;}
