html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif;
	
	font-weight: normal;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 0.01em;
	color: #cccccc;
	background:#000000;
}

img {
	border: none;
}

h1 {
	font-family: Helvetica, Arial, 'Trebuchet MS',  sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #d3aabf;
	font-weight: lighter;
	margin: 0.5em 0 0.4em 0;
}

h1.first {
	margin-top: 0;
}

h2 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: normal;
	color: #eeeeee;
	margin: 0.4em 0 0.3em 0;
}

.h2small {
	font-weight: normal; 
	font-size: 0.7em;
	text-transform: uppercase;
}

p {
	margin: 0.3em 0 0.8em 0;
}

a {
	outline: none;
	color: #7db6d1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin-bottom: 20px;
}
.quoteb {
	height: 0;
	font-size: 2.0em;
	position: relative;
	top: 0.3em;
	font-family: Times;
}
.quote {
	color: #aaaaaa;
	font-style: italic;
}
.quoter {
	margin-top: 0.3em;
}

textarea { 
     resize: none; 
}

ul#menubtn {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#menubtn li {
	float: left;
	margin: 0px;
	display: block;
}

div#maincontainer {
	position:relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	
	min-height:100%; /* real browsers */
	background:#000000 ;
}

div#mainheadimg {
	width: 902px;
	height: 238px;
	margin: 0 auto;
	background: url('../index.php/image/c/mel_top.png-1') top center no-repeat;
}

div#mainheadlinks{
	position: relative;
	left: 0px;
	top: 188px;
}

div#maincontent {
	padding: 1em 1em; /* bottom padding for footer */
	width:902px;
	margin: 0 auto;
	background: url('../index.php/image/c/mel_bot.png-1') top center no-repeat;
}

div#mainfooter {
	position: absolute;
	width:100%;
	bottom: 0; /*  stick to bottom */
	background:#444444;
	border-top: solid 1px #000000;
	opacity:.08;
}

div#footercontent
{
	border-top: solid 1px #333333;
	width:100%;
	background:#111111;
	bottom: 0; /*  stick to bottom */
	
}
div#footercontentmain
{
	position: relative;
	width:860px;
	margin-left: auto;
	margin-right: auto;
}

div.danSep
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #888888;
}

div.danSepNoBot
{
	padding-top: 10px;
	color: #888888;
}

div.copyright
{
	border-top: solid 1px #333333;
	padding-top: 7px;
	padding-bottom: 15px;
	font-size: 0.7em;
	color: #888888;
}





table.noborder {
	border: none !important;
	border-collapse: collapse;
	padding: 0px;
}

table.noborder td {
	padding: 0px;
	vertical-align: top;
}

table.tblcontent {
	border: none !important;
	border-collapse: collapse;
	padding: 0px;
}

table.tblcontent td.tblcontent {
	padding: 10px;
	vertical-align: top;
}


.fc {
	width: 100%;
	height: 100px;
	border: none !important;
	border-collapse: collapse;
	padding: 0px;
	color: #FFFFFF;
}

.fcLeft {
	vertical-align: top;
	width: 450px;
	border-right: solid 1px #333333;
}

.fcRight {
	vertical-align: top;
	width: 400px;
	padding-left: 10px;
	border-left: solid 1px #333333;
	color: #999999;
}




div.btnScrA
{
	height: 20px;
	text-align: left;
}

div.btnScrA a
{
	display:block;
	height: 20px;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFFFFF;
	text-decoration: none;
}

div.btnScrI
{
	height: 18px;
	text-align: left;
}

div.btnScrI a
{
	display:block;
	height: 20px;
	padding-left: 6px;
	padding-right: 6px;
	color: #7db6d1;
	text-decoration: none;
}


a.btnAImg
{
	display:block;
	color: #cccccc;
	text-decoration: none;
	width: 75px;
	height: 75px;
	overflow: hidden;
	border: solid 1px #aaaaaa;
}
a.btnATxt
{
	display:block;
	width: 108px;
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
	float: left;
	white-space: no-wrap;
	color: #ffffff;
}

a.btnIImg
{
	display:block;
	color: #cccccc;
	text-decoration: none;
	width: 75px;
	height: 75px;
	overflow: hidden;
	border: solid 1px #333333;
}
a.btnITxt
{
	display:block;
	width: 108px;
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
	white-space: no-wrap;
}




#addcommentContainer .error
{
	color:#faac94;
}

.commentContainer
{
	margin-left: 10px;
	margin-top: 30px;
	border-top: solid 1px #CCCCCC;
	padding-top: 0px;
}

.commentContain1
{
	border: solid 1px #444444; 
	margin-bottom: 10px;
	padding: 10px;
}

.commentContain
{
	border: solid 1px #7db6d1; 
	margin-bottom: 10px;
	padding: 10px;
}

.commentContainHead
{
	height: 36px;
	padding-left: 45px;
	background: url('../index.php/image/c/itemcomment.png-1') top left no-repeat;
	font-size: 13px;
	margin-bottom: 5px;
	border-bottom: solid 1px #444444;
}

.commentContainName
{
	font-size: 15px;
	font-weight: bold;
	color: #45b5ef;
}

.commentContainBody
{

}

#pagerUp
{
border-bottom: solid 1px #444444;
margin-bottom: 20px;
}

#pager
{
border-top: solid 1px #444444;
margin-top: 20px;
}

.emailinput {
margin-bottom: 5px;
font-size:15px; 
color:#777777; border: solid 1px #666666;  
background: transparent url('../index.php/image/c/inputbg.png-1');
}
