/* Base CSS style for the Langham control panel */

* {
    font-family: Arial,"MS Sans Serif",Arial,"Microsoft Sans Serif",System,sans-serif,serif;
    font-size: 12px;
    line-height: 14px;
    color: rgb(102, 102, 102);
}
body {
    text-align:center;
    background-color:white;
    width:80%;
    margin: 12px auto;
    background-color:#847248;
}

hr{
    margin: 25px;
    border: 1px solid #eee;
}

p{
    font-family: Arial,"MS Sans Serif",Arial,"Microsoft Sans Serif",System,sans-serif,serif;
    font-size: 12px;
    color: rgb(102, 102, 102);
    margin: 0.5em 0;
}
.editable_textarea p {
    margin: 3px 0;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: rgb(70, 56, 24);
    margin: 20px 0 10px 0;
}
h2 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(132, 114, 72);
    margin: 20px 0 10px 0;
}

h3 {
    font-family: Arial,"MS Sans Serif",Tahoma,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: rgb(132, 114, 72);
    margin: 15px 0 5px 0;
}

h4 {
    font-family: Arial,"MS Sans Serif",Tahoma,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: rgb(132, 114, 72);
}

li {
    margin-left: 2em;
}

a {
    color: #495B85;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    color: #86744B;
    text-decoration: underline;
}
#footer a {
    color: rgb(102, 102, 102);
    font-size: 10px;
    text-decoration: none;
}
#footer a:hover{
    color: rgb(132, 114, 72);
    text-decoration: underline;
}



td{
    vertical-align:top;
	font-family: Arial,"MS Sans Serif",Arial,"Microsoft Sans Serif",System,sans-serif,serif;
    font-size: 12px;
    color: rgb(102, 102, 102);
}

/* To make links easier to click on */
a.display_block {
    display:block;
}

input{
    vertical-align:middle;
}

select {
    color: #000;
}

.box
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.textInput
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: rgb(102, 102, 102);
}

#outer {
    width:819.2px;
    background-color:white;
    padding:0px 0px 10px 0px;
    text-align:left;
}

#header {
    height:155px;
    background-color:white;
    width:100%;
    text-align:left;
    background-color:white;
    border-bottom: 10px solid #F8B6C1
}

#content {
    background-color:white;
    padding:10px 35px 10px 150px;
    text-align:left;
}

#footer {
    text-align:center;
    margin:0px 10px 10px 10px;
    font-family: Arial,"MS Sans Serif",Arial,"Microsoft Sans Serif",System,sans-serif,serif;
    font-size: 9pt;
    line-height: 14px;
    color: rgb(70, 56, 24);
}

#footer p{
    font-size: 7pt;
    padding:5px 5px 5px 5px;
    color: #463818;
}

#footer p a {
    margin-left:8px;
    margin-right:8px;
}

.container{
    padding:0px;
    margin:0px;
    background-color:white;
}

.error {
	color:#ff6666;
}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	background-color: white;
	border: 1px solid rgb(132, 114, 72);
	}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	padding:2px 2px 2px 2px;
	}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: rgb(132, 114, 72);
	border: 1px solid #AAAAAA;
	color: white;
	padding:2px 2px 2px 2px;
	}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: rgb(132, 114, 72);
	font-weight: bold;
	}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: rgb(132, 114, 72);
	font-weight: bold;
	padding: 0px;
	}
	
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Arial,"MS Sans Serif",Arial,"Microsoft Sans Serif",System,sans-serif,serif;
	font-size: 10px;
	color: white;
	background: rgb(132, 114, 72);
	font-weight: bold;
	}

/* WOW */
#div_section{
	float:left;
	width:50%;
	}

#div_category{
	float:left;
	width:50%;
	}

.wow input
{
    background-color: rgb(244, 244, 244);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    color: rgb(102, 102, 102);
}




input {
    color: #000;
}
fieldset {
    border: 0;
    width: 35em
    margin:0;
    padding: 0;
}
fieldset label {
    width: 15em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block
}
fieldset input {
    margin: 0.1em 0 0.1em 16.5em;
    width: 15em;
    display: block;
}
fieldset span.input {
    margin: 0.1em 0 0.1em 0.1em;
    width: 15em;
    display: block;
    float: left;
}


table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 10px 0;
}
td, th {
    padding: 0.5em;
}


table.form {
    border: 0;
    width: 100%;
}
table.form th, table.form td.th {
    font-weight: bold;
    color: rgb(102, 102, 102);
    vertical-align: top;
    text-align: center;
    padding: 0.1em 1em 0.1em 0;
}
table.form th.row {
    width: 15em;
    padding: 0.1em 1.5em 0.1em 0.1em;
    text-align: right;
}
table.form td {
    padding: 0.1em 1em 0.1em 0;
    vertical-align: top;
}
table.form img {
    max-width: 300px;
    max-height: 250px;
}
table.form .right {
    text-align: right;
}


table.draggable_rows {
    border: 0;
}

.editable, .editable_textarea, .editable_rlboolean, .editable_select {
    display: block;
    cursor: pointer;
}
.editable:hover, .editable_textarea:hover, .editable_rlboolean:hover, editable_select:hover {
    background: #efeadd url() no-repeat 2px 2px;
}
.editable_rlboolean {
    color: #fff;
    padding-left: 15px;
    background: #fff url() no-repeat 2px 2px;
}
.editable_rlboolean_center {
    padding-left: 0;
    padding-top: 0;
    background: #fff url() no-repeat 50% 2px;
}
.editable_rlboolean:hover {
    color: #efeadd;
}
.editable_rlboolean_center:hover {
    padding-left: 0;
    padding-top: 0;
    background: #efeadd url() no-repeat 50% 2px;
}
.rltextbox {
    display: none;
}

.highlighted_field {
    border: 3px solid #ff0;
    padding: 4px;
}

.info {
    background-color: #efeadd;
    border: 1px solid #847248;
    padding: 0.5em 0.7em;
    font-weight: bold;
    color: #847248;
}

.warning {
    border: 2px solid #ff5;
    background-color: #ffc;
    background-image: url('/media/img/dialog-warning.png');
    background-repeat: no-repeat;
    background-position: 5px 3px; 
    padding: 0.5em 0.7em 0.5em 50px;
    margin: 20px 0;
    font-weight: bold;
    color: #666;
}
.warning li {
    color: #666;
}


.accordion {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: block;
    margin-bottom: 1em;
}
.ui-accordion-header {
    border-top: 1px solid #ccc;
    background-color: #eee;
    padding: 0.5em;
    cursor: pointer;
}
.ui-accordion-header:hover {
    background-color: #efeadd;
}
h3.ui-accordion-header {
    margin: 0;
}
h3 a, h3 a:hover {
    color: rgb(102, 102, 102);
    text-decoration: none;
}


#searchform * {
    margin: 3px 0;
}
#searchform h4 {
    margin: 15px 0;
}
#searchform p {
    margin: 10px 0;
}
#searchform input {
    margin: 0 4px;
}



.sortable { list-style-type: none; margin: 0; padding: 0; }
.sortable li { margin: 0; padding: 0; }
html>body .sortable li {  }
.ui-state-highlight { height: 10px; background: #ff0; }

#notification_area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #666666;
    opacity: 0.9;
    text-align: center;
    font-weight: bold;
}




td.drag_handle {
}

td.show_drag_handle {
    background-image: url('/media/img/updown.gif');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: move;
}

