form {
    margin: 0;
    padding: 0;
    border: 0;
}

body { margin: 0px;
       padding:0;
       /* background: #f8f8ff; */
       background: #ffffff;
}

body, p, td, input, th, textarea, select {
    font: 14px Raleway, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

h1 {
    font: 19px Raleway, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #0000aa;
    font-weight: bold;
}

.pagetitle {
    font: 19px Raleway, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #ff9900;
    font-weight: bold;
}

h2 {
    font: 15px Raleway, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}

.paragraphtitle {
    font: 15px Raleway, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}

/* same as h2 but inline */
h3 {
    font: 15px Raleway, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline;
}

input[type=submit] {
    border: 1px solid #111111;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 0.20em;
    background-color: transparent;
    background-image: url(submit_button_bg.gif);
    background-repeat: repeat-x;
    color: #333333;
    /* font-size: 75%; */
    font-weight: none;
    font-family: Verdana, Helvetica, Arial, sans-serif;
} 
input[type=submit]:active {
    border: 1px solid #CCCCCC;
    border-top-color: #999999;
    border-left-color: #999999;
} input[type=submit]:hover {
    background-color: #ffffff;
    background-image: none;
} 

table.record {
    border: 1px solid #888888;
}

table.record th {
    font: bold 9px Raleway, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    /*color: #4f6b72;*/
    /*color: #888888;*/
    color: #ffffff;
    /*border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;*/
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #C1DAD7;
    border-left: 1px solid #C1DAD7;
    /*letter-spacing: 2px;*/
    text-transform: uppercase;
    text-align: left;
    padding: 2px 2px 2px 4px;
    background: #999999 url(../images/caption-back.gif) repeat;
}

table.record th a {
    color: #ccccff;
    text-decoration: none;
}

table.record td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 4px 4px 4px 4px;
    color: #000000;
    background: #deeeee;
    background: #ffffff;
    text-align: left;
}

table.record caption { caption-side:top;
                       text-align:left;
                       font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
                       color: #000000;
                       border-right: 1px solid #888888;
                       border-left: 1px solid #888888;
                       border-top: 1px solid #888888;
                       letter-spacing: 2px;
                       text-transform: uppercase;
                       text-align: left;
                       padding: 2px 2px 2px 4px;
                       background-color: #deeeee;
                       background-color: #ffffff;
                       background: #CAE8EA url(../images/caption-back-light.gif) repeat;
                       color: #ffffff;
}

table.plain td {
    border-right: 0px ;
    border-bottom: 0px ;
    background-color: transparent;
}

.pointer {
    cursor: pointer;
}

.smallfont {
    font-size: 10px;
}

.zeropadding {
    padding: 0px
}

.nocss {    
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 0px 0px 0px 0px;
}

p { 
    margin: 2px; }

.data {
    color: #444444
}

a {
    color: 222288;
    text-decoration: none;
}

a:hover {
    color: #aaaaff;
    /* border-color: #000000; */
    /* border: 1px; */
    /*text-decoration: underline*/
}

img {
    border-color: #000000;
}
/*
border-width: 1px;
*/

a.img:link {color: #000000;}
a.img:active {color: #000000;}
a.img:visited {color: #000000;}
a img.cb:hover {color: #000000;  border-color: blue;}

.linecolor0 {
    background: #ebebeb;
}

.linecolor1 {
    background: #e5e5e5;
}

#login {
    position: absolute;
    left: 20px;
    top: 30px;
    border-width: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 9pt;
    color: #cccccc;
    /* background-image: #CAE8EA url(/images/white_10x10_trans40p.png) repeat; */
    z-index: 1;
}

#login a {
    color: #fff;
}

#centerdiv {
    text-align: center;
}

#wrapper {
    margin: 0 auto;
    position: relative;
    width: 992px;
    height: 100%;
    color: #000;
    text-align: left;
    z-index: 0;
}

#title {
    background-color: #dddddd;
    background-color: #CAE8EA ;
    /* border-color: #999999; */
    /* border-style: solid; */
    /* border-width: 1px; */
    height: 96px;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    background: #CAE8EA url(../images/header.png) repeat;
    width: 972px;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 0;
}

