body
{
	background-color: #FFFFFF;
	color: #000066;
	font-family: Verdana;
    margin-top:60px
}

a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}
a:active {color: #ffffff; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: none;}
a.help:link {color: #ffffff; text-decoration: underline;}
a.help:visited {color: #ffffff; text-decoration: underline;}
a.help:active {color: #ffffff; text-decoration: underline;}
a.help:hover {color: #ffffff; text-decoration: underline;}
img { border: none 0 white; }
/* Generic Names */
#default_msg {font-family: Verdana; font-size: 20px;}
#adm_title {color: #c4c4c4; font-family: Verdana; font-size: 25px;}
#results { text-transform: uppercase; font-weight: bold;}
/* Generic messagebox Classes */
.messagebox
{
	width: 100px;
	border: 1px solid #c93;
	background: #ffc;
	font-weight: bold;
	color: #c93;
	margin-right: 10px;
}
.messageboxok
{
	width: auto;
	border: 1px solid #349534;
	background: #C9FFCA;
	font-weight: bold;
	color: #008000;
	margin-right: 10px;
}
.messageboxerror
{
	width: auto;
	border: 1px solid #CC0000;
	background: #F7CBCA;
	font-weight: bold;
	color: #CC0000;
	margin-right: 10px;
}
/* Login Bar Classes */
.loginbar
{
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
	background-color: rgb(0, 0, 0);
	border-bottom: 2px solid #FFFFFF;
	font-weight: bold;
    text-align: right;
}
.loginbartext
{
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size: 17px;
	float: left;
    margin: 10px 0;
    padding-left: 3px;
	padding-top: 12px;
	font-family: Arial Black;
	font-style: italic; 
}
.loginbartext2
{
	font-size: 15px;
	color: #000066;
	float: right;
    margin: 10px 0;
    padding-right: 10px;
    padding-top: 4px;
    vertical-align: bottom;
}
div#msgbox
{
	float: left;
    margin: 0 10px;
	padding: 2px 5px;
    vertical-align: middle;
}
/* Specific Classes */
.curved10
{
	/* Firefox */
	-moz-border-radius:10px;
	/* Safari and chrome */
	-webkit-border-radius:10px;
	/* Linux browsers */
	-khtml-border-radius:10px;
	/* CSS3 */
	border-radius:10px;
	/* IE */
	-ms-behavior:url("_private/css/ie-css3.htc");
}
/* Carousel */
div.rnd {
    padding: 10px;
    overflow: hidden;
}
img.slide {
    width: 100%;
}
.roundabout-holder {
	padding: 0;
	margin: 0 auto;
	height: 250px;
	width: 520px;
}
.roundabout-moveable-item {
	height: 250px;
	width: 250px;
	cursor: pointer;
	border: 1px solid black;
	display: block;
	background-color: #e3f1ef;

}
.roundabout-moveable-item div {
	height: 100%;
	width: 100%;
}
.roundabout-in-focus {
	cursor: auto;
}
#carousel-descriptions {
	list-style: none;
	display: block;
	width:  850px;
	margin:25px auto;
	padding: 0;
}
#carousel-descriptions li {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: none;
	height: 18px;
}
#carousel-descriptions li.current {
	display: block;

}
#carousel-controls {
	/* max-width: 1100px; */
	width: auto;
	margin: 25px 5px 0px 5px;
	overflow: auto;
	border-collapse: collapse;
	text-align: center;
}
#carousel-controls span
{
	height: 25px;
	width: 80px;
	display: inline-block;
	font-size: 11px;
	text-align: center;
	margin: 0 0px;
	padding: 11px 5px 0px 5px;
	cursor: pointer;
	background-image: url('../images/btnrndabt_up.png');
	background-repeat: no-repeat;
	background-position: center;
}
#carousel-controls .current {
	background-image: url('../images/btnrndabt_pushed.png');
	font-weight: bold;
	color:White;
}
/* Popup */
div.popup {
    display: none;
    position: absolute;
    width: 280px;
    margin: 0;
    padding: 2px 5px 2px 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 8pt;
    z-index: 1000;
}
.popup a:link, .rnd a:link {color: #1d73ee; text-decoration: underline;}
.popup a:visited, .rnd a:visited {color: #1d73ee; text-decoration: underline;}


/* BUBBLE PLASTIC HORIZONTAL MENU */

div.menu {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/btnmeny_alt1_up.png) top left repeat-x;
}
div.menu ul {
	list-style: none;
}

div.menu ul li {
	float: left;
	background: transparent url(../images/btnmenu_alt1_up.png) top left no-repeat;
}

div.menu ul li a {
	display: block;
	height: 20px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: "microsoft sans serif",arial,sans-serif;
	font-size: 60%;
	color: #000066;
	text-decoration: none;
}

div.menu ul li a span.menu_ar {
	display: block;
	float: left;
	height: 17px;
	padding-top: 4px;
	padding-right: 35px;
	background: transparent url(../images/btnmenu_alt1_up.png) top right no-repeat;
	cursor: pointer;
}

/* AQUA HOVER */
div.menu ul li a:hover,
div.menu ul li.highlight a {
	background: transparent url(../images/btnmenu_alt1_pushed.png) top left no-repeat;
}
div.menu ul li a:hover span.menu_ar,
div.menu ul li.highlight a span.menu_ar {
	background: transparent url(../images/btnmenu_alt1_pushed.png) top right no-repeat;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
