.sectionheaderbg {
    background-color: #006699;
}

.ttl-predefined {
    background-color: #e7e7e7;
    color: #000000;
}

.ttl-category {
    background-color: #e7e7e7;
    color: #000000;
}

input.portlet-form-input-field {
    width: 200px;
}

input.small-portlet-form-input-field {
    width: 120px !important;
}

input.small {
    width: 100px !important;
}

input.medium {
    width: 150px !important;
}

select {
    width: 200px;
}

select.small {
    width: 100px !important;
}

select.medium {
    width: 150px !important;
}

span.mandatory {
    color: red;
}

span.addplusMinus {
	font-style: italic;
	font-size: 10px;
}

/* Prasanth start */
span.message {
   	font-style: italic;
	font-size: 12px;
    color: red;
}
/* Prasanth end */

textarea {
    width: 100%;
}

span.mandatoryText{
    color: red;
}

form.nospacing {
    padding: 0;
    margin: 0;
}

span.searchword{
  background-color: yellow;
}

#toolTipBox {
display: none;
padding:5;
font-size:12px;
border:black solid 1px;
font-family: verdana;
position: absolute;
background-color: #ffd038;
color: #000000;
}

a {
	color: #030390;
	text-decoration: underline;
}

/*Richa START */
span.search{
       background-color: #C2DE79;
}
/*Richa END*/

/*Prasanth start*/
pre {
 /*font-family:Arial,sans-serif;*/
 font-family:Arial, Helvetica;
 font-size:8pt;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 width: 99%;
}
/*
prasanth end*/

