/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*border: 1px solid #333;*/
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body { 
  font-family: 'Open Sans', sans-serif;
  background: #e0e0e0;
  color: #666;
  font-size: 12px;
  /*height: 100%;*/
  /*line-height: 1;*/
}

a { 
	text-decoration: none;
	color: #666;
}

html { height: 100%;}

.wrapper{

width: 95%;
max-width: 1280px;
background: white;
margin: auto;

}
/*grid layout*/

.row, 
.column {
    box-sizing: border-box;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.column {
    position: relative;
    float: left;
    display: block;
}

.column + .column {
    margin-left: 1.6%;
}

.column-1 {
    width: 6.86666666667%;
}

.column-2 {
    width: 15.3333333333%;
}

.column-3 {
    width: 23.8%;
}

.column-4 {
    width: 32.2666666667%;
}

.column-5 {
    width: 40.7333333333%;
}

.column-6 {
    width: 49.2%;
}

.column-7 {
    width: 57.6666666667%;
}

.column-8 {
    width: 66.1333333333%;
}

.column-9 {
    width: 74.6%;
}

.column-10 {
    width: 83.0666666667%;
}

.column-11 {
    width: 91.5333333333%;
}

.column-12 {
    width: 100%;
    margin-left: 0;
}

@media only screen and (max-width: 550px) {
    .column-1, 
    .column-2, 
    .column-3, 
    .column-4, 
    .column-5, 
    .column-6, 
    .column-7, 
    .column-8, 
    .column-9, 
    .column-10, 
    .column-11, 
    .column-12 {
        float: none;
        width: auto;
    }
  
    .column + .column {
        margin-left: 0;
    }
}

.mainbanner {max-width:100%}

/*vertical menu (document menu)*/

.docmenu {
    list-style-type: none;
    margin: 6px 0px;
    padding: 0px 5px;
}

.docmenu a:link, a:visited {
    display: block;
    color: #666666;
    font-size: 14px;
    /*font-weight: bold;*/
    background: #e0e0e0;
    width: 100%;
    text-align: left;
    padding: 8px 5px;
    text-decoration: none;
}

.docmenu a:hover, a:active {
    background-color: #666;
    color: #fff;
}


/*horizontal menu (global menu)*/

.topmenu ul, .topmenu li {
	margin: 0;
	padding: 0;
}
.topmenu ul {
	background: grey;
	list-style: none;
	width: 100%;
}
.topmenu li {
	float: right;
	position: relative;
	width: auto;
	
}
.topmenu a {
	background: #666;
	color: #ffffff;
	display: block;
	padding: 7px 25px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.topmenu li:hover a {
	background: #e0e0e0;
	color: #000;
}





/*------------------------------*\
    Styling
\*------------------------------*/

body {
    padding: 20px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
}

.stdlist {
	list-style-type: square;
	padding-left: 25px;
}

li.stdlist {
	padding-top: 5px;
}

.row {
   margin-bottom: 6px;
}

.row:last-child {
    margin-bottom: 0;
}

.column .column {
    /*border: 1px #e0e0e0 solid;*/
    /*background: #e0e0e0;*/
}

.headerlogoleft {
text-align: center;
padding-top: 30px;
}

.headerlogoleft img{
	max-width: 90%;
    max-height: 90%;
}

.header {
text-align: center;
padding-top: 30px;
padding-bottom: 15px;
background: #fff;
height: auto;
}

.sitename {
	padding-top: 30px;
	padding-bottom: 15px;
}

.headerlogoright {
text-align: center;
padding-top: 30px;
}

.headerlogoright img{
	max-width: 90%;
    max-height: 90%;
}

.globalmenubar {
background: #666;
text-align: right;
padding: 0px;;
margin: 0px;
height: 30px;
margin-bottom: 6px;
}

.doctitlebar {
background: #6c9d31;
color: white;
text-align: left;
font-size: 14px;
height: 30px;
padding: 7px 10px;
}


.isbnbar {
background: #00adef;
color: white;
text-align: left;
font-size: 14px;
height: 30px;
padding: 7px 10px;
}

.crumbs {
	margin: 5px 0px;
	color: #666;
	font-size: 12px;
	padding: 8px 10px;
}
.crumbs a{
	color: #666;
}

.contentdiv {
	padding: 20px 10px 20px 10px;
	max-width: 800px;
	margin-bottom: 20px;
}
.contentdiv h1 {
	padding-bottom: 20px;
	text-align: left;
}
.contentdiv h2 {
	padding: 10px 0px 10px 0px;
}
.contentdiv p{
	padding-bottom: 10px;
	font-size: 14px;
	text-align: justify;
}

.contentdiv ul li{
	padding-bottom: 10px;
	font-size: 14px;
}

.proctable {
	width: 100%;
	border: 1px #e0e0e0 solid;
	table-layout: auto;
	margin-bottom: 20px;
}

.proctable  th {
	padding: 4px;
	font-size: 14px;
	border: 1px #e0e0e0 solid;
	background: #6c9d31;
	color: white;
}

.proctable  td {
	padding: 4px;
	font-size: 12px;
	border: 1px #e0e0e0 solid;
}
.proctable  td li{
	font-size: 12px;
	padding-bottom: 0px;
}

.seriescolumn {
	width: 7%;
	text-align: left;
}

.titleintoc {
	font-size: 12px;
	padding: 2px;
}
.isbnintoc {
	font-size: 12px;
	padding: 2px;
	text-align: center;
	width: 17%;
}
.venueintoc {
	font-size: 10px;
	font-style: italic;
	text-align: left;
}

.dateintoc {
	font-size: 12px;
	text-align: center;
	width: 8%;
}

.fullpaperbtn {
	border-radius: 5px;
	background: #800080;
	color: white;
	padding: 5px;
	margin: 25px 5px;
	width: 200px;
	text-align: center;
	vertical-align: center;
	float: left;
	font-size: 14px;
}
.fullpaperbtn a {
	color: white;
}
.backtotocbtn {
	border-radius: 5px;
	background: #6c9d31;
	color: white;
	padding: 5px;
	width: 200px;
	text-align: center;
	vertical-align: center;
	float: left;
	font-size: 14px;
	margin: 25px 5px 25px 0px;
}
.backtotocbtn a {
	color: white;
}

.papertitle {
	padding: 10px;
	font-size:	20px;
	text-align: center;
}
.author {
	font-size:	12px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0px;
}
.institution {
	padding-top: 0px;
	font-size:	12px;
	text-align: left;
	font-style: italic;
}

.abstract{
	font-size:	12px;
	text-align: justify;
	font-style: normal;
}

.keyword {
	font-size:	12px;
	text-align: left;
	font-style: italic;
}

.footer {
background: #666;
color: white;
height: 80px;
text-align: center;
padding-top: 10px;
}

@media only screen and (max-width: 550px) {
    .row {
        margin-bottom: 0;
    }
    .column {
        margin-bottom: 10px;
    }
    .row:last-child .column:last-child {
        margin-bottom: 0;
    }
}