/*		      GLOBAL
--------------------
*/
body {
	background-color: #444;
	background-image: url(bodyBg.jpg);
	background-position: top center;
	background-repeat: repeat;
	font-family: 'Segoe UI narrow', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #999;
}
a {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}

h1 {
	font-size: 12px;
	color: #CCC;
	font-style: italic;
	font-weight: 100;
	text-align: right;
	padding-right: 5px;
}

hr {
	border-top: 1px solid #181818;
	border-bottom: 1px solid #565656;
}

.INPUTTEXT {
	width: 230px;
	font-family: 'Segoe UI narrow', 'Lucida Grande', sans-serif;
	background-color: #606060;
	border: 1px dashed #777;
	border-radius: 3px;
	font-size: 16px;
	color: #FFF;
	text-shadow: #222 1px 1px 0px;
}
.INPUTTEXT:hover {
	border: 1px dashed #BBB;
}
.INPUTTEXT:focus {
	border: 1px dashed #BBB;
}
.INPUTSUBMIT {
	border-radius: 3px;
	background-color: #CE0000;
	font-size: 16px;
	color: #FFF;
}
.INPUTSUBMIT:hover {
	background-color: #DE1111;
}

/*	            TEXT
--------------------
*/
.HUGETEXT {
	font-size: 26px;
	color: #EEE;
	font-weight: bold;
}
.LARGETEXT {
	font-family: arial narrow, arial, sans-serif;
	font-size: 22px;
	color: #AAA;
	text-shadow: #000 0px -1px 0px;
}
.LARGETEXT a {
	color: #CCC;
}
.LARGETEXT a:hover {
	color: #EEE;
}
.BIGTEXT {
	font-size: 16px;
	color: #999;
	text-shadow: #000 0px -1px 0px;
}
.NORMALTEXT {
	font-size: 12px;
	color: #AAA;
}
.LITTLETEXT {
	font-size: 11px;
	color: #999;
}
div.HUGETEXT,
div.LARGETEXT,
div.BIGTEXT,
div.NORMALTEXT,
div.LITTLETEXT {
	padding-left: 15px;
	padding-right: 15px;
}

/*		      HEADER
--------------------
*/
.HEADER {
	background-color: #222;
	border-bottom: 1px dashed #777;
}
.HEADER table {
	width: 980px;
}
.HEADER table td {
	padding-top: 7px;
	padding-bottom: 7px;
}
.HEADER table a {
	padding: 5px;
	font-size: 12px;
	color: #EEE;
}

/*		         ALL
--------------------
*/
.ALL {
	background-image: url(topSpace.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/*		        PAGE
--------------------
*/
.PAGE {
	width: 980px;
}

/*          TOPSPACE
--------------------
*/
.TOPSPACE {
	height: 50px;
}

/*		        LOGO
--------------------
*/
.LOGO {
	font-size: 100px;
	font-weight: bold;
	color: #FFF;
	opacity: 0.2;
}

/*		        LIST
--------------------
*/
.LIST {	
	border: 1px dashed #777;
	border-radius: 8px;
}

.LIST .header {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: 1px dashed #777;
}
.LIST .header table {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.LIST .header .left {

}
.LIST .header .right {

}
.LIST .header .search input {
	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	text-shadow: none;
	border-radius: 3px;
}
.LIST .header .logo {	
	padding-left: 15px;
	padding-right: 15px;
	font-size: 36px;
	color: #EEE;
}
.LIST .header li a {
	line-height: 70px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
}

/*		      GROPUPS
--------------------
*/
.GROUPS {
	margin-top: 10px;
	margin-bottom: 10px;
}
.GROUPS li {
	display: inline;
}
.GROUPS li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	line-height: 24px;
}
.GROUPS li a:hover {
	background-color: #CE0000;
	text-decoration: none;
	color: #FFF;
	border-radius: 5px;
}

/*	          IMAGES
--------------------
*/
.IMAGES {
	color: #999;
	font-size: 12px;
}
.IMAGES ul,
.IMAGES table,
.IMAGES .line {
	margin-bottom: 20px;
}
.IMAGES li img,
.IMAGES td img,
.IMAGES .el img {
	margin-top: 4px;
}
.IMAGES li div:hover,
.IMAGES td div:hover,
.IMAGES .el div:hover {
	color: #FFF;
}
.IMAGES li div:hover img,
.IMAGES td div:hover img,
.IMAGES .el div:hover img {
	margin-top: 0px;
	border-top: 4px solid #CE0000;
}

/*	          ALBUMS
--------------------
*/
.ALBUMS {
	color: #999;
	font-size: 12px;
}
.ALBUMS ul,
.ALBUMS table,
.ALBUMS .line {
	margin-bottom: 60px;
}
.ALBUMS li,
.ALBUMS td,
.ALBUMS .el {
	background-image: url(folder.png);
	padding-top: 19px;
}
.ALBUMS li img,
.ALBUMS td img,
.ALBUMS .el img {
	margin-top: 4px;
}
.ALBUMS li div,
.ALBUMS td div,
.ALBUMS .el div {
	width: 140px;
	height: 90px;
}
.ALBUMS li .visible,
.ALBUMS td .visible,
.ALBUMS .el .visible {
	margin-bottom: 5px;
}
.ALBUMS li div:hover,
.ALBUMS td div:hover,
.ALBUMS .el div:hover {
	color: #FFF;
}
.ALBUMS li div:hover img,
.ALBUMS td div:hover img,
.ALBUMS .el div:hover img {
	margin-top: 0px;
	border-top: 4px solid #CE0000;
}

/*               NAV
--------------------
*/
.NAV {
	text-align: right;
	margin-right: 10px;
	font-size: 13px;
	font-weight: bold;
}
.NAV span,
.NAV a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
}
.NAV span {
	color: #676767;
}
.NAV a {
	color: #BBB;
}
.NAV .left {
	padding-left: 12px;
}
.NAV .left:hover {
	background-image: url(arrows.gif);
}
.NAV .right {
	padding-right: 12px;
}
.NAV .right:hover {
	background-image: url(arrows.gif);
}
.NAV a:hover {
	color: #FFF;
	background-color: #ce0000;
	text-decoration: none;
}

/*		   FORMTABLE
--------------------
*/
.FORMTABLECONTAINER {
	margin-top: 200px;
	margin-bottom: 200px;
	padding: 20px;
	
	width: 400px;
	border: 1px dashed #777;
	border-radius: 8px;
}
.FORMTABLE td {
	padding: 5px;
}
.FORMTABLE .left {
	font-size: 12px;
	color: #EEE;
}

/*		        INFO
--------------------
*/
.INFO .leftInfo {
	font-size: 12px;
	color: #999;
	border-right: 1px dashed #777;
}

.INFO .author .right p {
	font-size: 11px;
	color: #999;
}

.INFO .code {
	
}
.INFO .code td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	vertical-align: middle;
}
.INFO .code input {
	width: 110px;
	padding-top: 1px;
	padding-bottom: 1px; 
	padding-left: 3px;
	padding-right: 3px;
	border: 1px dashed #777;
}
.INFO .code input:hover,
.INFO .code input:focus {
	border: 1px dashed #222;
}

