@import url('/static/css/paragraph.css');
@import url('/static/css/subscription.css');

html
{
    background-color: #857d4f;
}

body
{
    background-color: #FFF;
	width: 914px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Sans, sans-serif;
    padding: 3px;
}

div#main-container
{
    border: 1px solid #666666;
	background-color: #FFFFCC;
}

table#header
{
    width: 880px;
    margin: 0px;
    text-align: left;
}

img
{
    border: none;
}

img.popup
{
    cursor: pointer;
}

img.marginless
{
    margin: 0px;
}

#content img
{
    margin: 10px;
    border: 1px solid #000;
}

table#main
{
	width: 100%;
}

table#top-area
{
	width: 100%;
    height: 33px;
    margin-top: -4px;
}

table#top-area td#left-border
{
    width: 19px;
    background-image: url('/static/images/topmenu-lb.png');
    background-repeat: no-repeat;
}

table#top-area td#right-border
{
    width: 20px;
    background-image: url('/static/images/topmenu-rb.png');
    background-repeat: no-repeat;
}

table#top-area td#lang-area
{
	vertical-align: middle;
    overflow: hidden;
}

table#top-area td#menu-area
{
	vertical-align: bottom;
}

div#languages
{
	float: left;
    width: 160px;
	font-size: 9px;
	text-align: center;
	color: #EEE;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: -5px;
}

div#languages a
{
	color: #FFF;
	text-decoration: none;
	padding: 2px;
}

div#languages a:hover
{
    color: #fcf783;
}

div#languages a.selected
{
    font-weight: bold;
    color: #fcf783;
}

td#search-area
{
    background-image: url('/static/images/topmenu-bg.png');
    background-repeat: repeat-x;
    width: 143px;
	text-align: center;
	vertical-align: top;
    padding: 0px;
    height: 33px;
}

td#search-area form
{
    margin: 0px;
}

td#search-area input#search-entry
{
	font-size: 11px;
    width: 108px;
    height: 22px;
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 8px;
	background-image: url("/static/images/find.png");
	background-repeat: no-repeat;
    border: none;
}

