/*html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body * {
    line-height:1.22em;
}*/

/*h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#4088b8;
    clear: both;
}

h1 {
}

h2 {
    color: #c8c8c8;
		margin-top: -25px;
}

h3 {
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 20px;
}*/

/*#wrap {
    color: #404040;
margin: 0 12%;
    margin: 20px 40px;
}*/

/*a {
    color: #4088b8;
}
*/
table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}

/*--- custom styles ---*/

p.embed {
	position:relative;
	background:url(../i/icon-embed.gif) 0px 0px no-repeat;
	height:19px;
}

.embed a:link, 
.embed a:visited, 
.embed a:active, 
.embed a:hover 
{
	padding:0 0 0 22px;
}

#embeddiv {
		width:420px;
		border:1px solid #d4d1b7;
		background-color:#ffffff;
		position:absolute;
		top:300;
		left:300;
		padding:5px;
}

#close-bt {
/*	border:1px solid blue;*/
	width:10px;
	float:right;
	background:url(../i/close.png) top left no-repeat;
}

#close-bt span {
	height:1px;
	visibility:hidden;
	font-size:1px;
}

#embeddiv p {
		width:404px;
		float:left;
		background-color:#fff;
/*		font-family:Courier, monospace;*/
}

/*pre {
	border:1px solid green;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:300px;
	text-align:left;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;  
}*/



