/*CSS for project Photo Restoration Management*/
/*Developed by Enterra Inc. http://www.enterra-inc.com*/

/*PAGE STYLES*/

/*Page header*/
.header {
 background-color: #ADCEF8;
 background-image: url(img/topbackground.gif);
 background-repeat: repeat-x;
 text-align: left;
}

/*Main menu at the top of page*/
.main_menu {
 font-family: Verdana;
 font-style: normal;
 font-weight: normal;
 font-size: 10pt;
 background-color: #2A4A70;
 color: #FFFFFF;
 padding: 0px 10px 3px 10px
}

/*Main menu current item*/
.main_menu span {
 font-weight: bold;
 color: #A7CBF7;
}

/*Main menu link*/
.main_menu a {
 text-decoration: none;
 color: #FFFFFF;
}

/*Main menu hot link*/
.main_menu a:hover {
 text-decoration: underline;
 color: #A7CBF7;
}

/*User welcome zone at the top of page*/
.welcome_zone {
 text-align: left;
}

/*Information bar at the bottom of page*/
.statusbar {
 font-family: Verdana;
 font-style: normal;
 font-weight: normal;
 font-size: 10pt;
 text-align: right;
 background-color: #2A4A70;
 color: #FFFFFF;
 padding: 0px 10px 3px 10px
}

/*Page content area*/
.content {
 font-family: Verdana;
 font-style: normal;
 font-weight: normal;
 font-size: 10pt;
 vertical-align: top;
 padding-top: 20px;
}

/*Page title*/
.page_title {
 font-family: Tahoma;
 font-weight: bold;
 font-size: 14pt;
 color: #000000;
}

/*Page error*/
.page_error {
 font-weight: bold;
 font-size: 10pt;
 color: #FF0000;
}

/*Page message*/
.page_message {
 font-weight: bold;
 font-size: 10pt;
 color: #008000;
}

/*Page link*/
.page_link {
 text-decoration: none;
 font-weight: bold;
 color: #2A4A70;
}

.page_link:hover {
 text-decoration: underline;
}

/*INPUT FORM STYLES*/

/*Form style*/
.form {
 font-weight: bold;
 font-size: 9pt;
 text-align: left;
 vertical-align: baseline;
 color: #2A4A70;
}

/*Form hot link*/
.form a {
 color: #2A4A70;
}

/*Form title*/
.form_title {
}

/*Form subtitle*/
.form_subtitle {
 background-color: #E9F1FC;
}

/*Form input box*/
.form_input {
 font-family: Verdana;
 font-style: normal;
 font-weight: normal;
 font-size: 9pt;
 color: #2A4A70;
 border-style: solid;
 border-width: 1px;
 border-color: #5F84B1;
}

/*Form decoration lines at the top and bottom*/
.form_line {
 background-color: #5F84B1;
 height: 1px;
}

/*Form padding lines between form elements*/
.form_item_pad {
 height: 2px;
}

/*Form padding lines between decoration lines and form elements*/
.form_line_pad {
 height: 5px;
}

/*Form button*/
.form_button {
 background-color: #5F84B1;
 color: #FFFFFF;
 border-style: solid;
 border-width: 1px;
 border-color: #2A4A70;
 font-family: Verdana;
 font-style: normal;
 font-weight: bold;
 font-size: 9pt;
}

/*Form error message*/
.form_error {
 color: #FF0000;
 text-align: center;
}

/*Form remark*/
.form_remark {
 font-size: 8pt;
 text-align: center;
 font-weight: normal;
}

/*Form link*/
.form_link a {
 text-decoration: none;
 font-weight: bold;
 color: #CC0000;
}

/*Form hot link*/
.form_link a:hover {
 text-decoration: underline;
}

/*Form message style*/
.form_message {
 color: #008000;
 text-align: center;
}

/*Form warning style*/
.form_warning {
 color: #CC0000;
}

/*Form style for not primary texts*/
.form_text {
 font-weight: normal;
}

/*GRID STYLES*/

.grid_table {
 font-family: Verdana;
 font-size: 10pt;
}

.grid_title {
 font-weight: bold;
 color: #2A4A70;
}

/*Grid head style*/
.grid_head {
 font-weight: bold;
 background-color: #5F84B1;
 color: #FFFFFF;
 padding-top: 1px;
 padding-bottom: 1px;
 padding-left: 5px;
 padding-right: 5px;
}