#footer {
    /*** float: right;
    clear: both; ***/
    position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
}

#notice {
    color: #dd7777;
    font-weight: bold;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 3px 8px;
    margin: 5px;
}

.photo {
    padding: 1px;
    border: 1px solid;
    border-color: #444444;
}

.outsetbox {
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 3px 8px;
    margin: 5px;
}

.outsetbox {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 5px #333;
    -moz-box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;}

.back-box {
    display: block;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #CAE8EA url(../images/caption-back-light.gif) repeat;
    color: #ffffff;
    padding: 3px 8px;
}

#leftmenu {
    position: absolute;
    width: 161px;
    top: 108px;
    left: 10px;
}

#middle {
    position: relative;
}

#main {
    position: absolute;
    top: 108px;
    left: 178px;
    width: 803px;
    /*** background-color: #ddddff; ***/
    /* text-align:center; */
    /* border: 1px dashed #000000; */
    /*** border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888; ***/
    /* background: #CAE8EA url(/images/fg-back-seamless2.gif) repeat; */
    /*** background: #CAE8EA url(../images/main-back.gif) repeat;
    border: 1px solid #fff;
    box-shadow: 0px 0px 4px #333;
    -moz-box-shadow: 0px 0px 4px #333;
    -webkit-box-shadow: 0px 0px 4px #333; ***/
}

#content {
    position: relative;
    text-align:left;
    border-width: 1px;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    /* width: 800px; */
    /* background: #CAE8EA url(/images/34x1-black_to_magenta.gif) repeat-x; */
}

#main-proceedings {
    position: relative;
    top: 0px;
    width: 972px;
    text-align: center;
    background-color: #fff8f0;
    /* text-align:center; */
    /* border: 1px dashed #000000; */
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    /* background: #CAE8EA url(/images/fg-back-seamless2.gif) repeat; */
    /**** background: #CAE8EA url(../images/main-back.gif) repeat; ***/
}

#footer-proceedings {
    position: relative;
    top: 10px;
    width: 972px;
    /* text-align: center; */
    /* background-color: #ddddff; */
    /* text-align:center; */
    /* border: 1px dashed #000000; */
    /* border-left: 1px solid #ffffff; */
    /* border-top: 1px solid #ffffff; */
    /* border-right: 1px solid #888888; */
    /* border-bottom: 1px solid #888888; */
    /* background: #CAE8EA url(/images/fg-back-seamless2.gif) repeat; */
    /* background: #CAE8EA url(../images/main-back.gif) repeat; */
}

#title-proceedings {
    background-color: #dddddd;
    background-color: #CAE8EA ;
    /* border-color: #999999; */
    /* border-style: solid; */
    /* border-width: 1px; */
    height: 96px;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    background: #CAE8EA url(../images/header.png) repeat;
    width: 972px;
    position: relative;
    top: 5px;
    left: 10px;
    margin-bottom: 10px;
    z-index: 0;
}

#login-proceedings {
    position: absolute;
    left: 20px;
    top: 10px;
    border-width: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 9pt;
    color: #cccccc;
    /* background-image: #CAE8EA url(/images/white_10x10_trans40p.png) repeat; */
    z-index: 1;
}

#debugg {
    border-width: 1px;
    padding: 1px;
    margin: 1px auto;
    width: 95%;
    font-size: 9pt;
    text-align: left;
    color: #dddddd;
    position: absolute;
    top: 2000px;
    z-index: 1;
}

.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

#ErrorExplanation {
    border: 2px solid red;
    padding: 3px;
    padding-bottom: 12px;
    margin-bottom: 4px;
    background-color: #f0f0f0;
}

#ErrorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: 0px;
    background-color: #c00;
    color: #fff;
}

#ErrorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 0px;
}

#ErrorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

.myButton {
	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
	box-shadow:inset 1px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffeedd), color-stop(1, #ffddaa) );
	background:-moz-linear-gradient( center top, #ffeedd 5%, #ffddaa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeedd', endColorstr='#ffddaa');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:-1px;
}
