html
{
    height: 100%;
}

body
{
    background-color: #ffffff;
    font-size: 12px;
    font-family: "Arial";
    padding: 0;
    color: #303335;
    margin: auto;
    height: 100%;
    line-height: 1.6em;
}

a
{
    target-new: tab ! important;
}

a:link
{
    color: #0095C2;
    text-decoration: none;
}

a:visited
{
    color: #0095C2;
    text-decoration: none;
}

a:hover
{
    color: #0095C2;
    text-decoration: underline;
}

a:active
{
    color: #0095C2;
    text-decoration: underline;
}

a:link.breadcrumb
{
    color: #303335;
    text-decoration: none;
}

a:visited.breadcrumb
{
    color: #303335;
    text-decoration: none;
}

a:hover.breadcrumb
{
    color: #303335;
    text-decoration: none;
}

a:active.breadcrumb
{
    color: #303335;
    text-decoration: none;
}

p, ul
{
    line-height: 1.6em;
}

div.samebullet li 
{
	list-style-type:disc;
}

hr, .line-separator
{
    color: #0095C2;
    border: none;
    border-top: 1px solid #0095C2;
    height: 1px;
    display: block;
    margin-top: 3px;
}

/* HEADINGS */

h1, h2, h3, h4, h5
{
    font-weight: bold;
    width: auto;
    padding: 0;
    margin: 0;
}

h1
{
    font-size: 20px;
    margin-bottom: 10px;
}

h2, h3, h4, h5
{
    margin-bottom: 1px;
    margin-top: 20px;
}

h2
{
    font-size: 18px;
}

h3
{
    font-size: 16px;
    color: #0095C2;
}

h4
{
    font-size: 14px;
    text-decoration: underline;
}

h5
{
    font-size: 12px;
}


img
{
    border-style: none;
    vertical-align: top;
}

img.valign-middle
{
    vertical-align: middle;
}

/* FORM LAYOUT ELEMENTS  */

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    font-size: 12px;
    font-family: "Arial";
    border: 1px solid #ccc;
    min-height: 80px;
    width: 200px;
    color: #303335;
    padding-left: 5px;
    background: url(./images/textbox_bg.png) left bottom repeat-x;
}

input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding-left: 5px;
    font-size: 12px;
    color: #303335;
    width: 200px;
    background: url(./images/textbox_bg.png) left top repeat-x;
}

input[type="radio"], input[type="radio"].inline
{
    margin: 2px 0 0 0;
    padding: 0px 5px 0 0;
}

input[type="radio"].inline
{
    margin: 0;
}


input[type="text"].date_datepicker
{
    width: 100px;
    padding: 2px 0;
}

input[type="checkbox"], input[type="checkbox"].inline
{
    margin: 0px 0 0 0;
    padding: 0px 5px 0 0;
}



select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 12px;
    color: #303335;
    background-color: #EEE;
    min-width: 140px;
    margin: 1px 0px;
}

input[type="submit"], input[type="button"]
{
    font-size: 12px;
    padding: 3px 20px 3px 20px;
    background-color: #0095C2;
    color: #FFFFFF;
    border-style: none;
    font-weight: bold;
}

input[type="reset"]
{
    font-size: 12px;
    padding: 3px 20px 3px 20px;
    background-color: #0095C2;
    color: #FFFFFF;
    border-style: none;
    font-weight: bold;
}

input[type="text"]#search
{
    background: url(./images/icon_search.png) right no-repeat;
    padding-right: 20px;
    margin-bottom: 8px;
    float: right;
}

input[type="text"]#mapSearch
{
    background: url(./images/icon_search.png) right no-repeat;
    padding: 4px 2px;
    margin-left: -5px;
    margin-right: -5px;
    width: 205px;
}

input[type="text"]#mapSearch.empty
{
    font-style: italic;
    color: #C1C1C1;
}


/* TABLE */

.dtpicker-td
{
    text-align: right;
}

table
{
    width: 100%;
    border: 0px;
    border-collapse: separate;
    border-spacing: 0px;
}

