<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../../default/css/global.css");

/*  
Theme Name: I feel dirty
Theme URI: http://studio.st/i-feel-dirty/
Description: A clean but dirty template by &lt;a href="http://studio.st/"&gt;Studio ST&lt;/a&gt;
Version: 1.0
Author: The studio ST team
Author URI: http://studio.st/
*/

/*
	HTML (basic HTML tags)
	====
*/
body {
	text-align: center;
	color: #14293D;
	font-size: 14px;
	font-family: "Palatino Linotype", Tahoma, Arial, sans-serif;
	margin: 0px;
	background: #2C2C2C url(../images/body.gif) no-repeat;
	background-position: top center;
}

img {
	border: 0px;
}

blockquote {
	border: solid 1px #cccccc;
	background-color: #e7e7e7;
	padding: 5px;
	font-size: 12px;
}

p {
	font-size: 14px;
	margin-left: 5px;
	text-align: justify;
	margin-top: 5px;
}

h1 {
	color: #294A59;
	font-family: Times;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	color: #294A59;
	font-family: Times;
	font-size: 18px;
	font-weight: bold;
	padding-top: 25px;
}
h3 {
	color: #294A59;
	font-family: Times;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}

h5 {
	
	font-size: 14px;
	font-weight: bold;
}

h6 {
	
	font-size: 12px;
	font-weight: bold;
}

hr {
	width: 90%;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px;
}

ul {
	color: #14293D;
}

li {
	color: #14293D;
}

a:link, a:visited, a:hover, a:active {
	color: #9b0e0e;
	padding: 1px;
}

/*
	Layout
	======
	
	Map:
	  .container
	    .top
	    .header
	    .main [...]
	    .footer
*/

div.container {
	width: 760px;
	margin: auto;
}

div.top {
	width: 760px;
	height: 143px;
	text-align: center;
	vertical-align: middle;
	background: #1c1c1c url(../images/header.gif) repeat-x;
	margin-top: 20px;
}

a.top:link, a.top:visited, a.top:hover, a.top:active {
	text-decoration: none;
	color: #FFFFFF;
	background: none;
	padding: 1px;
}

a.top-foot:link, a.top-foot:visited, a.top-foot:hover, a.top-foot:active {
	text-decoration: none;
	color: #FFFFFF;
	background: none;
	padding: 1px;
	text-decoration: underline;
}

div.footer {
	width: 760px;
	height: 122px;
	text-align: center;
	margin: auto;
	background: #2C2C2C url(../images/footer.gif) left bottom repeat-x;
	color: #CCCCCC;
	font-weight: bold;
	padding: 0px;
}

/*
  Main Content Map:
     .main
       .item
*/
div.main {
	padding: 0px;
	margin: 0px;
}

div.item {
	width: 760px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 0px;
}

table.page {
	width: 760px;
	background-color: #FFFFFF;
	
}

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
	font-style: italic;
}

td.content {
	width: 494px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}

td.menu {
	vertical-align: top;
}

div.menu-block-1 {
	background: #e8e6d9 url(../images/block1.jpg) no-repeat;
	padding-top: 1px;
	padding-left: 8px;
	padding-right: 3px;
	text-align: left;
	color: #6c644d;
}

div.menu-block-1 h2 {
	color: #6c644d;
}

div.menu-block-1 a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #6c644d;
}

div.menu-block-1 ul {
	list-style-type: square;
}

div.menu-block-2 {
	background: #e2ebed url(../images/block2.jpg) no-repeat;
	padding-top: 1px;
	padding-left: 8px;
	padding-right: 6px;
	text-align: left;
	color: #294A59;
}

div.menu-block-2 h2 {
	color: #294A59;
}

div.menu-block-2 a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #294A59;
}

div.menu-block-2 ul {
	list-style-type: square;
}


/*
	Others
	======
*/
/*form*/
table.form, table.form-center {
	border: 1px solid #ABABAB;
	width: 100%;
	padding: 5px;
	padding-top: 0px;
	background: #EFEFEF;
}

.form td {
	border-bottom: 1px dotted #ABABAB;
	padding: 3px;
}

.form-center td {
	border-bottom: 1px dotted #ABABAB;
	padding: 3px;
	text-align: center;
}

.form h1 {
	font-size: 13px;
	font-weight: bold;
}

.form-center h1 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

td.form-submit {
	text-align: center;
}

span.required-mark {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

/*message*/
span.message {
	display:none;
}

.message li, ul, p {
	font-size: 14px;
}

/* Messages */
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;} 

/* sorter */
.settings-menu-item-default {
	text-indent: 0px;
	list-style: none;
	padding: 3px;
	border: solid 1px #999999;
	background-color: #294A59;;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
	height: 17px;
}

.settings-menu-item-placeholder {
	text-indent: 0px;
	list-style: none;
	padding: 3px;
	border: solid 1px #333333;
	background-color: #6c644d;;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
	height: 17px;
}

/* tooltip */
span.tooltip {
	display: none;
}

/* iframe */
.iframe-hidden {
	display: none;
}

.iframe-visible {
	display: block;
}</pre></body></html>