
.stripe {
	color: #2a4ca5;
	height: 40px;
	background-color: #2a4ca5;
	margin-top: 0px;
	padding-top: 0px;
}

body
{ 
	font-family: Tahoma,Geneva,sans-serif;
	margin: 0px;	
}

.banner
{  
	text-align: left;
	background-image: url("images/header.png");
	background-size: 700px 100px; 
    background-repeat: repeat-x;	
	height: 110px;
}


#title
{
	color: #2a4ca5;  
	margin-left: auto;
	margin-right: auto;
  	text-align: center;
	font-weight: bold;
}

#title h1
{
	font-weight: bold;
	font-size:180%
}

#title h2
{
	padding-bottom: 0px;
}

#subtitle
{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

#rtns
{
	font-weight: 50;
}

#rtns a
{
	color: #2a4ca5;  
/* 	color: #0000ee; */
	text-decoration: none;
}

#rtns a:hover
{
	text-decoration: underline;
}

#informations
{
	clear: both;
	float: left;	
}

#post-it
{
	width: 85%;
	margin-top: -50px;
	text-align: center;
	margin-right: 5%;
	margin-left: 10%;
}

.post-it { 
	background:#fefabc; 
	padding: 1px 15px 15px 15px; 	
	font-family: 'Indie Flower', cursive;
	font-size:18px; 
	color: #000; 	
	margin-left: 0px;
	max-width:340px; 
	-moz-transform: rotate(-7deg); 
	-webkit-transform: rotate(-7deg); 
	-o-transform: rotate(-7deg); 
	-ms-transform: rotate(-7deg); 
	transform: rotate(-7deg); 
	box-shadow: 0px 4px 6px #333; 
	-moz-box-shadow: 0px 4px 6px #333; 
	-webkit-box-shadow: 0px 4px 6px #333; 
}

.post-it ul { 
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;	
}

.pin {
  background-color: #aaa;
  display: block;
  height: 32px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: -16px;
  z-index: 1;
}

.pin:after {
  background-color: #A31;
  background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
              inset 3px 3px 3px hsla(0,0%,100%,.2),
              inset -3px -3px 3px hsla(0,0%,0%,.2),
              23px 20px 3px hsla(0,0%,0%,.15);
  content: '';
  height: 12px;
  left: -5px;
  position: absolute;
  top: -10px;
  width: 12px;
}

.pin:before {
  background-color: hsla(0,0%,0%,0.1);
  box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
  content: '';

  height: 24px;
  width: 2px;
  left: 0;
  position: absolute;
  top: 8px;

  transform: rotate(57.5deg);
  -moz-transform: rotate(57.5deg);
  -webkit-transform: rotate(57.5deg);
  -o-transform: rotate(57.5deg);
  -ms-transform: rotate(57.5deg);

  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
}

#committees
{	
	line-height: 1.6;
	margin-right: 5%;
	margin-left: 20%;
}


#committees h3
{
	padding-bottom: 5px;
	margin-bottom: 0em;
}

#committees ul
{
	padding-left: 0px;
	list-style-type: none;
}

#committees li
{
	padding-left: 0px;
	list-style-type: none;
}

#committees a
{  
	color: #2a4ca5;  
	text-decoration: none;
}

#cfp
{  
	clear: right; 
	font-size: large;
	padding: 0px;
	text-align: justify;
	line-height: 1.4;
}

#cfp a
{
  	color: #2a4ca5; 
}

.latex sub, .latex sup {
  text-transform: uppercase;
}

.latex sub {
  vertical-align: -0.5ex;
  margin-left: -0.1667em;
  margin-right: -0.125em;
}

.latex, .latex sub {
  font-size: 1em;
}
.latex sup {
  font-size: 0.85em;
  vertical-align: 0.15em;
  margin-left: -0.36em;
  margin-right: -0.15em;
}

span.highlight
{
	font-weight: bold;
}

span.paperTitle
{
  font-weight: bold;
  font-style: italic;
}

span.paperList
{
	font-size: 90%;
}

#blankspace ul li
{
	list-style-type: none;
}

a[name="internal"] {
	text-decoration: none;
}

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	margin: 0px 20px 10px 0px;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #0099cc;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
 
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

td {
	padding-top: 5px;
	padding-bottom: 5px;
}
td[name="session"] {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

img[name="pdf-file"] {
	width: 150px;
	height: 132px;
}