/*|||||||||||||||||||||||||||||||||| 
Styles for team manager
Kemie Guaida - Mar 06
http://www.monolinea.com
||||||||||||||||||||||||||||||||||*/
/* General styles, body, links
====================================================================================*/
body{
	background-color: #EFCD13;
	background-image: url(../img/bg_pg.png);
	background-repeat: repeat-x;
	color: #333333;
	font: normal 12px/18px Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

html{
	padding-bottom: 10px;
}

td, select, input, select, textarea {
	font: 12px Arial,Helvetica,sans-serif;
}

input, textarea{
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 2px;
}

input:focus, textarea:focus{
	border: 1px solid #C7AA0C;
}

a{
	color: #333333;
	outline: none;
}

a:visited{
	color: #333333;
}

a:hover, a:visited:hover{
	color: #C7AA0C;
	text-decoration: underline;
}

a:active{
	color: #CB3D25;
}

a img{
	border: 0;
}

td, th{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

ul{
	margin: 5px 10px 5px 25px;
	padding: 0 5px;
}

ul ul{
	margin: 5px;
}

li{
	margin: 0;
	padding: 0;
}

p{
	margin: 0;
	padding: 6px 8px;
}

form{
	margin: 0;
	padding: 0;
}

hr{
	background-color: #FFFFFF;
	border-top: 1px solid black;
	color: white;
	height: 1px;
	margin: 0;
}

/* Headers
====================================================================================*/
h1{
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 8px;
	text-align: left;
}

h2{
	float: left;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1.5px;
	line-height: 1em;
	margin: -8px 2px 0px 2px;
	padding: 0;
}

/* only IE mac will see this */
* html>body h2{
	clear: left;
	font-size: 29px;
	text-align: left;
	width: 340px;
}

h3{
	clear: left;
	color: #000000;
	font-size: 16px;
	margin: 12px 0px 4px 0;
	padding: 4px;
}

h3 a{
	float: right;
	margin-left: 15px;
}

h4{
	background-color: #000000;
	clear: both;
	color: white;
	font-size: 9px;
	line-height: 8px;
	margin: 0;
	padding: 5px 8px;
	text-transform: uppercase;
}

h5{
	font-size: 14px;
	margin: 5px 8px;
	padding: 0;
}

h6{
	background-color: #F0F0F0;
	font-size: 13px;
	margin: 0;
	padding: 5px 8px;
}

/*-------------------- common classes---------------------*/ 
.clearme:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.small{
	font-size: 10px;
}

.error{
	background-color: #F4D7CE;
	background-image: url(../img/bg_error.gif);
	border: 1px solid #CB3D25;
	color: #000000;
	margin: 2px;
	padding: 0;
}

.error h3{
	background-color: #CB3D25;
	color: white;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	padding: 1px 6px;
	text-transform: uppercase;
}

/* Layout
====================================================================================*/
#container{
	width: 900px;
	margin:0 auto;
}
#ad{
	width: 150px;
	float:right;
	margin-top: 129px;
	background-image: url(../img/txt_annons.gif);
	background-repeat: no-repeat;
	padding-top:10px;
	text-align: center;
}
#ad img{
	margin:5px auto;
}
#main{
	background-color: #FFFFFF;
	background-image: url(../img/bg_main.png);
	background-position: right;
	background-repeat: repeat-y;
float:left;
	margin: 0 0 0 16px;
	padding: 1px 10px 0 0;
	text-align: left;
	width: 686px;
}

#header{
	background-image: url(../img/gr_header.png);
	background-position: 8px 0;
	background-repeat: no-repeat;
	height: 129px;
	margin: 8px 0 0 0;
	position: relative;
	float:left;
	width: 730px;
}

#header h2{
	margin: 0;
	padding: 0;
}

#header h2 a{
	float: left;
	height: 108px;
	margin: 4px 20px;
	text-indent: -4000px;
	width: 226px;
}

#content{
	background-color: #FFFFFF;
	clear: both;
	margin: 0 15px;
	padding: 5px 0px 5px 0;
}

#col1{
	display: inline;
	float: left;
	margin-left: 1px;
	margin-right: 15px;
	width: 243px;
}

#col2{
	clear: none;
	display: inline;
	float: left;
	margin-left: 1px;
	margin-right: 14px;
	width: 221px;
}

#colside{
	clear: right;
	float: right;
	width: 231px;
}

/*#col3b{
	clear: none;
	display: inline;
	float: left;
	margin-left: 1px;
	width: 160px;
}*/
.col21{
	background-image: url(../img/bg_2col1.gif);
	background-repeat: repeat-y;
	min-height: 250px;
}

