Border: #E0EFC0
Background: #EEF6DC
Text: #AAD450
Border: #FCE4B3
Background: #FDF0D5
Text: #F7B42C
Border: #D7F0F8
Background: #E9F7FB
Text: #90D5EC
Border: #FEC2C5
Background: #FEDDDF
Text: #FC575E
.col_small .block h4.skyblue {
background: none repeat scroll 0 0 #E9F7FB;
border-left: 5px solid #D7F0F8;
}
.col_small .block h4.blue {
background: none repeat scroll 0 0 #DAF1FF;
border-left: 5px solid #BCE6FF;
}
.col_small .block h4.powderblue {
background: none repeat scroll 0 0 #F6FCFD;
border-left: 5px solid #E6ECED;
}
.col_small .block h4.green {
background: none repeat scroll 0 0 #EEF6DC;
border-left: 5px solid #E0EFC0;
}
.col_small .block h4.yellow {
background: none repeat scroll 0 0 #FDF0D5;
border-left: 5px solid #FCE4B3;
}
.col_small .block h4.orange {
background: none repeat scroll 0 0 #FFE8D8;
border-left: 5px solid #FFD5B8;
}
.col_small .block h4.brown {
background: none repeat scroll 0 0 #F5EEDD;
border-left: 5px solid #EDE0C1;
}
.col_small .block h4.red {
background: none repeat scroll 0 0 #FEDDDF;
border-left: 5px solid #FEC2C5;
}
.col_small .block h4.purple {
background: none repeat scroll 0 0 #F0DEFA;
border-left: 5px solid #F0CEFA;
}
.col_small .block h4.pink {
background: none repeat scroll 0 0 #FCE3E9;
border-left: 5px solid #FACDD7;
}
.col_small .block h4.magenta {
background: none repeat scroll 0 0 #FDEBF3;
border-left: 5px solid #EDDBE3;
}
.col_small .block h4.gray {
background: none repeat scroll 0 0 #EBEEF1;
border-left: 5px solid #DBE0E6;
}
.blue {
color: #44BBFF;
}
.powderblue {
color: #D1EEF7;
}
.skyblue {
color: #90D5EC;
}
.purple {
color: #C09EDA;
}
.green {
color: #AAD450;
}
.yellow {
color: #F7B42C;
}
.orange {
color: #FF8A3C;
}
.red {
color: #FC575E;
}
.pink {
color: #F27490;
}
.magenta {
color: #F49AC1;
}
.brown {
color: #CCAA55;
}
.gray {
color: #99AABB;
}
.mint {
color: #66CC99;
}
.hot {
color: #FC575E !important;
}