/*********************************************************************************
** 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: trebuchet, "trebuchet ms", Arial, Verdana;
	font-size: 12px;
}

.textbox {
        font-size: 11px;
}



.butt{
    
    margin:0 7px 0 0;
    background-color:#E6E6FA;
    border:1px solid #777777;
    border-top:1px solid #bbb;
    border-left:1px solid #bbb;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 5px 5px 5px; /* Links */
}

/*
button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}



.butt{height: 35px; font-weight:bold; width:68px; border-width:1px;}

*/
.menubutt{height: 35px; font-weight:bold; width:60px; border-width:1px;}

.redeembutt{width:225px; height: 35px; font-weight:bold; border-width:1px;}

.butt2{height: 35px; font-weight:bold; width:68px; border-width:1px;}

/*

.butt{height: 35px;}

.redeembutt{height: 35px; width:160px;}

.menubutt{height: 35px; font-weight:bold; width:55px;}

.butt2{height: 35px;}
*/

A { 
	color: #333366; 
	text-decoration: none;
}
A:hover { 
	text-decoration: underline;
}

.loginBg {
	background-color: #EAEAF4;	
}

.emptytext {
	font-size: 11px;	
}
.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;
}

.tabBg2 {
	border-top: 1px solid #FFF;
	/*background-color: #DCB4C7;*/
        background-color: #FFFFFF;
}
.tabBg {
	border-top: 3px solid #FFF;
        background-color: #422b6e;
}

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: #84397B;
}
A.tabOn {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
A.tabOff {
	color: #FFFFFF;
	font-weight: bold;
}
A.tabOn:hover, A.tabOff:hover {
	text-decoration: underline;
}


h2 {
	padding: 15px 0px 2px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #900;
}


.pageTitle {
	padding: 15px 0px 2px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #900;
}

.pageTitle2 {
	padding: 0px 0px 2px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #900;
}

.pageTitleInner {
	padding: 5px 0px 2px 0px;
	font-size: 15px;
	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;
}
.tblTotalRow {
	background-color: #EDEDF8;
	border-bottom: 1px solid #D6D6EF;
}
.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;
}

