/*
// +----------------------------------------------------------------------+
// | Copyright (c) 2004 Craftsman Book Company                            |
// |                                                                      |
// | http://www.costbook.com                                              |
// | created by kati ocallahan 09/2004                                    |
// | Departments Sections                                                                     |
// +----------------------------------------------------------------------+
*/

/* Marketing */

TABLE.contacts {
background : #D6E0E0;
background-repeat : repeat-x;
width : 100% !important;
border-right : 1px solid #21528C;
border-left : 1px solid #21528C;
border-top : 1px solid #21528C;
border-bottom : 1px solid #21528C;
letter-spacing : 0px;
}

TABLE.contactsindex {
background : #ffffff;
background-repeat : repeat-x;
width : 100% !important;
border-right : 1px solid #EDEFF0;
border-left : 1px solid #EDEFF0;
border-top : 1px solid #EDEFF0;
border-bottom : 1px solid #EDEFF0;
letter-spacing : 0px;
}

TD.contactsform1 {
width : 20% !important;
vertical-align : top;
color : #000000;
text-align : left;
}

TD.contactsform2 {
width : 80%;
vertical-align : top;
color : #000000;
text-align : left;
}

TABLE.deptdesc {
background : #ffffff;
background-repeat : repeat-x;
width : 100% !important;
border-right : 1px dotted #21528C;
border-left : 1px dotted #21528C;
border-top : 1px dotted #21528C;
border-bottom : 1px dotted #21528C;
font-family : Arial, Verdana, sans-serif;
color : #555555;
letter-spacing : 0px;
}

.deptdeschead {
color : #21528C;
font-size : 12 px;
}

.techquest {
font-weight : bold;
}

.techquestdesc {
color : #555555;
}

.warning , .required {
color : #993300;
}

.required {
font-weight : bold;
letter-spacing : 1px;
}

INPUT.contactinput, SELECT.contactinput, TEXTAREA.contactinput {
  font-family: Verdana, Arial, sans-serif; 
  color: #666666; 
  font-size: 11px; 
  background-color: #ffffff; 
  border: 1px solid #999999;
  letter-spacing : 0px;
}
