/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
	border: 0;
}
a img, :link img, :visited img {
     border: none;    /*Removes border images*/
}
option {
     min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
}





/******** layout *******/
body {
	text-align: center;
}
#container {
	width: 780px;
	margin: 0px auto;
	text-align: left;
	overflow:hidden;
}
#header {
	width: 780px;
  	height: 270px;
}
#header-logo {
	float: left;
	width: 200px;
	height: 100px;
}
#navigation {
	display: block;
	clear: left;
	float: left;
	width: 200px;
	top: 150px;
	padding: 1em 0;
}
#header-topline {
	height: 20px;
	margin-left: 200px;
}
#branding {
    position:relative;
	width:580px!important; width: 580px; width/**/:/**/577px; /* smbh hack */
	margin-left:200px;
	height: 250px;
	background: url(../img/branding.jpg) #fff center no-repeat;
}
#clear-header-div {
	clear: both;
	width:100%;
	height: 0px;
	overflow: hidden;
} 
#content {
	min-height: 500px;
}
#content-left {
	float: left;
	width: 200px;
	border-right:1px solid #ddd;
}
#content-left-text {
    min-height: 350px;
} 
#content-left-search {
	border-top:1px solid #ddd;
    min-height:30px;
} 
#content-left-banners {
	border-top:1px solid #ddd;
    min-height:30px;
} 
#content-left-docs {
	border-bottom:1px solid #ddd;
} 
#content-left-login {
	border-top: 1px solid #ddd;
}
#content-main {
	float:right;
	margin-left: -200px;
	border-left: 1px solid #ddd;
}
#content-text {
	max-width: 579px;
	width: 580px!important; width: 580px; width/**/:/**/579px; /* smbh hack */
	text-align: justify;
	overflow:hidden;
}
.docs-list li {
	line-height:2em;
}
#clear-content-div {
	clear: both;
	height: 0px;
	width:100%;
	overflow: hidden;
} 
#site-info {
	overflow:hidden;
	border-top: 1px solid gray;
	padding: .2em .5em;
}




/******* fonts ******/
body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navigation ul {
	font-size:10px;
	text-align:right;
}
#header-topline table {
	font-size: 90%;
}
#header-topline table a {
	font-size: 90%;
}
#content-left h2 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
} 
#content-left h3 {
	font-size:100%;
	font-weight:normal;
	text-decoration:underline;
} 
#ajaxSearch_input,#ajaxSearch_submit {
	font-size:10px;
}
#content-left-login a {
	font-size: 9px;
}
#content-left-login button, #content-left-login select, #content-text button, #content-text select {
	font-size:10px;
}
#content-text h1 {
	font-size: 1.6em;
	font-weight: bold;
}
#content-text h2 {
	font-size: 1.6em;
	font-weight: bold;
}
#content-text h3{
	font-size:1em;
	font-weight:bold;
}
#content-text h4{
	font-size:1em;
	font-weight:bold;
}
#content-text h5{
	font-size:1em;
	font-weight:bold;
}
#content-text input {
	font-size:11px;
}
.ulfix li h1 {
	font-size:1em!important;
	font-weight:normal!important;
}
#content-text .news_link a{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}
#newsArticleHeader {
	font-size:10px;
}
.news_srv {
	font-weight:bold;
}
#commentsAnchor h2 {
	font-size:1em!important;
}
.prim {
	font-size:10px;
}
table.str h3 {
	font-weight:bold;
	font-size:12px;
}
table.str h4 {
	font-size:11px;
}
#content-text input[type="submit"] {
	font-size:9px;
}
td.lgHdr { 
	font-size:8px;
	font-weight:bold;
}
td.lgItem,td.lgAltItem {
	font-size:9px;
}
th.docHdr {
	font-size:8px;
	font-weight:bold;
}
td.docItem,td.docAltItem,td.docAltItemBorder {
	font-size:9px;
}
th.pme-header { 
	font-size:8px; 
}
td.pme-key-0, td.pme-value-0, td.pme-help-0, td.pme-navigation-0, td.pme-cell-0,
td.pme-key-1, td.pme-value-1, td.pme-help-1, td.pme-navigation-1, td.pme-cell-1,
td.pme-sortinfo, td.pme-filter {
	font-size:9px;
}
#site-info {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}


