/*----------------------------------------------------------------------------
	physcareer.css

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

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

#logoform {
	/*width: 1000px;
	height: 105px;*/
	padding: 0px;
	margin: 0px;	
/*	background-image: url(images/header_main.jpg);
	background-repeat: no-repeat;*/
}


#topnavlist {
	margin: 0;
	padding: 5px 5px 5px 0;
}
#topnavlist a {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#topnavlist a:hover {
    text-decoration: none;
    color: black;
}
#topnavlist a.current {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}
#topnavlist a.current:hover {
    text-decoration: underline;
    color: black;
}
#topnavlist a:active {
	text-decoration: underline;
	color: #99CC33;
}
#maincontent {
	width: 980px;
	/*height: 550px;
	overflow: visible;*/
	background-color: #035175;
	padding: 15px 10px 10px 15px;
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.3;
	color:#FFFFFF;
	font-size: 11pt;
}

/* bottom */
#footer {
	margin: 0;
	padding: 0;
	width: 1000px;
	/*height: 65px; */
	clear: both;
	background-color:#FFFFFF;
}

#footer_text {
	padding: 10px 0 15px;
	margin: 0 30px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	width: 940px;
}
#footer_text .bullets {
	color: #99CC33;
	font-size: 15px;
}

/* visual elements - maincontent */
#maincontent a:link{
	color: #99CC33;
	text-decoration: none;
}
#maincontent a:visited {
	color: #99FF99;
	text-decoration: none;
}
#maincontent a:hover {
	color: #99FF33;
	text-decoration: underline;
}
#maincontent a:active {
	color: #CCFF99;
	text-decoration: underline;
}

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

#maincontent th {
	color: #fff;
	background-color: #330066;
	padding: 3px 2px 3px 2px;
}
#maincontent tr {
	/*color: #003366;*/
	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: white;
	
	/*font-size: 200%;*/
}
#maincontent h2 {
	font-style: normal;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
	text-transform: uppercase;
	/*font-size: 160%;*/
}
#maincontent h3 {
	font-style: normal;
	font-size: 18px;
	font-weight: lighter;
	text-decoration: none;
	color: #CCFFFF;
	
	/*font-size: 120%;*/
}
#maincontent h4 {
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	
	/*font-size: 120%;*/
}
#maincontent p {
	font-style: normal;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: white;
	margin: 5px 10px 20px 0;
	padding: 0;
}

ul { 
	list-style: disc;
}
li { 
	font-size: 11pt;
	color: #FFFFFF;
}
label {
	color: #CCFFFF;
}
input {
	border-color: #99CC33;
	border-style: solid;
	border-width: 1px;
}
textarea {
	border-color: #99CC33;
	border-style: solid;
	border-width: 1px;
}
#maincontent dt {
	font-weight: bold;
}
#maincontent dd {
	margin-bottom: 6px;
}

/* application - specific */
#warning_msg {
	background-color: #990000;
	border: 2px solid #FFFF99;
}
#error_msg {
	background-color: #FF0066;
	color: #003300;
	border: 2px solid #FF0000;
}
.tborderUL {
	 	border-top-color: #99CC33;
	 	border-left-color: #99CC33;
        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-color: #99CC33;
	 	border-right-color: #99CC33;
        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-color: #99CC33;
	 	border-left-color: #99CC33;
        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-color: #99CC33;
	 	border-right-color: #99CC33;
        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-color: #99CC33;
        border-top-width: thin;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
}
.tborderD {
	 	border-bottom-color: #99CC33;
        border-bottom-width: thin;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
}
.tborderL {
	 	border-left-color: #99CC33;
        border-left-width: thin;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: solid;
}
.tborderR {
	 	border-right-color: #99CC33;
        border-right-width: thin;
        border-top-style: none;
        border-right-style: solid;
        border-bottom-style: none;
        border-left-style: none;
}
#formdiv {
	width: 940px;
	padding: 5px;
	border: medium solid #3399FF;
}
#formdiv2 {
	width: 940px;
	padding: 5px;
	border: medium solid #FF9900;
}
#tca_div {
	border: inset;
	height: 396px;
	width: 800px;
	padding: 6px;
	overflow: auto;
/*	position: relative;
	left: 200px;*/
	text-align: justify;
}
#tca_head {
/*	position: relative;
	left: 200px;
	width: 500px;
	top: 0;*/
}
.imgmargin1 {
	margin-top: 3pt;
	margin-right: 6pt;
	margin-bottom: 3pt;
	margin-left: auto;
	border: 2px solid #D7E1E7;
}
.imgmargin2 {
	margin-top: 3pt;
	margin-right: auto;
	margin-bottom: 3pt;
	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;
}

#maincontent address {
	font-size: 8pt;
	font-style: normal;
}
.syndi {
	padding: 10px 15px 10px 15px;
	border: thin solid #99CC33;
	background-color: #FFFFFF;
	width: 650px;
}

/* results page */

.smalcap {
	font-size: 8pt;
	font-family: "Courier New", Courier, mono;
}
.res_hilite {
	color: #CCFFFF;
	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;
}

