
/**
 * HOME
 */
	BODY#community.home H2 {
		margin:0 10px 0 10px;
	}
	BODY#community.home .intro {
		margin:0 10px 10px 10px;
	}

/**
 * ANNOUNCES => SEARCH
 */

/**
 * ANNOUNCES => LIST
 */
	BODY#announces.list TABLE.announces {
		width:100%;
	}
	BODY#announces.list TABLE.announces TH {
		padding:3px;
	}
	BODY#announces.list TABLE.announces TH.weight {
		width:60px;
	}
	BODY#announces.list TABLE.announces TH.class {
		width:50px;
	}
	BODY#announces.list TABLE.announces TD {
		padding:3px;
	}
	BODY#announces.list TABLE.announces TD A {
		font-weight:bold;
	}
	BODY#announces.list TABLE.announces TR.line1 {
		background:#F8F8F8;
	}
	BODY#announces.list TABLE.announces TR.line2 {
		background:#E1EDFF;
	}

/**
 * ANNOUNCES => REPLY
 */
	BODY#announces.reply FORM.contact {
	}
	BODY#announces.reply FORM.contact H3 {
	}
	BODY#announces.reply FORM.contact P {
		float:left;
	}
	BODY#announces.reply FORM.contact .text {
		float:right;
		width:450px;
	}
	BODY#announces.reply FORM.contact .email INPUT {
		float:right;
		width:150px;
		margin-right:300px;
	}
	BODY#announces.reply FORM.contact .subject INPUT {
		float:right;
		width:450px;
	}
	BODY#announces.reply FORM.contact .submit {
		clear:both;
		float:right;
	}
	BODY#announces.reply FORM.contact P {
	}
	BODY#announces.reply DIV.relatednews {
		float:right;
		padding:10px;
		width:150px;
		background:#F7F5F5;
		border:1px solid #DFDFDF;
		border-left:4px solid #DFDFDF;
		color:#5E5E5E;
	}
	BODY#announces.reply DIV.relatednews H3 {
		margin:-10px -10px 10px -10px;
		padding:2px;
		background:#DFDFDF;
		color:#5E5E5E;
		font-size:10px;
	}
	BODY#announces.reply DIV.relatednews A {
		font-weight:bold;
		color:#5E5E5E;
	}

/**
 * CLUBS => CLUB
 */
	BODY#clubs.club FORM.contact {
	}
	BODY#clubs.club FORM.contact H3 {
	}
	BODY#clubs.club FORM.contact P {
		float:left;
	}
	BODY#clubs.club FORM.contact .text {
		float:right;
		width:450px;
	}
	BODY#clubs.club FORM.contact .email INPUT {
		float:right;
		width:190px;
		margin-right:260px;
	}
	BODY#clubs.club FORM.contact .subject INPUT {
		float:right;
		width:450px;
	}
	BODY#clubs.club FORM.contact .submit {
		clear:both;
		float:right;
	}
	BODY#clubs.club FORM.contact P {
	}


/**
 * COMMUNITY - home
 */
	#community #title {
		font-size:16px;
		font-weight:bold;
		background:#FFFFFF;
		margin-top:5px;
		margin-left:-3px;
		margin-right:-3px;
		padding:2px 0 2px 5px;
	}
	#community #blogs #title,#community #fighters #title,#community #clubs #title,#community #emails #title {
		border-top:1px solid #004372;
		border-bottom:1px solid #004372;
	}
	#community #annonces #title,#community #forums #title {
		border-top:1px solid #9FCBF7;
		border-bottom:1px solid #9FCBF7;
	}
	#community #fighters {
		background:#99CCFF;
		border:1px solid #004372;
		padding:3px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#community #blogs {
		margin-top: 10px;
		background:#99CCFF;
		border:1px solid #004372;
		padding:3px;
		-moz-border-radius:10px;
	}
	#community #annonces {
		margin: 0 10px;
		background:#E7F0F8;
		border:1px solid #9FCBF7;
		padding:3px;
		-moz-border-radius:10px;
	}
	#community #forums {
		margin: 10px 10px;
		background:#E7F0F8;
		border:1px solid #9FCBF7;
		padding:3px;
		-moz-border-radius:10px;
	}
	#community #clubs {
		background:#99CCFF;
		border:1px solid #004372;
		padding:3px;
		-moz-border-radius:10px;
	}
	#community #emails {
		margin-top: 10px;
		background:#99CCFF;
		border:1px solid #004372;
		padding:3px;
		-moz-border-radius:10px;
	}

