﻿.selectBox
{ 
	color: #333;
	border: 1px solid #000000;
	background: #f0f0f0;
	padding:4px 3px 4px 3px !important;
	font:.75em "Trebuchet MS", Arial, Helvetica;
	/* background: url('/images/bg_input.jpg'); */
}
input,textarea
{
	background: #f0f0f0;
	border-style: solid;
	border-width: 1px;
	border-color:#999999;
	/* background: url('/images/bg_input.jpg'); */
	padding: 4px;
	color: #333;
	font:.75em "Trebuchet MS", Arial, Helvetica;
}
.checkbox input
{
	border-width: 0px !important;
	border-style: none !important;
	background:;
}
input.image { 
padding:0px;
margin:0px;
} 
.smallText
{
	font:0.8em "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
.watermarked
{
	color: #c2c2c2;
}
.watermarked_error
{
	background-color: Red !important;
	color: #000000;
}
.newURL
{
	font-size: 2.0em;
	text-align: center;
	color: Red;	
}
.tbPathAvailable
{
	color:Green !important;
}
.tbPathNotAvailable
{
	color:Red !important;
}
.nsfwButtonStyle
{
	background-color: #ffffff;
	padding: 5px 20px 5px 20px;	
	border: solid 1px #000000;
}
.genericBoxDisplay
{
	background-color: #e1e1e1; 
	padding: 5px 20px 5px 20px; 
	border: solid 1px #000000;
	vertical-align: top;
}

.tableStyleOne th
{
	border-bottom: solid 1px #3A3E41;
	text-align: left;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
.tableStyleOne td
{
	padding: 2px;
	background-color: Transparent;
}
.tableStyleOneAlt td
{
	padding: 2px;
	background-color: #F1F1F1;
}
#tagCloud
{
	/*
    width:238px;
    border:solid 1px #ccc;
    padding:5px;
    margin-bottom:10px;
	*/
    text-align:justify;
}
#tagCloud A
{
    text-decoration:none;
    margin-left:3px;
    margin-right:3px;
    text-transform:lowercase;
}
#tagCloud A:hover
{
    color:#474747;
    text-decoration:underline;
}
#tagCloud A.weight1
{
    color: #58afe4;
    font-size: 1.9em;
    font-weight:bolder;
}
#tagCloud A.weight2
{
    color: #58afe4;
    font-size:1.6em;
    font-weight:bolder;
}
#tagCloud A.weight3
{
    color: #f68821;
    font-size: 1.4em;
    font-weight:bolder;
}
#tagCloud A.weight4
{
    color: #f68821;
    font-size: 1.2em;
}
#tagCloud A.weight5
{
    color: #93ca0c;
    font-size: 1.0em;
}
.button1
{
	color: #ffffff;
	padding-top: 0px;
	padding-right: 2px;
	height: 18px;
	display:inline;	
}
.button1 span
{
    height: 18px; vertical-align:super; background-image: url(/images/button-1-middle.png); background-repeat: repeat-x;
}
.button1 span a
{
	vertical-align:text-top; 
    color: #ffffff;
    text-decoration:none;
}
.button2
{
	color: #ffffff;
	padding-top: 0px;
	padding-right: 2px;
	height: 18px;
	display: inline;	
}
.button2 span
{
    height: 18px; vertical-align:super; background-image: url(/images/button-2-middle.png); background-repeat: repeat-x;
}
.button2 span a
{
	vertical-align:text-top; 
    color: #ffffff;
    text-decoration: none;
}
.buttonIE1
{
	color: #ffffff;
	padding-top: 0px;
	padding-right: 2px;
	height: 18px;
	display:inline;	
}
.buttonIE1 span
{
    height: 18px; vertical-align:top; background-image: url(/images/button-1-middle.png); background-repeat: repeat-x;
}
.buttonIE1 span a
{
	vertical-align:text-top; 
    color: #ffffff;
    text-decoration:none;
}
.buttonIE2
{
	color: #ffffff;
	padding-top: 0px;
	padding-right: 2px;
	height: 18px;
	display: inline;	
}
.buttonIE2 span
{
    height: 18px; vertical-align:top; background-image: url(/images/button-2-middle.png); background-repeat: repeat-x;
}
.buttonIE2 span a
{
	vertical-align:text-top; 
    color: #ffffff;
    text-decoration: none;
}

#tooltip
{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px;
	color:#333;
	display:none;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
	display:none;
	color:#fff;
	}