#colmain, .colmain{
	display: inline;
	float: left;
	margin-left: 1px;
	width: 408px;
}

.colmain li{
	font-size: 11px;
	list-style-image: url(../img/bullet_home.png);
}

#colmain h4{
	border-bottom: 3px solid #56893B;
	color: white;
	padding-bottom: 2px;
}

#colfull{
	background-color: #FFFFFF;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#footer{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
	padding: 2px;
	text-align: center;
	clear:both;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #F1DA52;
	text-decoration: underline;
}

/* Nav
====================================================================================*/
#nav{
	bottom: 10px;
	margin: 15px;
	padding: 0;
	position: absolute;
	right: 25px;
}

#nav li{
	border-right: 1px solid #555555;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 4px;
}

#nav li a{
	border: none;
	color: #EFCD13;
	float: left;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover{
	background-image: none;
	color: #F3E38A;
}

#navKontakt{
	border-right: none !important;
}

/* Team Header
====================================================================================*/
#teamheader{
	background-color: transparent;
	background-image: url(../img/bg_teamheader.png);
	background-repeat: no-repeat;
	float: left;
	padding: 26px 0 0 0;
	width: 408px;
}

/* only IE mac will see this */
* html>body #teamheader {
	height: 40px;
}

#teamheader select{
	float: right;
	font-size: 11px;
	margin-left: 4px;
	margin-top: -2px;
}

/*-------------------- home---------------------*/ 
.homecontent{
	background-image: url(../img/bg_home.png);
	background-position: bottom;
	background-repeat: no-repeat;
	min-height: 400px;
	padding-bottom: 75px !important;
	padding-top: 0 !important;
}

#login{
	background-image: url(../img/bg_login.png);
	background-repeat: no-repeat;
	color: white;
	float: right;
	height: 115px;
	margin: 5px 0;
	padding: 18px 14px 14px 20px !important;
	width: 172px !important;
}

#login.maillist{
}

#login label{
	clear: left;
	float: left;
	font-size: 10px;
	padding-right: 5px;
	width: 40px;
}

.hidelabel {
}

#login p{
	margin: 0;
	padding: 4px 0;
}

#login input{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 118px;
}

#login input:focus{
	border: 1px solid #EFCD13;
}

#login input.button{
	background-color: #1A1A1A!important;
	border: none !important;
	clear: none;
	display: inline;
	margin: 0;
	padding: 0;
	width: auto !important;
}

input.btn, a.btn{
	background-color: #EFCD13;
	background-image: url(../img/bg_btn.png);
	background-position: 0 1px;
	background-repeat: repeat-x;
	border: 1px outset #C7AA0C;
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	padding: 1px 4px;
	text-transform: uppercase;
}
.btn[disabled], input.disabled, .disabled {
	background-image: none !important;
	background-color: #D7D7D7 !important;
	border: 1px outset #CCCCCC !important;
	color: #FFFFFF !important;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	padding: 1px 4px;
	text-transform: uppercase !important;
	overflow:hidden;
	
}

a.btn{
	float: right;
	margin-bottom: 4px;
	text-decoration: none;
	line-height:12px;
}

.btn:hover, a.btn:visited:hover{
	color: black;
	text-decoration: none;
	border: 1px outset #AE960A;
}

input.greenbtn{
	background-color: #56893B;
	background-image: url(../img/bg_btngreen.png);
	background-repeat: repeat-x;
	border: 1px outset #487630;
	color: white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	padding: 1px 3px;
	text-transform: uppercase;
}

input.redbtn{
	background-color: #CB3D25;
	background-image: url(../img/bg_btnred.png);
	background-repeat: repeat-x;
	border: 1px outset #A0311D;
	color: white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	padding: 1px 3px;
	text-transform: uppercase;
}
a.redbtn{
	background-color: #CB3D25;
	background-image: url(../img/bg_btnred.png);
	background-repeat: repeat-x;
	border: 1px outset #A0311D;
	color: white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	padding: 1px 3px;
	text-transform: uppercase;
	text-decoration: none;
	display:inline-block;
	display: -moz-inline-box;
}
a.redbtn:hover{
	color:white;
}

#login .btn{
	width: auto;
}

#signup{
	background-image: url(../img/bg_register.png);
	background-repeat: no-repeat;
	color: black;
	display: inline;
	float: right;
	height: 60px;
	line-height: 1.2em;
	margin: 5px 0;
	padding: 36px 85px 0px 8px;
	position: relative;
	right: -15px;
	width: 124px;
}

