/* TSIB */

/*

  blue: 0e2b8d
orange: ff6600
  grey: aaaaaa

*/

/* start: global */
body { 
	margin: 0px;
	/*background: #aaaaaa;*/
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
	background-position: left top;
}

td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; line-height: 14px;
	color: #333333;
	font-style: normal; font-weight: normal; text-decoration: none; 
}
a:link    { color: #0e2b8d; font-style: normal; font-weight: bold; text-decoration: underline; }
a:visited { color: #0e2b8d; font-style: normal; font-weight: bold; text-decoration: underline; }
a:hover   { color: #ff6600; font-style: normal; font-weight: bold; text-decoration: none; }
a:active  { color: #ff6600; font-style: normal; font-weight: bold; text-decoration: none; }

/* about us page - text justified */
.justified { text-align:justify; }

/* font size eleven */
.eleven { font-weight: normal; 
      font-size: 11px; line-height: 15px;
	     color: #333333;
	     font-style: normal; font-weight: normal; text-decoration: none;  }

/* font size twelve */
.twelve { font-weight: normal; 
      font-size: 12px; line-height: 16px;
	     color: #333333;
	     font-style: normal; font-weight: normal; text-decoration: none;  }

/* footer */
.footer { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; line-height: 14px;
	color: #999999;
	font-style: normal; font-weight: normal; text-decoration: none;
}
.footer a:link    { color: #999999; font-style: normal; font-weight: normal; text-decoration: underline; }
.footer a:visited { color: #999999; font-style: normal; font-weight: normal; text-decoration: underline; }
.footer a:hover   { color: #0e2b8d; font-style: normal; font-weight: normal; text-decoration: none; }
.footer a:active  { color: #0e2b8d; font-style: normal; font-weight: normal; text-decoration: none; }

/* page title */
.h1            { font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; color: 0e2b8d; font-weight: bold; text-decoration: none }
.h2            { font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 20px; color: 0e2b8d; font-weight: bold; text-decoration: none }
			 
form { 
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	background: #ffffff;	
	margin: 0px;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
/* end: global */


/* left navigation */
.lnav { 
	color: #ffffff;
	background: #aaaaaa;
	padding: 0px 14px 0px 14px; 
}
.lnav a:link    { color: #ffffff; text-decoration: none; }
.lnav a:visited { color: #ffffff; text-decoration: none; }
.lnav a:hover   { color: #0e2b8d; text-decoration: none; }
.lnav a:active  { color: #0e2b8d; text-decoration: none; }

/* left navigation */
.news { 
	color: #ffffff;
	background: #aaaaaa;
	padding: 0px 14px 0px 14px; 
}
.news a:link    { color: #ffffff; text-decoration: none; }
.news a:visited { color: #ffffff; text-decoration: none; }
.news a:hover   { color: #ff6600; text-decoration: none; }
.news a:active  { color: #ff6600; text-decoration: none; }


/* background images */
.holder {
	background-image: url(../images/holderBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/* search text */
.srch  { 
	color: #0e2b8d;
	background: #aaaaaa;
	padding: 0px 14px 0px 14px; 
}

/* grey spacer cell background */
.grey { 
	background: #666666;
	line-height: 1px;
	height: 1px;
}

/* white spacer cell background */
.wh { 
	background: #ffffff;
	line-height: 1px;
	height: 1px;
}

/* start: form stuff */
#searchBox { 
	width: 110px;
	vertical-align: middle;
}

#searchBox input.search { 
	margin: 0px;
	width: 110px;
	vertical-align: middle;
}

#searchBox input.but { 
	margin: 0px 0px 0px 4px;
	padding: 2px 4px 2px 4px;
	width: 40px;
	vertical-align: middle;
}

#searchBox select	{
	margin: 4px 0px 0px 0px; 
	width: 165px;
}

/* example:
<form>
<div id="searchBox">
<input class="search" type="text" name="txt" />
<select name="w">
<option value="1">photos</option>
<option value="2">users</option>
<option value="3">folders</option>
<option value="4">file</option>
<option value="5">camera</option>
<option value="6">location</option>
</select><input class="but" type="submit" value="find" />
</div>
</form>
*/

/* end: form stuff */



/*
.box { 
	margin: 2px 0px 2px 2px;
	padding: 2px 0px 2px 2px; 
	width: 100px; height: 14px; 
	border: 1px solid #333333; 
}
*/

/* drop-down
.dd { line-height: 10px; 
			background: #ffffff;
			margin: 2px 0px 2px 2px;
			padding: 2px 0px 2px 2px; 
			width: 100px; 
			border: 1px solid #333333; 
}
*/

/* to be fixed */
.tbf { font-weight: normal; 
      font-size: 11px;
	     color: #ff0000; background: #FFFF80; }
		 
/* technical bulletin page */
#menu div {
display: none;
margin-left: 20px;
}

#menu a {text-decoration: none; }
.psub           { font-family: Verdana, Arial, Helvetica, sans-serif; 
				   font-size: 10px; line-height: 12px;
				   color: #333333; 
				   font-weight: normal; text-decoration: none; }
.psub a:link    { color: #333333; text-decoration: underline; font-weight: normal; }
.psub a:visited { color: #0e2b8d; text-decoration: underline; font-weight: normal; }
.psub a:hover   { color: #ff6600; text-decoration: none; font-weight: normal; }
.psub a:active  { color: #ff6600; text-decoration: none; font-weight: normal; }
