@CHARSET "UTF-8";

body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #EEEEEE;
    background-repeat: repeat-x;
}

#container {
    margin-left: 3%;
    margin-right: 3%;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
}
#banner {
    height: 15px;
}
/*
#bkgbanner4 {
	background-image:url(../img/logo.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	height:61px;
}
*/
#topmenu {
    height: 26px;
    background-color: #FFF;
    text-align: right;
    padding-right: 5px;
    line-height: 26px;
	/*font-size:0.8em;*/
}
#contextmenu {
	color:#034EA2;
}
#maincontent {
    background-color: #FFF;
    font-size: .9em;
    padding: 0;
    margin: 0;
}
#content {
    margin: 0;
    width: 100%;
}
#content table {
    font-size: 0.9em;
}

#content a img {
    border: 0;
}
#content-title {
	background:#034EA2 url(../img/bullet-progr.gif) no-repeat scroll 0.5em center;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	padding:0.3em 0.3em 0.3em 2em;
}
#textcontent {
	border-top:1px solid #CBCBCB;
	margin:0;
	padding:0 15px;
}
#footer {
    background-color: #666;
    height: 34px;
}

#footertext {
    color: #FFFFFF;
    font-size: 70%;
    text-align: center;
    padding-top: 8px;
}
#footertext a {
	color:#FFFFFF;
	text-decoration:none;
}

ul li {
    line-height: 1.4;
    list-style-type: square;
    margin: 0pt;
    padding: 0pt;
}

.forms-message-warning {
    background: url(../img/warning.gif) no-repeat left center;
    padding-left: 1.5em;
    padding-top: .3em;
    padding-bottom: .3em;
    margin-top: .3em;
}
.individual-picker {
    cursor: pointer;
}
.warning {
    text-align: center;
}

div.image-link {
	text-align: center;
	width: 130px;
	display: inline-block;
	padding-bottom: 25px;
}
div.image-link a {
	text-decoration: none;
}
div.image-link a:hover {
	text-decoration: underline;
}

.nav, .pagination, .carousel, .panel-title a, .clickable { cursor: pointer; }

dd {
	margin-bottom: 0.5em;
}
.cell-with-delete-button button {
	opacity:0;
}
.cell-with-delete-button:hover button {
	opacity:1
}
dl.gen-narrow-dl dt {
	width: 40px;
}
dl.gen-narrow-dl dd {
	margin-left: 50px;
}