/* 
    Document   : flashmessages.css
    Created on : 17.1.2011, 15:15:07
    Author     : Simon
    Description:
        Flashmessages
*/


/* MESSAGES --------------------------------------------------------------- */
.message td  {
    vertical-align: middle;   
    border: none;
}


.message table {
    border: none;
}

.message-yellow	{
    margin-bottom: 5px;
}
.yellow-left	{
    background: url(../images/flashmessage/message_yellow.gif) top left no-repeat;
    color: #e79300;
    font-family: Tahoma;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.yellow-left a	{
    color: #e79300;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: underline;
}
.yellow-right a	{
    cursor: pointer;
}
.yellow-right	{
    width: 55px;
    padding:0px;
}
.message-blue	{
    margin-bottom: 5px;
}
.blue-left	{
    background: url(../images/flashmessage/message_blue.gif) top left no-repeat;
    color: #2e74b2;
    font-family: Tahoma;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.blue-left a	{
    color: #2e74b2;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: underline;
}
.blue-right a	{
    cursor: pointer;
}
.blue-right	{
    width: 55px;
    padding:0px;
}
.message-red	{
    margin-bottom: 5px;
}
.red-left	{
    background: url(../images/flashmessage/message_red.gif) top left no-repeat;
    color: #ce2700;
    font-family: Tahoma;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.red-left a	{
    color: #ce2700;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: underline;
}
.red-right a	{
    cursor: pointer;
}
.red-right	{
    width: 55px;
    padding:0px;
}
.message-green	{
    margin-bottom: 5px;
}
.green-left	{
    background: url(../images/flashmessage/message_green.gif) top left no-repeat;
    color: #6da827;
    font-family: Tahoma;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 0 20px;
}
.green-left a	{
    color: #6da827;
    font-family: Tahoma;
    font-weight: normal;
    text-decoration: underline;
}
.green-right a	{
    cursor: pointer;
}
.green-right	{
    width: 55px;
    padding:0px;
}	

