* {
	margin: 0;
	padding: 0;
}
html {
	background: #f6f6f6 url('images/background.jpg') top center no-repeat fixed;
}

body {
    font-family: "Trebuchet MS",Helvetica,sans-serif;
	color: #333333;
	text-align: center;
	vertical-align: top;
}

body,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.75em;
}

a {
    color: #264c67;
}

a.Selected {
	font-size: 120%!important;
	text-decoration: underline!important;
}

h1,h2,h3,h4,h5,h6 {
    color: #062c47;
}

p {
	margin: 0 0 .75em 0;
}
ul {
	margin-left: 30px;
}
li {
	margin: 5px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}

fieldset {
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	border: solid 1px #c0c0c0;
}
fieldset legend {
	color: #483733;
	font-weight: bold;
	font-size: 102%;
	margin-bottom: 4px;
    padding: 0 4px;
}
fieldset.inputfield legend {
	color: #404040;
	font-weight: bolder;
	font-size: 90%;
}

fieldset.UploadDocument {
    margin-bottom: 10px;
}
fieldset.UploadDocument ol {
    margin-left: 30px;
}
fieldset.UploadDocument ol li {
    padding: 5px 0;
}

input,textarea {
    padding: 0 3px;
    margin-right: 3px;
}

input[type="text"]:disabled {
    background-color: white;
    border: 1px solid #A9A9A9;
    color: #808080;
}

textarea:disabled {
    background-color: white;
    border: 1px solid #A9A9A9;
    color: #808080;
}

select:disabled {
    background-color: white;
    border: 1px solid #A9A9A9;
    color: #808080;
}

div#Pagebackground {
    position: relative;
    margin: 0 10em;
    text-align: left;
    /*border: solid 1px #d0d0d0;*/
    background-color: #ffffff;
}

div#Pagetop {
    position: relative;
    background: #ffffff url('images/header2.jpg') no-repeat top center;
    height: 9em;
    border-top: solid 1em #062c47;
}

    div#Pagetop div#Logo {
        position: absolute;
        top: 1em;
        left: 1em;
        height: 54px;
        width: 220px;
        background: transparent;
    }

        div#Pagetop div#Logo a {
            display: block;
            height: 50px;
            width: 100px;
        }

    div#Pagetop h1 {
	    display: none;
        position:absolute;
        top:1em;
        left:1em;
        font-size:180%;
    }

    div#Pagetop h2 {
        position:absolute;
        top:4em;
        left:1.2em;
        font-size:110%;
        font-style: italic;
        color: #608080;
    }

    div#Pagetop div#Statusbar {
        position:absolute;
        bottom: 0;
        left:0;
        width:100%;
        height:30px;
        background-color: #264c67;
    }

div#Pagecontent {
    position: relative;
    min-height: 500px;
    background-color: #ffffff;
    padding: 1em 4em;
}
    div#Pagecontent a {
        font-weight: bold;
        color: #264c67;
        text-decoration: none;
    }
        div#Pagecontent a:hover {
	        text-decoration: underline;
        }
    div#Pagecontent a.button {
	    border: solid 1px #9a9ada;
	    padding: 1px 3px;
    }
        div#Pagecontent a:hover.button {
            background-color: #f0f0ff;
            text-decoration: none;
        }
    div#Pagecontent h3 {
	    margin: 10px 0;
	    font-size: 130%;
    }
    div#Pagecontent h4 {
	    margin-bottom: 10px;
	    font-size: 110%;
    }

div#Pagebottom {
    position: relative;
    background: #062c47;
    clear: both;
    height: 1em;
}

.datepicker {
    width: 70px;
}

.timepicker {
    width: 60px;
}

.hidden {
	display: none;
}

div.Deletepanel {
    border: solid 1px #666666;
	background-color: #ffffcc;
    border-radius: 6px;
    padding: 10px;
    margin: 10px 0;
}

div.interestnotes {
    margin: 5px 0 5px 20px;
}

div.photo {
    text-align:center;
}
div.photo img {
    border: solid 2px #ff3d00;
    padding: 2px;
    margin: 5px auto 5px auto;
}
div.photo div.caption {
    font-style: italic;
}

img.profile {
    border: solid 2px #ff3d00;
    padding: 2px;
    margin: 15px 10px 5px 0;
}

.note {
	border: solid 1px #999999;
	background-color: #f0f0f0;
	color: #333333;
	font-weight: bolder;
	padding: 10px;
}

table tr td {
	padding: 3px;
}

.Itemlist dl {
	border: dashed 1px #a89793;
}
.Itemlist dt {
	border-top: dashed 1px #a89793;
	margin-top: 10px;
	padding-top: 10px;
}
.Itemlist li {
	border-top: dashed 1px #a89793;
	margin: 10px 0;
	padding-top: 10px;
}

