

/* ---[ General settings ]-------------------------------------------------- */

html, body  {
	height: 100%;
  	margin: 0;
	padding: 0;
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 96%;
  	letter-spacing : 0.01em;
	line-height: 1.5em;

	/* 
    background-color: #fff;
    background: #fff url(../images/bgshade_2.gif) repeat-x top;
    background: #D5D6D8 url(../images/bgstripes1.jpg) repeat;
    background: #fff url(../images/bgshade.gif) repeat-x top;
	background: #fff url(../images/bgshade_4.jpg) repeat-x top;
    */

    background: #D5D6D8 url(../images/bgstripes1.jpg) repeat;

  }


/* ---[ Main container ]---------------------------------------------------- */


#container {
  font-size : 0.9em;
  min-height: 100%; 
  width: 736px;
  position: relative; 
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 10px;
 
  /* border-left: 1px solid #545454; */
  /* border-right: 1px solid #545454; */
  /*
  background: url(../images/containerbg.gif) repeat-y 50% 0;
  */
    /*
   background-color: #fff;
  */
  
}


/* IE fix for div stretching, may not validate */

* html #container {
    height: 100%;
}



/* ---[ Top bar section ]--------------------------------------------------- */

#topbar {
  width: 736px;
  height: 85px;
  position: relative; 
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  background: url(../images/top.gif);
}

.logo {
  padding-left: 17px;
  padding-top: 22px;
}

/* ---[ Main menu items ]--------------------------------------------------- */


.menubar {
  	width: 730px; 
  	height: 36px;
  	position: relative; 
  	padding: 0px;
  	text-align: left;
  	margin-left: 3px;
  	margin-right: 3px;
  	background:#ccc url(../images/header-background.jpg) repeat-x;
  	font-size: 80%;
  	font-weight: bold;
	color: #fff;
}

.menubar ul {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	list-style: none;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
	position: absolute;
	top: 0;
}

.menubar li {
	float: left;
	padding: 0;
	margin: 0;
}

.menubar ul a:link, .menubar ul a:visited {
	display: block;
	float: left;
	padding: 7px 10px;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #dee0e5;
	height: 22px;
} 

.menubar ul li a:hover {
	background: #475470;
	color: #fff;
}

#search {
    float: right;
    position: relative; 
    padding-right: 25px;
    padding-top: 7px;
}

/* ---[ Breadcrumb bar ]--------------------------------------------------- */


#crumbar {
  	font-size : 0.9em;
  	height: 36px;
  	position: relative; 
	background: #F7F8F8 url("../images/breadcrumbs-background.jpg") repeat-x;
    text-align: left;
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 2px;
	height: 25px;
	font-size: 85%;
	color: #444;
}


#crumbar a:link, #crumbar a:visited, #crumbar a:active {
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
	color: #666;
}

#crumbar  a:hover {
	color: #333;
}

#crumbs {
    float: left;
    position: relative; 
    padding-left: 25px;
} 

#logins {
    float: right;
    position: relative; 
    padding-right: 25px;
}


#logins  a:link, #logins a:visited, #logins a:active {
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
	color: #666;
}

#logins  a:hover {
	color: #333;
}

#logins img {
  	padding-top: 5px;
}

/* ---[ Content section ]--------------------------------------------------- */


#content {
  overflow:hidden;
  position: relative; 
  text-align: left;
  background: url(../images/containerbg.gif) repeat-y 50% 0;
}

#main {
  float: left;
  padding: 0px;
  padding-left: 20px;
  margin: 0px;
  margin-top: 20px;
  margin-left: 5px;
  margin-bottom: 20px;
  position: relative;
  width: 430px; 
  text-align: left;
}

#submenu {
  float: right;
  position: relative;
  width: 220px; 
  margin-left: 0px;
  margin-right: 10px;
  padding: 0px;

}

/* ---[ Footer ]----------------------------------------------------------- */

#clear {
    clear: both;
}

#bottom {
  	width: 736px;
  	height: 50px;
  	position: relative;
  	margin: 0px auto; 
  	padding: 0px;
  	text-align: left;
  	background: url(../images/bot.gif) repeat-x bottom;
}

#footer {
	font-size : 0.8em;
    text-align: right;
	padding-right: 30px; 
	padding-top: 20px;
	color: #666;  
}

#footer  a:link, #footer a:visited, #footer a:active {
  	color: #666;
    text-decoration: none;
}

#footer  a:hover {
	color: #333;
}

/* ---[ Fonts ]------------------------------------------------------------- */


H1 {
  margin: 0px;
  margin-bottom: 20px;
  font-size : 1.6em;
  color : #888;
}

H2 {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size : 1.3em;
  color : #777;
}

H3 {
  margin: 0px;
  margin-top: 0px;
  font-size : 1.0em;
  color : #777;
}

P {
  margin: 0px;
  margin-bottom: 12px;
  padding: 0px; 
}

INPUT, SELECT, TEXTAREA, BUTTON {
  	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 96%;
}

FORM {
  padding: 0px;
  margin: 0px; 
}

a:visited {
  text-decoration: underline;
  color: #0000ff;
}

/* ---[ Formatting ]-------------------------------------------------------- */

.navigation  {
  padding-bottom: 6px;
}


.navigation a:link, .navigation a:visited {
  text-decoration: none;
  color: #000;
}

.navigation a:hover, .navigation a:active {
  color: #555;
}

.warning {
          color : #ff0000;      
		  }

/* ---[ Sub menu ]---------------------------------------------------------- */


.submenuheader {
	width: 200px;
	padding: 0px;
	margin: 0px;
	background: #ccc url("../images/sidebar_bg_y.gif");
	padding-left: 5px;
  	font-size: 80%;
	font-weight: bold;
	color: #fff;
	margin-top: 22px;
}

.elementsheader {
	width: 195px;
	padding: 0px;
	margin: 0px;
	background: #ccc url("../images/sidebar_bg_n.gif");
	padding-left: 10px;
  	font-size: 80%;
	font-weight: bold;
	color: #fff;
	margin-top: 22px;
}


.submenulist {
  	width: 203px;
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
	background: #EAEAEA;
	font-size: 80%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.submenulist ul {
	margin: 0px; 	
	padding: 0px;		
}

.submenulist ul, .submenulist li,  .submenulist a {
	display: block;
  	text-decoration: none;
  	color: #000;
}


.submenulist li  {
  	background: #fff url(../images/bgshade_4r.jpg) repeat-x 0 85%;
	margin: 0px; 
	padding: 0px;
  	list-style-type: none;
	line-height: 18px;
	border-top: 1px solid #bbb;
}

.submenulist a:link, .submenulist a:visited {
	padding: 3px;
	margin: 0px;
	color: #444;
	background: url('../images/pil.gif') no-repeat 0 45%;
	text-decoration: none;
	padding-left: 14px;

}

.submenulist #subcurrent {
    margin-right: 0px;
	color: #000;
	background-image: url('../images/pil3.gif');
	background-color: #fff;
}

.submenulist a:hover, .submenulist a:active {
	color: #000;
	background-image: url('../images/pil3.gif');
	background-color: #fff;
}


.sectioncontent {
    width: 203px;
	padding: 0px;
	margin: 0px;
	line-height: 1.5;
	background: #fff;
	font-size: 85%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
		
}

.sectioncontent ul, .sectioncontent li,  .sectioncontent a {
  	margin: 0px; 
	padding: 0px;
  	display:block;
  	text-decoration : none;
  	color: #000;
}


.sectioncontent li {
  	background: #fff url(../images/bgshade_4r.jpg)  repeat-x 0 80%;
  	border-top: 1px solid #bbb;
    list-style-type: none;
}


.sectioncontent a:link, .sectioncontent a:visited {
    padding: 0px;
	margin: 0px; 
	color: #444;
	text-decoration: none;
	background-image: url('../images/pil.gif');
	padding-top: 3px;	
	padding-bottom: 5px;
	background-repeat: no-repeat;
  	background-position: 0 4px;
	text-decoration: none;
  	padding-left: 13px;	
}

.sectioncontent a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	background-image: url('../images/pil3.gif');
}






/* ---[ Table formatting ]-------------------------------------------------- */

table {
  width: 100%;
  border-width: 0px;
  border-spacing: 0px;
  padding: 0px;
  margin-left: 0px;
}

td {
  	padding-top: 1px;
  	padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
	vertical-align: top;
}

.tableheader {
  	background:#ccc url(../images/header-background.jpg) repeat-x;
}

.tableheader td {
		font-size: 85%;
		color:#fff;
    	font-weight: bold;
		border-bottom: 1px solid #777;
		border-right: 1px solid #777;
		border-top: 1px solid #222;
		border-left: 1px solid #222;
}


.tableheader a {
		color: #fff;
		text-decoration: none;
}

.tablecontrast {
		background:#EAEAEA;
}


/* ---[ Options table ]-..------------------------------------------------- */

.cellblock {
  		border-bottom: 1px dotted #ccc; 
  		padding-bottom: 4px;
  		margin-bottom: 6px;
}

.cellblock p {
  		padding: 0px;
  		margin: 0px;
}

.optioncell {

		border-bottom: 1px dotted #ccc; 
  		width: 26%;
  		background:#fff;
  		margin-top: 2px;
  		padding-top: 4px;
  		padding-bottom: 4px;
}

.valuecell {

		border-bottom: 1px dotted #ccc; 
    	width: 74%;
        background:#fff;
  		margin-top: 2px;
  		padding-top: 4px;
  		padding-bottom: 3px;
}


.controlbuttons {
  		padding-top: 10px;
}

/* ---[ Form formatting ]-------------------------------------------------- */


	
.formcontainer {
		background: #fff;
		margin: 0px;
		padding: 10px;
		border-left: 1px solid #bbbbbb;
		border-right: 1px solid #bbbbbb;
		border-bottom: 1px solid #bbbbbb;
}



/* ---[ Tabbed nav ]-------------------------------------------------------- */

			
.tabnav
	{
		height: 20px;
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

.tabnav li 
	{
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
  	}
	
.tabnav a:link, .tabnav a:visited	
	{
		float: left;
	  	background: #E9E9DF;
		font-size: 0.85em;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 2px;
		border: 1px solid #bbb;
		text-decoration: none;
		color: #666;
	}


.tabnav a:link.active, .tabnav a:visited.active	
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #444;
	}

.tabnav a:hover
	{
		background: #fff;
		color: #444;
	}

/* ---[ Results table ]------------------------------------------------------ */

.results {
	  border-right: 1px solid #bbb; 
}
			
.results td {
	  padding-left: 5px;
	  padding-right: 5px;
	  border-left: 1px solid #bbb; 
	  border-bottom: 1px solid #bbb;
}


.resultsheader {
		border-left: 1px solid #bbb;
		font-weight: bold;
		font-size: 0.85em;
	  	background:#ddd;	
		color: #666;
}

.resultsheader a:link, .resultsheader a:visited, .resultsheader a:active {
		color: #666;
		text-decoration: none;
}


.topresults  {
		border-right: 1px solid #bbb;
		border-bottom: 1px solid #bbb;		
}

.topresults td {
		padding-left: 5px;
	 	padding-right: 5px;
}

.topresultsactive td {
		padding-left: 5px;
	    padding-right: 5px;
	    border-left: 1px solid #bbb; 
	    background:#fff;	 		
}

.topresultsheader td {
  		border-top: 1px solid #bbb;
		border-left: 1px solid #bbb;
		font-weight: bold;
		font-size: 0.85em;
	    background:#ddd;	
		color: #666;
}

.topresultsheader td.active {
	  background:#fff;	
}


.topresultsheader a {
		color: #666;
		text-decoration: none;
}



.sqltable td {
		position: relative;
		font-size: 85%;
		margin: 0px;
		padding: 2px;
	  	vertical-align: top;
	    border: 1px solid;
}

/*
.tableheader {
	  background:#DCDCDC;	
}

.tableheader td {
    padding: 2px;
		padding-left: 3px;
		font-size: 85%;
		color: #666;
    font-weight: bold;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
		margin-bottom: 2px;

}


.tableheader A {
		color: #666;
		text-decoration: none;
}
*/

/* ---[ Notes ]------------------------------------------------------------- */

.notefoot {
    margin: 0px;
    padding: 0px;
	font-size : 0.8em;
    text-align: left;
	color: #666;  
}

.notefoot  a:link, .notefoot a:visited, .notefoot a:active {
  	color: #666;
    text-decoration: none;
}

.notefoot  a:hover {
	color: #333;
}


.notetext  {
  padding: 0px;
  margin-bottom: 15px; 
}





/* ---[ Subsections ]------------------------------------------------------- */
	
	
.subsection {
  margin: 0px;
  margin-left: -5px;
  margin-bottom: 6px;
  padding: 6px;
  background: #fff;
  /*
  background: #fff url(../images/bgshade_4.gif) repeat-x top;
  border: 1px solid #ccc; 
  */
}	

.subsection h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  border-bottom: 1px solid #ccc; 
}	


.subsection p {
  margin-top: 8px;
}




/* ---[ Dynamic tables ]---------------------------------------------------- */	


.dynamictable {
  width: auto;
  border-spacing: 0px;
  border-width: 0px;
  padding: 1px;
  margin-left: 0px;
  /* border: 1px solid #ccc; */
}

.dynaval {
  /*
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  */
}

.dynacol {
  /*
  border-left: 1px solid #ccc;
  */
  vertical-align: middle;
   
  text-align: center;
}

.dynarow {
  /*
  border-top: 1px solid #ccc;
  */
  text-align: center;
  width: 30px;
  
}