table td
{
    vertical-align: top;
    padding: 5px;
    line-height: 1.1em;
}

table#filterTableContent td, table.childTable td
{
    border-bottom: 1px solid #FFF;
}

table td.style1
{
    background-color: #ECECEC;
}

table td.style2
{
    background-color: #F6F6F6;
    border-left: 1px solid #FFFFFF;
}

table td.primary
{
    width: 0px;
    padding-right: 0px;
}

table tr.style1 td
{
    background-color: #F6F6F6; /*    border-bottom: 1px solid #FFFFFF;     border-top: 1px solid #FFFFFF; */
}

table tr.style2 td
{
    background-color: #ECECEC;
}

table tr.noTableItems td
{
    background-color: #ECECEC;
    text-align: center;
}

table tr.active td
{
    background-color: #59BAD7;
}

table td.parentChildTable
{
    padding: 0px;
    padding-right: 20px;
}

table .childTable tr.header
{
    font-weight: bold;
}

tr.active a:link
{
    color: #FFF;
    text-decoration: underline;
}

tr.active a:visited
{
    color: #FFF;
    text-decoration: underline;
}

tr.active a:hover
{
    color: #FFF;
    text-decoration: none;
}

tr.active a:active
{
    color: #FFF;
    text-decoration: none;
}

table.childTable
{
    margin: 0px;
    margin-left: 20px;
}

table.childTable
{
    margin: 0px;
    margin-left: 20px;
}

div.rowExpandDiv
{
    margin-right: -20px;
    padding: 0px;
    padding-right: 20px;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #303335;
    color: #FFFFFF;
    border: 0px;
}

table th a:link
{
    color: #FFF;
    text-decoration: none;
}

table th a:visited
{
    color: #FFF;
    text-decoration: none;
}

table th a:hover
{
    color: #FFF;
    text-decoration: underline;
}

table th a:active
{
    color: #FFF;
    text-decoration: underline;
}

/* MENU */
.menuHead
{
    padding: 6px 5px;
    text-align: left;
    background-color: #303335;
    color: #FFFFFF;
    border: 0px;
}

.menuBody
{
    background: #F6F6F6;
}

.versionBar
{
    width: 100%;
    background-color: #F0F0F0;
    box-shadow: 0px 1px 3px 1px #a0a0a0;
    padding: 10px;
    color: #0095C2;
}

.versionSelect
{
    position: absolute;
    left:20px;
    top:32px;
    width: auto;
    height: auto;
    border: 1px solid #C0C0C0;
    background-color: #FCFCFC;
    box-shadow: 2px 2px 3px 1px #a0a0a0;
    padding: 10px;
}

.placeholder
{
    color: #303335;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #C0C0C0;
    padding: 2px;
    min-width: 10px;
}

.placeholderEdit
{
    position: relative;
    left:0px;
    top:0px;
    width: auto;
    height: auto;
    border: 1px solid #C0C0C0;
    color: #303335;
    background-color: #FCFCFC;
    box-shadow: 2px 2px 3px 1px #a0a0a0;
    padding: 1px;
    display: inline-block;
}

.placeholderEdit input
{
    width: 64px;
}

div.jsonbody
{
    border: 1px solid #303335;
    box-shadow: 0px 0px 3px 1px #a0a0a0 inset;
    padding: 10px;
    font-family: "Consolas", "Courier New", monospace;
}

.codeBlock
{
	margin: 10px;
	padding: 10px !important;
	outline: 1px solid #303335;
	background: #F6F6F6;
	border: none !important;
}
.string { color: red; }
.number { color: darkred; }
.boolean { color: blue; }
.null { color: blue; }
.key { color: black; }

.ccpOdataUrl
{
	color: steelblue;
}

div.noteBlock
{
	margin: 10px;
	padding: 10px;
	border: 1px solid #303335;
	background: #ECECEC;
}

div.recBlock
{
	margin: 10px;
	padding: 10px;
	border: 1px solid #303335;
	background: #ECECEC;
}

.tutorial
{
	margin: 10px;
}