/*Grid data style 1*/
.grid_data1 {
 background-color: #FFFFFF;
 color: #2A4A70;
 padding-top: 1px;
 padding-bottom: 1px;
 padding-left: 5px;
 padding-right: 5px;
}

/*Grid data style 1 link*/
.grid_data1 a {
 text-decoration: none;
 font-weight: bold;
 color: #2A4A70;
}

.grid_data1 a:hover {
 color: #FFFFFF;
 background-color: #2A4A70;
}

/*Grid data style 2*/
.grid_data2 {
 background-color: #E9F1FC;
 color: #2A4A70;
 padding-top: 1px;
 padding-bottom: 1px;
 padding-left: 5px;
 padding-right: 5px;
}

/*Grid data style 2 link*/
.grid_data2 a {
 text-decoration: none;
 font-weight: bold;
 color: #2A4A70;
}

.grid_data2 a:hover {
 color: #FFFFFF;
 background-color: #2A4A70;
}

/*Grid disabled command*/
.grid_disabled_command {
 font-weight: bold;
 color: #A6ADCF;
}

/*Grid pager style*/
.grid_pager {
 font-weight: bold;
 background-color: #5F84B1;
 color: #FFFFFF;
 text-align: center;
 padding-top: 1px;
 padding-bottom: 1px;
 padding-left: 5px;
 padding-right: 5px;
}

.grid_pager a {
 color: #A7CBF7;
 text-decoration: none;
}

/*Grid extended button style (at bottom of the list)*/
.grid_ext_button {
 padding-top: 1px;
 padding-bottom: 1px;
 padding-left: 5px;
 padding-right: 5px;
}

/*Grid extended button link*/
.grid_ext_button a {
 text-decoration: none;
 font-weight: bold;
 color: #2A4A70;
}

/*Grid extended button hot link*/
.grid_ext_button a:hover {
 text-decoration: underline;
}

/*Grid decoration line*/
.grid_line {
 height: 1px;
 background-color: #5F84B1;
}

/*Grid empty string (NO DATA)*/
.grid_empty {
 font-weight: bold;
 text-align: center;
 background-color: #FFFFFF;
 color: #CC0000;
 padding-top: 1px;
 padding-bottom: 1px;
 padding-left: 5px;
 padding-right: 5px;
}

/*Grid link*/
.grid_link a {
 background-color: transparent;
 color: #2A4A70;
 font-weight: normal;
}

.grid_link a:hover {
 color: #2A4A70;
 background-color: transparent;
 text-decoration: underline;
 font-weight: normal;
}

/*FILTER STYLES*/

/*Filter property*/
.filter_prop {
 font-family: Verdana;
 font-style: normal;
 font-size: 7pt;
 color: #000000;
 vertical-align: bottom;
}

.filter_but_td {
 padding-left: 5px;
 vertical-align: middle;
}

/*Filter button*/
.filter_but {
 background-color: #5F84B1;
 color: #FFFFFF;
 border-style: solid;
 border-width: 1px;
 border-color: #2A4A70;
 font-family: Verdana;
 font-style: normal;
 font-weight: bold;
 font-size: 8pt;
}

/*Filter input box*/
.filter_input {
 font-family: Verdana;
 font-style: normal;
 font-weight: normal;
 font-size: 8pt;
 color: #2A4A70;
 border-style: solid;
 border-width: 1px;
 border-color: #5F84B1;
 width: 100%;
}

/*Filter padding lines between decoration lines and filter form elements*/
.filter_line_pad {
 height: 2px;
}

/*Site styles*/
.site_grid_table {
 font-family: Verdana;
 font-size: 12pt;
 font-weight: bold;
}

.site_grid_table td {
 padding: 3px 15px 3px 15px;
}

.site_grid_table a {
 color: #2A4A70;
}

.site_details_table {
 text-align: left;
 vertical-align: baseline;
 font-family: Verdana;
 font-size: 12pt;
 padding: 3px 0px 3px 0px;
}

.site_details_table a {
 color: #2A4A70;
}

.site_caption {
 font-weight: bold;
}

.site_line {
 background-color: #2A4A70;
 height: 1px;
}

.site_line_pad {
 height: 5px;
}

.site_item_pad {
 height: 2px;
}