/****** colors ******/
body {
	background: url(../img/bg.gif) #f1f1f1 center fixed repeat;
	color:#004b88;
}
#container {
	background:#fff;
}
a:link, a:visited {
	color: #3366ff;
	text-decoration: none;
}
a:hover, a:active {
	background-color: #fff;
	color:#c4151c;
    text-decoration: none;
}
#header-logo {
	background:url(../img/tc_logo.gif) center no-repeat;
}
.nav_ul a {
	text-decoration: none;
	color:#004b88!important;
	font-weight: bold;
	background-color:#fff;
} 
.nav_ul a:hover {
	color:#c4151c!important;
	background-color:#fff;
	text-decoration:underline;
}
#header-topline {
	color: #666;
}
#header-topline table a {
    color: #333;
	text-decoration:none;
}
#header-topline table a:hover {
	text-decoration:underline;
	background-color:#FFF;
}
#content-left h2 {
	color:#eee;
	background-color:#004b88;
	text-decoration:none;
} 
#content-left-text h3 {
	text-decoration:none;
} 
#content-left-text h3 a {
	color:#004b88;
	text-decoration:underline;
}
#content-left-text h3 a:hover {
	text-decoration:underline;
}
.news_date {
  	color:#999;
}
#content-left-login legend {
	color:#999999;
}
#content-left-login p {
	color:#CC0000;
}
#content-left-login h3 {
	text-decoration:none;
}
#content-left-login button:hover, #ajaxSearch_submit:hover, #content-text button:hover, #content-text input[type="submit"]:hover {
	background:#3366CC;
	color: #eee;
}
#content-text h1 {
	color:#004b88;
}
#content-text h2 {
	color:#004b88;
}
#content-text h3 {
	text-decoration:none;
}
#content-text h3 a{
	color:#3366ff;
}
#content-text h4{
	color:#004b88;
	text-decoration:underline;
}
#content-text h5{
	text-decoration:none;
}
.ulfix li a {
	color: #133067!important;
	background-color:#eee;
	text-decoration:none;
}
.ulfix li a:hover {
	color: #133067!important;
	background-color: #ddd;
}
.ulfixnl li a {
	color:#004b88;!important;
	text-decoration:none;
}
.ulfixnl li a:hover {
	color: #133067!important;
}
#content-text .news_link a{
	background-color:#116;
	color: #eee;
}
#content-text .news_link a:hover{
	color: #eee;
	background-color:#3366CC;
}
#newsArticleHeader{
	color: #aaa;
}
#commentsAnchor h2 {
	background-color:#eef;
	color: #036;
}
.prim, .prim h4 {
	color: #999999!important;
}
.prim h4 {
	text-decoration:underline;
}
table.str h3 {
	color:red;
	text-decoration:none;
}
table.str h4 {
	color:#000099;
	text-decoration:underline;
}
td.lgHdr { 
	border: #ccc 1px solid; background:#FFFFCC;
}
td.lgItemBorder {
	border: #ccc 1px solid;
}
td.lgAltItem{ 
	background:#eee;
}
th.docHdr { 
	border: #ccc 1px solid; background:#FFFFCC;
	text-align:center;
}
td.docAltItem{ 
	background:#eee;
}
td.docAltItemBorder{ 
	background:#eee;
	border: #ccc 1px solid;
}
th.pme-header { 
	background: #ddd; 
}
#site-info {
	color: #669;
	background-color: #116;
}
.fbForm .error { 
	font-size: 8pt; 
	color: red; 
	display: none; 
}
.button {
	color: #3366ff!important;
	text-decoration: none;
	cursor: pointer;
}
.button:hover {
	background-color: #fff;
	color:#c4151c;
    text-decoration: none;
}



