@charset "utf-8";
@import global.css;
/* /css/classes.css */

/* ---------------- global classes ---------------- */

.hide {
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}

.hidden{
	display: none;
}

.clear {
	clear: both;
}

/* ------------------- layout classes -----------------*/

.box-left-200, .box-center-520, .box-right-200 {
      float: left;
      height: 100%;
      min-height: 300px;
      top: 0;
      padding: 0;
      border: dashed 1px #ccc;
}


.box-right-200 {
	    width: 210px;
}

.box-left-200 {
      margin-right: 10px;
      width: 200px;
}

.box-center-520 {
      margin-right: 15px;
      width: 525px;
}




.navigation-li, .navigation-sub-li {
    display: table-cell;
    font-size: 0.83em;
    font-family: Verdana, Arial, Sans;
    vertical-align: middle;
    text-align: center;
}


.navigation-li {
	color: #fff;
	letter-spacing: -1px;
}

.navigation-li {
    min-width: 106px;
    height: 24px;
}

.navigation-sub-li {
	text-transform: uppercase;
	color: #bcbdd7;
	padding: 0 4px 0 4px;
	letter-spacing: -1px;
}

.navigation-li:link, .navigation-li:active, .navigation-li:visited, .navigation-sub-li:link, .navigation-sub-li:active, .navigation-sub-li:visited {
    text-decoration: none;
}

.navigation-li:hover {
    color: #b5c1ca;   /* light-gray */

}

.navigation-sub-li:hover {
	text-transform: uppercase;
	color: #7374aa;
}

.navcolor1 {
    background-color: #5c6666; /* gray */
    background-image: url(../../../../img/button_transp_grey.png);
}

.navcolor2 {
    background-color: #7374aa; /* purple */
    background-image: url(../../../../img/button_transp_purple.png);
}

.navcolor3 {
    background-color: #719ac8; /* blue */
    background-image: url(../../../../img/button_transp_blue.png);
}

.sub-css-1 {
    color: #5c6666;
}

.sub-css-2 {
    color: #7374aa;
}

.sub-css-3 {
    color: #719ac8;
}

/* ------------ type/font classes ------------------ */

h1, h2, h3, h4, h5, h6, hr {
    color: #5c6f7b;
}

h1 {
    font-size: 1.9em;
    font-weight: bold;
    /*line-height: 1.95em;*/
    margin: 0 0 0.2em 0;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    /*line-height: 1.75em;*/
    margin: 0 0 0.7em 0;
}

h3 {
    font-size: 1.2em;
}

h4, h5 {
    font-size: 1.15em;
}

h6 {
    font-size: 1.05em;
}

p {
    margin: 0 0 0.7em 0;
}




hr {
    width: 98%;
    height: 2px;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #5c6f7b;
    background-color: #5c6f7b;
    position: relative;
    left: 0px;
    margin: 17px 0 6px 0;
    float: left;
}


.div-right {
    float: right;
    margin: 8px 0 0 0;
    height: 100%;
}

.textfield {
	margin: 5px 0 0 40px;
	border: 1px solid #69A9CB;
}

/* ------------ special display components ------------------ */

.panel-section-title {
    color: white;
    background-color: #ec1f27; /*  reddish */
    width: 200px;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 0 1px 0;
    text-transform: uppercase;
    text-indent: 0.5em;
}

div.panel-article-title {
    background-color: #b5c1ca;
    color: white;
    width: 188px;
    margin-bottom: 1px;
    padding: 0 3px 0 9px;
}

.panel-article-title {
    color: white;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 0.9em;
}

/*a.panel-section-title:link {
    color: white;
}*/

a.panel-article-title:link, a.panel-article-title:visited, a.panel-title-link:link, a.panel-title-link:visited {
    text-decoration: none;
}

a.panel-article-title:hover, a.panel-article-title:active, a.panel-title-link:hover, a.panel-title-link:active {
    text-decoration: underline;
}

.panel-title {
	font-size: 1.5em;
	text-indent: 1.2em;
	padding-top: 0.5em;
	margin-top: 1px;
}

.panel-title-link {
    color: white;
}

li.result-list {
	margin: 0 0 12px 0;
	padding: 0.5em;
	width: 720px;
}

.search-result-link {
	font-size: 1.1em;
	font-weight: bold;
	color: red;
}

.search-result-text {
	font-size: 1.1em;
	font-weight: normal;
	font-family: arial, verdana, sans;
	color: #222;
}

.search-result-odds {
	background-color: #ccf; /* pink-ish */
}

.search-result-evens {
	background-color: #eaeaea; /* grey */
}

.search_string {
	font-size: 1.05em;
	font-weight: bolder;
}

.red, .cal-highlight {
	text-decoration: none;
	color: red;
}

.red {
	font-weight: bold;
}

.breadcrumb {
	color: #000;
	font-size: 9pt;
}

a.breadcrumb:link, a.breadcrumb:visited {
	text-decoration: none;
}

a.breadcrumb:hover, a.breadcrumb:active {
	text-decoration: underline;
}
