/*
	MAIN STYLE SHEET
	Copyrigh (c) 2008. by RCF Group
	www.rcf-group.com
*/

@import "objects.css";
@import "frames.css";
@import "hints.css";
@import "google_search.css";

body {
	margin: 0px;
	padding: 0px;

	background-color: black;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: center top;

	color: #999999;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

div#site_wrap {
	display: block;
	width: 900px;
	min-height: 400px;

	position: relative;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 5px;

	border: 1px solid rgb(0,0,0);
	background-color: #333333;
	background-image: url(../images/back_shade.gif);
	background-repeat: repeat-x;
}

div#wrap {
	display: block;
	padding-top: 15px;
}

div#left_wrap {
	display: block;

	float: left;
	width: 180px;

	margin-left: 7px;
	margin-bottom: 30px;
}

div#side_bar {
	display: block;

	border: 1px solid #555555;
	background-color: #2E2E2E;
}

div#left_addons {
	display: block;
	margin-top: 20px;
}

div#content {
	display: block;
	width: 685px;

	float: left;

	margin-left: 18px;
	padding-bottom: 10px;
}

div#content b {
	color: #FF9900;
	font-weight: normal;
}

div#group {
	display: block;
	width: 250px;

	padding-right: 2px;

	float: right;

	color: #999999;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

div#group_lab {
	display: block;
	clear: both;

	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;

	border: 1px solid #505050;
	border-top: 1px solid #101010;
	border-left: 1px solid #1a1a1a;
	background-color: #2b2b2b;
	background-image: url(../images/group_back.png);
	background-position: top left;
	background-repeat: repeat-x;

	color: #7a95c3;
	font-size: 11px;
	font-weight: normal;
}

div#group_lab .separator {
	display: block;
	width: 1px;

	margin-left: 5px;
	margin-right: 5px;

	background-color: #3a3a3a;
}

.group_text {
	color:#666666;
}

div#member_bar {
	float: right;
}

div#group_bar {
	float:left;
}

div#group_bar a {
	color: #7a95c3;
}

div#group_bar a:hover {
	color: #FFCC00;
}

div#login_panel {
	clear: both;
	width: 350px;

	padding-left: 10px;
	padding-right: 10px;

	border-left: 1px dotted #555555;
	border-right: 1px dotted #555555;

	text-align: left;
}

ul.menu {
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 3px;
	padding: 0px;

	background-color: #2E2E2E;

	list-style-type: none;
	list-style-image: none;
}

ul.menu li a{
	display: block;

	margin-left: 2px;
	margin-right: 2px;
	padding: 3px;
	padding-left: 9px;

	text-decoration: none;
	color: #808080;
}

ul.menu li a:hover {
	display: block;

	margin-left: 2px;
	margin-right: 2px;
	padding: 3px;
	padding-left: 9px;

	background-image: url(../images/menu_sel.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #444444;

	color: #FFCC00;
}

.menu_title {
	display: block;

	padding: 2px;
	padding-left: 3px;

	position: relative;
	top: -1px;

	border-bottom: 1px solid #555555;
	border-top: 1px solid #555555;
	background-color: rgb(29,40,50);

	font-weight: bold;
	color: rgb(180,180,200);
}

.menu_separator {
	display: block;
	height: 2px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;

	font-size:0px;
	margin-bottom:2px;
}

div#copyright {
	display: block;
	clear: both;

	border-top: 1px solid #202020;

	font-size: 10px;
	color: #5C76A0;
	text-align: right;
}

div#copyright div {
	padding-top: 4px;
	border-top: 1px solid #454545;
}

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-shadow: #000000 1px 1px 2px;
}

div.text_header {
	display: block;

	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;

	border-radius: 5px;
	background-image: url(../images/header_back.gif);
	background-repeat: repeat-both;
	background-position: 0px center;
}

div.text_header h1 {
	display: inline-block;

	margin: 0px;
	margin-left: 12px;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;

	background-color: #353535;
	border: 1px solid rgb(85,85,85);
	border-left-width: 2px;
	border-right-width: 2px;
	border-radius: 4px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
}

table.table {
	width: 100%;

	border-top: 1px solid #101010;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #101010;
	background-color: #292929;
}

table.table_big {
	width: 550px;

	border-top: 1px solid #101010;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #101010;
	background-color: #292929;
}

table.table_medium {
	width: 400px;

	border-top: 1px solid #101010;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #101010;
	background-color: #292929;
}

table.table_short {
	width: 250px;

	border-top: 1px solid #101010;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #101010;
	background-color: #292929;
}

table.table_tiny {
	width: 150px;

	border-top: 1px solid #101010;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #101010;
	background-color: #292929;
}

table tr.table_hrow td {
	padding: 2px;
	padding-left: 3px;

	border-top: 1px solid #555555;
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	border-left: 1px solid #555555;
	background-color: #373737;

	color: #AAAAAA;
	text-align: left;
	font-weight: bold;
}

table tr.table_row td,
table tr.table_row2 td {
	padding: 2px;
	padding-left: 4px;

	color: #959595;
	vertical-align: top;
}

table tr.table_row2 {
	background-color: #2d2d2d;
}

table .table_row_valign {
	vertical-align: top;
}

ul.page_switch {
	display: block;
	height: 30px;

	margin: 0px;
	padding: 0px;

	list-style-type: none;
	list-style-image: none;
}

