/* www.aircraftsystemsafety.com */
/* (C)Copyright Duane Kritzinger 2007 */
/* Written by Stephen Goldsmith */

.smg_page    { width:         800px;
               background:    #ffffff;
               border:        1px solid #ccc;
               margin-top:    10px; }
.smg_top     { background:    #0a72b9;
               text-align:    center; }
.smg_menu    { background-image: url('grad.png');
               font-family:   Verdana, Arial;
               font-size:     8pt }
.smg_search  { background-image: url('menu.gif');
               font-family:   Verdana, Arial;
               font-size:     8pt;
               padding-right: 10px; }
.LeftPane    { width:         150px;
               padding:       10px; }
.ContentPane { width:         650px;
               padding-right: 10px; }
.smg_btm     { background:    #0a72b9;
               padding:       0px;
               margin:        0px; }

/* Module Titles */

.Head {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica;
	color: #006699; 
}

/* Dark Blue #006699 */
/* Light Blue #0a72b9 */

/* Define styles for each division */

/* Styles for the main page */

html { min-height: 100%; margin-bottom: 1px; }

body { background-image: url('back.png') }

h1 { font-family:   Arial;
     font-size:     16pt;
     margin-bottom: 20pt;
     border-bottom: 1px solid #ccc }

h2 { font-family:   Arial;
     font-size:     12pt;
     margin-bottom: 10pt;
     margin-top:    10pt;
     border-top:    1px solid #ccc }

h3 { font-family:   Arial;
     font-size:     10pt;
     margin-bottom: 10pt }

p { font-family: Verdana, Arial;
    font-size: 8pt;
    line-height: 14pt;
    margin-bottom: 10pt }

#smg_side p   { font-family: Verdana, Arial;
            font-size: 8pt;
            line-height: 10pt;
            margin-bottom: 0pt }
#smg_side li  { font-family: Verdana, Arial;
            font-size: 8pt;
            line-height: 14pt;
            margin-left: -20px }
#smg_side img { border: 0px;
            margin-left: 10px }

img { border: 0px }

ul { list-style-type: square }

li { font-family: Verdana, Arial;
     font-size: 8pt;
     line-height: 14pt; }

th { font-family: Verdana, Arial;
     font-size: 8pt;
     font-weight: bold }
td { font-family: Verdana, Arial;
     font-size: 8pt;
     line-height: 12pt }

hr { color: #006699;
     background-color: #006699;
     height: 1px;
     border: none }

form { font-family: Verdana, Arial;
       font-size: 8pt;
       margin-bottom: 30px }

a { text-decoration: none; color: #006699 }
a:visited { text-decoration: none; color: #006699 }
a:hover { text-decoration: underline; color: red }

/* Styles for the DNN menu */

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height: 24px;
	background-color: Transparent;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica; 
  white-space: nowrap;  /*Word wrapping menu item now optional*/
  padding: 1px 3px 3px 1px;	
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #006699; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
  white-space: nowrap;  /*Word wrapping menu item now optional*/	    
  padding: 0px 10px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}
.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	color: #006699; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #006699; 
	cursor: pointer; 
	cursor: hand;
}

.UDT_Table_Item {
  vertical-align: top;
  background-color: white;
}
.UDT_Table_AlternateItem {
  vertical-align: top;
  background-color: #DFE5F2;
}
