/*     main css file  */
/* @group SETUP-INITIALIZE */

/* Neutralize styling: 
   Elements we want to clean out entirely: */

html, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Apply left margin:
   Only to the few elements that need it: */

dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

/* @end */

/* Now the specifics */

#wrapper {
	width: 1024px;
	border: 1px solid #dfdfdf;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	padding-right: 5px;
	overflow: auto;
}

#content {
	width: 825px;
	min-height: 400px;
	float: right;
}

#header {
	background-color: #ffffff;
	text-align: left;
	width: 1020px;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#bar {
	background-color: #ffffff;
	text-align: right;
	width: 1020px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	font-size: smaller;
		vertical-align: middle;
}

#bar img{
	position: relative;
	top: 4px;
	margin-right: 2px;
}

#header h1 {
	color: #940609;
	font-weight: bold;
	text-shadow: #bebebe 4px 3px 2px;
	border-left-style: none;
	font-size: 3em;
	line-height: 1em;

}

#footer {
		background-color: #ffffff;
	width: 1024px;
	border-top: 1px solid #dfdfdf;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	clear:both;
}

body {

	color: black;
	 min-width:1024px;
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link {

	color: #940609;
}

a:hover {
	color: #29374e;
}



#content H1 {
	color: #630406;
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	background-color: #f8f8f8;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding: 2px;
}
#content H2 {
	color: black;
	font: bold 1.1em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: silver 2px 2px 1px;
}

.center {
	text-align: center;
}

.strong {
	font-weight: bold;
}

.smaller {
	font-size: smaller;
}

.green-box {
	border: 1px solid silver;
	display: block;
	background-color: #ededed;
	color: #29374e;
	margin: 3% 20%;
	padding-bottom: 5%;
	padding-top: 2%;
}

.browser-warning {
	padding: 5px;
	color: #29374e;
	font-weight: bold;
	background-color: #fdfbbb;
	border: 1px solid #29374e;

}

.centered_highlite {
		color: blue;
	background-color: #fdfbbb;
	border: 1px solid #29374e;
	font-size: 1.3em;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-right: 150px;
	margin-left: 150px;
}



.lt-gray {
	background-color: #f4f4f4;
	border-bottom: 1px solid silver;
	padding: 3px 2px;
}

/* NAV DIV */

#nav {
	width: 175px;
	float: left;
	min-height: 500px;
}

a.nav {
	color: #cfcfcf;
	background-image: url(../img/graphics/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	display: block;
	width: auto;
	height: auto
}

a.nav:hover {
	color: blue;
	text-decoration: underline;
	background-image: url(../img/graphics/arrow_yellow.gif);
	background-repeat: no-repeat;
	width: auto;
	height: auto
}


#nav ul {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	list-style-type: none;
	margin: 0;
	padding: 0 2px 0 0
}

#nav li a {
	color: #630406;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-left: 3px solid #dfdfdf;
	line-height: 1.9em;
	letter-spacing: .05em;
	padding: 3px 0 3px 9px;
	font-size: smaller;
}

#nav li a:hover {
	border-left-color: #880609;
	color: #29374e;
	text-decoration: underline;
}

#nav li a:active {
	color: #000;
	text-decoration: underline;
	background-color: #e7e7e7;

}

#nav .menutitle {
	color: white;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	background-color: maroon;
	letter-spacing: 2px;
	padding: 3px 0 1px 5px;
	border-bottom: 1px solid #dfdfdf;
}


#nav #currentpage a {
	text-indent: 10px;
	padding: 3px 0 3px 8px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 0 solid white;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: none;
	background-color: #730000;
	color: white;
}

#nav #currentpage_top a {
	text-indent: 10px;
	padding: 3px 0 3px 8px;
	border-left: 0 solid white;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #dfdfdf;
	border-top: 0 none #dfdfdf;
	color: white;
	background-color: #730000;
}

#event-detail-table {
	border: 1px solid #dfdfdf;
	background-color: #f2f2f2;
	font-size: larger;
	padding: 5px;
}

/* *html #nav li a {
	width: 187px;
	w\idth: 169px

}
*/

/* @group FORM STYLES */

/* -----form styles----- */



input.regBtn { 
	  color: white; 
      font: bold 150% 'trebuchet ms',helvetica,sans-serif; 
	  background-color:#050; 
	  border: 1px solid; 
	  border-color: #696 #363 #363 #696; 
      letter-spacing: 1px;
} 
	
input.regBtn:hover { 
	  background-color: #730000; 
	  border: 1px solid; 
	  border-color: #696 #363 #363 #696; 
	  cursor: pointer;
	} 
	
input.regBtn:active { 
	  color: black; 
	  background-color: #ffd802; 
	  border: 1px solid; 
	  border-color: #696 #363 #363 #696;
	}

input.btn{
   color: #c5091d;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-weight:bold  !important;
   background-color:#fed  !important;
}

input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color: #3f3f3f;
   border-bottom-color:#930;
	color: white !important;
	background-color: gray !important;
}

input.btndwn{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color: #3f3f3f;
   border-bottom-color:#930;
	color: black !important;
	background-color: #dadada !important;
}

#inscriptionformerror {
	background-color: #fcc8c0;
	background-image: url("/img/graphics/triangle_error.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border: solid 1px red;
	font-size: small;
	padding: 2px 4px 2px 15px;
}


.inscriptionerrortext {
	font-weight: bold;
	font-style: normal;
	font-size: small;
}

#inscriptionformerror  li{
	font-weight: bold;
	font-style: normal;
	font-size: smaller;
	list-style-position: inside;
	padding-left: 20px;
}


.errortext {
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal
}

#form-table {
	font-size: 85%;
}

#form-table .leftcol {
	text-align: right;
	font-weight: bold;
	color: #3f3f3f;
}

#form-table input {
	text-align: left;
	font-weight: bold;
	border: 1px solid #9c9d9f;

}

#form-table input.mandatory {
	border: 1px solid gray;
	background-color: #feffca;
}

/* @end */

/* @group tables */



table.programme {
	font: Verdana, Arial, Helvetica, sans-serif;
}

table.programme td {
	padding: 2px;
}

table.programme th {
	padding: 3px;
	text-align: left;
	font-weight: bold;
	font-size: larger;
	border-bottom: 1px dotted #bbb;
}


.divider {
	border-top: 1px dotted #ddd;
}

.even {	
padding: 2px;

}
.odd {	
padding: 6px 2px!important;
background-color: #ebebeb;
}


/* @end */



