body, html {
        color:#000;
        font-family:'Verdana','Gill Sans','lucida grande','helvetica', 'arial', 'sans-serif';
        font-size: 11pt;
}

#container {
        width:1000px;
        margin:0 auto;
        clear: both;
}

#inner_container {
    padding-top: 182px;
}

#content {
    z-index: 50;
	}

#header {
        position: absolute;
        top: 0px;
        height: 180px;
        background: #FFF;
        padding-top: 00px;
        width: 1000px;
	z-index: 60;
}

#header_bars {
    background: #E7E8EA;
    width: 1000px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    clear: both;
    -webkit-border-top-right-radius: 11px;
    -moz-border-radius-topright: 11px;
    border-top-right-radius: 11px;
    -webkit-border-top-left-radius: 11px;
    -moz-border-radius-topleft: 11px;
    border-top-left-radius: 11px;
}


#kshs_logos {
    float: right;
    margin-top: 15px;
    width: 425px;
    background: #FFF;    
}

#namebar {
    float: left;
    margin-top: 15px;
    width: 320px;
    margin-left: 7px;
    padding-top:2px;
    padding-bottom: 0px;
    text-align: center;

    margin-bottom: -11px;
    -webkit-border-top-left-radius: 11px;
    -moz-border-radius-topleft: 11px;
    border-top-left-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    -moz-border-radius-topright: 11px;
    border-top-right-radius: 11px;    
}

#namebar h1 {
    color: #FFF;
    font-weight: 200;
}
#namebar img {
    padding: 0;
}

#nav {
    margin: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding:2px;
    clear: both;
    max-width: 985px;
}

#nav ul {
    margin:0;
    padding:0;	
}
	

#nav li {
    margin:0;
    padding:0;
}

#breadcrumb {
    background:#d6d6d4;
    background-image:url('/css/site-themes/images/breadcrumb_square.png');
    background-repeat:repeat-y;
    max-height: 25px;
    height: 25px;
    color: #000;
    margin: 7px;
    margin-bottom: 0px;
    margin-top: 4px;
    padding-top: 3px;
}

#breadcrumb a {
    color: #000;
    text-decoration: none;
}

#breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
}

#footer {
        clear:both;
        padding:5px 10px;
        background:#e7e8ea;
        padding: 6px 10px;
        padding-top: 6px;
        margin-bottom: 25px;   

}
#footer p {
        margin:0;
}
* html #footer {
        height:1px;
}

#sitemap {
    border-top: 1px solid gray;
}

#sitemap a {
    text-decoration: none;
    color: #000;
}
#sitemap a:hover {
    text-decoration: underline;
    color: #000;
}


/* Notices and Errors */

div.message {
        background: red;
        color: #FFF;
        padding: 3px;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;

}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
p.intro {
    font-size: 120%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
        display: inline;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


a {
	text-decoration: underline;
        color: #20558A;

}

a:hover {
	color: #6F4C23;
}
a:visited {
	color: #6F4C23;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 {
    font-size: 15pt;
    padding-top: 6px;
    padding-bottom: 6px;

}
h2 {
    font-size: 12pt;

}
h3 {

	font-size: 11pt;
}
h4 {
    font-size: 10pt;
}
ul, li {
	margin: 0 12px;
}


/* Tables */
table {
	background: #fff;
	border:0px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:0px solid #bbb;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 0px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}


/* multiselect styles */
.multiselect {
    width: 730px;
    height: 180px;
}

#switcher {
    margin-top: 20px;
}

.form{
	font-family: Verdana;
	font-size:1em;
	margin:1em;
	padding:1em;
}

.form p.formtitle{
	color: #026475;
	font-size:1.3em;
	font-weight: bold;
}

.form fieldset{
	border:1px solid #FFE545;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.form fieldset legend{
	color: #000;
}

.formfield{
	width:30em;
	padding:5px;
}

.formfield label{
	display:block;
	float:left;
	width:12em;
	padding:1px;
	color:#000;
	text-align:right;
}

.formfield input, .formfield  select{
	padding:0.15em;
	width:14em;
	border:1px solid #ddd;
	background:#FEFBAF;

	font-family: Verdana;
	font-size:1em;

	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
        border-radius: 0.4em;
}

.formfield input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
        border-radius: 0.4em;
}

.required input {
	border:1px solid #FBB829;
}

.form .submit input{
	font-family: Verdana;
	font-size:1em;
	margin-top: 0.3em;
}

.formerror{
	position:relative;
	left:12.1em;
	color:#FBB829;
}

/* jquery ui */
.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

.sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1em;
    height: 18px;
    border: 1px solid gray;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.sortable li span {
    position: absolute;
    margin-left: -1.3em;
}
.sort_placeholder {
    background-color: yellow;
    border: 1px solid red;
}

