
html {
  height: 100%;
  min-height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0 px;
  border: 0 px;
}


body
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	color: #333333;
	
	height: 100%;
	min-height: 100%;
	width: 100%;
	border: 0 px;
	
	margin: 0px;
	padding: 0px;
	
	/* tmp */
	/*background-image: url('../images/backgrounds/page.png');*/
	background-repeat: repeat-x;
	background-position: top center;
	/*background-color: #74b7ce;*/
	background-color: #ffffff;
}

a
{
	color: #fbb040;
}

img
{
	border-width: 0px;
	margin:0; 
	padding:0;
}

p
{
	margin-top: 4px;
	color: #225866;
}

h1 /* Trace logo at top of page */
{
	margin: 0px;
	margin-bottom: 5px;
	float: left;
}

h2, h3, div.bigtext
{
	/*font-weight: bold;*/
	color: #fbb040;
}
h2 /* Page name */
{
	font-size: 20px;
	margin: 0px;
	clear: both;
	margin-bottom: 3px;
}
h2 img
{
	vertical-align: middle;
}
h2 a
{
	color: #225866;
}
h3, /* Main paragraph headers */
div.bigtext
{
	font-size: 16px;
	margin-bottom: 3px;
}
h3 img
{
	vertical-align: middle;
	float: left;
}
div.bigtext
{
	display: block;
	text-align: center;
}


h4 
{
	color: #fbb040;
	font-size: 12px;
	text-transform: uppercase;
	
	margin-bottom: 0px;
}

h5
{
	font-size: 14px;
	color: #225866;	
	
	margin: 0px;
}
h5 a
{
	font-size: 14px;
	color: #225866;	
	
	margin: 0px;
}
ul
{
	color: #225866;	
} ul a{		color: #225866;} 
ol li
{
	font-size: 14px;
	font-weight: bold;
	color: #fbb040;	
}
ol li p
{
	font-size: 10px;
	font-weight: normal;
	color: #225866;	
}

div.center
{
	text-align: center;
}

form div.instructions
{
	float: right;
	clear: both;
	font-style: italic;
	color: #333333;
	margin: 1em 70px;
	margin-top: 0px;
}
form span.error-message
{
	font-style: italic;
	color: #ff0000;
}

div.float-contain
{
	clear: both;
}

#outside-container
{
	width: 90%;
	margin: 0px auto;
	background-color: white;
	
	margin-bottom: 20px;
	padding: 0px;
}
#header
{
}

#footer
{ 
 position: fixed;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #dddddd;
 border-bottom-width: 0px;
 border-bottom-style: solid;
 border-bottom-color: #f5f5f5;
 background-color: #f5f5f5;
 background-image: url(http://script.aculo.us/images/footer.gif);
 background-repeat: repeat;
 background-attachment: scroll;
 height: 40px;
 width: 100%;
 left: 0px;
 bottom: 0px;
 text-align: left;
 color: #aaaaaa;
 font-size: 10px;
 z-index: 10000;
}

#main-container
{
	/*border: 1px solid #74b7ce;*/
	position:absolute; left:0px; top:0px; width:100%; height:99%;
}

#main-content
{
	padding: 15px;
}

#logout
{
  	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #225866;
	
}
.fixme
{
	border: 3px dotted red;
}

.float-right
{
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}
.float-left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#section-name
{
	display: block;
	font-size: 13px;
	color: #225866; 
	font-weight: bold;
	min-height: 3em;
}

#shadowbox_toolbar_inner,
#shadowbox_title_inner
{
        background-color: black;
}
#shadowbox_toolbar_inner img.close-x
{
        vertical-align: top;
}
#shadowbox_body
{
        border: 3px solid black;
}
