body
{
	margin: 0;
	padding: 0;
	color: #555;
    font: normal 10pt Verdana, Verdana, Geneva, sans-serif;
    background: #d9e6eb url(osa-bg.png) repeat-x left top;
}

h1 {
    color: #291e6a;
    letter-spacing: -2px;
}

h2 {
    color: #969696; 
    letter-spacing: -1px;
}

p.small-gap {
    margin-bottom: .2em;
}

p.no-gap {
    margin-bottom: 0;
}


#page
{
	margin-top: 0;
	margin-bottom: 5px;
	background: white;
}

#header
{
	margin: 0;
	padding: 0;
    height: 150px;
}

#content
{
    border: 2px 1px 2px 1px solid #C9E0ED;
    padding: 15px 5px 10px 5px;
}

#left-sidebar
{
	padding: 5px 10px 0 5px;
}

#right-sidebar
{
    padding: 5px 5px 0 10px;
}


#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.wide-view
{
    padding: 8px 2px 8px 2px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
    height: 18px;
    color: #d9e6eb;
    padding: 3px 8px;
    background: #291e6a;
}

div.breadcrumbs span
{
	font-weight: bold;
}


div.breadcrumbs a
{
    color: #FDEFC6;
    font-weight:bold;
    text-decoration:none;
}

div.breadcrumbs a:hover
{
    text-decoration: underline;
}



div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{
  -moz-border-radius:7px;
}
.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}
.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
    border-right: 2px solid #B7D6E7;
    border-bottom: 6px solid #B7D6E7;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/* Product page system classes */
.prod-logo {
    margin: 10px;
}
.prod-blurb {
    margin-top: 10px;
    margin-bottom: 20px;
}
.prod-child {
    border: 1px solid #666;
    padding: 15px;
    margin: 5px;
}
.prod-descrip {
    font-size: .8em;
    margin: 5px 0 15px 0;;
}
.prod-main-attribs {
    background-color: #FDEFC6;
    padding: 5px;
    margin-right: 10px;
}
.attrib-row
{
    clear: left;
    margin-bottom: .7em;
}
.attrib-label
{
    float: left;
    margin-right: 10px;
    position: relative;
    text-align: right;
    width: 80px;
}
.attrib-value
{
    margin-left: 90px;    
    font-weight: bold;
}

.gallery-head 
{
    margin-top: 2em;
    margin-bottom: .5em;
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
}
.gallery-thumb
{
    clear: both;
    margin: 10px 0 5px 30px;
    width: 120px;
}



/* the overlayed element */
.simple_overlay {
    
    /* must be initially hidden */
    display:none;
    
    /* place overlay on top of other elements */
    z-index:10000;
    
    /* styling */
    background-color:#FFFFFF;
    
    width:650px;    
    min-height:200px;
    border:1px solid #666;
    padding: 10px;
    
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;    
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(../images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}


/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
    height:640px;
    width:100%;
    overflow-y:auto;
    }