.Login {
	background-color: #f6f6f6;
	 border: solid 1px #999999;
	 padding: 5px;
}
.LoginTitle {
	background-color: #666666;
	color: White;
	font-size: 110%;
	font-weight: bold;
}
.messagetext {
	border: solid 2px #c0c0c0;
	margin: 50px 0 20px 0;
	padding: 10px;
	font-weight: bold;
	font-size: 110%;
}

.inputerror {
	background-color: #900000;
	color: #ffffff;
}

.required {
    font-weight: bold;
}

.small {
    color: #666666;
    font-size: 80%;
}

ul.optionlist,ul.optionlist ul {
    list-style-type: none;
}

div#mappoints {
    border: solid 1px #999999;
    background-color: #f0f0f0;
    height: 450px;
    width: 150px;
    overflow: scroll;
}
div#mapcanvas {
    border: solid 1px #999999;
    width: 520px;
    height: 450px;
}

.PagerControl td {
    border-bottom: none!important;
}

.Pager td {
    text-align: right;
    padding: 0!important;
}
.Pager a {
    border: solid 1px #3a3a7a;
    border-radius: 3px;
    padding: 1px 3px;
}
.Pager a.selected {
    border: none;
    padding: 3px;
}
.Pager a:hover {
    background-color: #ffffcc;
}

div#CurrentUser {
	position: absolute;
	top: 4px;
	right: 10px;
	color: #ffffff;
}
div#CurrentUser a {
	color: #ffffff;
	text-shadow: 1px 1px #666;
	text-decoration: none;
}
div#CurrentUser a:hover {
	text-decoration: underline;
}

div#Error {
	color: #800000;
	border: solid 1px #800000;
	padding: 3px 5px;
	border-radius:6px;
	margin-bottom: 10px;
}
div#Error h4 {
	color: #ffffff;
	background-color: #800000;
	margin: 0;
	padding: 3px;
}
div#Error ul  {
	margin: 0 0 0 20px;
}
div#Error li {
	padding: 0;
	margin: 0;
}

div#followus {
    position: absolute;
    bottom: 4px;
    left: 10px;
    height: 25px;
    color: #ffffff;
}
div#followus ul {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}
div#followus ul li {
    display: inline;
    padding-right: 10px; 
}
div#followus ul li img {
    vertical-align: middle;
}

div#Info {
	color: #004b6f;
	background-color: #f6f6f6;
	border: solid 1px #004b6f;
	padding: 3px;
	margin-bottom: 10px;
}

div#Navbar {
    position: absolute;
    top: 4px;
    left: 8px;
    margin: 0;
    padding: 0;
	z-index: 1000;
}
    div#Navbar ul {
        margin-left: 0px;
    }
        div#Navbar ul li {
            position: relative;
	        display: inline;
            margin: 0;
	        padding: 0 5px;
        }
        div#Navbar a {
            color: #ffffff;
            font-size: 100%;
            text-decoration: none;
            font-weight: bold;
        }
            div#Navbar li.selected a {
                color: #b0d0d0;
            }
            div#Navbar a:hover {
                text-decoration: underline;
            }

        div#Navbar ul ul {
	        position: absolute;
	        left: 0px;
            display: none;
	        background: transparent;
	        padding: 3px 0 3px 10px;
	        /*visibility: hidden;*/
        }
            div#Navbar ul ul li {
                border: solid 1px #062c47;
                background: #fffff0;
                padding: 2px 4px;
                width: 180px; /*width of sub menus*/
                display: block;
            }
                div#Navbar ul ul li a {
                    color: #062c47;
                    font-size: 90%;
                    padding: 2px 4px;
                    margin: 0;
                }
                div#Navbar ul ul li.submenu {
	                background: #ffffff url('images/rightarrow.jpg') 2px 7px no-repeat;
                }

            /*All subsequent sub menu levels vertical offset after 1st level sub menu */
            div#Navbar ul ul ul {
	            top: 15px;
	            left: 40px;
            }

    div#Navbar div#Project 
    {
	    float: right;
        color: #ffffff;
        font-size: 125%;
        padding-right: 6px;
    }


div#Profilepics {
    float:left;
}

div#Rolemaintenance {
	margin: 20px 0 10px 0;
	border: solid 1px #a0a0a0;
	padding: 4px;
	font-size:80%;
	background-color:#f0f0f0;
	line-height: 1.25em;
}

div#Sidebar {
    display: none;
	float:right;
	width: 150px;
	height: 100%;
	font-size: 90%;
	line-height: 1.5em;
	padding: 0;
	color: #3a3a7a;
	text-align: left;
}
div#Sidebar a {
	color: #3a3a7a;
	text-decoration: none;
	font-weight: bold;
}
div#Sidebar a:hover {
	color: #6a6aaa;
	text-decoration: underline;
}

