/* Layout
----------------------------------------------- */
#title {
	float: center;
	width: 758px;
	height: 70px;
	background: url(../img/barlogo2.gif) 0 0 repeat-x;
}

.menulille {
    color: #004080;
    font-family: Arial,Verdana,'bitstream vera sans',helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
}
div.rich-menu-item-enabled{
	z-index:999;
}


#document {
	padding: 0 1px;
	background: #fff;
	float: left;
	border-bottom: 1px solid #C3BBB6;
}

#header {
	float: left;
	align: left;
	width: 758px;
	height: 80px;
	background: url(../img/barlogo2.gif) 0 0 repeat-x;
}
#container {
	float: left;
	width: 758px;
	background: url(../img/hdr.bar.jpg) 0 0 repeat-x;
}

#sidebar {
	float: right;	
	background: url(../img/barlogo.gif) 0 0 no-repeat;
}

#content {
	float: left;
	width: 548px;
	margin-top: 75px;
	padding-top: 5px;
	background: #fff url(../img/cnt.bg.gif) 0 0 repeat-x;
}
#footer {
	clear: both;
	margin-top: 40px;
	float: left;
	padding: 20px;
	border-top: 1px solid #C3BBB6;
	background-color: #fff;
	width: 718px;
	text-align: right;
	align: bottom
}
/* General
----------------------------------------------- */
.rich-toolbar {
/*	 background-image: url(../img/barlogo2.gif);*/
	 height: 70px;
}

html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	margin: 0px;
}

a img {
	border: none;
}

h1 {
	font-size: 2.4em;
	margin-top: 0;
	text-align: center;
	
}

input[type=submit], input[type=button] {
	font-size: 10px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type=text], input[type=password], textarea {
	font-size: 11px;
	padding-left: 1px;
}

.tableControl, .actionButtons {
	width: 50%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.rich-table {
	width: 100%;
	background-color: inherit;
}

.body {
	padding: 30px;
}

div.wrapper2 {
	margin-top:1em;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right:auto;
	float:right;
	width:75%;
	height:150px;
	padding-top: 30px;
	padding-bottom: 10px;
}

div.topdiv{
	height:auto;
	width:73%;	
	margin-left: auto;	
	margin-right:auto;	
	margin-top:1em;	
	margin-bottom:1em; 
	padding:8px;
}

div.outer {  
	background: #898888; 
	width:100%;
	height:100%;
	margin-left: auto;
	margin-right:auto;
	padding:8px; 
}

img.background { 
border-color:navy;
position:absolute;
left:0px;
top:0px;
z-index:-1;
}


div.wrapper {
	width:100%;
	height:100%;
	background: #EFEFEF; /*light grey bluish */
}

#slideshow, #slideshowslow{
    position:relative;
    height:auto;
}

#slideshow IMG, #slideshowslow IMG {
    position:absolute;
    top:40;
    left:40;
    z-index:8;
    visibility: hidden;
    
}

#slideshow IMG.active, #slideshowslow IMG.active {
    z-index:10;
    width:auto;
    height:auto;
    text-align:center;
    visibility: visible;
}

#slideshow IMG.last-active, #slideshowslow IMG.last-active {
    z-index:9;
    visibility: hidden;
}

div.fadein {
    position: relative;
}

.fadein img {
    left: 0;
    position: absolute;
    top: 0;
}

.fadein span {
    left: 0;
    position: absolute;
    top: 0;
}
img.menuimgleft {
    background: none repeat scroll 0 0 transparent;
    
    vertical-align: middle;
}

.columnHeader:hover {
	color: #FF6600;
}

.jquery-corner div {
border-color: #fff;
}

.message {
	padding: 5px;
	list-style: none;
	
	border: 0;
	background: none;
	padding: 0;
	color: #FFFFFF;
	margin: 5px 0 8px 0;
	font-size: 12px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg {
	background-image: url(../img/msginfo.png);
}

.message li.errormsg {
	background-image: url(../img/msgerror.png);
}

.message li.warnmsg {
	background-image: url(../img/msgwarn.png);
}

li.ordered {
list-style-type: decimal;
list-style-position: inside;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
	margin-left: 10px;
}

.error {
	float: left;
	padding: 5px;
}

a.link{
	color: gray;
}

a.visited{
	color:white;
}

.errors {
	color: red;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea {
	border: 1px solid red !important;
}

.required {
	color: red;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;
} 

/* the specificity here is necessary to override the defaults */
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}



select {
	font-size: 12px;
}

.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
	margin:10px;
	background-color: purple;
	
}

.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
	margin: 5px 0 5px 5px;
}

/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

div.info {
	font-size: 1.2em;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

.icons {
	height: 20px;
	width: 20px;
}