#signup a{
	color: black;
	font-weight: bold;
}

#signup a:hover{
	color: #56893B;
	font-weight: bold;
}

#signup p{
	margin: 0;
	padding: 8px;
}

.fullwidth{
	width: 100%;
}

/*-------------------- team page---------------------*/ 
h4.kommer{
	border-bottom: none !important;
	border-right: 50px solid #56893B;
}

h4.intekommer{
	border-bottom: none !important;
	border-right: 50px solid #CB3D25;
}

#playerscoming{
	clear: left;
	float: left;
	margin-bottom: 10px;
	width: 200px;
	
	padding:0;
}
#playerscoming li{
list-style: none;
margin:0;
}

#playersnotcoming{
	clear: right;
	float: right;
	margin-bottom: 10px;
	width: 200px;
	padding:0;
	border-left: 1px solid black;
}

li.kommertitle{
	background-color: #000000;
	padding: 0 !important;
}

/* ----- unorder list specific ----- */
   ul.stripelists {
	background: #FFFFFF;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

	.stripelists li.lm_over, tr.tm_over{
}

	.stripelists li {
	border-top: 1px solid #FFFFFF;
	display: block;
	margin: 0;
	padding: 2px 4px;
}

.lm_even, .even{
	background-color: #EAEAEA;
	color: black;
}

.stripetables td{
	padding: 2px 4px;
}

.stripetables th{
	background-color: #C7AA0C;
	color: white;
	padding: 2px 4px;
}

.stripetables input{
	max-width: 150px;
	width: 150px;
}

.thintable td{
	font-size: 11px;
	padding: 2px !important;
}

/*-------------------- admin page ---------------------*/ 
#messagetxt{
	margin: 15px 10px;
	width: 202px;
}

/*-------------------- speldagar ---------------------*/ 
.newsbox{
	height: 220px;
	overflow: auto;
}

.newsbox p{
	margin: 5px;
}

.lasmer{
	border-top: 1px dotted black;
	font-size: 11px;
}

.lasmer a{
	float: right;
	font-weight: bold;
}

/*-------------------- menu---------------------*/ 
#menu{
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	float: right;
	padding-bottom: 8px;
	width: 400px;
}

#loggaut{
	float: right;
}

.admin, .tadmin{
	background-image: url(../img/bg_admin.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

li.admin, td.admin, li.tadmin{
	padding-left: 12px !important;
}

.installning{
	padding: 10px;
}

.installning label{
	float: left;
	font-weight: bold;
	width: 115px;
}

.installning p{
	clear: left;
}

.rightform{
	float: right;
	width: 220px;
}

.teamtable td{
	font-size: 11px;
}
.teamtable img{
	vertical-align: middle;
	margin-right:5px;
}

.timetable{
	margin: 10px auto;
	width: 95%;
}

.timetable td{
	padding: 2px;
	text-align: center;
}

.timetable th{
	background-color: #F6F6F6;
	border-bottom: 1px solid white;
	border-right: 2px solid white;
	text-align: center;
}

.datelabel{
	font-weight: bold;
	padding-left: 5px;
	padding-right: 20px;
}

.requirements{
	float: right;
	margin-top: 10px;
	width: 210px;
}

.requirements th{
	background-color: #F6F6F6;
	border-bottom: 2px solid white;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	padding: 4px 6px;
	text-align: left;
}

.requirements td{
	padding: 2px;
	text-align: right;
	vertical-align: top;
	width: 65px;
}

/* ================== KEMIE 22 MAYO =========================== */
.teamdesc{
	background-color: transparent;
	clear: both;
	color: #555555;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0;
	padding: 4px;
}

/* ================== LA MANO DEL MANOLO =========================== */
/*-------------------- logout ---------------------*/ 
#logoutmain {
	position: absolute;
	right: 0px;
	top: 8px;
}

#logoutmain a:link, #logoutmain a:visited {
	background-color: #F6F6F6;
	background-image: url(../img/bg_btnlogout.png);
	background-repeat: no-repeat;
	border: 1px outset #7E7E7E;
	color: #ffffff;
	display: block;
	font-size: 10px;
	padding: 1px 4px;
	text-decoration: none;
	text-transform: uppercase;
}

#logoutmain a:hover {
	color: #CB3D25;
}

/*-------------------- formulario ---------------------*/ 
.generalform fieldset {
	margin: 10px 15px;
}

.generalform p.inputset {
	clear: left;
}

