

.contentArea
{
    border-top: 4px solid #F3D35C;
    width: 670px;
}



body, tr, td, input, a, select, option, textarea {
    font: 12px 'Segoe UI', Tahoma, 'Century Gothic';
    /** color: #5E5E5E; **/
}

.required {
    padding-left: 4px;
    color: #FF0000;
    font-weight: bold;
}

a {
    color: #000099;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}

/** , textarea, input[type=text], input[type=password]  **/
select {
    background-color: #F7F7D4;
    border: 1px solid #DFDF50;
    padding: 2px;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #FFA343;
}

.loginBox
{
    background: url('images/bg_login.jpg') no-repeat; width: 236px; height: 151px;
}

fieldset {
    border: 1px solid #DDDDDD;
    margin-bottom: 8px;
    padding: 4px;
}
legend {
    font-weight: bold;
    font-size: 12px;
    background: #000000;
    color: #FFF;
    padding: 3px;    
}

.submitBtn {
    padding: 3px;
    font-weight: bold;
    font-size: 12px;
}

#flashMessage {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background: #FF6600;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 4px;
}

h3 {
    font-size: 18px;
    padding: 2px;
    margin-top: 0px;
    margin-bottom: 6px;
    color: #FF9900;
    /**
    background: #FF9900;
    color: #FFFFFF;
    **/
}

.userMenu {
    margin-left: 10px;
    padding: 4px;
    background: url('images/b_star.png') left center;
    background-repeat: no-repeat;
    padding-left: 20px; 
}
.userMenu a {
    color: black;
}

.commonTable {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}
.commonTable td {
    background: #F7F7F7;
    /** border-bottom: 1px solid #F7F7D4; **/
}

.detailTable {

}

.detailTable td {
    border-bottom: 1px solid #EDEDED;
    padding-left: 7px;
}

.detailTable td.labelRow {
    background: #EDEDED;
    border-bottom: 1px solid #FFFFFF;
    text-align: right;
    padding-right: 7px;
    font-weight: bold;
}

.datatable {
    width: 100%;
    border: 2px solid #395365;
    border-collapse: collapse; /** cellspacing 0 **/
    margin-bottom: 2px;
    margin-top: 4px;    
}

.datatable th {
    text-align: left;
    color: #FFFFFF;
    padding: 3px 9px 3px 3px;
    border-bottom: 1px solid #EAEAEA;
    /** background: #395365 url('../img/cms/table_header.png'); **/
    background: #484848;
    height: 23px;
}

.datatable th a
{
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
}

.datatable th a:hover
{
    text-decoration: underline;
}

.datatable tr:hover {
    background: #F7F7F7;
}


.datatable td {
    padding: 3px 9px 3px 3px;
    border-bottom: 1px solid #EAEAEA;
}

.datatable td.sorted {
    background: #F7F7D4;
}


div.pagination {
	padding: 2px;
	margin: 2px;
}
div.pagination a {
	padding: 1px 2px 1px 2px;
	margin: 1px;
	text-decoration: none;
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
    text-decoration: underline;
	color: #000;
}
div.pagination span.current {
    padding: 1px 2px 1px 2px;
    margin: 1px;
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}
div.pagination span.disabled {
    padding: 1px 2px 1px 2px;
    margin: 1px;
    color: #DDD;
}