/**
 * common.css
 *
 * Copyright (c) 2000-2010 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id:
 */

/**
 * Common HTML elements
 */

html { 
	background: #b9b9b9 repeat-x top left;				
}


body {	
	background: transparent;
	text-align: center;
	margin: 0;
	padding-top: 9px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	 color: #333;
	font: Arial,Helvetica,Sans-Serif !important;
}


#navbar {
	line-height:110%;
}

#body {		
  background: #fff ;
  width: 1024px !important;
  border: 0px;		
  padding: 0px;
  margin: 0px;
  min-height: 800px;
  height: 100%;
  float: right;
  }
  
#container {
  width: 1024px !important;
  margin: auto;
  min-height: 700px;
  border: 0px;	
  background: white;	
  }

#main h2{
	color:#004880;
}
#content h3{
	color: #039;
}
#header {
	
       background:url(ammrec2012logo.png) no-repeat top center #004880;
       height: 200px;
	  
	   
	   
}

#header h1 {
	color:#FFF;
	text-align:left;
	padding-left:2px;
	font-size:26px;
	font-weight:bold;
	display:none;
}

#main { 
  min-height: 800px;
  margin: 0;
  border: none;
  margin-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;		
  width: 550px;
  padding-left: 20px;
  overflow: visible;
  color: #4b4b4b; 
  }

#main>h2 { 
  border: none;
  color: #3a5662;
  font-weight: bold;
  font-size: 1.6em;
}

#main a{
	color: #42516c;
	text-decoration: underline;
}

#main a:hover{
	color: #42516c;
	text-decoration: none;
}

#container #main {
	margin-top: -9px;
}

#container #body #main {
	margin-top: 0;	
}
		
#main h2, #main h3 {
				font-family: "Interstate Light","Arial Narrow",Helvetica,Sans-Serif;  
}

#content h1, #content h2, #content h3, #content h4
 { font-family: Arial,Helvetica,Sans-Serif; }

#content h3 {
	font-family: Arial,Helvetica,Sans-Serif;
	font-weight: normal;
	border-bottom: 1px solid #c7c5c5;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	overflow: hidden;
	
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Arial,Helvetica,Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	color: #3C3;
	
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial,Helvetica,Sans-Serif;
}

#content h1  {
	font: normal 2.0em "Interstate Light","Arial Narrow",Helvetica,Sans-Serif;  
	color: #3a5662;
}

#content h2 {
  font-size: 1.6em; 
  /* padding-left: 40px; */
  /* font-size:1.8em; */
}

a, a:visited {	
  color: #3a5662;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link {
  color: #3a5662;
}

#content a, #content a:visited, #content a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#navbar { 	
  border: 0px; 
  padding-left:40px;
  margin-right: 0px;
  background: url(menu-background_blue.gif) 0 0 repeat-x;
  width:984px;
  margin-left:AUTO;
  font-size: 1.1em;
}

#navbar ul.menu li a  {
  margin-bottom: 10px;	
}

#navbar ul.menu li a,
#navbar ul.menu li a:visited { 
  font-weight: normal;
  color: #fff; 
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
}
	
#navbar ul.menu li a:hover { 
  background-color: transparent;
	color: #183d48;
	text-decoration: none;
}

#breadcrumb {	
  color: #646464 !important;
  padding: 0;
  line-height: 2.5em;
  height: 26px;
  padding-left: 8px;
  left:auto;
  right:auto;
  width:792px;
  font-size: 10px;
}	

#breadcrumb	a, 
#breadcrumb a:visited {
  color: #646464 !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

#breadcrumb a:hover {
  text-decoration: underline;
  background-color: transparent;
}

#breadcrumb a.current {
  font-weight: normal;
}

#content {
  background: white;
  border: 0px;
  line-height: 1.5em;
  padding-bottom: 0px;
  margin-bottom: 0px;
  /* padding-left:40px; */
  font-size: 12px;
  
}

#content p { 
  padding-bottom: 0;
  margin-bottom: 0;
}

#content ul { 
  margin-bottom: 0;
  padding-bottom: 0;
}

#content h1 {
		line-height: 1.2em;
		}

span.highlight {
	border-bottom: 1px dotted #040;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #82BD86;
}

table.listing td.headseparator {
	border-top: 1px dotted #040;
}

table.listing td.endseparator {
	border-top: 1px dotted #040;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c7c5c5;
  font-size: 0.5em;
  line-height: 0;
}

#rightSidebar { 
  background-color: #fff;
  margin-top:30px;
  margin-left: 0px;
  margin-right: 3px;
  padding-top: 0;
  text-align: center;
  float: right;
  padding: 1em 3px 1em 0em;
  font-size: 0.65em;
  color: #999999;
  width:250px!important;						
}

