﻿
html
{
	font-family:Tahoma;
}

body
{
	background:#222;
	margin:0px;
	padding:0px;
}

#main
{
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:10px;
	
	width:1000px;
	border: 2px solid #000;
}

#header
{
	border-bottom:2px solid #000;
	height:100px;
	background:url('img/header.jpg');
}

#menu
{
	border-bottom:2px solid #000;
	background:#555;
	color:#ddd;
	font-weight:bold;
	height:25px;
	margin:0px;
	padding:0px;
}

#menu #menu_user
{
    float:right;
    color:#fff;
    padding:4px;
    font-size:10pt;
    font-weight:normal;
}

#menu #menu_user a
{
    color:#fff;
    font-weight:bold;
    padding-left:5px;
    padding-right:5px;
}

#menu ul
{
	margin:0px;
	padding:0px;
}

#menu ul li
{
	float:left;
    padding:3px;
	padding-right:5px;
	padding-left:5px;
	margin:0px;
	list-style-type:none;
}

#menu ul li:hover, #menu ul li:active
{
	background-color:#222;
}

#menu ul li:hover a, #menu ul li:active a, #menu ul li a
{
	color:#fff;
	text-decoration:none;
}

#body
{
	background:#fff;
	padding:10px;
	margin:0px;
}

#body h1
{
	font-size:18pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #444;
	padding-left:10px;
	margin-bottom:10px;
}

#body h2
{
    font-size:14pt;
}

#body p
{
	margin:0px;
	padding:5px;
}

#footer
{
	color:#aaa;
	text-align:center;
	margin-bottom:50px;
	font-size:10pt;
	clear:both;
}

#footer a
{
    color:#bbb;
}

div.box_error
{
    margin:20px;
    padding:10px;
    border:3px solid #333;

    background:#CD0000;
    color:#fff;
    font-weight:bold;
}

ul.errors
{
    margin:20px;
    padding:10px;
    border:3px solid #333;

    background:#B22222;
    color:#fff;
    font-weight:bold;
    font-size:11pt;
}

ul.errors li
{
    margin-left:20px;
}

table
{
    border:2px solid #999;
    font-size:10pt;
    margin-top:10px;
    margin-bottom:10px;
}

table.data
{
    margin-left:auto;
    margin-right:auto;
    width:100%;
}

div.data_filter
{
    text-align:center;
    border:none;
    font-size:10pt;
    margin-top:10px;
    margin-bottom:-10px;
    color:#555;
}

div.data_filter input
{
    border:1px solid #ccc;
    color:#000;
    margin-right:2px;
}

div.data_pagination
{
    text-align:center;
    font-size:10pt;
    color:#555;
    margin-top:-10px;
    margin-bottom:10px;
}

div.data_pagination select
{
    font-size:10pt;
    border:1px solid #ccc;
    margin-left:10px;
    padding:0px;
    background:#efefef;
}

div.data_note
{
    text-align:center;
    font-size:10pt;
    color:#555;
    margin-top:-10px;
    margin-bottom:10px;
}

table thead tr th,
table tbody tr td
{
    padding:2px;
    padding-left:5px;
    padding-right:5px;
    background:#efefef;
    text-align:center;
}

table thead tr th
{
    font-weight:bold;
    background:#ddd;
    color:#000;
    vertical-align:middle;
}

table tbody tr td
{
}

div.form
{
    padding:10pt;
    border:1px solid #ccc;
    background:#efefef;
}

div.form_withnotes
{
    padding:10pt;
    border:1px solid #ccc;
    background:#efefef;
    margin-right:350px;
    font-size:10pt;
}

div.form_notes
{
    float:right;
    width:330px;
    border-left:2px solid #ccc;
    padding-left:10px;
    padding-right:5px;
}

div.form_notes h1
{
    font-size:10pt;
    font-weight:bold;
    border-bottom:1px dashed #ccc;
    padding:0px;
    margin:0px;
    margin-bottom:5px;
}

dl
{
    font-size:11pt;
    margin:0px;
    padding:0px;
}

*.withbarright
{
    margin-right:510px;
}

*.withmenuright
{
    margin-right:200px;
}

dl dt
{
    float:left;
    width:120px;
    margin-bottom:10px;
    padding:10px;
    
    text-align:right;
}

dl dd
{
    margin-left:140px;
    margin-bottom:10px;
    text-align:left;
    
    padding:10px;
    padding-left:5px;
    
    background:#ddd;
    border-left:2px solid #aaa;
    border-right:2px solid #aaa;
}

dl dd pre
{
    white-space:pre-wrap;
}

input,
select
{
    border:1px solid #222;
}

div.bar_right
{
    float:right;
    width:500px;
    margin:0px;
}

div.bar_right_small
{
    float:right;
    width:300px;
    height:600px;
    overflow-y:scroll;
    margin:0px;
}

div.bar_right div.note,
div.bar_right_small div.note
{
    margin-top:20px;
    margin-bottom:20px;
    text-align:right;
    font-size:10pt;
}



div.box
{
    margin:10px;
    margin-top:5px;
    margin-bottom:20px;
    padding:5px;
    border:1px solid #444;
    background:#f5f5f5;
}

div.bar_right div.box table
{
    width:450px;
}

div.box p.title
{
    font-size:13pt;
    font-weight:bold;
    padding:0px;
    margin:0px;
    border-bottom:1px solid #444;
    text-align:center;
}

div.menu_right
{
    float:right;
    margin:10px;
    margin-top:5px;
    margin-bottom:5px;
    padding:5px;
    border:2px solid #444;
    background:#f5f5f5;
    width:150px;
}

div.menu_right ul
{
    margin:0px;
    padding:0px;
}

div.menu_right ul li
{
    list-style-type:none;
    text-align:center;
    padding:10px;
    border:1px dashed #ccc;
    margin:10px;
}

div.menu_right ul li a
{
    color:#000;
    text-decoration:none;
}

div.menu_right ul li:hover,
div.menu_right ul li:active
{
    border:1px solid #000;
}

div.menu_right ul li.separator
{
    height:5px;
    border:none;
    margin:0px;
    padding:0px;
}

h2.view
{
    text-align:left;
    padding-left:20px;
    border-bottom:1px dashed #999;
    font-size:14pt;
    font-weight:normal;
}

table.main_buttons
{
    border:none;
    background:none;
    margin:10px;
}

table.main_buttons tr td
{
    width:200px;
    height:40px;
    font-size:14pt;
    
    border:1px dashed #999;
    background:#efefef;
}

table.main_buttons tr td a
{
    text-decoration:none;
    color:#000;
}

table.ItemList
{
    width:200px;
}

table.ItemList tr td
{
    text-align:left;
}


/* ASP.NET TRACE */

#__asptrace
{
    background:#fff;
    margin:50px;
    border:5px solid #666;
}

div.title_links
{
    float:right;
    padding-top:8px;
}

.linkbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.onlinebtn {
    background:#555;
    color:#fff;
    font-size:16px;
    padding:6px;
    text-align:center;
}

/* Dropdown Button */
.dropbtn {
	background:#555;
	color:#fff;
	font-weight:bold;
    padding-bottom:2px;
	padding-right:5px;
    padding-left:5px;	
    text-align:center;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #555;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #222}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #222;
}

a{
    text-decoration:none;
}