/**
 * The FORMfields Library
 * Copyright 2005-2007 Brain Book Software LLC
 * For complete documentation, please visit http://www.formfields.com
 *
 * This CSS skin consists of basic elements with solid colors and few images.
 *
 * Note: A bug in IE requires that all elements have a min width/height of 4 
 * px otherwise the elements get distorted when the mouse is click dragged.
 *
 * Note: We have to use background images as IE 6 and earlier doesn't support
 * transparent PNGs.
 */

/* ---------- TITLE - BEGIN ---------- */

td.ffTitleTopLeft, td.ffTitleTopRight, td.ffTitleBottomLeft, td.ffTitleBottomRight {
	background-image: none;
	width: 4px;
	height: 4px;
}

td.ffTitleTopMiddle, td.ffTitleBottomMiddle {
	background-image: none;
	height: 4px;
}

td.ffTitleLeft, td.ffTitleRight {
	background-image: none;
	width: 4px;
}

td.ffTitleMiddle {
	background-image: none;
	white-space: nowrap;
	color: #4879a4; 
	font-size: 1.3em; 
	font-weight: bold; 
	padding: 0px 3px 0px 3px;
}

/* ---------- TITLE - END ---------- */

/* ---------- HEADER1 - BEGIN ---------- */
 
td.ffHeader1TopLeft, td.ffHeader1TopRight, td.ffHeader1BottomLeft, td.ffHeader1BottomRight {
	background-image: none;
	padding: 0px; 
	margin: 0px; 
}

td.ffHeader1TopMiddle, td.ffHeader1BottomMiddle {
	background-image: none;
	padding: 0px; 
	margin: 0px;  
}

td.ffHeader1Left, td.ffHeader1Right {
	background-image: none;
	padding: 0px; 
	margin: 0px; 
}

td.ffHeader1Middle {
	white-space: nowrap;
	background: transparent;
	border-bottom: 2px solid #CC0000; 
	border-left: 10px solid #CC0000; 
	color: #CC0000;; 
	font: bold 1.3em/1.3em helvetica, arial, sans-serif; 
	padding: 0px 15px; 
	margin: 0px; 
}

/* ---------- HEADER1 - END ---------- */

/* ---------- SECTION TITLE - BEGIN ---------- */

td.ffSectionTitleVeryTopLeft,
td.ffSectionTitleVeryTopRight,
td.ffSectionTitleLeft,
td.ffSectionTitleRight,
td.ffSectionTitleBottomLeft,
td.ffSectionTitleBottomRight,
td.ffSectionTitleVeryBottomLeft,
td.ffSectionTitleVeryBottomRight {
	width: 4px;
	height: 4px;
	background-image: none;
}

td.ffSectionTitleVeryTopMiddle,
td.ffSectionTitleMiddle,
td.ffSectionTitleBottomMiddle,
td.ffSectionTitleVeryBottomMiddle {
	height: 4px;
	background-image: none;
}

td.ffSectionTitleBottomMiddle {
	/*border: 1px solid #dddddd;*/
	padding: 5px;
}

table.ffSectionTitle {
	border: 1px solid #dddddd;
}

td.ffSectionTitleTopLeft,
td.ffSectionTitleTopRight {
	width: 4px;
	height: 23px;
	background-image: none;
}

td.ffSectionTitleTopMiddle {
	background-image: none;
	white-space: nowrap;
	color: #4879a4; 
	font-size: 1.3em; 
	font-weight: bold; 
	padding: 0px 3px 0px 3px;
	
}

/* ---------- SECTION TITLE - END ---------- */

/* ---------- INFO BOX - BEGIN ---------- */

td.ffInfoBoxTopLeft, td.ffInfoBoxTopRight, td.ffInfoBoxBottomLeft, td.ffInfoBoxBottomRight,
td.ffInfoBoxLeft, td.ffInfoBoxRight {
	width: 4px;
	height: 4px;
	background-image: none;
}

td.ffInfoBoxTopMiddle, td.ffInfoBoxBottomMiddle {
	height: 4px;
	background-image: none;
}

td.ffInfoBoxMiddle { 
	font: normal normal normal 11px verdana,sans-serif;
	/*background-color: #295A9E;*/
	background-image: url('basic/infoBoxBg.png');
	color: inherit;
	padding: 5px;
}

