/*----------------------------------------------------------------------------
	physcaprint.css

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

/* everything is inside of this holding */
#holding {
	text-align: left;
	overflow: visible; /* auto;*/
	position: relative;
	padding: 0;
	/*padding-bottom: 2px;	border: solid thin #148AEB;	*/
}

#logoform {
	padding: 0;
}

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

/* columns */
#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: #FFFFFF;
}

#footer_text {
	padding: 10px 0 15px;
	/*margin: 0 30px;*/
	text-align: center;
	font-size: 10px;
	color: #333333;
}
#footer_text .bullets {
	color: #148AEB;
	font-size: 15px;
}

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

#maincontent table {
	border-color: #363;
	border-style: dotted;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
}

#maincontent th {
	color: #fff;
	background-color: #333366;
	padding: 3px 2px 3px 2px;
}
#maincontent tr {
	color: black;
	padding: 3px 2px 3px 2px;
	font-size: 90%;
}
#maincontent tr.odd {
	color: #363;
	background-color:#fff;
	padding: 3px 2px 3px 2px;
	font-size: 90%;
}
#maincontent tr.even {
	color: #033;
	background-color:#efe;
	padding: 3px 2px 3px 2px;
	font-size: 90%;
}

#maincontent h1 {
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	
	/*font-size: 200%;*/
}
#maincontent h2 {
	font-style: normal;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
	/*font-size: 160%;*/
}
#maincontent h3 {
	font-style: normal;
	/*font-size: 16px;*/
	font-weight: lighter;
	text-decoration: none;
	color: #66CC66;
	
	/*font-size: 120%;*/
}
#maincontent h4 {
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #339933;
	
	/*font-size: 120%;*/
}
#maincontent p {
	font-style: normal;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: black;
	margin: 5px 10px 20px 0;
	padding: 0;
}

ul { 
	list-style: disc;
}
li { 
	color:  #033;
}
label {
	color: #033;
}
input {
	border-color: #033;
	border-style: solid;
	border-width: 1px;
}
textarea {
	border-color: #033;
	border-style: solid;
	border-width: 1px;
}
#maincontent dt {
	font-weight: bold;
}
#maincontent dd {
	margin-bottom: 6px;
}

/* application - specific */
#warning_msg {
	background-color: #FFFF99;
	border: thin solid #006699;
}
#error_msg {
	background-color: #FF99FF;
	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;
	border: 2px solid #D7E1E7;
}
.imgmargin2 {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 6pt;
	border: 2px solid #D7E1E7;
}
.imgmargin3 {
	margin-top: 6pt;
	margin-right: 12pt;
	margin-bottom: 6pt;
	margin-left: auto;
	border: 2px solid #D7E1E7;
}
.imgmargin4 {
	margin-top: 6pt;
	margin-right: auto;
	margin-bottom: 6pt;
	margin-left: 12pt;
	border: 2px solid #D7E1E7;
}

/* 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;
}

#maincontent th a:link{
	color: #fff;
}
#maincontent th a:visited {
	color: #fff;
	text-decoration: none;
}
#maincontent th a:hover {
	color: #dfd;
	text-decoration: underline;
}
#maincontent th a:active {
	color: #cfc;
    text-decoration: none;
}

