/*----------------------------------------------------------------------------
	fuzion.css

	this css-file contains all style definitions common to all pages.
------------------------------------------------------------------------------
	Copyright (c) Sergey Latkin, 2007
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px;
}

/* everything is inside of this holding */
#holding {
	text-align: left;
	overflow: auto;
	position: relative;
	padding: 0;
	/*top: 0px;*/
}

#logoform {
	padding: 0;
	height: 145px;
	overflow: hidden;
	width: 650px;
}
#logoform2 {
	padding: 0px;
	height: 122px;
	overflow: hidden;
	width: 620px;
}
#sec_logo {
}

/* menu bar and buttons */
#topnavbar {
	display: none;
}

/* columns */
#maintab {
}
.leftcol {
	display: none;
}
.maincol {
	text-align: left;
}
.midcol {
	text-align: left;
}
.rightcol {
	display: none;
}
#maincontent {
	padding: 20px 10px 10px 20px;
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
	font-size: 12pt;
  	font-weight: normal;
  	text-decoration: none;
  	color: black;
}

/* left menu */
#leftnavbar {
	display: none;
}

.onscreen {
	display: none;
}

/* bottom */
#footer {
	margin: 0;
	padding: 0;
	/*height: 65px; */
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #99CC33;
}

#footer_text {
	padding: 10px 0 15px 0;
	margin: 0 30px 0 30px;
	text-align: center;
	font-size: 12px;
	color: #999999;
}
#footer_text .bullets {
	color: #669933;
	font-size: 15px;
}

/* visual elements */
#maincontent a {
	text-decoration: none;
	color: #006633;
}

#maincontent table {
	border-color: #363;
	border-style: dotted;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
}
#maincontent th {
	color: black;
	padding: 3px 2px 3px 2px;
}
#maincontent tr {
	color: black;
	padding: 3px 2px 3px 2px;
	font-size: 90%;
}
#maincontent tr.odd {
	color:  #333;
	padding: 3px 2px 3px 2px;
	font-size: 90%;
}
#maincontent tr.even {
	color: #003333;
	padding: 3px 2px 3px 2px;
	font-size: 90%;
}

#maincontent h1 {
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #336600;
	text-transform: uppercase;
}
#maincontent h2 {
	font-style: normal;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #360;
	text-transform: uppercase;
}
#maincontent h3 {
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #360;
	text-transform: uppercase;
}
#maincontent p {
	font-style: normal;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: black;
	margin: 5px 0 20px 0;
	padding: 0;
}

ul { 
	list-style: disc;
}
#maincontent dt {
	font-weight: bold;
}
#maincontent dd {
	margin-bottom: 6px;
}

/* application - specific */
#warning_msg {
	border: thin solid #006699;
}
#error_msg {
	border: thin solid #FF0000;
}
.tborderUL {
        border-top-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: solid;
}
.tborderUR {
        border-top-width: thin;
        border-right-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: none;
}
.tborderDL {
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: solid;
}
.tborderDR {
        border-bottom-width: thin;
        border-right-width: thin;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: none;
}
.tborderU {
        border-top-width: thin;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
}
.tborderD {
        border-bottom-width: thin;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
}
.tborderL {
        border-left-width: thin;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: solid;
}
.tborderR {
        border-right-width: thin;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: none;
}
#formdiv {
	padding: 5px;
	border: medium solid #3399FF;
}
#formdiv2 {
	padding: 5px;
	border: medium solid #FF9900;
}
#tca_div {
	border-top: thin solid #666;
	border-bottom: thin solid #666;
	padding: 6px;
/*	overflow: auto;*/
/*	position: relative;
	left: 200px;*/
	text-align: justify;
}
#tca_head {
}
.imgmargin1 {
	margin-top: auto;
	margin-right: 6pt;
	margin-bottom: auto;
	margin-left: auto;
}
.imgmargin2 {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 6pt;
}
.imgmargin3 {
	margin-top: 6pt;
	margin-right: 12pt;
	margin-bottom: 6pt;
	margin-left: auto;
}
.imgmargin4 {
	margin-top: 6pt;
	margin-right: auto;
	margin-bottom: 6pt;
	margin-left: 12pt;
}
.smallprint {
	font-size: 8pt;
}

/* results page */

.smalcap {
	font-size: 8pt;
	font-family: "Courier New", Courier, mono;
}
.res_hilite {
	color: #333333;
	border-top: thin solid #3399CC;
	border-left-style: none;
	border-right-style: none;
	border-bottom: thin solid #3399CC;
}
.res_normal {
	/* color: #333333; */
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom: 1px dotted #369;
}

/* profile page */

.secta {
	margin-top: 6px;
}
