html{
	font-family: Arial,sans-serif;
	font-size: 14px;
	width: 100%;
	background-color: #333;
}

html body{
	font-family: Arial,sans-serif;
	font-size: 1em;
	width: 100%;
	padding: 1px 0;
	margin: 0;
}

.template{
	display:none;
}

.character{
	background-color: #000;
}

.index{
	background-color: #FFF;
}

#head-info{
	width: 100%;
	color: #fff;
	background-color: #333;
}
#head-info h1{
	margin: 0;
	padding: 10px 0;
	font-size: 1.75em;
	font-family: Arial,sans-serif;
}

.index div{
	padding-top:10px;
}

.character a.back-link, .game a.back-link{
	padding-left:10px;
	color:#00FFFF;
}

#tabs {
	margin-top:10px;
	margin-bottom:10px;
}

#tab-1 {
	color:#06799F;
}

#tab-2 {
	color:#87EA00;
}

#tab-3 {
	color:#ebb000;
}

#attack{
	/*display: table;*/
	width: 100%;
	color: #333;
	background-color: #06799F;
	padding-top: 40px;
	padding-bottom: 20px;
}
#attack .att-row{
	/*display: table-row;*/
	clear: both;
	width: 100%;
	display: inline-block;
}
#attack .att-row.odd{
	background-color: #06799F;
}
#attack .att-row.even{
	background-color: #00698f;
}
#attack input{
	/*display: table-cell;*/
	width: 30%;
	float: left;
	color: #333;
	background-color: #61B4CF;
	border: none;
	padding: 6px 1%;
	color: #333;
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: Arial,sans-serif;
}
#attack input.error{
	background-color: red;
	color: #fff;
}
#attack .results{
	/*display: table-cell;*/
	width: 65%;
	float: right;
	color: #333;
	margin-left: 5%;
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-top: 5px;
}
#attack .results p{
	margin: 0;
	padding-top: 6px;
	font-family: Arial,sans-serif;
}
#attack #add-att-line, #attack #clear-att-line{
	clear: both;
	text-decoration: none;
	color: #fff;
	background-color: #333;
	display: block;
	width: 80px;
	padding: 12px 0;
	line-height: 20px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}

#buff{
	/*display: table;*/
	width: 100%;
	background-color: #87EA00;
	padding-top: 40px;
	padding-top: 20px;
}

#buff .buff-row{
	/*display: table-row;*/
	clear: both;
	width: 100%;
	display: inline-block;
}

#buff .buff-row.even{
	background-color: #87ea00;
}
#buff .buff-row.odd{
	background-color: #87ea00;
}

#buff input{
	/*display: table-cell;*/
	width: 70%;
	float: left;
	color: #333;
	background-color: #BCF46E;
	border: none;
	padding: 6px 1%;
	color: #333;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial,sans-serif;
}

#buff input.buff-value{
	width: 19%;
}
#buff input#buff-value-0{
	width: 30%;
}

#buff input.buff-value.inactive{
	background-color: #AFDC71;
}
#buff input.buff-desc.inactive{
	background-color: #AFDC71;
}

#buff .buff-toggle{
	background-color: #bcf46e;
    border: medium none;
    color: #333;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 1.5em;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 6px 1%;
    width: 9%;
    text-transform: uppercase;
    text-decoration: none;
}

#buff .buff-toggle.active{
	background-color: #464;
    border: medium none;
    color: #fff;
}
#buff .buff-toggle.inactive{
	background-color: #686;
    border: medium none;
    color: #fff;
}

#buff p.buff-desc-bab{
	/*display: table-cell;*/
	width: 68%;
	float: left;
	color: #333;
	background-color: #BCF46E;
	border: none;
	padding: 6px 1%;
	color: #333;
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: Arial,sans-serif;
}

#buff input.error{
	background-color: red;
	color: #fff;
}

#buff #add-buff-line, #buff #clear-buff-line{
	clear: both;
	text-decoration: none;
	color: #fff;
	background-color: #333;
	display: block;
	width: 80px;
	padding: 12px 0;
	line-height: 20px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}

#patterns{
	background-color: #ebb000;
}
	#pattern-items{}
		.pattern-item{}
			
			
.game-initiative-button, #game-initiative-add{
	color:#87EA00;
	margin: 5px 10px 5px 10px;
}

.game-initiative-list-delete{
	color:#ff0000;
}

.game-initiative-list-toggle-panel{
	color:06799F;
}

.game-initiative-list-item-placeholder{
	background-color:#666;
	border-style:dashed;
	border-color:#fff;
}

.game-initiative-list-item-current{
	background-color:#87EA00;
}

#game-initiative-add-toggle-panel{
	color:87EA00;
}

#game-initiative-add-panel {
	display:none;
}
			
div.copyright p{
	color: #fff;
}

.index,
.index h1,
.index h2,
.index p,
.index ul,
.index ul li,{
	font-family: Arial,sans-serif;
}

.index .copyright p{
	color: #333;
}

::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

:-ms-input-placeholder {  
   color: #333;  
}