﻿/*###############################################[ SYSTEM ]###################################################*/   
/**************************************************************************************************************/
/***********************************************[ messages ]***************************************************/
/**************************************************************************************************************/
#system-message
   {
   margin-bottom:         10px;
   padding:               0
   }
#system-message dt
   {
   font-weight:           bold
   }
#system-message dd
   {
   font-weight:           bold;
   text-indent:           30px;
   margin:                0
   }
#system-message dd ul
   {
   border-top:            3px solid #84A7DB;
   border-bottom:         3px solid #84A7DB;
   color:                 #0055BB;
   margin-bottom:         10px;
   list-style:            none;
   padding:               10px
   }
/**************************************************************************************************************/
/*******************************************[ standard messages ]**********************************************/
/**************************************************************************************************************/
#system-message dt.message
   {
   display:               none
   }
#system-message dd.message
   {}
/**************************************************************************************************************/
/********************************************[ error messages ]************************************************/
/**************************************************************************************************************/
#system-message dt.error
   {
   display:               none
   }
#system-message dd.error ul
   {
   border-bottom:         3px solid #DE7A7B;
   border-top:            3px solid #DE7A7B;
   background-color:      #E6C0C0;
   color:                 #c00
   }
/**************************************************************************************************************/
/********************************************[ notice messages ]***********************************************/
/**************************************************************************************************************/
#system-message dt.notice
   {
   display:                none
   }
#system-message dd.notice ul
   {
   border-bottom:          3px solid #F0DC7E;
   border-top:             3px solid #F0DC7E;
   background:             #EFE7B8;
   color:                  #c00
   }
/**************************************************************************************************************/
/********************************************[ debug messages ]************************************************/
/**************************************************************************************************************/
#system-debug
   {
   background-color:       #fff;
   padding:                10px;
   margin:                 10px;
   color:                  #ccc
   }
#system-debug div
   {
   font-size:               11px
   }
/*###############################################[ ACCESS ]###################################################*/   
/**************************************************************************************************************/
/************************************************[ openid ]****************************************************/
/**************************************************************************************************************/
input.system-openid,
input.com-system-openid
   {
   background:             #fff url('login-bg.gif') no-repeat 0 50%;
   padding-left:           18px;
   color:                  #000
   }
/*##############################################[ ARTICLES ]##################################################*/   
/**************************************************************************************************************/
/**********************************************[ unpublished ]*************************************************/
/**************************************************************************************************************/
.system-unpublished
   {
   border-bottom:          4px solid #c4d3df;
   border-top:             4px solid #c4d3df;
   background:             #e8edf1
   }