.inputset label, label.label {
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	width: 80px;
}
th.label{
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	background-color: #F0F0F0;
}
th.label2{
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
	background-color: #F0F0F0;
	width: 32%;
}
.nolabel{
	padding-left: 90px;
}

#colside .inputset label{
	width: 80px;
}

input.noborder {
	border: none !important;
}

.inputset .inputholder {
	display: block;
	margin-left: 80px;
}

.inputholder em {
	font-size: 80%;
}

/*-------------------- userbar ---------------------*/ 
#userbar {
	background-image: url(../img/bg_usernav.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin: 5px 0px 15px 0;
	padding: 18px 0 0 0px;
	position: relative;
	width: 232px;
}

#userbar h3 {
	color: #7E7E7E;
	font-size: 20px;
	margin: 0;
	padding: 14px 5px 0px 5px;
}

ul#usernav, ul#mainnav{
	margin: 0 0px 0 0;
	padding: 5px 0 0 0;
}

ul#usernav{
	float: right;
	width: 232px;
}

ul#mainnav{
	float: left;
	width: 408px;
}

ul#usernav li, ul#mainnav li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0px 4px -1px 0;
	padding: 0;
	position: relative;
}

ul#usernav li a:link, ul#usernav li a:visited, ul#mainnav li a, ul#mainnav li a:visited {
	background-color: #555555;
	background-image: url(../img/bg_taboff.gif);
	background-repeat: repeat-x;
	border: 1px solid black;
	color: #EAEAEA;
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

ul#usernav li a:hover, ul#mainnav li a:hover {
	color: white;
}

ul#usernav li a.active, ul#usernav li a.active:visited, ul#mainnav li a.active, ul#mainnav li a.active:visited {
	background-color: #ffffff;
	background-image: none;
	border-bottom: 1px solid white !important;
	color: #56893B;
	font-weight: bold;
}

ul#usernav li a.active:hover, ul#mainnav li a.active:hover {
	color: black;
}

ul#usernav li a span, ul#mainnav li a span {
	background-image: url(../img/bg_tabcorner.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 2px 4px;
}

ul#usernav li a.active span, ul#mainnav li a.active span {
	background-image: none;
}

/*-------------------- user start ---------------------*/ 
.mwright {
	clear: left;
	float: right;
	width: 200px;
}

.mwleft {
	clear: left;
	margin-right: 210px;
}

/*-------------------- speltillfalle ---------------------*/ 
/*-------------------- misc ---------------------*/ 
.clearer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}

.complexform {
	margin: 5px 10px;
	width: 97%;
}

.complexform td {
	padding: 2px 3px;
	vertical-align: middle;
}

.complexform td.label {
	background-color: #f0f0f0;
	font-weight: bold;
}

#confdata {
	display: none;
}

#playerscoming, #playersnot{
	line-height: 1em;
}

.mininote {
	color: #555555;
	font-size: 9px;
	line-height: 1em;
}

/* ================== FIN DE LA MANO DEL MANOLO ==================== */
#menus{
	background-image: url(../img/bg_userbar_h1.gif);
	background-position: bottom; /*	display: inline;*/
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	clear: both;
	height: 100%;
	margin-bottom: 5px;
}

/*-------------------- fechas---------------------*/ 
.dateblock{
	background-image: url(../img/bg_dateblock.png);
	background-repeat: no-repeat;
	border: 1px solid #7E7E7E;
	border-left-color: #B0B0B0;
	border-top-color: #B0B0B0;
	clear: left;
	float: left;
	line-height: 1.2em;
	margin-right: 10px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	width: 30px;
}

	
.dateblock em{
	border-bottom: 1px solid #A8A8A8;
	display: block;
	font-size: 10px;
	font-style: normal;
	margin: -2px -1px 2px -1px;
	text-transform: uppercase;
}

.dateblock strong{
	font-size: 16px;
}

.upcoming{
	border-bottom: 1px solid #EAEAEA;
}

.gamehead a{
	text-decoration: none;
}

.gamebrief{
	font-weight: bold;
	text-decoration: none;
}

.gamebrief em{
	color: #7E7E7E;
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-left: 46px;
	text-decoration: none;
}

#curgame .gamehead{
}

#curgame{
}

#curgame .gamebrief{
	color: #56893B;
	font-size: 15px;
}

.hideme {
	display: none;
}

.kommerform{
	padding: 6px;
}

.kommerform label{
	margin-left: 3px;
}

/*-------------------- help---------------------*/
a.help, a.help:visited, a.help:active{
	color: white;
	float: right;

	font-size: 10px;
	font-weight: bold;
	line-height: 9px;
	padding: 5px 8px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	top: -22px;
}

