/* 
CSS for Tims App
*/
table {
  border-collapse: collapse;
  border: 1px solid black;
}
th {
  text-align: left;
  background: gray;
  color: white;
  padding: 0.2em;
  }
td {
  border: 1px solid black;
  padding: 0.2em;
}
form  fieldset {
  border: 2px solid navy;
  padding: 10px;
  width: 75%;
}
form legend {
  font-weight: bold;
  font-size: small;
  color: navy;
  padding: 5px;
}
form {
  padding: 0;
  margin: 0;
  margin-top: -15px;
  line-height: 150%;
}
form label {
  font-weight: bold;
  font-size: small;
  color: blue;
}
h2 {
  color: blue;
}
form.contact fieldset {   
  border: 2px solid navy;   
  padding: 10px; 
}  

form.contact legend {   
  font-weight: bold;   
  font-size: small;   
  color: navy;   
  padding: 5px; 
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left; 
}
form.contact label.fixedwidth2 {   
  display: block;   
  width: 120px;   
  float: left; 
}
form.contact .buttonarea input {   
  background: navy;
  color: white;   
  font-weight: bold;   
  padding: 5px;   
  border: 1px solid white; 
}

form.contact .buttonarea {   
  text-align: center;   
  padding: 4px;   
  background-color: #0066FF; 
} 
#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #65bbfc;
  line-height: 125%;
  padding: 0;
  margin: 10;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: #e2395a;
  color: white;
  padding-top: 2em;
  padding-bottom: .5em;
  padding-left: .4em;
  margin: 0;
  background: #e32e12; 
  
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: medium;
  list-style-type: none;
}

p {
  font-size: small;
  color: navy;
}
.num ol {
  font-size: medium;
  list-style-type: decimal;
}
.num li {
  font-size: medium;
  list-style-type: decimal;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

em {
  text-transform: uppercase;
} 
body, p {
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 { font-size: 16pt; }

#accordionExample {
    border : 1px solid #4f4f4f;
    width: 250px;
}

.panelheader{
	background-image: url('images/example1_panelBG.png');
  height: 22px;
	color : #ECECEC;
	font-weight : normal;
  padding-left: 5px;
}

.panelHover {
  background-image: url('images/example1_panelBGHover.png');
  height: 22px;
	color : #ffffff;
  padding-left: 5px;
}

.panelClicked {
   background-image: url('images/example1_panelBGClick.png');
   height: 22px;
   color : #ffffff;
   padding-left: 5px;
}

.panelSelected {
	background-image: url('images/example1_panelBGSelected.png');
  height: 22px;
	color : #494949;
	font-weight : bold;
  padding-left: 5px;
}
.panelContent {
    background-image: url('images/example1_contentBG');
    background: #f8f8f8;
    overflow: auto;
	padding-top: 2em;
	
}

.output {
	background-image: url('images/example1_contentBG');
    background: #f8f8f8;
    float: left;
	width:430px;	
	display:inline;
}
.table1 {
    
    text-align:center;
    font-size:12px;
    border:0px; 
	border-collapse: collapse;
    border-spacing: 0px;
	}
	.table1 th {
    color:#000099;
    border:0px; 
	text-align:left;
	font-size:28px; 
    background: #e2edff;
	border-collapse: collapse;
    border-spacing: 0px;
	} 
.table1 td 
	{
    color:#000099;
    border:0px; 
	font-size:20px;
	text-align:left;
	border-collapse: collapse;
    border-spacing: 0px;
 } 
 .tableL {
    float:left;
    font-size:12px;
    border:0px; 
	border-collapse: collapse;
    border-spacing: 0px;
	width:45%;
	}
	.tableL th {
    color:#000099;
    border:0px; 
	text-align:left;
	font-size:28px; 
    background: #e2edff;
	border-collapse: collapse;
    border-spacing: 0px;
	} 
.tableL td 
	{
    color:#000099;
    border:0px; 
	font-size:20px;
	text-align:left;
	border-collapse: collapse;
    border-spacing: 0px;
 } 
 .table1R{
    float:right;
    font-size:12px;
    border:0px; 
	border-collapse: collapse;
    border-spacing: 0px;
	width:45%;
	}
	.tableR th {
    color:#000099;
    border:0px; 
	text-align:left;
	font-size:28px; 
    background: #e2edff;
	border-collapse: collapse;
    border-spacing: 0px;
	} 
.tableR td 
	{
    color:#000099;
    border:0px; 
	font-size:20px;
	text-align:left;
	border-collapse: collapse;
    border-spacing: 0px;
 } 
hr {
  color: #00f;
  background-color: #00f;
  height: 5px;
  width: 35px;
  }
 .bottom td
 {
 vertical-align:bottom
 color:#000099;
    border:0px; 
	font-size:16px;
	text-align:center;
	border-collapse: collapse;
    border-spacing: 0px;
 }
.vert hr{ 
  color: #00f;
  background-color: #00f;
  height:20px;
  width: 5px;
  } 
fieldset {
border: 1px solid #21221A;
}
a:visited 
{ 
 size:28px;
 text-decoration:none;
}

a:link {
 size:20px;
} 