ul.page_switch li {
	display: block;

	float: left;
}

ul.page_switch li span.empty,
ul.page_switch li a {
	display: inline-block;
	min-width: 16px;

	padding-top: 1px;
	padding-bottom: 1px;

	border: 1px solid #393939;
	background-color: #292929;

	color: #666666;
	font-size: 11px;
	text-align: center;
}

ul.page_switch li a:hover {
	border-top: 1px solid #555555;
	border-right: 1px solid #101010;
	border-bottom: 1px solid #101010;
	border-left: 1px solid #555555;
	background-color: #393939;

	color: #FF9900;
}

ul.page_switch li a img {
	border: 0px;

	vertical-align: center;
}

ul.page_switch li.current a {
	display: block;
	min-width: 16px;

	padding-top: 1px;
	padding-bottom: 1px;

	border: 1px solid #444444;
	background-color: #292929;

	color: #FF9900;
	font-weight: bold;
	text-align: center;
	cursor: default;
}

a.icon_details {
	display: block;
	width: 11px;
	height: 11px;

	float: left;

	vertical-align: center;

	background-image: url(../images/details_n.gif);
	background-repeat: no-repeat;
}

a.icon_details:hover {
	background-image: url(../images/details_s.gif);
}

a.icon_download {
	display: block;
	width: 11px;
	height: 11px;

	margin-left: 3px;
	float: left;

	vertical-align: center;

	background-image: url(../images/download_n.gif);
	background-repeat: no-repeat;
}

a.icon_download:hover {
	background-image: url(../images/download_s.gif);
}

a.icon_syndicate {
	display: block;
	width: 11px;
	height: 11px;

	margin-left: 3px;
	float: left;

	vertical-align: center;

	background-image: url(../images/syndicate_n.gif);
	background-repeat: no-repeat;
}

a.icon_syndicate:hover {
	background-image: url(../images/syndicate_s.gif);
}

a.icon_changelog {
	display: block;
	width: 11px;
	height: 11px;

	margin-left: 3px;
	float: left;

	vertical-align: center;

	background-image: url(../images/changelog_n.gif);
	background-repeat: no-repeat;
}

a.icon_changelog:hover {
	background-image: url(../images/changelog_s.gif);
}

a.icon_delete {
	display: block;
	width: 11px;
	height: 11px;

	margin-left: 3px;
	float: left;

	vertical-align: center;

	background-image: url(../images/delete_n.gif);
	background-repeat: no-repeat;
}

a.icon_delete:hover {
	background-image: url(../images/delete_s.gif);
}

a.icon_log {
	display: block;
	width: 11px;
	height: 11px;

	margin-left: 3px;
	float: left;

	vertical-align: center;

	background-image: url(../images/log_n.gif);
	background-repeat: no-repeat;
}

a.icon_log:hover {
	background-image: url(../images/log_s.gif);
}

a.icon_edit {
	display: block;
	width: 11px;
	height: 11px;

	margin-left: 3px;
	float: left;

	vertical-align: center;

	background-image: url(../images/edit_n.gif);
	background-repeat: no-repeat;
}

a.icon_edit:hover {
	background-image: url(../images/edit_s.gif);
}

a.icon_pad {
	display: block;
	width: 11px;
	height: 11px;

	margin-left: 3px;
	float: left;

	vertical-align: center;

	background-image: url(../images/pad_n.gif);
	background-repeat: no-repeat;
}

a.icon_pad:hover {
	background-image: url(../images/pad_s.gif);
}

a.link_download {
	padding-left: 13px;

	background-image: url(../images/download_n.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.link_download:hover {
	background-image: url(../images/download_s.gif);
}

a.link_syndicate {
	padding-left: 13px;

	background-image: url(../images/syndicate_n.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.link_syndicate:hover {
	background-image: url(../images/syndicate_s.gif);
}

a.link_log {
	padding-left: 13px;

	background-image: url(../images/log_n.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.link_log:hover {
	background-image: url(../images/log_s.gif);
}

a.link_changelog {
	padding-left: 13px;

	background-image: url(../images/changelog_n.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.link_changelog:hover {
	background-image: url(../images/changelog_s.gif);
}

a.link_delete {
	padding-left: 13px;

	background-image: url(../images/delete_n.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.link_delete:hover {
	background-image: url(../images/delete_s.gif);
}

a.link_mail_read {
	padding-left: 14px;

	background-image: url(../images/mail/mail_read.gif);
	background-repeat: no-repeat;
	background-position: left center;

	color: #959595;
}

a.link_mail_read:hover {
	color: #FFCC00;
}

a.link_mail_unread {
	padding-left: 14px;

	background-image: url(../images/mail/mail_unread.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.change_log {
	padding-left: 13px;

	background-position: left center;
	background-repeat: no-repeat;
}

.change_log.added {
	background-image: url(../images/change_log/added.gif);
}

.change_log.removed {
	background-image: url(../images/change_log/removed.gif);
}

.change_log.fixed {
	background-image: url(../images/change_log/changed.gif);
}

img.program_icon {
	display: block;
	width: 64px;
	height: 64px;

	float: right;

	position: relative;
	top: -50px;

	margin-right: 5px;
	margin-bottom: 5px;
}
