body{
	background: url("images/new_page_back.jpg") repeat-x;
  	font-family: "Helvetica", Helvetica, Arial, Geneva, sans-serif;
}
p{
	font-size: 11px;
	color: black;/*#696969;*/
	line-height: 155%;
	margin-bottom: 10px;
}
td{
	font-size: 11px;
	color: black;/*#696969;*/
}
p.indent{
	margin-left: 15px !important;
	margin-bottom: 15px;
}
.title{
	display: block;
	margin: 10px 0 0 0;
}
.green{
	color: #669900;
}
.red{
	color: #880303;
}
.grey{
	color: #696969;
}
.small{
	font-size: 11px;
}
h1{
	color: #fff;
}
h1.left_in{
	margin: 0 0 0 5px;
}
h2{
	margin: 0 0 0 10px;
	font-size: 14px;
	color: #666;
}
h3{
        font-size: 14px;
	color:  #0033CC; /*#aa1d52;#f1f1f1;*/
}
.tblContent {
    border: 1px solid #9dd8ff;
    border-color: #9dd8ff;/*#0099FF;#aa1d52;*/
    padding: 2px;
    spacing: 1px;
    background-color: #fff;
}
.tdTitle{
        font-size: 11px;
        font-weight: bold;
}
.tdHeader{
    background-color: #560224;
    color: white;
}
.tdHeaderSmall{
    background-color: #560224;
    color: white;
    font-size: 11px;
}

.inputText{
    border: 1px solid #5c1e37;
}
.MainTitleMed{
    background: #5c1e37 url("images/crm_tableHeader.jpg") repeat-x;
}
.FontTitle{
    font-size: 11px;
    color: white;
}
.FontTitleWhiteBold{
    font-size: 11px;
    font-weight: bold;
    color: white;
}
.FontTitleYellowBold{
    font-size: 11px;
    font-weight: bold;
    color: yellow;
}
.FontTitleBlack{
        font-size: 14px;
        font-weight: bold;
	color: black;/*#f1f1f1;*/
}
.FontTitleBig{
   font-size: 16px;
   font-weight: bold;
	color: #0033CC;/*#aa1d52;#f1f1f1;*/
}
.FontTitleBigU{
   font-size: 16px;
   font-weight: bold;
	color: #0033CC; /*#aa1d52;*/
	border-bottom: solid;
	border-bottom-color: #0033CC; /*#aa1d52; */
	border-bottom-width: 1px;
}
.FontTitleBlackSmall{
    font-size: 11px;
    color: black;
}
input {
	font-size: 11px;
	color: black;/*#696969;*/
}
textarea {
	font-size: 11px;
	color: black;/*#696969;*/
        font-family: "Helvetica", Helvetica, Arial, Geneva, sans-serif;
}
select {
	font-size: 11px;
	color: black;/*#696969;*/
}
.tdBoldred{
	font-size: 11px;
	color: red;/*#696969;*/
	font-weight: bold;
}
.tdBoldredbig{
	font-size: 14px;
	color: red;/*#696969;*/
	font-weight: bold;
}
.tblContent1{
    background-color: #c4e7ff;/*#aa1d52;*/
}
.tblRowHeader {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background-color: #0099ff;
    /*background: url("images/page_back.jpg") repeat-x;*/

}
.tblRowContent {
    color: black;
    font-size: 11px;
    background-color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
button{
    font-size: 11px;
    color: black;
}
.readonly{
    font-size: 11px;
    color: black;
    border : none;
}
.FontTitleBigI{
    font-size: 22px;
    font-weight: bold;
    color: #0033CC; /*#aa1d52;#f1f1f1;*/
    font-style: italic
}
.errMsg{
    font-family: "Helvetica", Helvetica, Arial, Geneva, sans-serif;
    FONT-SIZE: 11px;
    color: red;
    font-weight: bold;
}
.tblRowContentRed {
    color: red;
    font-size: 12px;
    font-weight: bold;
    background-color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
.FontTitleMedU{
   font-size: 14px;
   font-weight: bold;
    color: #0033CC;
    border-bottom: solid;
    border-bottom-color: #0033CC;
    border-bottom-width: 1px;
    padding-left: 30px;
}
.tdBoldgreenbig{
	font-size: 14px;
	color: green;/*#696969;*/
	font-weight: bold;
}
.FontTitleBlue{
   font-size: 12px;
   font-weight: bold;
    color: #0033CC;/*#aa1d52;#f1f1f1;*/
}

.cursorPointer{
    cursor: pointer;
}

:disabled {
    opacity: 0.5;
}


/* jquery dialog */
.ui-dialog .ui-dialog-title {
    white-space: normal;
}
.ui-dialog .ui-button, .ui-dialog .ui-dialog-titlebar {
    background-color: #0099ff;
    color:white;
}
.ui-dialog .ui-button[title='Close'] {
    display: none;
}

#cancelDialog textArea#cancelationReason {
    width:370px;
    height:220px;
    margin-bottom:1em;
}
#cancelDialog input#fileinput {
    width:370px;
}

