/*General Styles*/
body {
    font-family: arial, sans-serif;
    font-size: 12px;
    margin: 0;
}

a {
    font-weight: bold;
}

.drkorangea {
    color: #f8931d;
}

table tr td {
    font-family: arial, sans-serif;
    font-size: 12px;
}

table caption {
    font-family: arial, sans-serif;
    font-size: 12px;
}

table thead tr th {
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.dataTable tr td {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dataTable tr th {
    height: 24px;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #585858;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
}

.sitefooter {
    height: 76px;
    background: url("../images/footerbg.png");
    background-repeat: repeat-x;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
    background-color: #ffffff;
}

.breadcrumb {
    width: 174px;
    height: 28px;
    background-image: url("../images/breadcrumbbg.png");
    float: left;
}

.breadcrumbright {
    width: 14px;
    height: 28px;
    background-image: url("../images/rightbreadcrumb.png");
    float: left;
}

.topmenu {
    height: 25px;
    background-image: url("../images/topmenubg.png");
}

.topmenushadow {
    height: 10px;
    background-image: url("../images/topmenushadow.png");
    background-repeat: repeat-x;
    background-color: #ffffff;
}

.shadow {
    height: 10px;
    background-image: url("../images/topmenushadow.png");
    background-repeat: repeat-x;
    background-color: #ffffff;
}

.leftmenuexpand {
    background-image: url("../images/leftmenubg.png");
    display: none;
}

.leftmenuexpanse {
    background-image: url("../images/leftmenubg.png");
    width: 175px;
}

.innerleftmenuexpand {
    padding: 2px,5px,2px,5px;
}

.label200px {
    height: 28px;
    background-image: url("../images/button175px.png");
}

.button175px {
    width: 175px;
    height: 28px;
    background-image: url("../images/button175px.png");
    cursor: pointer;
}

.progresslink {
    color: #bcbcbc;
    text-decoration: none;
}

.labelfont {
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.tableLabel {
    font-weight: bold;
}

.clickable {
    cursor: pointer;
}

.odd {
    background-color: white;
}

.even {
    background-color: whitesmoke;
}

.instructionNotice {
    background-color: #FFFFEE;
    clear: both;
    padding: 5px;
    border-bottom: 1px solid #cccccc;
}

.strengthContainer {
    width: 200px;
    height: 112px;
    float: left;
    margin-right: 1%;
    background-image: url("../images/dragbackground.png");
}

.strengthContainer p {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.strengthRow {
    height: 28px;
    width: 200px;
    background-image: url("../images/label200px.png");
    font-weight: bold;
    color: white;
}

.strengthSortHelper {
	border: 1px dashed #333;
	width: auto !important;
}

.strengthDragRemove {
    float: left;
    height: 112px;
    width: 200px;
    border: 1px dashed #cccccc;
    background-image: url("../images/dragremove.png");
}

/*Form Styles*/

.standard-form {
    margin: 0px;
}

.standard-popup-form-container {
    padding: 5px;
}

.standard-form-container {
    width: 828px;
}

/*Form Element Styles */

.standard-field-group {
    padding: 5px;
}

.standard-form-element-container {
    width: 150px;
}

.standard-label {
    background-color: #eeeeee;
    width: 90px;
    text-align: right;
    font-weight: bold;
}

.standard-select {
    font-family: arial, sans-serif;
    font-size: 12px;
    width: 150px;
}

.standard-textarea {
    font-family: arial, sans-serif;
    font-size: 12px;
    width: 470px;
    height: 84px;
}

.standard-date-group {
    width: 150px;
}

.standard-error {
    display: none; 
    color: #AA0000;
    padding-left: 5px;
}

.standard-date-textfield {
    font-family: arial, sans-serif;
    font-size: 12px;
    width: 130px;
}

.standard-date-button {
    width: 16px;
}

.standard-textfield {
    font-family: arial, sans-serif;
    font-size: 12px;
    width: 200px;
}

.standard-textfield-short {
    font-family: arial, sans-serif;
    font-size: 12px;
    width: 65px;
}

.standard-textfield-long {
    font-family: arial, sans-serif;
    font-size: 12px;
    width: 410px;
}
