/*********************************************************************************
** 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.
*
 ********************************************************************************/


BODY, TD, P, DIV, FONT, PRE  { 
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A { 
	color: #333366; 
	text-decoration: none;
}
A:hover { 
	text-decoration: underline;
}

.loginBg {
	background-color: #EAEAF4;	
}
.loginPgTitle {
	margin-top: 100px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #37376F;	
}
.loginForm {
	border: 1px solid #37376F;
	background-color: #FFF;	
}
.loginHeader {
	height: 22px;
	padding: 3px;
	border-top: 1px solid #8989C5;
	border-bottom: 1px solid #37376F;
	font-size: 12px;
	font-weight: bold;
	background-color: #6464B0;
	color: #FFF;
}

.logoutLink {
	color: #900;
	text-decoration: none;
}
.logoutLink:hover {
	text-decoration: underline;
}

.topBand {
	background-color: #BABAE0;
}
.topBar {
	height: 20px;
	background-color: #37376F;
	border-bottom: 1px solid #000;
}

.tabBg {
	border-top: 1px solid #FFF;
	background-color: #DCB4C7;
}
TD.tabOn {
	height: 20px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FFF;
	background-color: #EAD2DD;
}
TD.tabOff {
	height: 20px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #FFF;
	background-color: #DCB4C7;
}
A.tabOn {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
A.tabOff {
	color: #000;
	font-weight: bold;
}
A.tabOn:hover, A.tabOff:hover {
	text-decoration: underline;
}

.pageTitle {
	padding: 15px 0px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #900;
}
.uline {
	border-bottom: 1px solid #EAD2DD;
}

.tblBorder {
	border: 1px solid #D6D6EF;
}
.tblHead {
	height: 20px;
	padding-left: 3px;
	background-color: #EDEDF8;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #D6D6EF;
	border-bottom: 1px solid #D6D6EF;
	font-size: 11px;
	font-weight: bold;
}
.tblOddRow {
	background-color: #FFF;
}
.tblEvenRow {
	background-color: #FBFBFD;
}
.tblData {
	height: 20px;
	padding-left: 5px;
	border-bottom: 1px solid #F0F0F9;
}
.errorMsg {
	background:  url(images/error.gif) no-repeat 4px 4px;
	background-color: #F2F2F9;
	font-size: 14px;
	font-weight: bold;
	padding: 7 0 0 30;
        height: 25px;
}
.infoMsg {
        background: url(images/info.gif) no-repeat top left;
	font-size: 14px;
        font-weight: bold;
	padding: 3 0 0 30;
	height: 25px;
}
.commentArea {
   padding: 2;
   height:150;
   border:1px solid #000;
   overflow: scroll;
   background-color: #EBEBF5;
}
.commentInfo {
   margin: 2 0 2 0;
   color: #900;
   font-size:10px;
}

.kbHead {
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
.kbBand {
	border-top: 1px solid #FFF;
	background-color: #EAD2DD;
	height: 15px;
}
.kbULine {
	border-bottom: 1px solid #D3A3BA;
}
.kbNav {
	vertical-align: top;
	width: 22%;
	padding: 5px 10px 5px 10px; 
	border-right: 1px solid #EAD2DD;
}
.kbNavHead {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.kbNavHead:hover {
	text-decoration: underline;
}
.kbNavLink {
	height: 22px;
}
.kbNavCnt {
	color: #666;
}
.kbMain {
	vertical-align: top;
	padding: 5px 10px 5px 10px; 
}
.kbFAQ {
	color: #039;
	font-size: 12px;
	font-weight: bold;
}
.kbAnswer {
	padding: 3px 0px 3px 0px;
}
.kbFAQInfo {
	color: #888;
	font-size: 10px;
}
.kbArticleInfo {
	border: 1px solid #D8D8ED;
	background-color: #F8F8FC;
}
.kbPgOptHead {
	padding-left: 3px;
	background-color: #D8D8ED;
	font-weight: bold;
}

