﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
	height: 100%;
	width: 100%;
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    /*font-size: .85em;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
	height: 95%;
	width: 100%;
}

header, footer, hgroup,
 section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

#dialog
{
	width: auto;
	height: auto;
	z-index: 1200;
	overflow: auto;
	padding: 0;
	margin: 0;
}
.selectInDialog {
	width: 400px;
	height: auto;
}

.loginOverlay {
	position: absolute;top:200px;left:30%;height:100px;width:200px;background-color: aqua;z-index: 100;border-radius: 10px;padding:10px;border-style: solid; border-color: white;border-width: 6px;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
   /* max-width: 960px;*/
	position: relative;
}
.main-content {
	height: 100%;
}

#body {
    background-color: #efeeef;
    clear: both;
	height: 100%;
}
    /*.main-content {
        padding-left: 10px;
        padding-top: 30px;
    }*/

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

	/*------- Tooltip ----------------*/
	a.tooltipx {outline:none; } 
	a.tooltipx strong {line-height:30px;} 
	a.tooltipx:hover {text-decoration:none;} 
	a.tooltipx span { z-index:10;display:none; padding:14px 20px; margin-top:-30px; margin-left:28px; width:240px; line-height:16px; } 
	a.tooltipx:hover span {
		 display:inline; position:absolute; 
		 color:#111; border:1px solid #DCA; background:#fffAF0;
	} 
	.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;} 
	/*CSS3 extras*/ 
	a.tooltipx span {
		 border-radius:4px; 
		 -moz-border-radius: 4px; 
		 -webkit-border-radius: 4px; 
		 -moz-box-shadow: 5px 5px 8px #CCC; 
		 -webkit-box-shadow: 5px 5px 8px #CCC; 
		 box-shadow: 5px 5px 8px #CCC;
	}

	
.nav > li > a {
	padding: 10px;
}

/
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}



	

	
.button2 {
    -moz-box-shadow:inset 0px 1px 0px 0px #4b545f;
	-webkit-box-shadow:inset 0px 1px 0px 0px #4b545f;
	box-shadow:inset 0px 1px 0px 0px #4b545f;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid;
	display:inline-block;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-align:center;
	
}.button2:hover {
	
	text-decoration: none;
}.button2:active {
	position:relative;
	top:1px;
}
 .b_gray {
	 color:#999999;
	 border-color: #787878;
	 background-color:#5f6975;
	 text-shadow:1px 1px 0px #4f5964;
 }
 .b_gray:hover {
	 background-color:#6b727c;
 }
 .b_green {
	 color:#306108;
	 border-color: #268a16;
	 background-color:#77d42a;
	 text-shadow:1px 1px 0px #aade7c;
 }
 .b_green:hover {
	 background-color:#5cb811;
 }
 .b_red {
	 color:#ffffff;
	 border-color: #d83526;
	background-color:#d11702;
	color:#ffffff;
	text-shadow:1px 1px 0px #b23e35;
 }
 .b_red:hover {
	 background-color:#fc0000;
 }
 .red.ui-button.ui-state-active .ui-button-text {
    color: red;
    background-color: pink;
}
 .green.ui-button.ui-state-active .ui-button-text {
    color: green;
    background-color: greenyellow;
}
 .blue.ui-button.ui-state-active .ui-button-text {
    color: blue;
    background-color: blueviolet;
}
/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    /*font-size: 1.2em;
    font-weight: 600;*/
}

label.checkbox {
    display: inline;
}



textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

#gr-map {
	margin:0;
	padding:0;
	width:400px;
	height:300px;
	background:Url('/Content/images/GEObox-Tnt-Graphik.png');
	background-size: 400px auto;
	background-repeat: no-repeat;
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
}

#gr-map li {
margin:0;
padding:0;
list-style:none;
}

#gr-map li a {
position:absolute;
display:block;
/*
Specifying a background image
(a 1px by 1px transparent gif)
fixes a bug in older versions of
IE that causeses the block to not
render at its full dimensions.
*/
background:url(/Content/images/blank.gif);
}

#gr-map li a span { display:none; }

#gr-map li a:hover span {
position:relative;
display:block;
width:200px;
left:20px;
top:20px;
padding:5px;
border:1px solid #000;
background:#fff;
text-decoration:none;
color:#000;
filter:alpha(opacity=80);
opacity:0.8;
}

#gr-map a.gr-car {
top:20px;
left:60px;
width:80px;
height:90px;
}