/*Layout*/
#container{
    margin:auto;
    width: 1024px;
    padding-top: 10px;
}


#leftBar {
  float: left;
  width: 160px;
  height: 280px;
  font-size: smaller;
  background-color: #ececec;
  padding: 5px 5px 5px 5px;
}

#leftBar a{
    text-decoration: none;
}

#leftBar a.subLink{
    margin-left: 10px;
}

#leftBar a.subSubLink{
    margin-left: 15px;
}

#leftBar a:hover{
    color: maroon;
    font-weight: bold;
}

#leftBarLotus {
  float: left;
  width: 160px;
  height: 300px;
  font-size: smaller;
  background-color: #ececec;
  padding: 5px 5px 5px 5px;
}

#leftBarLotus img{
    padding-bottom: 10px;
}

#leftBarLotus a{
    text-decoration: none;
}

#leftBarLotus a:hover{
    color: #ffcf00;
    font-weight: bold;
}

#leftBarTivoli {
  float: left;
  width: 160px;
  height: 210px;
  font-size: smaller;
  background-color: #ececec;
  padding: 5px 5px 5px 5px;
}

#leftBarTivoli img{
    padding-bottom: 10px;
}

#leftBarTivoli a{
    text-decoration: none;
}

#leftBarTivoli a:hover{
    color: blue;
    font-weight: bold;
}

.leftBarLinkClicked{
    color: maroon;
    font-weight: bold;
}

.leftBarSubLinkClicked{
    color: maroon;
    font-weight: bold;
    margin-left: 10px;
}

.leftBarSubSubLinkClicked{
    color: maroon;
    font-weight: bold;
    margin-left: 15px;
}

#leftBar a.static{
    color: maroon;
    font-weight: bold;
}



#content {
  float:right;
  width: 850px;
}

.registerLink {
  color: maroon;
  font-weight: bold;
  text-decoration: none;
}

a.registerLink:hover{
    color: maroon;
    font-weight: bold;
    font-size: large;
}

#registrationHeading{
  color: maroon;
  font-weight: bold;
  text-decoration: none;
  font-size: larger;
}

#footer {
  clear:both;
  background:#DDDDDD;
  height:50px;
  width: 1024px;
  margin:auto;
}

#footerText{
    font-family: Arial;
    font-size: smaller;
    margin-left: 90px;
    padding-top:15px;
}

#footerText table{
    width: 100%;
}

#footerText td{
    padding-right: 15px;
}

#footerImage{
    width:70px;
    height: 40px;
    padding: 5px 5px 5px 5px;
    float:left;
}

body {
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 96% 96%;
	color: #6F6F6F;
	font-family: 'Arial';
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
	color: #E9601A;
}

#headerImage{
    width:1024px;
    height: 200px;
}

#header{
  width: 1024px;
  margin:auto;
  font-size: smaller;
  padding: 5px 5px 5px 5px;
}


/*MENU STYLE*/
#menuPanel{
    margin-top: 5px;
    background: url(images/gradient-white.png) repeat-x;
    height: 40px;
}

#menuPanel a{
    display: block;
    border-right: 1px solid #DEDEDE;
    font-family: arial;
    color: black;
    font-size: large;
    text-align: center;
    text-decoration: none;
    width:150px;
    height:40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    position: relative;
}

#menuPanel a.navRight{
    float:right;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}

#menuPanel span{
    
}
#menuPanel a:hover{
    font-weight: bold;
}

#menuPanel a:active{
    font-weight: bold;
}


/*Standard heading*/
.heading{
    padding-top: 10px;
    font-family: arial;
    font-size: large;
    font-weight: bold;
    color: black;
}

/*Description*/
.description{
    font-family: arial;
    font-size: small;
    color: maroon;
}

#extitle {
	font-size: 12pt;
	font-weight: bold;
	color: #E9601A;
	padding: 10px 10px 10px 10px;
}

.feedbackPanelERROR {
	color: red;
	list-style: circle;
	font-weight: bold;
}

.feedbackPanelINFO {
	color: green;
	list-style: circle;
	font-weight: bold;
}

#hellomessage {
	font-size: 30pt;
}

#titleblock {
	background: #DEDEDE;
	color: white;
	font-weight: bold;
	border-bottom: solid #E9601A;
	border-width: thin;
	padding: 2px 2px 2px 6px;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
}

a {
	color: #6F6F6F;
	text-decoration: underline;
}

img {
	border: none;
}

pre {
	font-family: 'Lucida Sans', 'Helvetica', 'Sans serif', 'sans';
}

th {
	background: #C3C3C3;
	color: white;
	font-weight: bold;
}

tr.b {
	background: #F5F5F5;
}

tr.a {
	background: #E6E6E5;
}

tr.none {
	background: transparent;
}

a.none {
	background: transparent;
	padding-right: 0px;
}

#inputForm {
	width: 300px;
}

#inputForm label {
	display: block;
	margin-top: 5px;
}

#inputForm label.non {
	display: inline !important;
}

#inputFormTable td {
	vertical-align: top;
	padding: 10px;
}

#nestedExampleTree {
	width: 300px;
}

#feedbackPanel {
	width: 600px;
}

#siteSelection {
	width: 200px;
}

#whoShouldAttend{
    font-family: Arial;
    font-weight: bold;
    color: maroon;
    font-size: large;
}

#agenda{
    font-family: Arial;
    font-size: small;
}

#agenda th{
    font-family: Arial;
    font-size: medium;
}

#agenda td{
    padding: 5px 5px 5px 5px;
    border: gray solid thin;
}

#agenda td{
    border: gray solid thin;
}

.news{
    border: solid gray thin;
    padding-left: 5px;
}

.news h1{
    font-family: arial;
    font-size: large;
    font-weight: bold;
    color: black;
    
}

.news p{
    padding-left: 10px;
    font-family: Arial;
    font-size: medium;
    color: maroon;
}