#leftSidebar { 
  background-color: #fff;
  margin-top:30px;
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 0;
  text-align: center;
  float: left;
 
  font-size: 0.65em;
  color: #999999;	
  					
}

#rightSidebar span.blockTitle ,#leftSidebar span.blockTitle{
 /* font-weight: bold;
  color: #4b4b4b;
  color: #006699;*/
display: block;
	padding: 4px 4px 17px 11px;
	font-weight: bold;
	color: #fff;
	background: transparent url(box_h3.gif) repeat-x;
	text-align: center;
	font-size: 11px!important;


   
}

 
								
#rightSidebar span.blockSubtitle, #leftSidebar span.blockSubtitle{ 
  font-weight: bold;
  color: #006699;
  font-size: 11px;
  text-transform: uppercase;

}

 

#rightSidebar ul, #leftSidebar ul { 
  list-style-type: none;
  padding-left: 4px;
  margin-left: 4px;
}

#rightSidebar table ,#leftSidebar table{ 
  background: transparent;
}

#rightSidebar a.blockTitle, #rightSidebar a.blockTitle:visited {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  color: #42516c;
  font-weight: bold;
  font-size: 1.2em;
}


#rightSidebar a.blockTitle:hover ,#leftSidebar a.blockTitle:hover{ 	
  text-decoration: underline;
  background-color: transparent;
}

#rightSidebar ul li a, #rightSidebar ul li a:visited,
#leftSidebar ul li a, #leftSidebar ul li a:visited {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  color: #42516c;
  font-weight: bold;
}
				
#rightSidebar ul li a:hover,
#leftSidebar ul li a:hover { 
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  background-color: transparent;
  color: #42516c;
}

#rightSidebar ul.plain li a ,
#leftSidebar ul.plain li a { 
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  background-color: transparent;
  font-size:11px;


  
}

div.separator {
	border-bottom: 2px solid #006699;
}
.homepageImage img {
  margin-top: 25px !important;
}

#content h3 {
  margin-top: 15px !important;
}

input, select, textarea {
	font-family: Arial,Helvetica,Sans-Serif !important;
	border: 1px solid #000000 !important;
}

input, textarea {
	padding: 3px 3px 3px 3px;
}

.button {
  cursor: pointer;
}

.headseparator {
  border: none !important;
}

.endseparator {
	border-top: 1px solid #c7c5c5 !important;
}

#sidebarUser a:hover {
  background-color: transparent !important;
}

/* obi */
#footerUit { 	
                 
  width: 1024px !important;
  border: 0px;		
  padding: 0px;
  margin: auto;
  float: center;     
}


/* obi */
#footerFacebook { 	
      float: left;             
    
}

/* obi */
#footerDevBy { 	
                 
  float: right;  
  text-align: right;

  font-weight: bold;
	font-size: 0.6em;
	font-family: Arial,Helvetica,Sans-Serif;


  
}


#footer {
	background-color: #004880;
}


a:link {
	color: #335;
}

a:active {
	color: #253;
}

a:visited {
	color: #335;
}

a:hover {
	color: #253;
	background: #CDC;
}




/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}


#sidebarNavigationConference {
	list-style:none;
	margin:0;
	padding:0;
	display: inline;
	overflow: hidden;	
	background: #FFFFFF;
	font-size: 0.95em;
	padding-bottom: 1.5em;	
		
}


#sidebarNavigationConference span.blockTitle {
	display: block;
	padding: 4px 4px 17px 11px;
	font-weight: bold;
	color: #fff;
	background: transparent url(box_h3.gif) repeat-x;
	text-align: center;
	font-size: 11px!important;
	

  
}



#sidebarNavigationConference ul {
	margin: 0.25em 0 0.5em 0;
	padding: 0;
	padding-top:10px;
}

#sidebarNavigationConference li  {
	margin-bottom: 1px;
	border: 1px solid #FFF;
	list-style: none;
}

#sidebarNavigationConference  li a {
	display:block;
	font-weight:bold;
	color: #333;
	text-decoration:none;	
	padding:2px 1px 2px 8px;
	background: #FFF;
	border-left:4px solid #CCC;	
	min-height:18px;
	font-size:12px;
}


#sidebarNavigationConference  li a:hover{
	padding:2px 1px 2px 8px;
	background: #EEE;
	color: #333;
	border-left:4px solid #ffff66;
}

#sidebarNavigationConference  li a:active{
	padding:2px 5px 2px 10px;
	background: #ffffff;
	color: #333;
	border-left:4px solid #6297BC;
}

table.helpT
{ 
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 100%;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; 


}
table.helpT td {

border:thin solid #BEC8D1;
}

td.helpHed
{ 
border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #a1c6e3;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 13px;
color: #404040; }

td.helpLeft
{ 
/*border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;*/
text-align: left;
text-indent: 1px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; 
}


td.helpBod
{ 
border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }
