2013-01-30 22:14:16 -05:00

127 lines
2.5 KiB
CSS

/*********************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
********************************************************************************/
/* CSS Document */
body{
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
}
.settingsUI {
text-align:left;
background-color:#E0DBB0;
border:2px solid #999A77;
}
.detailedViewTextBox {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
border:1px solid #bababa;
padding-left:5px;
width:90%;
background-color: #ffffff;
}
a {
text-decoration:none;
/*color: #0000FF;*/
}
a:hover {
text-decoration:none;
}
.link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #525042;
padding:2px;
}
.link:hover {
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border:2px solid #AAAB86;
background-color:#D7D2AB;
padding:2px;
}
.link2 {
color: #000;
}
.link2:hover {
color: #78795D;
}
.MatrixLayer1{
border:2px solid #AAAB86;
background-color:#F1EFDC;
position:relative;
visibility:visible;
/*margin:9px;
height:280px;*/
}
.MatrixLayer2{
border:2px solid #AAAB86;
background-color:#FFF;
width:100%;
position:relative;
visibility:visible;
/*margin:9px;
height:280px;*/
}
.secHeadlistview{
height: 20px;
padding-left: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000;
}
.tableHeadBg{
background-color:#D7D2AB;
height:25px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}
.tableHeadBg2{
background-color:#DADADA;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;
}
.lvtColData {
background-color:#ffffff;
font: normal 12px Arial, Helvetica, sans-serif;
color:#000;
}
.lvtColDataHover {
background-color:#F1EFDC;
font: normal 12px Arial, Helvetica, sans-serif;
color:#000;
}
.small3{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height:20px;
text-align:justify;
padding:3px;
}
.buttonok {
background-color: #72734E;
border:2px solid #898A5E;
font: bold 11px Arial, Helvetica, sans-serif;
color:#FFF;
}