/**
 * Version		1.0 - 2013-01-18
 * Package		SEKO Note
 * Copyright            Copyright (C) 2012 Kogaj. http://www.kogaj.de
 * License		GNU/GPL. http://www.gnu.org/licenses/gpl.html
 * 
 * 
 * @license GNU/GPL
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/*COLOR YELLOW*/
div#sekonote .bg-top2-yellow {
    background: #fde85b;
    height: 5px;
    overflow: hidden;
}

div#sekonote .bg-middle2-yellow {
    padding: 5px 10px 0;
    background: #fde85b;
}

div#sekonote .nmessage-yellow {
    display: inline;
    padding: 1px;
}

div#sekonote .bg-top2-yellow {
    background: #fde85b;
    height: 5px;
    overflow: hidden;
}


div#sekonote .bg-top-yellow {
    background: url(../images/yellow/top_right.png) no-repeat 100% 0;
    padding-right: 5px;
}

div#sekonote .bg-middle-yellow {
    background: url(../images/yellow/right.png) repeat-y 100% 0;
    padding-right: 5px;
}
div#sekonote .bg-bottom-yellow {
    background: url(../images/yellow/bottom_left.png) no-repeat 0 0;
    padding-left: 100px;
}

div#sekonote .bg-bottom2-yellow {
    background: url(../images/yellow/bottom_right.png) no-repeat 100% 0;
    padding-right: 10px;
}

div#sekonote .bg-bottom3-yellow {
    background: url(../images/yellow/bottom.png) 0 0;
    height: 28px;
}


/*COLOR BLUE*/
div#sekonote .bg-top2-blue {
    background: #54b7d6;
    height: 5px;
    overflow: hidden;
}

div#sekonote .bg-middle2-blue {
    padding: 5px 10px 0;
    background: #54b7d6;
}

div#sekonote .nmessage {
    display: inline;
    padding: 1px;
}

div#sekonote .bg-top2-blue {
    background: #54b7d6;
    height: 5px;
    overflow: hidden;
}


div#sekonote .bg-top-blue {
    background: url(../images/blue/top_right.png) no-repeat 100% 0;
    padding-right: 5px;
}

div#sekonote .bg-middle-blue {
    background: url(../images/blue/right.png) repeat-y 100% 0;
    padding-right: 5px;
}
div#sekonote .bg-bottom-blue {
    background: url(../images/blue/bottom_left.png) no-repeat 0 0;
    padding-left: 100px;
}

div#sekonote .bg-bottom2-blue {
    background: url(../images/blue/bottom_right.png) no-repeat 100% 0;
    padding-right: 10px;
}

div#sekonote .bg-bottom3-blue {
    background: url(../images/blue/bottom.png) 0 0;
    height: 28px;
}
/*COLOR GREEN*/
div#sekonote .bg-top2-green {
    background: #a5dc76;
    height: 5px;
    overflow: hidden;
}

div#sekonote .bg-middle2-green {
    padding: 5px 10px 0;
    background: #a5dc76;
}

div#sekonote .nmessage {
    display: inline;
    padding: 1px;
}

div#sekonote .bg-top2-green {
    background: #a5dc76;
    height: 5px;
    overflow: hidden;
}


div#sekonote .bg-top-green {
    background: url(../images/green/top_right.png) no-repeat 100% 0;
    padding-right: 5px;
}

div#sekonote .bg-middle-green {
    background: url(../images/green/right.png) repeat-y 100% 0;
    padding-right: 5px;
}
div#sekonote .bg-bottom-green {
    background: url(../images/green/bottom_left.png) no-repeat 0 0;
    padding-left: 100px;
}

div#sekonote .bg-bottom2-green {
    background: url(../images/green/bottom_right.png) no-repeat 100% 0;
    padding-right: 10px;
}

div#sekonote .bg-bottom3-green {
    background: url(../images/green/bottom.png) 0 0;
    height: 28px;
}