.INFO .menu {
	margin-top: 10px;
	margin-bottom: 10px;
}
.INFO .cell {
	text-align: center;
}
.INFO .menu .stat {
	text-align: center;
	margin: 0 auto;
}
.INFO .menu .stat td {
	padding-right: 5px;
}

.INFO .menu .voting {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EEE));
	background-color: #F8F8F8;
	color: #222;
}
.INFO .menu .voting:hover {
	cursor: pointer;
}
.INFO .menu .voting:hover .left {
	border-right: 1px solid #CE0000;
}
.INFO .menu .voting td {
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}
.INFO .menu .voting p {
	line-height: 20px;
	padding-left: 25px;
	background-image: url(voting.png);
	background-repeat: no-repeat;
}
.INFO .menu .voting .left {
	border: 1px solid #222;
}
.INFO .menu .voting .left:hover {
	border-color: #CE0000;
}
.INFO .menu .voting .left p {
	background-position: 0px 0px;
}
.INFO .menu .voting .left:hover p {
	background-position: 0px -20px;
}
.INFO .menu .voting .right {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
}
.INFO .menu .voting .right:hover {
	border-color: #CE0000;
}
.INFO .menu .voting .right p {
	background-position: 0px -40px;
	
}
.INFO .menu .voting .right:hover p {
	background-position: 0px -60px;
}

.INFO .menu .download {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	
	border: 1px solid #222;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EEE));
	color: #222;
}
.INFO .menu .download:hover {
	border-color: #CE0000;
	text-decoration: none;
}

.INFO .menu select {
	margin-left: 1px;
	padding: 5px;
	
	border: 1px solid #222;
	background-color: #F9F9F9;
	font-size: 12px;
}
.INFO .menu select:hover,
.INFO .menu select:focus {	
	border-color: #CE0000;
}

.INFO .warning {
	font-size: 14px;
	border-bottom: 1px solid #CE0000;
}

.INFO .comment {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px dashed #777;
	border-radius: 3px;
}
.INFO .comment table {
	width: 100%;
}
.INFO .comment .content {
	width: 100%;
	padding-left: 20px;
}
.INFO .comment .bottom {
	padding-left: 20px;
	vertical-align: bottom;
}
.INFO .comment .bottom table {
	width: 100%;
}
.INFO .comment .bottom td {
	vertical-align: bottom;
}
.INFO .comment .bottom .right {
	text-align: right;
}
.INFO .commentComment {
	margin-left: 90px;
}


.INFO .createComment {
	text-align: center;
}
.INFO .createComment input,
.INFO .createComment textarea {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	margin-bottom: 10px;
}

/*		  IMAGESLIST
--------------------
*/
.IMAGESLIST {
	
}
.IMAGESLIST ul {
	
}
.IMAGESLIST li {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
}
.IMAGESLIST li {
	display: block;
}
.IMAGESLIST .active {
	border: 1px dashed #777;
	padding: 3px;
	margin-bottom: 8px;
	display: block;
}

/*		    SUBPAGES
--------------------
*/
.SUBPAGES {
	width: 100%;
}
.SUBPAGES .menu {
	width: 180px;
	padding-right: 5px;
}
.SUBPAGES .menu li {
	display: block;
}
.SUBPAGES .menu li a {
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
}
.SUBPAGES .menu .active {
	background-image: url(arrows.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
}
.SUBPAGES .menu li .active:hover {
	text-decoration: none;
}

/*		      SEARCH
--------------------
*/
.SEARCH {
	width: 100%;
}
.SEARCH .menu {
	width: 200px;
	padding-right: 5px;
}
.SEARCH .menu table {
	width: 100%;
	table-layout: fixed;
}
.SEARCH .menu td {
	padding: 2px;
}
.SEARCH .menu .arrow {
	background-image: url(arrows.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	padding-left: 10px;
	color: #FFF;
}
.SEARCH .menu .active {
	font-weight: bold;
	color: #FFF;
}


/*	          FOOTER
--------------------
*/
.FOOTER {
	margin-top: 20px;
	margin-bottom: 50px;
	
	text-align: center;
}
.FOOTER .diff {
	color: #676767;
}
.FOOTER span {
	padding: 1px;
	font-size: 12px;
}
.FOOTER a {
	padding: 3px;
	font-size: 12px;
}
.FOOTER a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #CE0000;
}
