h2 {
	padding: 0 0 5px 0;
	color: #799611;
	font-family: 'Questrial', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 23px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

}

input, label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

label {
    margin-right: 10px;
}

#iframe {
    margin: -6px 0 0 -8px;
    padding: 10px 10px;
    background-color: #f7f7f7;
    border: solid 1px #a2c0dd;

}

#example {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#iframe .k-dropdown {
    border: 0 !important;  /*Removes border*/
    appearance:none;
    color: #FFF;
    border-radius: 15px;
    appearance:none;
    background: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}


#refreshButton {
    padding: 0 25px;
    text-align: center;
	font: 14px/25px arial, helvetica, sans-serif;
	height: 25px;
	border: solid 1px #a2c0dd;
	border-radius: 5px;
    background: -webkit-linear-gradient(top, #3f95fc 0%,#1E7CBB 100%);
	color: #FFF;
    font: 14px/25px arial, helvetica, sans-serif;
}

#refreshButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f95fc), color-stop(100%,#003988));
}

#searchBar {
    padding-left: 5px;
    height: 25px;
    width: 250px;
    border: solid 1px #a2c0dd;
    color: #888;
    font: 14px/25px arial, helvetica, sans-serif;
}

#orgItemsDiv h3 {
    color: #000000;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
    margin-top: 20px;
}

#orgItemsDiv p {
	line-height: 4px;  
}


.searchSectionBox {
    float: left;
    padding-left: 5px;
    margin-bottom: 7px;
    height: 25px;
    width: 250px;
    border: solid 1px #a2c0dd;
    color: #888;
    font: 14px/25px arial, helvetica, sans-serif;
}

.searchSectionBox2 {
    padding-left: 5px;
    margin-left: 5px;
    margin-bottom: 7px;
    height: 25px;
    width: 250px;
    border: solid 1px #a2c0dd;
    color: #888;
    font: 14px/25px arial, helvetica, sans-serif;
}


.searchContainer {
    margin: 31px 0 0 0;
    padding: 20px 10px;
    background-color: #f7f7f7;
    border: solid 1px #a2c0dd;
    overflow: auto;
    clear: both;
}


.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

#orgItemsDiv h3 {
    color: #000000;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 12px; 
    margin-bottom: 12px;
}

#orgItemsDiv p {
    color: #000000;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	font-weight: normal;  
}

#webAddress h3 {
    color: #000000;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 12px; 
    margin-top: 30px;
    margin-bottom: 7px;
}


#webAddress a {
    color: #0765a1;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	font-weight: normal;
    text-decoration:none;
}

#webAddress label {
    display:none;
}

.modal-content h2 {
    border-top: 60px solid #6d8196;
    width:824px;
    margin-left: -20px;
    margin-top: -20px;
}

.modal-content .close {
    color:#FFF;
    margin-top: -5px;
}

.modal-content .close:hover, .close:focus {
    color: #a2c0dd;
    text-decoration: none;
    cursor: pointer;
    margin-top: -5px;
}

.modal-content {
    background-color: #f7f7f7;
    border: 1px solid #a2c0dd;
}

.k-state-selected {
    color: #fff;
    background-color: #6d8196;
    border-color: #a2c0dd;
}  
   
.k-secondary .k-button:active {
    color: #fff;
    background-color: #6d8196;
    border-color: #a2c0dd;
}

.k-button:active {
    color: #fff;
    background-color: #6d8196;
    border-color: #a2c0dd;
}

.k-state-focused.k-state-selected, .k-list>.k-state-focused.k-state-selected, .k-listview>.k-state-focused.k-state-selected, td.k-state-focused.k-state-selected, .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    webkit-box-shadow: inset 0 0 3px 4px #6d8196;
    box-shadow: inset 0 0 3px 4px #6d8196;
}

.k-grid-content a {
    color: #0765a1;
	font-family: 'Questrial', sans-serif;
	font-size: 13px;
	font-weight: normal;
    text-decoration:none;
}

.k-grid-content .k-button {
    padding: 0 25px;
    margin-bottom: 30px;
    text-align: center;
    font: 12px/25px arial, helvetica, sans-serif;
    height: 25px;
    border: solid 1px #a2c0dd;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #3f95fc 0%,#1E7CBB 100%);
    color: #FFF;
    font: 12px/25px arial, helvetica, sans-serif;
}

#grid {
    margin-top: 20px;
}

