/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}	
html{background: #000000;}	
body{	
	color: #000000;
	font: 62.5% Arial, Helvetica, Verdana, Tahoma, sans-serif;	
	text-align: center;
}

/* links  */

a{
	color: #0099CC;
	text-decoration: underline;
}
a:hover{color: #0099CC;}
	

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure & layout

------------------------------------------------------------ */

#container{
	background: #ffffff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 741px;
	padding-left:20px;
	padding-right:20px;	
}
#header{	
  width: 741px;
	background: url(header.gif) top center #ffffff;
	height: 187px;
	position: relative;
	margin-bottom:10px;
}
#navigation{
	bottom: 0;
	font-size: 1.1em;
	position: absolute;
	right: 25px;	
}
#path-search{
	background: url(path-tile.gif) #87BCD8 repeat-x; 	
	color: #4C7897;
	font-size: 1.2em;
	height: 46px;
	position: relative;
}	
#info{
	background: #76AAC9; 
	color: #E4EEF4; 	
	font-size: 1.2em;
	line-height: 2.0em;	
	position: relative;
	padding: 20px 230px 20px 30px;
}
#primary-content{
	float: left;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 20px;
	/* width: 488px; */
	width: 518px;
	border:1px solid #888888;
	/* margin-right:0px; */
}
#secondary-content{
	color: #4B798B;
	float: right;
	font-size: 1.1em;
	line-height: 1.4em;
	width: 168px;
/*	border:1px solid #888888;	*/
}	
#footer{
	/* clear: both; */
        clear:left;
	color: #000000;
	font-size: 1.1em;
	height: 70px;
	padding-top:5px;
	margin-left: 20px;
	width: 500px;
	text-align:left;
}


#page_closer{
  	margin-top:30px;  
  	margin-bottom:30px; 
  	padding-top:30px;  
  	padding-bottom:30px; 
  	
	clear: both;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header h1 {
	font-size: 4.0em;
	position: absolute;
	margin: 30px 0 0 45px;
}
#header h1 a {
	color: #0099CC;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-decoration: none;
}
#header h1 a:hover {color: #0099CC;}
#header h1 span {
	color: #0099CC;
	font-size: 18px;
	text-transform: uppercase;
}

/* ------------------------------------------------------------

	navigation

------------------------------------------------------------ */


#navigation ul{
	display: inline;
}
#navigation li{
	display: block;
	float: left;
	list-style: none;
}
#navigation li a{
	background: #0099CC;
	
	display: block;
	margin: 0 1px 0 1px;
	line-height: 1.6em;
	padding: 7px 20px 7px 20px;
	text-align: center;
	text-decoration: none;	
	
}
/* #navigation li a:hover{background: #0099CC;} */

#navigation_vertical {
  margin-top:20px;
  margin-bottom:0px;
  padding-bottom:0px;
} 


.button_img {
  margin-bottom:10px;
} 

/* ------------------------------------------------------------

	path-search

------------------------------------------------------------ */

#path-search a{
	color: #0099CC;
	text-decoration: none;	
	text-transform: lowercase;
}
#path-search a:hover{text-decoration: line-through;}

/* forms & class's */

#path-search .text{
	background: #76aac9;
	border: 1px solid #dfe3e4;
	padding: 3px;
}	
#path-search .searchbutton{
	background: #221f20;
	border: 1px solid #dfe3e4;
	cursor: pointer;
	color: #fff;
	padding: 2px;
}	

/* ------------------------------------------------------------

	info

------------------------------------------------------------ */

#info img{
	/* background: url(snews.gif) no-repeat; */
	height:75px;
	position: absolute;
	right: 25px;
	top: 30px;
}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h1{	
	background-position: bottom;
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 17px 0;
	line-height: 1.5;
}	
#primary-content h2{
	line-height: 1.5em;
}
#primary-content h2 a{
	color: #0099CC;
	font-size: 19px;
	text-decoration: none;	
}		
#primary-content h2 a:hover{
	color: #7C90A1;
}	
#primary-content h3, #primary-content h4{
	background: none;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	/* padding: 5px; */
}	
#primary-content p{
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#primary-content ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}	
#primary-content ul {
	line-height: 1.8em;
	margin: 0 30px 20px 30px;
}
#primary-content ul li {
	background: url(bullet.gif) no-repeat 0px 8px;
	line-height: 1.8em;
	list-style: none;
	padding-left: 20px;
	margin-bottom:10px;
}

/* forms & class's */

#primary-content form{margin: 10px 0 20px 0;}	
#primary-content form p{margin: 5px;}	
#primary-content fieldset{
	background: #ffffff;
	border: 1px solid #dfe3e4;
	padding: 5px;
}	
form .field:focus, form .text:focus, form textarea:focus {background: #fffff0; color: #324F6A;}
#primary-content textarea{
	height: 150px;
	overflow: auto;
}	
	
/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content h2{
	color: #0099CC;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 20px 0 5px 0;
	padding: 7px 0 7px 0;
	text-transform: uppercase;
}		
#secondary-content p{margin: 0;}		
#secondary-content ul{
	margin: 7px 0 20px 10px;
}	
#secondary-content ul li{
	background: url(bullet.gif) no-repeat 0 50%;
	/* height: 18px; */
	list-style: none;
	padding-left: 19px;
}	
#secondary-content a{	
	color: #0099CC;
	text-decoration: none;
}	
#secondary-content a:hover{color: #0099CC;}	

/* class's */

#secondary-content .text{
	font-size: 1.2em;
	padding: 3px;
	width: 70%;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer p{
	line-height: 1.5em;
	margin-top: 15px;
	text-align: center;
}
#footer a{
	color: #0099CC;
	text-decoration: underline;
}