div#tools
{
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

div#tools img
{
	border: none;
}

div#tools a#print
{
    display: block;
    background-image: url('/static/images/button-print.png');
    background-repeat: no-repeat;
    height: 33px;
    padding: 0px;
    margin-top: -5px;
    text-decoration: none;
    width: 24px;
}

td#top-menu-area
{
    background-image: url('/static/images/topmenu-bg.png');
    background-repeat: repeat-x;
	vertical-align: middle;
    padding-left: 10px;
    height: 33px;
    overflow: hidden;
}

div#top-menu
{
    width: 490px;
    overflow: hidden;
    padding-left: 10px;
    float: left;
}

div#top-menu a
{
	display: block;
	float: left;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

div#top-menu a:hover, div#top-menu a.selected
{
	color: #fcf783;
}

table#main td#left-slot
{
	width: 198px;
	vertical-align: top;
    padding-left: 11px;
    padding-top: 10px;
}

ul#left-menu
{
    list-style-type: none;
	padding-left: 0px;
    margin: 0px;
    width: 180px;
}

ul#left-menu li.title
{
    background-image: url('/static/images/box-top.png');
    background-repeat: no-repeat;
    background-color: #ffffcc;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    padding: 5px;
    text-align: center;
    position: relative;
}

ul#left-menu a
{
    background-color: #ffef99;
	display: block;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	padding: 5px;
    padding-right: 3px;
    margin-right: 0px;
}

ul#left-menu a:hover, ul#left-menu a.selected
{
	color: #093d75;
    text-decoration: underline;
}

ul#left-menu .menu-level1
{
	padding-left: 10px;
	font-size: 11px;
}

ul#left-menu .menu-level2
{
	padding-left: 30px;
	font-size: 10px;
    font-weight: bold;
    color: #333;
}

ul#left-menu .menu-level3
{
	padding-left: 40px;
	font-size: 10px;
}

ul#left-menu .menu-level4
{
	padding-left: 50px;
	font-size: 10px;
    font-weight: normal;
}

div#left-menu-top
{
    background-image: url('/static/images/leftmenu-top.png');
    height: 15px;
    margin-top: 10px;
    margin-right: 10px;
}

div#left-menu-bottom
{
    background-image: url('/static/images/leftmenu-bottom.png');
    height: 15px;
    margin-right: 10px;
}

img#compass
{
    display: block;
    position: absolute;
    right: -6px;
    top: -5px;
}

td#content-area
{
	vertical-align: top;
    padding-top: 10px;
}

h1, h2, h3, h4
{
	color: #093d75;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

h4
{
    color: #278a19;
	font-size: 12px;
}

div#content
{
	font-size: 12px;
	padding-left: 16px;
	padding-right: 10px;
	color: #000;
    width: 480px;
    overflow: hidden;
}

div#content a, div.box a, div#footer a
{
	text-decoration: none;
	color: #085dbd;
}

div#content a:hover, div.box a:hover, div#footer a:hover
{
	text-decoration: underline;
}

table#main td#right-slot
{
	width: 180px;
	vertical-align: top;
    padding-left: 10px;
    padding-right: 11px;
}

div#footer
{
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 10px;
	text-align: center;
	color: #555;
}

/*
 * Input fields
 */

input[type="text"], input[type="password"], textarea
{
    padding: 3px;
    border: 1px solid #AAA;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
    border: 1px solid #5faa16;
}

input[type="submit"], input[type="button"], input.button
{
    border: 1px solid #dcc92a;
    background-color: #ffe36e;
    color: #333;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 8px 2px 8px;
}

input[type="submit"]:hover, input[type="button"]:hover, input.button:hover
{
    background-color: #efd62a;
    color: #000;
    cursor: pointer;
}

input.small-textfield
{
    width: 70px;
    font-size: 10px;
    padding: 2px;
}

input.button-small, input.button-small2
{
    font-size: 10px;
    font-weight: bold;
    background-image: url('/static/images/button-small.png');
    width: 70px;
    height: 18px;
    border: none;
    color: #333;
}

input.button-small:hover, input.button-small2:hover
{
    border: none;
}

input.button-small2
{
    background-image: url('/static/images/button-small2.png');
    width: 76px;
    height: 26px;
}

div.page-updated
{
    color: #555;
    margin-top: 20px;
    font-size: 10px;
}


/*
 * Box
 */

div.box
{
    width: 180px;
    border-bottom: 1px solid #e3e272;
    padding-top: 10px;
}

div.box .title
{
    background-image: url('/static/images/box-top.png');
    background-repeat: no-repeat;
    background-color: #ffffcc;
    font-size: 11px;
    color: #333;
    text-align: center;
    padding: 5px;
}

div.box .content
{
    font-size: 11px;
    background-color: #ffef99;
    padding: 8px;
}

div.box p
{
    margin-top: 3px;
    margin-bottom: 3px;
}

div.box form
{
    margin: 0px;
}

.centered
{
    text-align: center;
}

div.editable-block
{
    font-size: 11px;
}

#right-slot .editable-block
{
    margin-top: 20px;
    width: 180px;
    overflow: hidden;
}

div#print-preview-close
{
    display: none;
}

.tableform table th
{
    text-align: right;
    font-size: 11px;
}

.fielderror
{
    color: red;
    font-size: 11px;
}

.small
{
    font-size: 11px;
}

/*
 * Simple table with green header, white cells and green bottom borders.
 */

table.table-simple
{
    border-collapse: collapse;
    border-top: 1px solid #de8d19;
}

/*
table.table-simple tr
{
    border-bottom: 1px solid #de8d19;
}*/

table.table-simple th
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    padding-left: 15px;
    text-align: left;
    border-bottom: 1px solid #de8d19;
}

table.table-simple td
{
    font-size: 12px;
    padding: 8px;
    border-bottom: 1px solid #de8d19;
}


/*
 * Simple table with gray header, white cells and gray bottom borders.
 */

table.table-light
{
    border-collapse: collapse;
    border-top: 1px solid #de8d19;
}

/*
table.table-light tr
{
    border-bottom: 1px solid #de8d19;
}*/

table.table-light th
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #de8d19;
}

table.table-light td
{
    font-size: 12px;
    padding: 8px;
    border-bottom: 1px solid #de8d19;
}


/*
 * Simple table with gray borders.
 */

table.table-bordered
{
    border-collapse: collapse;
    border: 1px solid #AAA;
}

/*
table.table-bordered tr
{
    border-bottom: 1px solid #de8d19;
}*/

table.table-bordered th
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    border: 1px solid #de8d19;
}

table.table-bordered td
{
    font-size: 12px;
    padding: 8px;
    border: 1px solid #de8d19;
}


.required
{
    padding-left: 10px;
    background-image: url('/static/images/required.png');
    background-repeat: no-repeat;
    background-position: left;
}

.comment
{
    font-style: italic;
}

.menu-closed
{
    background-image: url('/static/images/arrow-closed.png');
    background-repeat: no-repeat;
    background-position: 20px 7px;
}

.menu-opened
{
    background-image: url('/static/images/arrow-opened.png');
    background-repeat: no-repeat;
    background-position: 15px 10px;
}

hr
{
    border: none;
    border-bottom: 1px solid #e3e272;
    clear: both;
}
