
/*-------------------------------------------------
BASELINE
-------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color:#000;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
	line-height: 1.4em;
}

h4 {
	font-size: 12px;
	line-height: 1.4em;
}

p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 15px 0;
	color: #222;
	text-align:left;
}

li {
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	font-family: lucida grande,, verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #222;
}

html, body {
	background: #AA9856;
}

td  {
	font-family: lucida grande,, verdana, arial, helvetica, sans-serif;
}

/*
a {text-decoration: underline; padding: 1px; }
a:link { color: #03c; }
a:visited { color: #03c; }
a:hover { color: #fff; background-color: #03b; text-decoration: none; }

span.pipe { color: #999; }

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a img { border: none; }

a.image img {
	border: none;
	padding: 0;
	margin: 0;
}
*/



/*-------------------------------------------------
Styling class attributes
-------------------------------------------------*/

.indent {
	padding: 0 0 0 25px;
}

.center {
	text-align:center;
}

.red 
{
	color: #900;
}

.highlight {
	background-color: #ffc;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.clear-both {
	clear: both;
}

.backgray {
	background:#bbb; 
}

.nomargin {
	margin: 0 0 0 0; 
}


/*-------------------------------------------------
Site and search master container DIVs
-------------------------------------------------*/

#container {
	text-align:left;
}

#header
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 98px;
}

#header2
{
   padding: 0px;
   margin: 0px;
   width: 339px;
   height: 98px;
   background-image: url(../images/Facility/MandalayLogo.gif);
}

#headermenu
{
   position: absolute;
   top: 124px;
   left: 245px;
   width: 700px;
   padding: 2px 2px 2px 2px;
}

#loginbox
{
   position: absolute;
   top: 14px;
   right: 10px;
   width: 180px;
   height: 80px;
   padding: 2px 2px 2px 2px;    
   font-size: 10px;
}


#content-wrapper 
{
	margin: 5px .5%;
}

#content-inner {
	width: 100%;
	background: #fff;
	border:1px solid #bbb; 
	padding: 0px 0px 1em 0px;
}

#search-right-column 
{
	margin: 0 0 0 275px;
	padding: 5px 0 1em 0;
}

#search-left-column {
	float: left;
	width: 250px;
	padding: 5px 0 1em 10px;
}

/*-------------------------------------------------
DATA ENTRY FORM DEFAULTS
-------------------------------------------------*/

.cssformdiv br {
    clear:  both;
}

.cssformdiv label { 
    display:  block;
    float:  left;
    clear:  left;
    width:  3em;
    padding:  0 1em 0 30px;
    text-align:  right;
    line-height:  1.8em;
}

.cssformdiv input[type=text] {
    display:  block;
    float:  left;
    margin:  0 0 0 30px;
    width:  13em;
}

.cssformdiv select {
    display:  block;
    float:  left;
    width:  9em;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

/*-------------------------------------------------
Shawdowed box
-------------------------------------------------*/
.boxout {
	display:block; 
	background:#bbb; 
	border:1px solid #ddd; 
	position:relative;
	margin:1em 0;
 }
 
.boxin {
	background:#fff; 
	border:1px solid #555; 
	position:relative; 
	/* padding:5px; */
}

.ltin {
	left:-5px;
}

.tpin {
	top:-5px;
}

.boxwidthfull {
	width:100%;
 }

.boxheight500 {
	height:500px;
 }

/*-------------------------------------------------
Text layout for search results
-------------------------------------------------*/

div.search-results a {
	padding-right: 3px;
	text-decoration: none;
	color:#000;  
}

div.search-results a img  {
	border: none; 
	float: right;
	margin-left: 10px;
}

div.search-results span {
	float: left;
}

div.search-results p {
	float: left;
}

div.search-results h2, h3, h4, h5 {
	margin: 0 0 0 0;
}



/*-------------------------------------------------
Other stuff
-------------------------------------------------*/

#breadcrumb
{
   background-color: #4e1e1a;
   color: white;
   padding: 3px;
   font-size: 10px;
   padding-left: 5px;
}

#breadcrumb a
{
   color: #c0c0c0;
}


#footermenu
{
   text-align: center;
   padding-top: 10px;            
}

#footertext
{
   text-align: center;
   padding-top: 3px;            
}
