/***** Default Formatting *************************************************************************/
body {
	background-color: #d9d9d9;
	color: #666;
}

input[type='text'], input[type='password'], textarea, select {
	border: solid 1px #959289;
	color: #666;
}
input[type='text'][readonly] {
	background-color: #D7D4C6;
}

/* Buttons */
input[type='submit'], input[type='button'], button, .button {
	color: #7F1129;
	border-color: #B7B5AC;
}
input[type='submit']:hover, input[type='button']:hover, button:hover, .button:hover {
	background:#ECECEC;
}

#content hr {
    border-bottom:solid 1px #7F1129;
}
#content a {
	color:#7F1129;
}
#content h1 {
	color:#7F1129;
}
#content h2 {
	color:#2b2b2b;
}

/***** Page Layout ********************************************************************************/

/***** Page Header ********************************************************************************/

/***** Page Footer ********************************************************************************/

/***** Popup and Overlay **************************************************************************/

/***** Content Navigation *************************************************************************/

/***** Page Specific: Login ***********************************************************************/
#loginimg {
    border-bottom: 5px solid #7F1129;
}

/***** Page Specific: Customer Menu ***************************************************************/
#customermenu td.greenback {
	background-color: #7F1129;
}
#customermenu td.grayback {
	background-color: #D7D4C6;
}

/***** Page Specific: index ***********************************************************************/
.groupbox {
    border-color: #7F1129;
}

/***** Page Specific: Operations ********************************************************************/

/***** Colorful Table Format **********************************************************************/

/***** JqueryUI Overrides *************************************************************************/
.ui-state-default {
	color:#7F1129;
}
a:visited {
	color:#7F1129;
}
.ui-state-focus {
	color:#7F1129;
}

/***** fileuploader.css Override ******************************************************************/
.qq-upload-button {
	color: #7F1129;
	border-color: #B7B5AC;
}
.qq-upload-button-hover {
	background:#ECECEC;
}
.qq-upload-drop-area-active {
	background:#959289;
}

/***** Small Helpers ******************************************************************************/
.reddiv {
	background-color:#7F1129;
    color: #FFFFFF;
}

/***** Control Specific ***************************************************************************/
