
@import url('buttons.css') all;
@import url('Language.css') all;
@import url('Table.css') all;
@import url('ExpandingDiv.css') all;
@import url('PagedListForm.css') all;
@import url('MessageList.css') all;
/*@import url('TableView.css') all;*/
body {
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

body a, body a:visited
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}

body a:hover, body a:active, body a:focus {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    color: #FF8C00;
    text-decoration: underline;
}

#container {
	position: relative;
	width: 1024px;
	min-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
        height: 72px;
        margin-bottom: 10px;
        text-align: center;
        background: transparent url(../img/maalselvfossen/header_bg.png) no-repeat scroll 0 0;
}

#left_side {
	width: 210px;
	float: left;
        text-align: left;
        margin-right: 6px;
}

#right_side {
	width: 180px;
	float: left;
	text-decoration: none;
	margin-top: 0px;
}
#right_side a:link, #right_side a:visited {
	text-decoration: none;
}
#right_side a:hover{
	text-decoration: underline;
}
.yellowAdv {
	border: 2px dashed #333;
	background-color: #fff200;
	padding: 5px;
	margin: 0;
}

#content {
	float: left;
	width: 622px;
        min-height: 650px;
        text-align: center;
        vertical-align: top;
        margin-right: 6px;
}

#content .modRoot .modHeader {
    background-image: url("../img/maalselvfossen/rawpage_header_m.png");
    background-position: center bottom;
    font-size: 0.8em;
    line-height: 20px;
    margin-left: 50%;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: auto;
}

#content .modHeader {
    height: 22px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    font-family: verdana;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent url(../img/maalselvfossen/rawpage_header_m.png) repeat-x scroll 0 bottom;
    line-height: 20px;
}

#left_side ul, #right_side ul {
    list-style-type:none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.modBody.rawpage a:link, .modBody.rawpage a:visited {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    color: #000000;
    text-decoration: underline;
}

.modBody.rawpage a:hover, .modBody.rawpage a:active, .modBody.rawpage a:focus {
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    color: #FF8C00;
    text-decoration: underline;
}

#content .modRoot .modBody {
    text-align: left;
    min-height: 400px;
    padding: 10px;
    /*background: transparent url(../img/mod_content_bg.png) repeat-y scroll 0 0;*/
}

.modHeader {
    height: 20px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    font-family: verdana;
    font-size: 0.8em;
    color: #FFFFFF;
    background: transparent url(../img/maalselvfossen/rawpage_header_m.png) repeat-x scroll 0 bottom;
    line-height: 20px;
}

#content .modHeader.rawpage {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 0.8em;
	margin-left: 50%;
	padding-right: 10px;
	width: auto;
	background-image: url(../img/maalselvfossen/rawpage_header_m.png);
	text-align: right;
	background-position: bottom;
}

#footer {
	width: 100%;
	margin-top: 15px;
	height: 26px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: center;
	/*background-image: url(../img/maalselvfossen/footer_bg.png); */
	background-image: url(../img/maalselvfossen/rawpage_header_m.png);
	background-position: bottom;
}
#footer .modRoot.rawpage .modHeader.rawpage {
	display: none;
}

#footer div.modRoot.rawpage div.modBody {
	background: transparent;
}

#footer a {
    color: inherit;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#content .modBody {
    background-color: #F6F6F6;
    text-align: center;
    overflow: hidden;
}

#content .modBody {
    text-align: left;
    min-height: 400px;
    padding: 6px;
}

.modBody p {
    margin: 0 0 0 0;
}
#content .rawpage.rawpage_bookingInfo .modHeader { 
	display: none;
}

.listFormButtonDiv, .editFormButtonDiv {
    margin-top: 10px;
    text-align: center;
    clear: both;
    height: 26px;
    line-height: 26px;
}

.brClearAll {
    clear: both;
}

.editFormDiv {
    padding-bottom: 15px;
}

.editFormEditDiv {
    margin-bottom: 15px;
}

.listFormListDiv, .editFormListDiv {
    margin-bottom: 15px;
}

th {
    text-align: center;
}

/* --- Required fields --- */

fieldset p {
    padding-bottom: 5px;
}

label {
    width: 120px;
    display: inline-block;
}

.inputField {
    width: 400px;
}

label.error {
    margin-left: 120px;
    width: 380px;
    font-size: 0.8em;
}

.inputField.error {
    border-color: #FF0000;
    background: #FFCCCC;
}

.requiredCell {
    padding-left: 1px;
    border-left: 1px solid #FF0000;
}

.seccodeInputField {
    width: 280px;
}

.label.required {
    font-weight: bold;
}

/* --- End of required fields --- */

fieldset {
    padding: 4px 8px 10px 8px;
}

fieldset p label {
    width: 100%;
}

span.mceEditor {
    width: 100%;
}

/* --- jsTree --- */
.tree {
    margin-bottom: 2em;
}
/* --- end of jsTree --- */


