body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;	
	margin:0px;
	padding: 0px;	
	background-color: #eff2f4;
	background-image: url(images/bk_hd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
form {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

/* input, */
input{
	margin: 1px;
	padding: 1px;
} 
textarea {
	background-color: #FFFFFF;
	border: 1px solid #99CC66;
	font-family: Arial;
	font-size: 11px;
	margin: 2px;
	padding: 2px;
}
fieldset {
	margin-top: 7px;
	-moz-border-radius: 8px;
}
/* Default links */
a:link {
	color: #224a66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a:visited {
	color: #6696b8;
	text-decoration:underline;
}
a:hover {
	color: #ff003c;
	text-decoration:underline;
}
/* Width of the site */
.main {
	width: 900px;
	padding: 0px;
}
/* Top menu */
.top {
	padding: 0px;
	text-align: center;
	background-color: #272E7F;
	height: 24px;
}
.top_left {
    color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
	float: left;
}
.top_right {
    color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: right;
	float: right;
}
.top_link:link {
	color: #FFFFFF;
	text-decoration: none;
}

.top_link:visited {
    color: #FFFFFF;
	text-decoration: none;
}

.top_link:hover {
    color: #FFFFFF;
	text-decoration: underline;
}
/* Header of the site */
.header {
	background-image: url(images/header.jpg);
	height: 103px;
	text-align: left;
}
.header_menu {
    color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	position:relative;
	left:15px;
	top:73px;
	z-index: 1;
}
.header_link:link {
	color: #FFFFFF;
	text-decoration: none;
}

.header_link:visited {
    color: #FFFFFF;
	text-decoration: none;
}

.header_link:hover {
    color: #FF6347;
	text-decoration: none;
}
/* Content part of the site */
.content {
	width: 100%;
}
/* Error box */
.error_box {
	border: 1px solid #FF3300;
	margin-bottom: 4px;
	font-family: Arial;
	font-size: 11px;
	color: #FF3300;
	text-align: left;
    padding: 3px;
}
/* Links of content box headers */
.contentheaderlink:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.contentheaderlink:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.contentheaderlink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Content box */
.content_box {
	border: 1px solid #0099CC;
	margin-bottom: 5px;
}
.content_box_header {
	background: #0099CC url(images/topbar.png);
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	padding-left: 4px;
	margin: 2px;
	text-indent: 3px;
	
}
.content_box_2 {
	    margin-bottom: 5px;
}
.content_box_2_header {
	background: #99CC66 url(images/topbar2.png);
	margin: 2px;
	padding: 2px;
	padding-left: 4px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}
.box_text {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: left;
                padding: 3px;
	border: 1px solid #4D84AA;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
.r_box_text {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: left;
                padding: 3px;
	border: 1px solid #FF003C;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
.content_text_left {
	float: left;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.content_text_right {
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* Columns of files on index page */
.index_right_files_column {
	float: right;
	width: 49.5%;
}
.index_left_files_column {
	float: left;
	width: 49.5%;
}
.index_files_box_right {
	float: right;
	width: 75%;
	margin-bottom: 2px;
}
.index_files_box_left {
	float: left;
	width: 25%;
	margin-bottom: 2px;
}
.played {
	font-family: Arial;
	font-size: 9px;
}
/* Related files */
.related_files_right {
	float: right;
	width: 88%;
	margin-bottom: 2px;
}
.related_files_left {
	float: left;
	width: 12%;
	margin-bottom: 2px;
}
/* Links to files */
.file_link:link {
	color: #ff003c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.file_link:visited {
	color: #ff003c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
.file_link:hover {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
/* Comments boxes */
.comment_box {
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #99CC66;
}
/* File boxes on browse page */
.browse_file_box {
	background: #F0F8FF;
	padding: 3px;
}
/* Champion of the game */
.champion_box {
	border: 1px solid #99CC66;
    margin-bottom: 8px;
    padding: 2px;
	text-align: center;
	background: url(images/cup.gif);
	background-repeat: no-repeat;
	background-position: 25% 50%;
}
/* Text on framed file page */
.frame_text {
    width: 49%;
	padding: 4px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.frame_link:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.frame_link:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.frame_link:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/* Menu of private messages */
.private_messages_menu {
	border: 1px solid #99CC66;
	background-color: #FFFFFF;
	margin-bottom: 4px;
    padding: 4px;
    text-align: left;
}
.compose_pm_right {
	float: right;
	width: 80%;
}
.compose_pm_left {
	float: left;
	width: 17%;
	font-weight: bold;
}
/* Quoted text in PMs */
.quote {
	border: 1px dotted #009933;
	margin: 2px;
	margin-bottom: 6px;
	padding: 3px;
	text-align: left;
}
/* Redirection box */
.redirection_box {
	border: 1px solid #336699;
	background: #FFFFFF; 
	margin-top: 50px;
	padding: 5px;
	width: 400px;
	text-align: center;
}
/* Registration form */
.register_right {
	margin-bottom: 1px;
	font-weight: bold;
	float: right;
	width: 70%;
}
.register_left {
	margin-bottom: 1px;
	font-weight: bold;
	float: left;
	width: 30%;
}
/* popup boxes will look like this */
.popup_box {
	border: 1px solid #000000;
	background: #FFFFFF;
	margin: 5px;
	padding: 3px;
}
/* Normal ad box */
.ad_box {
	border: 1px solid #0099CC;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: center;
    padding: 3px;
}
/* Ad box on file page */
.ad_box_2 {
	border: 1px solid #99CC66;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: center;
    padding: 3px;
    margin-bottom: 5px;
}
/* Line between news */
.news_line {
	border-top: 1px dotted #3399CC;
	margin-top: 5px;
}
/* Member list table */
.member_list {
	width: 100%;
	border: 0px;
	font-family: Arial;
	font-size: 11px;
	padding: 2px;
}
/* Footer part of the site */
.footer {
	background-image: url(images/footer.png);
	height: 42px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
}
.footer_text {
    color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	padding-top: 14px;
	text-align: center;
}
.footer_link:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.footer_link:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.footer_link:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


/* downbroad */
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #21557a;
	border-width: 0px;
}
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #21557a;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4d84aa;
	border-right-color: #4d84aa;
	border-bottom-color: #4d84aa;
	border-left-color: #4d84aa;
	padding-left: 4px;
}
.title1 {
	font-size: 12px;
	font-weight: bold;
	color: #FF003C;
}

.head {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: right;
}
.box_title {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/box_t_bk.jpg);
	background-repeat: repeat-x;
	text-indent: 3px;
}
.r_box_title {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/r_box_t_bk.jpg);
	background-repeat: repeat-x;
	text-indent: 3px;
}
.breadcrumb {
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration:none;
}
a.breadcrumb {
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration:none;
}
a.breadcrumb:link {
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration:none;
}
a.breadcrumb:hover {
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration:underline;
}
a.breadcrumb:visited {
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration:none;
}.box_t_l {
	background-image: url(images/box_t_l.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 10px;
}
.r_box_t_l {
	background-image: url(images/r_box_t_l.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 10px;
}
.box_content {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4d84aa;
	border-bottom-color: #4d84aa;
	border-left-color: #4d84aa;
}

.box_t_r {
	background-image: url(images/box_t_r.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 10px;
}
.r_box_t_r {
	background-image: url(images/r_box_t_r.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 10px;
}
a.link2:link {
	color: #ff003c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a.link2:hover {
	color: #000000;
	text-decoration:underline;
}

a.link2:visited {
	color: #ff698c;
	text-decoration:underline;
}
a.linkcat:link {
	color: #ff003c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a.linkcat:hover {
	color: #000000;
	text-decoration:underline;
}

a.linkcat:visited {
	color: #ff698c;
	text-decoration:underline;
}
a.head {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
}
a.head:link {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
}
a.head:hover {
	color: #ff003c;
	text-decoration:none;
	font-size:10px;
}
a.main_menu {
	color: #ff003c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
a.main_menu:link {
	color: #ff003c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
a.main_menu:hover {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
.box_margin {
	width: 10px;
}
.box_content_table1 {
	padding-top: 2px;
	padding-bottom: 2px;
}
.box_content_table2 {
	background:#f1f5f8;
	padding-top: 2px;
	padding-bottom: 2px;
}
.search_bk {
	background-image: url(images/bk_search.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu_bk {
	background-image: url(images/menu_bk.jpg);
	background-repeat: repeat-x;
}
.button_bk {
	height: 20px;
	background-image: url(images/button_bk.jpg);
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat-x;
}
.magenta {
	color: #FC003C;
}
.spacer {
	background-color: #B7CAD9;
	height: 3px;
}

.magenta_bold {
	font-weight:bold;
	color: #FC003C;
}

a.button_bk {
	padding: 4px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	text-align: center;
	vertical-align: middle;
}
a.button_bk:hover {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-weight:bold;
	font-size:10px;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
}
.box_content2 {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4d84aa;
	border-bottom-color: #4d84aa;
	border-left-color: #4d84aa;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#cloudwrapper { 
	border: 1px #ccc solid; 
	background-color: #f8f8f8; 
	padding: 5px; 
}
.tag_cloud{ 
	padding: 3px; 
	text-decoration: none; 
}
.tag_cloud:link{ 
	color: #224A66; 
}
.tag_cloud:visited { 
	color: #6696B8; 
}
.tag_cloud:hover { 
	color: #ffffff; 
	background: #FF003C; 
}
.tag_cloud:active { 
	color: #ffffff; 
	background: #6696B8; 
}