/**
 * COMMUNITY - fighters
 */
	#community #fighters UL,#community #blogs UL,#community #clubs UL,#community #emails UL {
		margin:0px;
	}
	#community #fighters LI,#community #blogs LI,#community #clubs LI,#community #emails LI {
		list-style-type:none;
	}
	#community #fighters {
	}
	#community #forums UL,#community #annonces UL {
		margin-left:3px;
	}
	#community #forums LI,#community #annonces LI {
		padding-top:1px;
		padding-bottom:1px;
		list-style-type:none;
		background:url(/themes/default/img/blocks/4/bullet.gif) 0px 5px no-repeat;
		padding-left:10px;
	}
	#community #forums A.title {
		font-weight:bold;
	}
	#community #forums A.username {
		font-style:italic;
	}
	/**
	 * COMMUNITY - fighters - actions bar
	 */
		BODY#fighters.fighter UL.actions {
			padding-bottom:23px;
			list-style-type: none;
		}
		BODY#fighters.fighter UL.actions2 {
			padding-top:15px;
			list-style-type: none;
		}
		BODY#fighters UL.actions3 {
			list-style-type: none;
		}
		BODY#fighters.fighter UL.actions LI,
		BODY#fighters.fighter UL.actions2 LI,
		BODY#fighters UL.actions3 LI {
			border:1px solid #848284;
			height:14px;
			padding-right:2px;
			margin-right:3px;
			float:right;
			color:#848284;
			cursor: pointer;
		}
		BODY#fighters.fighter UL.actions LI:hover,
		BODY#fighters.fighter UL.actions2 LI:hover,
		BODY#fighters UL.actions3 LI:hover {
			border:1px solid #333333;
		}
		BODY#fighters.fighter UL.actions LI.send,
		BODY#fighters.fighter UL.actions2 LI.send {
			background:#F2F2F6 url(/themes/default/img/news/actions/bg_send.gif) -1px -1px no-repeat;
			padding-left:20px;
		}
		BODY#fighters.fighter UL.actions LI.print,
		BODY#fighters.fighter UL.actions2 LI.print {
			background:#F2F2F6 url(/themes/default/img/news/actions/bg_print.gif) -1px -1px no-repeat;
			padding-left:17px;
		}
		BODY#fighters.fighter UL.actions LI.save,
		BODY#fighters.fighter UL.actions2 LI.save,
		BODY#fighters UL.actions3 LI.save {
			background:#F2F2F6 url(/themes/default/img/news/actions/bg_save.gif) -1px -1px no-repeat;
			padding-left:11px;
		}
		BODY#fighters.fighter UL.actions LI.forum,
		BODY#fighters.fighter UL.actions2 LI.forum {
			background:#F2F2F6 url(/themes/default/img/news/actions/bg_forum2.gif) -1px -1px no-repeat;
			padding-left:17px;
		}
		BODY#fighters.fighter UL.actions A,
		BODY#fighters.fighter UL.actions2 A,
		BODY#fighters UL.actions3 A {
			color:#848284;
			text-decoration:none;
		}
		BODY#fighters.fighter UL.actions A:hover,
		BODY#fighters.fighter UL.actions2 A:hover,
		BODY#fighters UL.actions3 A:hover {
			color:#333333;
			text-decoration:none;
		}