/*
+---------------------------------------------------------------+
|
|       Style.css for Clan Info Menu
|
|	?Roger Wallin (bad_dud)
|	http://www.baddud.sytes.net
|	
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
|
|      *** Create a copy if you want to change this file ***
|  > Do not forget to save a copy of this file before you upgrade CIM <
|  > to a new version if you made some change                     <
|
+------------------------------------------------------------------+
*/
/* IMPORTENT
+------------------------------------------------------------------+
|
| DO NOT REMOVE OR CHANGE CLASS NAME ON THOSE LINE BELLOW DUE OF SPECIAL CSS
| CLASS IN CIM
|           
+------------------------------------------------------------------+
*/

/*========= Main border ===================================*/

.cimfborder {
          border: #000000 1px solid;
          background-color: #7CA7E7;
	  padding-bottom: 2px;
          padding-left: 8px;
          padding-right: 0px;
          padding-top: 2px;
          border-top: #6396E2 outset white;
          border-bottom: #6396E2 outset gray;
          border-left: #6396E2 outset white;
          border-right: #6396E2 outset gray;
}

/*============ Main Header ===================================================*/

.cimforumheader {
      font: 12px verdana, tahoma, arial, helvetica, sans-serif;
      font-weight: bold;
      color: #000000;
      background-color: #EDEEF0;
      border: #000000 1px solid;
}

/*========= Main second header =============================*/

.cimforumheader2 {
      background-color: #EDEEF0;
      font: 12px verdana, tahoma, arial, helvetica, sans-serif;
     // font-weight: bold;
      color: #000000;
      border: #000000 1px solid;
}

/*========= Main third header =====================*/

.cimforumheader3 {
	background-color: #FCFCF3;
        font: 12px  verdana, tahoma, arial, helvetica, sans-serif;
        //font-weight: bold;
	color: #000000;
	border: #000000 1px solid;
}

/*========== tbox ===============================*/
.cimtbox{
	font: 10px  verdana, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	text-indent:2px;
	border: #000000 1px solid;
}

/* ========= Button ===========================*/
.cimbutton{
	background-color: #D3DEE6;
	border: #000000 1px solid;
	color: #000000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	border-top: #636363 outset gray;
        border-bottom: #636363 outset gray;
        border-left: #636363 outset gray;
        border-right: #636363 outset gray;

}

/*============ War stat class WON =========================*/
.won {
          font: normal 8px verdana, tahoma, arial, helvetica, sans-serif;
          text-align: center;
          color: #ffffff;
          background-color: #008a00;
          border: #000000 1px solid;
}

/*============ War stat class W/O =========================*/
.wo {
        background-color: #008a00;
	font: normal 8px verdana, tahoma, arial, helvetica, sans-serif;
	color: #ffffff;
	text-align:center;
	border: #000000 1px solid;
}


/*============ War stat class DRAW ========================*/
.draw {
       background-color: #ffff00;
       font: normal 8px verdana, tahoma, arial, helvetica, sans-serif;
       color: #000000;
       text-align:center;
       border: #000000 1px solid;
}

/*============ War stat class LOST =======================*/
.lost {
      background-color: #ff0000;
      font: normal 8px verdana, tahoma, arial, helvetica, sans-serif;
      color: #ffffff;
      text-align:center;
      border: #000000 1px solid;
}


/*============ War stat class NEW =======================*/
.new {
      background-color: #0000ff;
      font: normal 8px verdana, tahoma, arial, helvetica, sans-serif;
      color: #ffffff;
      text-align:center;
      border: #000000 1px solid;
}

/*============ War stat class PENDING =======================*/
.pend {
      background-color: #000000;
      font: normal 8px verdana, tahoma, arial, helvetica, sans-serif;
      color: #ffffff;
      text-align:center;
      border: #000000 1px solid;
}