div.editpanel {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 21px;
    background-color: #666666;
    border: solid 1px #d0d0d0;
    border-radius: 4px;
    padding: 2px 0;
    margin-left: 10px;
    text-align: center;
    z-index: 10000;
}

div.gallery ul {
    margin-left: 0px!important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
div.gallery ul li {
	display:inline;
}
div.gallery ul img {
	border-color:#3E3E3E;
	border-style:solid;
	border-width:5px 5px 20px;
}
div.gallery ul a:hover img {
	border-color:#9E9E9E;
	border-style:solid;
	border-width:5px 5px 20px;
	color:#FFFFFF;
}
div.gallery ul a:hover {
	color:#FFFFFF;
}

div.quote {
    border: solid 1px #a0a0a0;
    background-color: #e0e0e0;
    color: #404040;
    padding: 5px;
    margin: 0 0 5px 10px;
    font-size: 80%;
}
div.quote div.header {
}
div.quote div.text {
    font-style: italic;
}

div.Sidewindow {
	width:130px;
	padding: 2px 4px;
	border: solid 1px #e0e0e0;
	font-size:80%;
	background-color:#f0f0f0;
	line-height: 1.25em;
}

table.Gridview {
}

table.Gridview {
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
}

table.Gridview td,th {
	padding: 2px 4px;
}
table.Gridview th {
	background-color: #e0e0e0;
}

table.Forumlist td {
    border: solid 1px #666666;
}

.readonly {
	border: solid 1px silver;
	background: #FAFAFA;
	color: Black;
	padding: 0px 2px;
	display: block;
	width: 100%;
	height: 1.5em;
}

.AlternatingRow {
	background: #FAFAFA;
}

div.ReportContent table tr td {
	padding: 1px;
}

div.ReportControls {
	padding-bottom: 10px;
}

div.ReportControls input[type='submit'] {
	width: 110px;
}


div.list-header {
    padding: 10px;
    margin-bottom: 8px;
    font-size: 14pt;
    line-height: 23px;
    background-color: #EFEFEF;
    height: 23px;
}

div.list-header span.form-controls {
    line-height: 1em;
}
/*
div.entry-form div.form-header {
    padding: 10px;
    margin-bottom: 8px;
    font-size: 14pt;
    background-color: #EFEFEF;
    height: 23px;
}

div.entry-form table.form-table td {
    padding: 3px 1px;
}

div.entry-form .form-table td.label-cell {
    vertical-align: top;
}

div.entry-form span.form-controls {
    line-height: 1em;
}

div.entry-form div.form-controls.bottom {
    margin-top: 10px;
}

div.entry-form .form-controls input[type=submit] {
    width: 75px;
    font-size: small;
}

div.entry-form .form-controls input[type=button] {
    width: 75px;
    font-size: small;
}

div.entry-form .form-controls button {
    width: 75px;
    font-size: small;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 3px;
}

div.entry-form .form-controls li {
    font-size: small;
}

input[type='button'].time-button {
	width: 75px;
}

div.ui-dialog-content {
    text-align: left;
}
*/

.agenda-list {
    margin-left: auto;
    margin-right: auto;
}

.sortable-placeholder {
    height: 150px;
}

.vertical-sort-icon {
    display: inline-block;
    background-image: url("Jquery/images/ui-icons_888888_256x240.png");
    background-position: -128px -48px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

table.agenda-table {
    width: 655px;

    border: 1px solid silver;
    border-collapse: collapse;

    font-size: small;

    margin-left: auto;
    margin-right: auto;
}

table.agenda-table td,
table.agenda-table th
{
    padding: 6px !important;
}

table.agenda-table th {
    text-align: left;
    background-color: #E0E0E0;
}

table.agenda-table input[type="submit"] {
    width: 75px;
}


table.agenda-table .agenda-item-controls {
    float: right;
}


.tabcontent {
}

.ui-dialog.ui-front { /* Fixes Dialog z-index issues... */
    z-index:1000000 !important; /* The default is 100. !important overrides the default. */
}

.token-input-list {
    width: 100% !important;
}

.ui-accordion .ui-accordion-content {
    padding: 10px;
}

.sortdesc {
    padding-right: 20px !important;
    background-image: url("Images/downarrow.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.sortasc {
    padding-right: 20px !important;
    background-image: url("Images/uparrow.png");
    background-repeat: no-repeat;
    background-position: right center;
}

div.searchcriteria {
    margin: 5px 0 10px 0;
    padding: 5px 10px;
    border: solid 1px #c0c0c0;
    border-radius: 8px;
    background-color: #fafafa;
}
div.searchcriteria h4 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 7px!important;
}

@media (max-width: 1024px) {
    div#Pagebackground {
        margin: 0 3em;
    }
}

@media (max-width: 800px) {
    div#Pagebackground {
        margin: 0;
    }
}