/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

a img {border: none;}
acronym{cursor: help;}
legend{
	color: #0099CC;
	font-weight: bold;
}
blockquote{
	background: url(quote.gif) no-repeat 10px 0;
	color: #76aac9;
	border-left: 2px solid #76aac9;
	line-height: 1.5em;
	margin: 0 10px 20px 10px;	
	padding: 0 10px 0 10px;
}
hr, .hide {display: none;}
.show{display: block;}

/* class's */

.pathway{
	font-size: 0.9em;
	margin-left: 50px;
	margin-top: 18px;
	position: absolute;
}
.search{	
	position: absolute;
	right: 50px;
	top: 25px;
}
.image img, .right, .left{	
	background: #fff;
	border: 1px solid #e3e7e8;
	float: left;
	margin: .5em 12px 6px 0;
	padding: 6px;
}
.right{
	float: right;
	margin: .5em 0  6px 12px;
}
.left{
	float: left;
	margin: .5em 12px 6px 0;
}
.date{
	color: #afafaf;
	font-size: 0.9em;
}
.date a{
	color: #afafaf;
}
.commentsbox {
	margin-top: 10px;
	margin-bottom: 25px;
}	
#primary-content .commentsbox h2{
	background: none;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}	
.comments { 
	background: #fff; 
	border-top: 1px solid #dee2e3;
	color: #0099CC;
	font-size: 0.9em;
	padding: 15px 10px 0px 10px; 
	margin: 10px 0 10px 0;
	overflow: auto;
}
.field, .text, textarea{
	border: 1px solid #dfe3e4;
	padding: 6px;
	width: 97%;
}
.button{
	cursor: pointer;
	float: right;
	margin: 10px 0 120px 0;	
	padding: 3px;
}
.searchbutton{cursor: pointer;}

/* fk: mootools accordion */

#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
/* already defined above in h3?	
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: Arial, Helvetica, 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #0099CC;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
*/	        
        padding-left:0px;
}

/* already defined above
div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
*/

#flashphotos {
  margin-bottom:10px;
}

#sidebar_top {
        margin-left:0px;
	width: 166px;
        padding: 0px;
	border:1px solid #888888;	
}

#socialbookmarks {
  margin-top:10px;
}


#socialbookmarks ul li {
  background: none;
  color: #0099CC;
  margin-top:5px;  
}

#socialbookmarks img {
  margin-right:5px;
}

#row1, #row2, #row3 {
  float:left;
}

#row1, #row2, #row3 {
  width:165px;
  min-width:165px;
}

#gp_logo, #abstractteaser {
  width: 166px;
  text-align:left;
  margin-top:10px;
  margin-bottom:10px;
  border:1px solid #888888;  
}

#twitter {
width: 166px;
  text-align:left;
  margin-top:10px;
  margin-bottom:10px;
}

#gp_logo p {
  padding:10px;
  color:#000000;
  text-align:center;
}

#gp_logo img {
  margin-left:8px;
}

#abstractteaser p {
  padding:10px;
  color:#000000;
}

#qr_code {
  width: 166px;
  text-align:center;
  border:1px solid #888888;  
  padding-top:3px;
}


#flashphone {
  width:166px;
  margin-bottom:10px;
}

.error {
  color:#0099CC;
}

form label {
  float:left;
  width:125px;
  min-width:125px;    
  padding-right:5px;    
}

.formline {
  padding-bottom:5px;
}

.formsubmit {
  margin-top:20px;
}

form textarea {
  width:300px;
}

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

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

form fieldset legend {
  font-weight:normal;
  color:#000000;
}

.sidebarnews {
  color: #0099CC;
	padding:5px;    
}

.sidebarnews li {
  background:url("bullet.gif") top left no-repeat;
  margin-bottom:3px;
  text-decoration:underline;
}

.sidebarnews a, .sidebarnews a:hover {
  color: #0099CC;
  text-decoration:underline;
}  

#schedule table {
  margin-top:10px;
  margin-bottom:10px;
  width:100%;
  border:1px solid #000000;
}

#schedule td {
  padding:5px;
  border:0px solid #dfdfdf;
}

.session {
  font-size:25pt; 
  text-align:center; 
  color:#bcbcbc;
  width:50px;
  vertical-align: middle;
}

.discussion {
  font-size:25pt; 
  text-align:center; 
  color:#bcbcbc;
  width:50px;
  vertical-align: middle;
}

.case {
  font-size:25pt; 
  text-align:center; 
  color:#0099CC;  
  width:50px;
  vertical-align: middle;
}

.keynote {
  font-size:25pt; 
  text-align:center; 
  color:#0099CC;  
  width:50px;
  vertical-align: middle;
}

.poster {
  font-size:25pt; 
  text-align:center; 
  color:#bcbcbc;
  width:50px;
  vertical-align: middle;
}


#schedule .tabletoggler {  
  color:#0099CC;
  text-decoration:underline;
  cursor: pointer;
  padding-left:20px;
  background:url("http://www.mobileresearchconference.com/css/mobile09custom/images/arrow.gif") 2px 2px no-repeat transparent;
}

#schedule .postertable {
  background:#0099CC; 
  color:#ffffff;
  border:0px;
}

#schedule .postertable a {
  color:#ffffff;
}

#schedule img {
  margin-bottom:5px;
  border:0px;
}

#schedule .moreInfoWrapper {
  margin-top:5px;  
}

.portrait {
  float:left;
  margin-right:5px;
}
