/* DTI S-Crue Stylesheet */
body {
	color: #000000;
	background-color: #FAFAFA;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 700px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0px auto 0px auto;
	padding: 0px;
}

h1 {
	border-bottom: 1px solid #0099FF;
	font-size: 26px;
	font-weight: bold;
	text-align:center;
	margin: 8px 180px 8px 180px;
	padding: 1px;
}

h2 {
	border-bottom: 1px solid #999999;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 2px 0px;
	padding: 1px;
}

h3 {
	background-color: #DDDDDD;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 2px 0px;
	padding: 1px;
}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 0px;
}

p.error {
	color: #CC0000;
	font-style:italic;
}

p.description {
	color: #666666;
	font-style:italic;
	margin-top: 0px;
	padding-top: 0px;
	text-align:center;
}

p.entrytitle {
	background-color: #DDDDDD;
	border-bottom: 1px solid #0099FF;
	position:relative;
	font-weight:bold;
	font-size: 14px;
	margin: 5px 4px 2px 4px;
	padding: 1px;
}

p.entry {
	margin: 0px;
    padding: 1px 1px 2px 1px;
}

p.entrylink {
	position: relative;
	float: right;
	margin: -21px 6px 1px 4px;
	padding: 1px;
}

p.entrymedia {
	position: relative;
	float: left;
	margin: 0px 4px 2px 0px;
	padding: 1px;
	border: 1px solid #0099FF;
}

.entrycontainer {
	
	position:relative;
	height:1px;
	overflow:visible;
	margin: 2px 4px 2px 4px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
}

body > .entrycontainer, div > .entrycontainer {
	position:relative;
	height:auto;
	overflow:hidden;
}

.container {
	position:relative;
	height:1px;
	overflow:visible;
}

body > .container, div > .container {
	position:relative;
	height:auto;
	overflow:hidden;
}

#hiddenposts {
	display: none;
}

#newpostalert {
	border: 1px dashed #000000;
	background-color: #FFFFCC;
	font-weight: bold;
	text-align:center;
	margin: 4px;
	padding: 2px;
	display: none;
}

a:link {color: #0099FF; text-decoration:none}
a:visited {color: #0099FF; text-decoration:none}
a:hover {color: #0099FF; text-decoration:underline}

a:link img,a:visited img {
	text-decoration:none;
	border:0;
}

form {
	margin: 2px 0px 2px 0px;
	padding: 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

form textarea, form select, form input {
	border: 1px solid #999999;
	margin: 0px 2px 0px 0px;
	padding: 1px 0px 1px 0px;
}

form textarea:focus,form select:focus,form input:focus {
	border: 1px solid #333333;
}

.new {
	font-size: 8px;
	color: #CC0000;
	font-variant:small-caps;
	vertical-align: text-top;
}
