@charset "UTF-8";
/* CSS Document */

body {
	background-color: #202020;
	margin-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

::-moz-selection{
	background:#BF8113;
} 

::selection {
	background:#BF8113;
}

.post-it {
	position: relative;
	font-style: italic; 
	font-family: Arial, Helvetica, sans-serif;
	z-index:2;
}

.post-it_textarea {
	width: 185px;
	height: 100px;
	border: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:16px;
	background-image: url(../images/addons/postittile.png);
	background-repeat: repeat;
}

.quotes{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12;
}

.footer {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
tr {
	z-index:-2;
}

a:link {
	text-decoration: none;
}
		
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}
		
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.featurelink a{ /*style for every navigational link within toggler */
	text-decoration: none;
	border: 1px solid #333333;
	padding: 2 6px;
	float: left;
	display: block;
	font-weight: regular;
	font-size:15px;
	color: #666666;
}

.featurelink a:hover{
	border: 1px solid #BF8113;
	background: #222222;
	color: #BF8113;
}

.feedform{
	border: 5px;
	border-color:#FFF;
	font-size: 12px; 
	font-family: arial;
	color:#FFFFFF;
	background-color:#121212;
}

.inputbox{
	border: 0px;
	font-size: 12px; 
	font-family: arial;
	color:#FFFFFF;
	background-color:#333333;
}


.button{
	text-decoration: none;
	background: #121212;
	border: 1px solid #333333;
	padding: 2 6px;
	float: left;
	display: block;
	font-weight: regular;
	font-size:12px;
	color: #666666;
}

.button:hover{
	border: 1px solid #BF8113;
	background: #222222;
	color: #BF8113;
	cursor:pointer;
}

.message{
	border: 0px; 
	color:#FFF;
	padding:4px;
	text-align:center;
	width:400px;
	font:arial;
	font-weight: regular;
	font-size:12px;
}

.error {
	color:#AC2500;
	font-weight:bold;
}

.success {
	color:#090;
	font-weight:bold;
}

html {
    height: 100%;
    overflow: auto;
}
 
#flashcontent {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
}