table.ffInfoBox {
	width: 100%;
}

div.ffMessageHelperInfo {
	color: white;
	background-color: inherit;
}

img.ffMessageHelperInfo {
	background-image: url('basic/infoIcon.png');
}

/* ---------- INFO BOX - END ---------- */

/* ---------- WARNING BOX - BEGIN ---------- */

td.ffWarningBoxTopLeft, td.ffWarningBoxTopRight, td.ffWarningBoxBottomLeft, td.ffWarningBoxBottomRight,
td.ffWarningBoxLeft, td.ffWarningBoxRight {
	width: 4px;
	height: 4px;
	background-image: none;
}

td.ffWarningBoxTopMiddle, td.ffWarningBoxBottomMiddle {
	height: 4px;
	background-image: none;
}

td.ffWarningBoxMiddle { 
	font: normal normal normal 11px verdana,sans-serif;
	/*background-color: #DBDB07;*/
	background-image: url('basic/warningBoxBg.png');
	color: inherit;
	padding: 5px;
}

table.ffWarningBox {
	width: 100%;
}

div.ffMessageHelperWarning {
	color: white;
	background-color: inherit;
}

img.ffMessageHelperWarning {
	background-image: url('basic/warningIcon.png');
}

/* ---------- WARNING BOX - END ---------- */

/* ---------- ERROR BOX - BEGIN ---------- */

td.ffErrorBoxTopLeft, td.ffErrorBoxTopRight, td.ffErrorBoxBottomLeft, td.ffErrorBoxBottomRight,
td.ffErrorBoxLeft, td.ffErrorBoxRight {
	width: 4px;
	height: 4px;
	background-image: none;
}

td.ffErrorBoxTopMiddle, td.ffErrorBoxBottomMiddle {
	height: 4px;
	background-image: none;
}

td.ffErrorBoxMiddle { 
	font: normal normal normal 11px verdana,sans-serif;
	/*background-color: #930202;*/
	background-image: url('basic/errorBoxBg.png');
	color: inherit;
	padding: 5px;
}

table.ffErrorBox {
	width: 100%;
}

div.ffMessageHelperError {
	color: white;
	background-color: inherit;
}

img.ffMessageHelperError {
	background-image: url('basic/stopIcon.png');
}

/* ---------- ERROR BOX - END ---------- */

/* ---------- QUESTION BOX - BEGIN ---------- */

    /* Odd Rows */
    td.ffTableSetFORMfieldsField1, td.ffTableSetFORMfieldsLabel1 {
        background-color: #ECECEC;
        color: #666;
    }

    /* Even Rows */
    td.ffTableSetFORMfieldsField2, td.ffTableSetFORMfieldsLabel2 {
        background-color: #FDFDFD;
        color: #666;
    }
	
 /* All Rows */
td.ffTableSetFORMfieldsField1, td.ffTableSetFORMfieldsLabel1,
    td.ffTableSetFORMfieldsField2, td.ffTableSetFORMfieldsLabel2 {
        border-bottom: 1px dotted #666;
    }
	
	

td.ffQuestionBoxTopLeft, td.ffQuestionBoxTopRight, td.ffQuestionBoxBottomLeft, td.ffQuestionBoxBottomRight,
td.ffQuestionBoxLeft, td.ffQuestionBoxRight {
	width: 4px;
	height: 4px;
	background-image: none;
}

td.ffQuestionBoxTopMiddle, td.ffQuestionBoxBottomMiddle {
	height: 4px;
	background-image: none;
}

td.ffQuestionBoxMiddle { 
	font: normal normal normal 11px verdana,sans-serif;
	/*background-color: #33C533;*/
	background-image: url('basic/questionBoxBg.png');
	color: inherit;
	padding: 5px;
}

table.ffQuestionBox {
	width: 100%;
}

div.ffMessageHelperQuestion {
	color: white;
	background-color: inherit;
}

img.ffMessageHelperQuestion {
	background-image: url('basic/questionIcon.png');
}

/* ---------- QUESTION BOX - END ---------- */

/* input */

input.FORMfieldsText, input.FORMfieldsPassword, textarea.FORMfieldsTextArea,
    input.FORMfieldsFile, input.FORMfieldsCheckbox {
        font-weight: normal;
        color: black;
        background-color: #FFF;
		border: 1px solid #666; 
        font-size: 11px;
    }