/**************************************************************
  Design:              Structured Dynamics LLC Collateral Layout CSS
  Author:              M.K. Bergman (mike@mkbergman.com)
  Last Modified:       September 3, 2009 
                       
 **************************************************************/

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font: 400 0.8em verdana, arial, sans-serif;
  line-height: 120%; 
  color: #393939;
  background: #ffffff;
}

.header {
  margin: 15px 0; 
  background: transparent url(../images/header_right.png) no-repeat right 0;
  height: 111px;
}  

.smallFont {
  font: 400 0.8em verdana, arial, sans-serif;
}
  
h1 {   
  clear: both;
  font: 600 1.9em "trebuchet ms", serif;
  color: #ff4100;
}

h2 {
  font: 600 1.6em "trebuchet ms", serif;
  color: #417319;
}

h3 {
  font: 500 1.3em "trebuchet ms", serif;
  color: #393939;
}

h4 {
  font: 600 1.2em "trebuchet ms", serif;
  color: #ff4100;
}

h5 {
  font: 600 1.1em "trebuchet ms", serif;
  color: #265580;
}

h6 {
  font: 600 1em "trebuchet ms", serif;
  color: #ff4100;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 10px 15px;
}

p, dl {
  margin: 0;
  padding: 3px 5px 9px 5px;
}

a {
  color: #ff4100;
}

a:hover {
  color: #393939;
}

b {
  color: #FFF;
}

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ul {
  list-style: square;
}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  border: 1px #393939 dotted;
  background: #e0e0e0;
}

pre {
  font: 400 1em courier, monospace;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}

/**************************************************************
   #header: Holds the site title, logo, sign-in and maim menu items
 **************************************************************/
 
#header {
  position: relative;
  background: #f3eee4 url(../images/bg/header_bottom_bar.png) repeat-x top left;
  height: 118px;
  color: #ffffff;
}

/* Holds the site logo and title */

#logo {
  position: absolute;
  z-index: 3;
  top: 11px;
  left: 120px;
  border: none;
  padding: 0px;
  text-align: left;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}


/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

/**************************************************************
   Other Special Styles
 **************************************************************/
/*------------------------------ Line Indents  ----------------------------------------*/
.lineIndent20 {
	padding-left: 20px;
	}

.lineIndent40 {
	padding-left: 40px;
	}
	
.lineIndent60 {
	padding-left: 60px;
	}
	
.lineIndent80 {
	padding-left: 80px;
	}
	
.lineIndent100 {
	padding-left: 100px;
	}	
	
/*-------------------- User Notification Boxes ------------------------------------*/
.boxBlueDotted {
	background-color: #f3f9ff;
	border: 1px dotted #004182;
	margin: 15px 60px;
	padding: 8px;
	vertical-align: middle;
	}
	
.boxBlueSolid {
	background-color: #f3f9ff;
	border: 1px solid #004182;
	margin: 15px 60px;
	padding: 8px;
	vertical-align: middle;
	}
	
.boxGreenDotted {
	background-color: #ebf8e2;
	border: 1px dotted #71c837;
	margin: 15px 60px;
	padding: 8px;
	vertical-align: middle;
	}
	
.boxGreenSolid {
	background-color: #ebf8e2;
	border: 1px solid #71c837;
	margin: 15px 60px;
	padding: 8px;
	vertical-align: middle;
	}
	
.boxRedDotted {
	background-color: #fff3f3;
	border: 1px dotted #f00000;
	margin: 15px 60px;
	padding: 8px;
	vertical-align: middle;
	}
	
.boxRedSolid {
	background-color: #fff3f3;
	border: 1px solid #f00000;
	margin: 15px 60px;
	padding: 8px;
	vertical-align: middle;
	}
	
.boxYellowDotted {
	background-color: #ffffcc;
	border: 1px dotted yellow;
	margin: 15px 60px;
	padding: 8px;
	vertical-align: middle;
	}
	
.boxYellowSolid {
	background-color: #ffffcc;
	border: 1px solid yellow;
	margin: 15px 60px;
	padding: 8px;
	vertical-align: middle;
	}	

.boxGrayDotted {
	background-color: #eeeeee;
	border: 1px dotted #aaaaaa;
	margin: 15px 60px;
	padding: 8px;
	vertical-align: middle;
	}
	
.boxGraySolid {
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	margin: 15px 60px;
	padding: 8px;
	vertical-align: middle;
	}

/*-------------------- User Notification Boxes ------------------------------------*/
.center_ok {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}  
	
.double_u {
	border-bottom: 3px double; 
	font-style: italic;
	}	
	
/**************************************************************
   Citations and References
 **************************************************************/
.ref {
  margin: 10px 0pt;
  font-size: 90%;
}

/**************************************************************
   #footer: This section is separate from the content above.   
 **************************************************************/

#footer {  
  margin-top: 20px;
  padding: 10px;
  font-size: 75%;
  text-align: center; 
}

