body {
	font-family: Arial;
	font-size: 0.8em;
}

a.nextsection {
	font-weight: bold;
	font-size: 18px;
}

/* Text modifiers */
h1 {
	color: #1b3d6b;
	font-size: 14px;
}

h2 {
	color: #1b3d6b;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #1b3d6b;
	font-weight: bold;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

h5 {
	color: #1b3d6b;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h6 {
	color: red;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

blockquote {
	border-left: 5px solid #ddddff;
	color: red;
}

pre {
	padding: 10px;
	
	border: 1px solid #ddddff;
	background-color: #eeeeff;
}

img.wrapnone {
	margin: 5px;
	border: 1px solid black;
	padding: 5px;
}

img.wrapleft {
	float: right;
	margin: 5px;
	border: 1px solid black;
	padding: 5px;
}

img.wrapright {
	float: left;
	margin: 5px;
	border: 1px solid black;
	padding: 5px;
}

embed {
	margin: 0px;
	padding: 0px;
}

div.wrapnone {
	width: 320px;
	height: 240px;
	
	padding: 0px;
	
	border: 1px solid black;
	
	background-image: url('images/windows_media.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

div.wrapleft {
	float: right;
	
	width: 320px;
	height: 240px;
	
	padding: 0px;
	
	border: 1px solid black;
	
	background-image: url('images/windows_media.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

div.wrapright {
	float: left;
	
	width: 320px;
	height: 240px;
	
	padding: 0px;
	
	border: 1px solid black;
	
	background-image: url('images/windows_media.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

div.editor {
	width: 542px;
	margin-top: 20px;
}

div.toolbar {
	padding: 5px;
	margin: 0px;
	
	height: 20px;
	
	background-color: #ddddff;
	
	overflow: hidden;
}

iframe.editor {
	border: 1px solid #ddddff;
	height: 360px;
	
	width: 540px;
}

img.tb_separator {
	float: left;
	
	margin-top: 2px;
	margin-right: 3px;
	
	height: 20px;
}

img.tb_button {
	float: left;

	margin-top: 2px;
	margin-right: 3px;
		
	height: 20px;
}

img.tb_button:hover {
	float: left;
	
	border: 1px solid;
	
	height: 20px;
	width: 20px;

	margin-top: 1px;
	margin-left: -1px;
	margin-right: 2px;
	margin-bottom: -1px;
}

img.tb_button_selected {
	float: left;
	
	border: 1px solid blue;
	
	height: 20px;
	width: 20px;

	margin-top: 1px;
	margin-left: -1px;
	margin-right: 2px;
	margin-bottom: -1px;
}

img.tb_button_disabled {
	-moz-opacity:0.3;  
	opacity: 0.3;
}

select.tb_select {
	float: left;
	
	margin-top: 2px;
	margin-right: 2px;
	
	height: 18px;
	
	z-index: 0;
}


div.fileselector 
{
	position: absolute;
	top: 2em;
	left: 2em;
	
	width: 560px; 
	height: 360px;
	
	border: 1px solid black;
	background-color: #2d548d;
	
	text-align: left;
	
	z-index: 2;
}

div.darkbackground
{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	
	background-color: black;
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	
	z-index: 1;
}

@media screen
{
	div.fileselector
	{
		position: fixed;
	}
	
	div.darkbackground
	{
		position: fixed;
	}
	
	/* Don't do this at home */
	* html
	{
		overflow-y: hidden;
	}	
	* html body
	{
		overflow-y: auto;
		height: 100%;
 	}
	* html div.fileselector
	{
		position: absolute;  
	}
	* html div.darkbackground
	{
		position: absolute;  
	}
		
	/* All done. */
}
  
div.tb_imageselect_buttonbar {
	clear: both;
	
	padding-top: 5px;
	text-align: right;
	
	height: 30px;
	
	background-color: lightblue;
}

select.tb_imageselect {
	width: 140px;
	height: 300px;
	
	z-index: 0;
}

img.imageselector_preview {
	width: 200px;
	border: 1px solid black;
}