/* search */
/* I don't liket his here */

#user_menu {
    float: left;
}
#search_box {
    float:right;
}

/* Image caption */
.figure {
    position: relative;
    /*border: 3px solid #E7E8EA;*/
}
.figure p.caption {
    /*display: none;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
    background-color: #E7E8EA;
    color: #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.caption_txt {
    padding: 3px;
}

/* need this so datepickers can be used in modal windows */
#ui-datepicker-div {
    z-index: 9999;
}



.bold {
    font-weight: bold;
}

.italic, .italics {
    font-style: italic;
}

.blockquote {
    padding: 15px;
}

p .intro {
    font-size: 10px;;
}

/* table settings */
table.smalltable td, table.smalltable th {
    font-size: 80%;
}

/* portal pages */


.portals h1 {
    padding-left: 8px;
}

.portal_column {
    float: left;
    margin-left: 0px;
    padding-left: 9px;
    padding-right: 0px;
    margin-bottom: 10px;
}

.portal_line {
    border-left: 2px dotted #4b3f3f;
    border-right: 2px dotted #4b3f3f;

}

.portal_break {
    clear: both;
}

.portals p {
    margin-left: 10px;
}

.portal_box {
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    background: #FFF;
/*    margin-bottom: 7px;*/
/*    border: 1px solid #D6D6D4;*/

}

#content .portal_box p {
    margin: 0;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    font-size: 0.9em;
}

.portal_box h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px;
}


.portal_box h2 a:visited, .portal_box h2 a:active, .portal_box h2 a {
    text-decoration: none;
    color: #FFF;
    display: block;
}

.portal_box h2 a:hover {
    display:block;
}

.portal_box h3 {
    padding: 5px;
}

.portal_box p {
    padding: 5px;
}

.portal_box p a:hover {
    background-color: #000;
    color: #FFF;
}

.portal_box ul {
    margin: 3px;
    padding: 3px;
    list-style-image: url('/css/small-box.png');
    font-size: 0.9em;
}

#sidebar ul {
    list-style-image: url('/css/small-box.png');
}

.tiny {
    font-size: 0.6em;
}

/* calendar */

.agenda_row {
    margin-top: 5px;
    margin-bottom: 25px;
    clear: both;
}

.agenda_row h2 {
color: #FFF;
float: right;
margin-top: 0px;
margin-right: 0px;
font-size: 1.2em;
padding: 4px;
background-color: #000;
}

.agenda_row h2 a {
    color: white;
    text-decoration: none;
}
.agenda_row h2 a:hover {
    color: red;
}

.agenda_row p {
    padding: 5px;
}

.agenda_row_odd {
    border-top: 1px solid #8c2446;
    border-left: 0px;
    border-right: 0px;
    background-color: #FFF;
}

.agenda_row_even {
    border-top: 1px solid #8c2446;
    border-left: 0px;
    border-right: 0px;
    background-color:  #FFF;
}


table.calendar_grid {
   border-collapse: collapse;
}

table.calendar_grid tr {

}
table.calendar_grid th {
   border: 1px solid #FFF;
   background-color: #ac6c0c;
   color: white;
   font-size: 0.7em;
}
table.calendar_grid td {
   border: 1px solid #FFF;
   text-align: center;
   font-size: 0.7em;
   padding: 0px;

}
table.calendar_grid td a, table.calendar_grid th a{
   display: block;
   background-color: #edad5d;
   color: white;
   font-size: -1;
   font-weight: bold;
   text-decoration: none;

}

table.calendar_grid td a:hover, table.calendar_grid th a:hover{
   display: block;
   background-color: black;
   color: white;
   text-decoration: none;
}


/* comments */
.comment {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: green;
}

.staff_comment {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    background-color: yellow;
}



/* search results */
.search_result {
    border-top: 0px solid gray;
    border-bottom: 0px solid gray;
    background-color: yellow;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.search_result h5 {
    margin: 0px;
    padding: 3px;
}

.search_result p {
    margin: 0px;
    padding: 3px;
    font-size: 0.7em;
    padding-left: 20px;
}

.search_result_even {
    background-color: #D6D6D4;
}

.search_result_odd {
    background-color: #FFF;
}


.search_result_product {
    height: 100px;
}
.search_result_product img {
    height: 55px;
}

.search_result_km {
    height: 100px;
}
.search_result_km img {
    height: 55px;
}


.highlight {
    font-weight: bold;
    background-color: #EEC393;
}


.print_only {
    display: none;
}


.hide   {
   position: absolute;
   left: -9999px;
   top: -9999px;
}

.portal_column {
    float: left;
}
