/* Start of CMSMS style sheet 'mikkelsen.tv/original' */
/*General layout*/

body {
	padding: 0px;
	empty-cells: show;
	
	background-color: #333333;
	color: #FFCC00;
	font-size: 12pt;
	font-family: serif;
}

a {
	color: #cff;
}

.present tr td {
	border: 1px solid #CC3300;
}

p.note {
	width: 33%;
	float: left;
	background-color: gray;
	color: black;
	padding: 0.5em;
	margin: 0.5em;
	border: 1px gray inset;

}

p.cite:before {
	content: "&raquo;";
	font-size: 2em;
}

p.cite:after {
	content: "&laquo;";
	font-size: 2em;
}

p.cite {
	width: 33%;
	float: right;
	background-color: gray;
	color: black;
	padding: 0.5em;
	margin: 0.5em;
	border: 1px gray inset;
	font-style: italic;
	line-height: 2em;
}

.unsupportedLang {
	font-weight: bolder;
	border-bottom: 1px solid red;
}

/*External link*/
.extLink:after {
/*	content: url(/simon/black_arrow.gif)*/
	content: " >>";
	font-size: x-small;
	text-decoration: none;
}
.rss_box a:after {
/*	content: url(/simon/black_arrow.gif)*/
	content: " >>";
	font-size: x-small;
	text-decoration: none;
}

.secLink {
	color: #fc0;
}
.secLink:after {
	content: " >>";
	font-size: x-small;
	text-decoration: none;
	
}

.date {
	font-family: sans-serif;
	font-size: smaller;
}

.docDate {
	font-family: sans-serif;
	text-align: right;
}

.updated .date:after {
	content: ": ";
}

.updated {

}

h1, h2, h3 {
	font-family: sans-serif;
	font-weight: normal;
	margin-left: 10%;
}	

.leftMainRow {
	background-color: #CCCCCC;
	color: #333333;
	font-weight: bolder;
	font-family: sans-serif;
	width: 175px;
	font-size: 70%;
	padding: 0.7em;
	vertical-align: top;
}

.leftMainRow h1 {
	font-size: 130%;
	font-weight: bolder;
}

.leftMainRow h2 {
	font-size: 120%;
	font-weight: bolder;
}

.leftMainRow h3 {
	font-size: 110%;
	font-weight: bolder;
}


.leftTextRow {
	padding: 0.3em;
	padding-left: 2em;
	padding-right: 1em;
	vertical-align: top;
}

.leftTextRowIntro {
	padding-right: 4em;
	padding-left: 5em;
	vertical-align: middle;

}

.baseTable {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 90%;
	border-right: 5px solid #CC3300;
}

.leftBar {
	background-color: #999999;
	width: 25px;
	border-right: 2px solid #333333;
	border-bottom: 1px solid #999999;
}

.leftImgRow {
	border: 1px solid #FFCC00;
	width: 1%;
}

#leftBarImg {
	border-right: none;
}

.leftMainRow a {
	margin: 0px;
	padding: 0px;
	display: block;
	color: #333333;
	/*border-bottom: 1px #999 solid;*/
	width: 80%;
	text-decoration: none;
}

a.img {
	text-decoration: none;
	font-size: 100%;
}

.leftMainRow a:hover {
	color: black;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: larger;
}

.leftMainRow a.w3 {
	border: none;
	margin-top: 3em;
	text-decoration: none;
}

.leftMainRow a.w3:hover {
	padding-top: 0em;
	padding-bottom: 0em;
	font-size: 100%;
}

.column {
	width: 50%;
	float: left;
}

/*The trip table*/
table.tripTable {
	border: 1px solid silver;
}

.tripFacts {
	width: 50%;
	border-top: 1px solid gray;
}

.tripText {
	border-top: 1px solid gray;
	padding-left: 1em;
	border-left: 1px solid #444444;
}

.tripDesc {
}

/*Image gallery*/

.thumb {
	float: left;
	margin: 8px;
	border: 4px inset #431;
	background-color: #431;
}

.thumb:hover {
	background-color: #542;
	border: 4px outset #542;
}

.thumb a:link {
	text-decoration: none;
	color: #FFCC00;
}

.thumbText {
	text-align: center;
}

a.subCatListing {
	margin: 1em;
	white-space: nowrap;
}

a.subCatListing:before {
	color: #699;
	content: "//";
}

a.subCatListing:after {
	color: #699;
	content: "/";
}

.oneLevelUp {
	color: #699;
	display: block;
}

.oneLevelUp:before {
	content: "../";
}

.oneLevelUp:after {
	content: "/";
}

img.presentImg {
	max-width: 600px;
}
/* End of 'mikkelsen.tv/original' */

