html, body {
	width: 100%;
	height: 100%;
	margin: 0;

	background-color: #000000;
	color: #696969;
	
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #939393;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

.forminput, .searchStr, textarea {
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.searchStr {
	height: 16px;
	@height: 18px;
	width: 450px;
}

.button, .buttonGreen {
	height: 28px;
	padding: 3px 10px 5px 10px;
	
	font-size: 9pt;
	text-transform: uppercase;	
}

a.button {
	padding: 5px 10px;
	text-decoration: none;
}

.button {
	color: #ffffff;
	border: 0;
	background: #000000;
}

.buttonGreen {
	color: #00cc00;
	border: 0;
	background: #222222;
}

.button:hover, .buttonGreen:hover {
	border: 0;
	background: #4e4e4e;	
}

.icon {	
	margin: 0px 8px 8px 0px;
	border: 1px solid #CCCCCC;
}

.image {
	border: 1px solid #CCCCCC;
}

optgroup, option {
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-family: 'Courier New', Courier, monospace;
}

hr {
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #777777;
	border: 0px;
	clear: both;
}

/* IE6 out low */
optgroup {
	color: #000000;
	background: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

option {
	color: #000000;
	background: #FFFFFF;
}

/* comments */

.commentTitle {
	color: #777777;
	margin-top: 10px;
	padding-bottom: 4px;
	font-size: 10pt;
	text-align: left;
}

.commentTitle a b {
	font-size: 11pt;
}

.commentBody {
	border: 1px dashed #A9A9A9;
	padding: 3px 4px 3px 4px;
	margin-bottom: 20px;
}

.commentComplaint {
    background: #4B4B4B;
    font-size: 10pt;
    padding: 8px 5px 8px 5px;
}

.commentComplaint div {
	margin-top: 5px;
}

.emptyCell {
	text-align: center;
	padding: 40px 40px 20px 40px;
}

.voteStars {
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 1px dashed #A9A9A9;
}

.clear {
    clear: both;
}


.editFields td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #A9A9A9;
	font-size: 9pt;
	text-align: left;
}

/*******************************************************************************
	special input
*/
/* file-upload */
.fakefile input {
	height: 22px;
	width: 220px;
	padding-left: 3px;
	background: url("../images/search_what.jpg") no-repeat;
	border:none;

	color: #aaaaaa;
	font-size: 13pt;
	font-weight: 700;
}

/* size */
.left-input-small {
	width: 80px;
	background: url('../images/input1_left.jpg') left top no-repeat;
}

/* link */
.left-input-link {
	width: 600px;
	background: url('../images/input1_left.jpg') left top no-repeat;
}

/* captcha */
.captcha_input input{
	height: 22px;
	width: 70px;
	padding-left: 5px;

	color: #aaaaaa;
	font-size: 13pt;
	font-weight: 700;
	line-height: normal;

	border:none;
	background: url("../images/search_what.jpg") no-repeat;
}

/*******************************************************************************
	special input -- BUTTONS
*/
.btnUpload {
	width: 83px;
	height: 22px;

	border: 0;
	background: url('../images/btn_upload.jpg');
}


.fileinputs {
	height: 30px;
	position: relative;
	padding-bottom: 0px;
}
.fakefile {
	position: absolute;
	width: 322px;
	top: 0px;
	left: 0px;	
	z-index: 1;
}
input.realfile {
	height: 35px;
	position: absolute;
	left: 80px;
	top:0;

	-moz-opacity:0 ;
	filter:alpha(opacity=0);
	opacity: 0;

	z-index: 10;
}

/*******************************************************************************
	special - colors
*/
.fakeCounmns {
}

.blueText {
	color: #677ab8;
}

.pinkText {
	color: #dfdf99;
}




