*{
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	text-shadow:1px 1px 0px #fff;
	color:#000;
	border-radius:0px;
	outline:none;
}
body
{
	margin-top: 5px;
	text-align: center;
  /*background-image:url("../images/bg.png");*/
  /*background-repeat: repeat-x; */
  /*background-attachment:fixed;*/
}
.theme
{
    
    color:#6e2400;
}
ul
{
  margin: 10px;
  padding: 0px;
  list-style: none;
}
li
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a
{
  text-decoration: none;
  color: #000;
}
/*
input
{
	width: 300px;
	height: 40px;
	border: none;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #989898;
	outline: none;
}
select
{
	width: 300px;
	height: 40px;
	padding: 5px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #989898;
}
option
{
	height: 24px;
	width: 260px;
	padding: 5px;
	font-size: 14px;
	background: #fff;
	border: none;
}
*/
.header
{
  height: 100px;
  background-color:#fff; 
  background-image: url(http://vlsidesignconference.org/includes/images/header.jpg);
  background-position: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border:1px solid #000;
}
.Hdate
{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #001066;
  text-shadow:1px 1px 0px #fff;
}
.Htheme, .Htheme b
{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #832b00;
  text-shadow:1px 1px 0px #fff;
}
.Hleft
{
  width: 380px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #1e3301;
  text-shadow:1px 1px 0px #fff;
}
.Hright
{
  width: 380px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  color: #1e3301;
  text-shadow:1px 1px 0px #fff;
}

.Htheme b
{
 color: #000; 
}

.error
{
	height: 40px;
	border: 1px solid #901010;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color: #901010;
}
.success
{
	height: 40px;
	border: 1px solid #109010;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color: #109010;
}
.content
{
  height: auto;
  border: 1px solid #000;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
  padding: 20px;

  text-shadow:1px 1px 0px #fff;
  font-size: 16px;
  color:#112;
}

.Tlink
{
  line-height: 24px;
  vertical-align: middle;
  border: 1px solid #ddd;
  padding: 5px;
  background-color: #f6f6ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;

  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.liTitle
{
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  color: #000;
  text-shadow:1px 1px 0px #fff;
}
.liP, .liP a
{
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
  color: #000;
  text-shadow:1px 1px 0px #fff;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.liP a
{
  color: #002088;
}

.liN
{
  list-style: square;
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
  color: #000;
  text-shadow:1px 1px 0px #fff;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  margin-left: 10px;
}
.liN b
{
  font-weight: bold;
}

.liN1
{
  list-style: square;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #000;
  text-shadow:1px 1px 0px #fff;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  margin-left: 10px;
}
.liN1 b
{
  font-weight: bold;
}

p
{
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
  color: #000;
  text-shadow:1px 1px 0px #fff;
}
p i
{
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
  color: #005;
  text-shadow:1px 1px 0px #fff;  
}
p b
{
  font-size: 14px;
  font-weight: bold;
  text-align: justify;
  color: #005;
  text-shadow:1px 1px 0px #fff;  
}
h1
{
  text-shadow:1px 1px 0px #fff;
  font-size: 24px;
  color:#126;
}
h2
{
  margin: 0px;
  text-shadow:1px 1px 0px #fff;
  font-size: 18px;
  color:#162;
}
.footer
{
  text-align: center;
  height: 50px;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/bg5.png);
}
.sponsors
{
  height: 150px;
  text-align: center;
  vertical-align: middle;
  /*border: 1px solid #000;*/
/*  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
*/  background: url(../images/bg5.png);
}
.sponsorsTitle
{
  text-align: center;
  font-size: 18px;
  color: #002088;
  font-weight: bold;
  text-shadow:-1px -1px 0px #fff;
  background: url(../images/bg5.png);
}
.sponsorsTitle b
{
  line-height: 18px;
  vertical-align: top;
  font-size: 12px;
  color: #000;
}

.sponsorsSmall
{
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #000;
  text-align: right;
  padding: 5px;
  padding-right: 15px;
  background: url(../images/bg5.png);
}
.sponsorsTop
{
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  background: url(../images/bg5.png);
  height: 10px;
}
.sponsorsBottom
{
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  background: url(../images/bg5.png);
  height: 10px;
}
.blank	{ height: 5px;}
.vblank	{ width: 5px; }

/*=================== SLIDE =================*/
.slide
{
  padding: 0px;
  border: 1px solid #000;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/glass_bg2.png);
}
.jssorb05 {
position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
position: absolute;
/* size of bullet elment */
width: 16px;
height: 16px;
background: url(http://vlsidesignconference.org/includes/images/b06.png) no-repeat;
overflow: hidden;
cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

.jssora12l, .jssora12r {
display: block;
position: absolute;
width: 30px;
height: 46px;
cursor: pointer;
background: url(http://vlsidesignconference.org/includes/images/a06.png) no-repeat;
overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }
/*=================== SLIDE =================*/


/*==================== MENU ================*/

.left_pan
{
  width: 250px;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-image: url(../images/bgBl.png);
  background-repeat: repeat-y;
}
.right_pan
{
  width: 120px;
  padding: 0px;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-image: url(../images/bgBr.png);
}
.Rtitle
{
  text-align: center;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 200px;
  height: 30px;
  background-image: url(../images/menur.png);
  background-repeat: no-repeat;
  line-height: 100%;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 0px #310;
}
.Rimage
{
  border: 1px dotted #000;
  height: 150px;
  padding: 5px;
  padding-right: 10px;
  background-color: #eef;
}
.notice
{
  border:1px solid #444;
  background-image: url(../images/bg5.png);
  background-position: center;
  padding: 10px;
  /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.notice b
{
  font-weight: bold;
  text-shadow:1px 1px 0px #fff;
}

.chl
{
  width: 120px;
  font-size: 16px;
  padding: 5px;
  padding-left: 0px;
  vertical-align: top;
}
.chlli
{
  vertical-align: top;
  padding: 5px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
}
.chlli a
{
  vertical-align: top;
  color: #005;
  font-size: 16px;
}
.chlli a:hover
{
  color: #009;
  font-weight: bold;
  text-shadow:0px 0px 1px #eee;
}
.Link
{
  padding-left: 10px;
  padding-bottom: 5px;
  width: 200px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(http://vlsidesignconference.org/includes/images/menul.png);
  line-height: 100%;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 0px #310;
  cursor: pointer;
}

.Link a
{
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 0px #310;
  cursor: pointer;
}

.sLink, .sLink a
{
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  /*padding-bottom: 10px;*/
}

.sLinksym
{
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-shadow: -1px -1px 0px #310;
  cursor: pointer;
}

.tableHeader
{
  text-align: center;
  font-weight: bold;
  background-color:#b0d0e8;
  border: 1px solid #808894; 
}
.tdOdd
{
   background-color:#e7e7e7;
   border-top: 1px solid #f4f4f4;
   border-bottom: 1px solid #f4f4f4;
}
.tdEven
{
   background-color:#f4f4f4;
   border-top: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
}

.noticetxt
{
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.noticetxt b
{
  color: #900;
  font-weight: bold;
  letter-spacing: 1px;
}
.dcsub a
{
  font-size: 13px;
  font-weight: bold;
  color: #242;
  border: 1px solid #000;
  background-color: #fafaff;
  padding: 5px;
  padding-left:10px;
  padding-right:10px;
  width: auto;
  text-align: center;

  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.dcdl
{
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
  border: 1px solid #ddd;
  color:#162;
  padding: 5px;
  padding-left:10px;
  padding-right:10px;

  background-color: #f6f6ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;

  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

}
    .stitle
    {
        text-align:center;
    	color:#000;
    	background-color:#adf;
    	font-size:13px;
    	padding:5px;
    	font-weight:bold;
    	border:1px solid #aaa;
    }
    .stitles
    {
    	text-align:center;
    	color:#000;
    	background-color:#adf;
    	font-size:13px;
    	padding:5px;
    	font-weight:bold;
   	border:1px solid #aaa;
    }
    .sdata
    {
     	text-align:center;
    	color:#000;
    	font-size:12px;
    	padding:5px;
    	font-weight:bold;
    	border:1px solid #aaa;
     }
    .sdatas
    {
     	text-align:left;
    	color:#000;
    	font-size:12px;
    	padding:5px;
    	font-weight:bold;
    	border:1px solid #aaa;
     }     
     .slist
     {
     	text-align:left;
    	color:#000;
    	font-size:12px;
    	font-weight:bold;
     }
     .sp
     {	
     	font-size:12px; 
     	font-weight:bold; 
     	margin:4px;
     	padding-left:5px;
     }


.blinker {

    color: #884422;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.righgt_panel_link
{
  width:100px;
  height:20px;
  vertical-align: middle;
  text-align:center;
  padding:3px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f6f6ff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.righgt_panel_link a
{
    display:block;
}

.Rtitle1
{
    width: 100px;
    height: 40px;
    background-color: #566734;

    font-size: 13px;
    font-weight: bold;
    color: #fff;
    
    text-align: center;
    vertical-align: middle;

    text-shadow: -1px -1px 0px #310;
    -webkit-border-radius: 0px 6px 0px 6px;
    -moz-border-radius: 0px 6px 0px 6px;
    -o-border-radius: 0px 6px 0px 6px;
    border-radius: 0px 6px 0px 6px;

    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
/*reg*/
.rowtitle
    {
      color: #fff;
      text-shadow:1px 1px 0px #000;
      padding: 5px;
      font-weight: bold;
      font-size: 13px;
      text-align: center;
      vertical-align: top;
      border: 1px solid #000;
      background-color: #884422;
    }
      .coltitle
    {
      padding: 6px;
      font-weight: bold;
      font-size: 13px;
      text-align: left;
      vertical-align: middle;
      border: 1px solid #000;
      background-color: #def;
    }
      .coltitlecen
    {
      padding: 6px;
      font-weight: bold;
      font-size: 13px;
      text-align: center;
      vertical-align: middle;
      border: 1px solid #000;
      background-color: #def;
    }
    .date
    {
      text-align: left;
      font-size: 12px;
      border: 1px solid #000;
      padding: 3px;
      background-color: #dde;
      font-weight: bold;
    }
    .data
    {
            height:35px;
      text-align: right;
      font-size: 12px;
      border: 1px solid #000;
      padding: 3px;
    }
    .datablank
    {
      text-align: center;
      font-size: 12px;
      border: 1px solid #000;
      padding: 3px;
    }
    .rs
    {
      color: #22a;
    }
    .dollar
    {
      color: #842;
    }
    .regnotice
    {
    text-align: center;
    font-size: 15px;
    padding-bottom: 15px;
    }
		.txt
		{
			width: 300px;
			height: 30px;
			padding: 5px;
			text-align: center;
			border: 1px solid #000;
		}
		.lable
		{
			text-align: left;
			font-size: 13px;
			padding: 5px;
			width: 230px;
			font-weight: bold;
		}
		.txt_content
		{
			font-size: 13px;
			font-weight: bold;
			padding: 5px;
			vertical-align: middle;
		}
    .error
    {
      border:1px dotted #900;
      color:#a00;
      text-align:left;
      padding:10px;
      font-size:13px;
      font-weight:bold;
    }
    .txt_label
    {
      font-size: 14px;
      font-weight: normal;
      padding: 5px;
      vertical-align: middle;
      color: #23a;
    }
/*reg*/

.menu
{
  text-align: center;
  color: #000;
  border:1px solid #444;
  background-image: url(../images/bg5.png);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#container
{
  float:none;
  width: 100%;
}
#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    display: table;
    padding: 5px;
    position: relative;
}
#nav ul {
    background-color: #eef;
    border:1px solid #444;
    border-width: 0 1px 1px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    left: -9999px;
    overflow: hidden;
    padding: 5px 0 5px;
    position: absolute;
    top: -9999px;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}
#nav li {
    float: left;
    position: relative;
}
#nav li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #5e2000;
  font-weight: bold;
  font-size: 13px;
}
#nav li:hover > a {
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5);
    background-color: #eef;
    border-radius: 2px 2px 2px 2px;
    color: #129;
}
#nav li:hover > a.hsubs {
    border-radius: 2px 2px 0 0;
    color: #129;
}
#nav li:hover ul.subs {
    left: 0;
    top: 25px;
    width: 200px;
    z-index: 9999;

    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
#nav ul li {
    width: 100%;
}
#nav ul li:hover > a {
    background-color: #eef !important;
    border-radius: 2px 2px 2px 2px;
}