/****** misc *****/
#navigation ul {
	list-style-type: none; 
	border-top: 1px dotted #009;
	border-bottom: 1px dotted #009;
	margin: 3px 0; 
}
.nav_ul li {
	border-bottom:1px dotted #ddd;
}
.nav_ul a {
	display: block;
	width: 175px;
	padding: 3px 20px 3px 5px;
} 
#header-topline table {
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
#content-left h2 {
	margin:.5em;
}
#content-left h3 {
	padding-left:20px;
	margin:.5em 0;
	background:url(../img/nws.gif) #fff left center no-repeat;
} 
.news_summary {
	border-bottom: 1px dotted #CCC;
	padding: .5em .5em 1em .5em;
}
.news_info {
	margin-bottom: .5em;
}
.news_comment {
	padding-left:20px;
	background: url(../img/nws_cmnt.gif) left no-repeat;
}
#content-left p {
	margin: 0;
}
#morenews {
	display:block;
	text-align:center;
	margin:1em 0;
}
#content-left-text p {
	padding: .5em;
	padding-top:0;
	margin-top:0;
}
#content-left-search form {
	padding: .5em;
}
#content-left-search form p, #content-left-search form p input {
	display: inline;
	vertical-align: middle;
}
#content-left-banners p {
	padding: .5em;
}
#ajaxSearch_input {
	border: 1px solid #ddd;
	width:150px;
}
#ajaxSearch_submit {
	border: 1px solid #aaa;
	width:30px;
}
#content-left-login p,#content-left-login label,#content-left-login input,#content-left-login select,#content-left-login button {
	margin:0 .5em;
}
#content-left-login img {
	margin:.5em;
}
#content-left-login legend {
	display:none;
}
#content-left-login p {
	margin:.5em;
}
#content-left-login input, #content-left-login select {
	text-align: left;
	width: 180px;
	max-width: 180px;
	border:1px solid #ddd;
}
#content-left-login button {
	display:inline;
	text-align: center;
	margin-top: 5px;	
	border: 1px solid #aaa;	
	margin:.5em;
	width:85px;
}
#content-left-login h3 {
	background-image:none;
	text-align:center;
	padding:.5em;
}
fieldset#wlpeUserRegisterInput label, fieldset#wlpeUserProfileInput label {
	display:block;
	color:#999;
	margin-right:2em;
	text-align:right;
}
#content-text h1 {
	padding-bottom:.5em;
	border-bottom: 2px solid #ddd;
}
.ulfix h1 {
	padding-bottom:0!important;
	border-bottom: none!important;
}
#content-text h2 {
	padding-bottom:.5em;
	border-bottom: 2px solid #ddd;
}
#content-text p {
	padding-top:1em;
}
#content-text ul {
	margin:1em 2em;
}
#content-text table td{
	padding:5px 10px;
	text-align:justify;
}
td.right {
	border-left:1px solid #eee;
}
td.top {
	border-bottom:1px solid #eee;
}
td.right {
	border-left:1px solid #eee;
}
#content-text table {
	width:100%;
}
.ulfix {
	list-style-type: none;
	margin: 1em 0 0 0 !important;
}
.ulfix li {
	margin-top: 2px; 
	margin-bottom: 2px;
	text-align:left;
}
.ulfix li a {
	width:175px;
	display: block;
	padding: 3px 20px 3px 5px;
} 
.jot-list ul li a {
	display: inline;
} 
.mainimage {
	margin:5px 10px;
	border:1px solid gray;
}
.image_noborder {
	margin:5px 10px;
	border:0!important;
}
#content-text h3{
	margin:1em 0;
}
#content-text h4{
	margin:1em 0;
}
#content-text h5{
	margin:1em 0;
	border-bottom: 1px dotted #999;
}
#content-text input {
	text-align: left;
	border:1px solid #ddd;
	width:250px;
	padding:1px 1px;
}
#content-text input[type="submit"] {
	width:auto;
	padding:2px 5px;
	border:1px solid #ddd;
	text-align:left;
}
#content-text input[type="radio"],#content-text input[type="checkbox"] {
	width:auto;
}
#content-text select {
	text-align: left;
	border:1px solid #ddd;
	padding:2px 5px;
}
#content-text button {
	display:inline;
	text-align: center;	
	border: 1px solid #aaa;	
	margin:.5em;
	padding:2px 5px;
}
#content-text input[type="submit"] {
	border:1px solid #aaa;
	text-align:center;
}
#content-text textarea {
	border: 1px solid #aaa;
}
#content-text .news_link a{
	margin-top:1em;
	padding:2px 5px;
}
#commentsAnchor {
	padding-top: 2em;
}
#commentsAnchor h2 {
	border-top:2px solid #ddd;
	padding-top: .5em!important;
	text-align:center;
}
ul.stdlist {
	list-style-type: disc !important;
	margin-left:2em !important;
}
ul.stdlist li {
	text-align:justify !important;
	padding-bottom:1em;
}
#schema_spzoo {
	text-align:center;
	padding-top:1em;
}
.prim {
	padding: 2em;
}
table.str h4 {
	margin-bottom:.5em;
}
.edittable {
	overflow: auto;
}
table.invisTable {
	border:0;
	margin:0;
	padding:0;	
}
td.invisCell {
	border:0!important;
	margin:0!important;
	padding:0!important;
	padding-bottom:5px!important;
	text-align:center!important;
}
table.lgTable {
	border: #ccc 1px solid; 
	border-collapse: collapse; 
	border-spacing: 0px; 
	width:100%; 
	word-wrap:break-word;
}
table.docTable {
	border: #ccc 1px solid; 
	border-collapse: collapse; 
	border-spacing: 0px;  
	word-wrap:break-word;
}
td.lgHdr { 
	border: #ccc 1px solid; 
	text-align:center!important;
}
td.lgItem,td.lgAltItem {
	word-wrap:break-word;
	width:100%;
	left:0;
}
th.docHdr  { 
	border: #ccc 1px solid; 
}
td.docItem,td.docAltItem {
	left:0;
}
hr.pme-hr {
	border: 0px solid; 
	border-top-width: 1px; 
	height: 1px; 
}
table.pme-main { 
	margin-top:1em;
	border: #ccc 1px solid; 
	border-collapse: collapse; 
	border-spacing: 0px; 
	width: 100%; 
}
table.pme-navigation { 
	border: #ccc 0px solid; 
	border-collapse: collapse; 
	border-spacing: 0px; 
	width: 100%; 
}
td.pme-navigation-0, td.pme-navigation-1 { 
	white-space: nowrap; 
}
th.pme-header { 
	border: #ccc 1px solid; 
	text-align:center!important;
}
td.pme-key-0, td.pme-value-0, td.pme-help-0, td.pme-navigation-0, td.pme-cell-0,
td.pme-key-1, td.pme-value-1, td.pme-help-0, td.pme-navigation-1, td.pme-cell-1,
td.pme-sortinfo, td.pme-filter {
	border: #ccc 1px solid; 
}
td.pme-message { 
	text-align: center; 
}
td.pme-stats { 
	text-align: right;  
}
.fbForm INPUT#fbName,
.fbForm INPUT#fbEMail {
	background-image: url(../img/icon_form.gif);
	background-repeat: no-repeat;
	width: 250px;
	padding: 4px 0px 4px 25px;
}
.fbForm INPUT#fbName    { background-position:3px -3px; }
.fbForm INPUT#fbEMail { background-position:3px -33px; }
.fbForm TEXTAREA#fbText {
	padding: 4px 4px 4px 25px;
	width: 510px;
	background: #E6EFF6 url(../img/icon_form.gif) no-repeat 3px -93px;
}
.fbForm .captcha { 
	padding-top: 3px; 
}
.fbForm .captcha IMG {
	border: 1px solid #ccc; 
}
.fbForm INPUT#vericode { 
	width: 130px; 
	padding: 4px 0px 4px 25px; 
	background: #E6EFF6 url(../img/icon_form.gif) no-repeat 3px -63px; 
}
.fbForm INPUT#fbSubmit {
	margin-top: 10px;
	cursor: pointer;
	padding: 2px 15px 2px 15px;
}
.fbForm table td {
	padding-left:0!important;
}
.fbForm .name { 
	padding-top: 10px;
}
