
body, select, input, textarea {
	font: 1em tahoma, verdana, arial, helvetica, sans-serif;
	color: #333;
}
body {
	 background: #ccc;
}
h1,h2,font {
	font-size: 1em;
}

.clientSideNav h1, h2 {
	font-size: 0.7em;
}

/* ~~~~~~~~~ layout ~~~~~~~~~~ */

#container {
    width: 980px;
    margin: 20px auto;
    background: #fff;
    padding: 30px;
}

#page-header {
	border-bottom: 1px solid #aaa;	
}

#logo {

	padding-bottom: 5px;
	margin-bottom: 10px;
}
#logo a {
	float: left;
}

#logo img {
	
	height: 100px;
}
.headerTitle {
	
	float: right;
	font-size: 2em;
	font-weight: bold;
}

/* ~~~~~~~~~ Navigation ~~~~~~~~~~ */
#main-navigation {
    width: 200px;
    font-size: 14pt;
}
#sub-navigation {
    float: left;
    border-bottom: 5px solid #666;
    margin: 20px 0;
}
#sub-navigation ul {
    width: 100%;
    list-style: none;
    font-size: 1.1em;
}
#sub-navigation li {
    float: left;
    font-size: 0.8em;
}
#sub-navigation li a {
    background: #999;
    margin: 0 5px 0 0;
    padding: 5px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
}
#sub-navigation li.current a {
    background: #666;
}
#sub-navigation li a:hover {
    background: #777;
}
.section {
    float:left;
    width:200px;
    text-align:left;
    clear: both;
    margin-top: 15px;
}
ul.selectionList {
    font-size: 0.7em;
    list-style: none;
}
.selectionList li.selectionListItem {
	margin-bottom: 8px;
}
.selectionList li select {
    font-size: 1em;
    display: block;
    width: 100%;
}
.selectionList li .comboLabel {
	font-weight: bold;
	font-size: 0.9em;
}

.selectionList .goButton {
	width: 34px;
	height: 18px;
	float: right;
	cursor: pointer;
	background: transparent url('../images/go.gif') no-repeat 0 0;
}
.selectionList .goButtonDisabled {
	background: transparent url('../images/goDisable.gif') no-repeat 0 0;
	cursor: default;
}

.clientSideNav {
    text-align: center;
    margin: 20px 5px 10px;
}

.printButton {
	
	width: 16px;
	height: 17px;
	background: transparent url('../images/printer.png') no-repeat 0 0;
	
}

.maintext {
	color: #66a;
    font-weight: bold;
    font-size: 0.9em;
    padding: 0 5px;
}

.year {
	font-size: 0.9em;
}

.titletxt {
	
	font-size: 1em;
	color: #66a;
	font-weight: bold;
}

.blacktxt1 {
	
	font-size: 0.8em;
	color: #000;
}
.notext, .notetxt {
	background-color: #eee;
	margin: 3px 0px;
	color: #66a;
	font-size: 0.8em;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	padding: 0px 5px;
}

ol {
	list-style: decimal inside none;
	font-size: 0.9em;
}

ul.treatmentResultsList {
	margin-left: 30px;
}

/* ~~~~~~~~~ article ~~~~~~~~~~ */

.article {
    float:right;
    width:750px;
    text-align:center;
}
.article table {
	text-align: left;
}
#pageContent {

    clear: both;
}

#pageContent h1 {
	
    font-size: 1.4em;
    margin: 40px 0 10px;
    text-align: center;
}

.td_prop1 .thickbox img,
.td_prop2 .thickbox img {

    width: 250px;
}


#pageContent ol li {
	
	list-style: decimal;
	list-style-position: outside;
	margin-top: 5px;
	margin-left: 30px;
}

.adapterWrapper {
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 10px 10px 5px;
}
.adapterWrapper .adpaterImageWrapper {
	float: right;
}
.adapterWrapper .adapterPartNumber {
	float: left;
	width: 100px;
	margin-top: 12px;
	font-weight: bold;
	font-size: 0.9em;
}
.adapterWrapper .adapterDescription {
	float: left;
	width: 300px;
	margin-top: 12px;
	font-style: italic;
	font-size: 0.8em;
}
.noAdaptersMessage {
	font-size: 0.9em;
    font-style: italic;
    padding: 5px 10px;
}

/* ~~~~~~~~~ aside ~~~~~~~~~~ */

.aside {
    float: right;
    width: 310px;
}
/* ~~~~~~~~~ footer ~~~~~~~~~~ */

.footer {
    width: 100%;
    margin: 20px auto;
    font-size: 0.8em;
    text-align: center;
}

/* ~~~~~~~~~ jquery Popup ~~~~~~~~~~ */
#data{
	width:800px;
	background:url(../images/popup/popupHead.jpg) no-repeat 0 0;
	padding:60px 0 0 0;	
	min-height:335px;
}
.popupImg{
	float:left;
	width:280px;
	text-align:center;
}
.popupText{
	float:left;
	width:520px;
	height:306px;
}
.hr{
	height:1px;
	background:#920000;
	border-bottom:1px solid #e45252;
	margin:5px 0 10px 0;
}
.popupTextArea{
	font-family:Arial;
	background:url(../images/popup/popupText.jpg) no-repeat 0 0 #840000;
	color:#fff;
	padding:40px 40px 40px 20px;
	font-size:19px;

}
.popupTextArea h2{
	font-size:33px;
}