a.help2{
	background-color: #D7D7D7;
	top: -26px;
}

a.help:hover, a.populink:hover{
	background-color: #487630;
	color: white;
	text-decoration: none;
}

.popup{
	background-color: white;
	border: 2px solid #56893B;
	filter: alpha(opacity=90);
	left: 0;
	min-height: 2em;
	min-width: 2em;
	-moz-opacity: .9;
	opacity: .9;
	padding: 0px;
	position: absolute;
	top: -1px; /*right:170px;*/
}

a.popuplink, a.popuplink:visited{
	background: #487630;
	color: white;
	position: relative;
	text-decoration: none;
}

.popup iframe{
	background-color: transparent;
	border: none;
	filter: alpha(opacity=90);
	height: 99%;
	-moz-opacity: .9;
	opacity: .9;
	overflow-x: hidden;
	overflow-y: auto;
	width: 99%;
}

#userbar .help, #teamheader .help{
	background-color: #FFFFFF;
	color: black;
	padding: 2px 8px;
}

#termslink{
	color: #C7AA0C;
	float: none;
	font-size: 1em;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	top: 0;
}

#userbar .help:hover, #userbar .popuplink, #teamheader .help:hover, #teamheader .popuplink{
	background-color: #56893B;
	color: white;
	padding: 2px 8px;
}

	/*-------------------- welcome---------------------*/
	.invitation{
	: s;
	border-bottom: 1px solid #D7D7D7;
	font-size: 11px;
}

	.inviteform{
	padding: 4px;
	text-align: right;
}

	.teamlist ul{
	font-size: 15px;
	margin: 2px;
	padding: 0;
}

	.teamlist li{
	background-color: #F0F0F0;
	border-bottom: 2px solid white;
	display: block;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 2px 4px;
}

.teamlist li a, .teamlist a:visited{
	color: #56893B;
}

#tasklist{
	background-color: #F6F6F6;
	border: 1px solid #F0F0F0;
	margin: 6px 2px;
	padding: 6px;
}

#tasklist h3{
	border-bottom: 2px solid #EFCD13;
	margin-top: 0;
	padding-top: 0;
}

#tasklist ul{
	margin: 0;
	padding: 0 6px;
}

#tasklist li{
	background-image: url(../img/bullet_home.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	list-style: none;
	margin: 6px 0;
	padding: 0 12px;
}

/*-------------------- domcollapse---------------------*/ 
/*--------------------  domCollapse styles ---------------------*/ 
.trigger, .triggerexpanded{
	cursor: pointer;
	cursor: hand;
	padding: 0;
	text-decoration: underline;
}

.trigger a, .triggerexpanded a{
	float: left;
	margin: 0 6px 0 6px;
}

		.triggerhover{
	color: #56893B;
	cursor: hand;
}

		
		.elementnormal{
	left: 0;
	position: static;
	top: 0;
}

		.elementcollapsed{
	height: 1px;
	left: -9999em;
	position: relative;
	top: -999999em;
	top: 0;
}

.importantnote{
	background-color: #CB3D25;
	color: white;
	padding: 8px;
	text-align: center;
}

.chpass input{
	border: 1px solid #CB3D25;
}

/*-------------------- nuevo home---------------------*/
.favlink{
	color: #C1C1C1;
	float: right;
	font-size: 9px;
	line-height: 1.2em;
	margin: 35px 45px 0 0;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}

.favlink:hover{
	color: white;
	text-decoration: underline;
}
#pending{
	margin-left:15px;
}
#pending li{
	background-image: url(../img/bullet_date.png);
	background-position: 0 0;
	margin-left:15px;
	padding-left: 20px;
}
/*-------------------- rss---------------------*/ 
.rss p{
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
}
.rss a{
	font-weight: bold;
}
.rss_footer{
	background-color: #7E7E7E;
}
.rss_footer a{
	color:white;
}
/*-------------------- mailform---------------------*/ 
#teammail{
	float:left;
	margin-top:10px;
}
.mailsent{
	border:1px solid #56893B;
	background-color: #ECF6E4;
	clear:both;
	margin: 10px;
	font-weight: bold;
	color: #487630;
}
.abusewarning{
	float:right;
	background-color: #F4D7CE;
	background-image: url(../img/bg_error.gif);
	border: 1px solid #CB3D25;
	color: #000000;
	margin: 15px 10px 0 0;
	padding: 4px;
	width: 210px;
}
