﻿/*~~ css-content 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~ LEFT CONTENT 75% COLUMN : 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#left_side_75_col {
    padding: 0 5px 0 5px;
    float: left;
    width: 620px;
}
/*~~ LEFT CONTENT 25% & MAIN CONTENT 50% COLUMN : 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#left_side_25_col {
    padding: 0 5px 0 5px;
    float: left;
    font-size: .9em;
    width: 155px;
}
#main_side_50_col {
    padding: 0 5px 0 5px;
    border-left: 1px dashed #CACACA;
    float: left;
    width: 455px;
}
/*~~ RIGHT CONTENT 25% COLUMN :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#right_side_25_col {
    padding: 0 5px 0 5px;
    float: right;
    font-size: .9em;
    width: 195px;
}
/*~~ SUBCOLS (50% & 50%) :
border-left: 1px dashed #CACACA;
#subcols_50x50 {margin: 0; padding: 0; height: auto;}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#subcol_left_50 {
    padding: 0 5px 0 0;
    float: left;
    width: 48%;
}
#subcol_right_50 {
    padding: 0 5px 0 5px;
    float: right;
    width: 48%;
}
/*~~ HTML TAGS :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
    margin: 0px;
    padding: 0px;
    background-color: white; /*f0f8ff; white;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.4em;
    color: #000000;
}
p {
    margin: 10px 0; /* 0 10px;*/
}
hr {
    margin: 3px 15px 1px 15px;
    _margin: 0;
    color: #E5E5E5;
    background-color: #E5E5E5;
    border: 0;
    height: 1px;
    width: 95%;
}
blockquote {
    padding: 0 0 0 12px;
    margin: 12px 0 0 0;
    background: url(../../images/bgQuote.png) no-repeat;
}
blockquote p {
    margin: 2px 0;
}
cite {
    font-size: .85em;
    margin: 0;
    padding: 0 0 0 6px;
}
/*~~ HEADINGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
    margin: 10px 0 10px 20px;
}
h1 {
    margin-bottom: 0;
}
h1, h2 {
    margin-top: 0px;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.1em;
}
h3.small {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1em;
}
/*~~ LINKS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link {
    color: #d61719;
    text-decoration: none;
}
a:visited {
    color: #980000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    color: #980000;
}
#left_side_25_col a:link, 
#right_side_25_col a:link, 
#left_side_25_col a:visited, 
#right_side_25_col a:visited {
    text-decoration: none;
}
#left_side_25_col a:hover, 
#right_side_25_col a:hover {
    text-decoration: underline;
}
/*~~ TREE VIEW CONTROL :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TreeView {
    border-bottom: 1px dotted #B2B2B2 !important;
}
.TreeView div {
    margin-left: 5px;
}
.TreeView table {
    border-top: 1px dotted #B2B2B2 !important;
}
.TreeView div table {
    border-bottom: none !important;
    border-top: none !important;
}
.TreeView table td {
    padding: 2px 0;
}
.LeafNodesStyle {
}
.RootNodeStyle {
}
.NodeStyle {
}
.ParentNodeStyle {
    background: yellow;
}
a.SelectedNodeStyle {
    background: #E5E5E5;
    display: block;
    padding: 2px 0 2px 3px;
}
/*~~ LISTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    background: url(../../images/listBullet.gif) no-repeat 0 .8em;
    padding: .2em 0 .2em 1em;
    margin-left: 0.4em;
}
ul.list_of_links {
    border-bottom: 1px dotted #B2B2B2;
}
#left_side_25_col ul.list_of_links, 
#right_side_25_col ul.list_of_links {
    margin: 0 0 30px 0px;
}
ul.list_of_links li {
    border-top: 1px dotted #B2B2B2;
    background-image: url(../../images/listBulletLink.gif);
}
ul.list_of_links li.current {
    background-color: #E5E5E5;
}
ul.no_lines, ul.no_lines li {
    border: none;
}
/*~~ IMAGES & PHOTOS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
img {
    border: none;
}
.photo_border {
    border: 1px solid #cecece;
    padding: 2px;
    background: #d9d9d9 url(../../images/bgPhoto.png) top repeat-x;
    margin: 0 auto 5px auto;
    display: block;
}
.photo_float_left {
    float: left;
    margin-right: 10px;
}
.image_border_none {
    border: none;
}
.ImgRight {
    margin: 5px 0;
    clear: both;
    float: right;
}
.ImgButtom {
    clear: both;
    position: relative;
    bottom: 0px;
    clip: rect(auto, auto, 0px, auto);
}
/*
    margin: 80px 0 0 0;

*~~ MISC CLASSES :
#heading, 
#heading1, 
#heading2, 
#heading3 {
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#subheading, 
#subheading1, 
#subheading2 
#subheading3 {
    margin: 20px 0 0 10px;
    font-size: 1.1em;
    font-weight: bold;
}
.subheading {
    margin: 10px 0 10px 10px;
    font-size: 1.1em;
    font-weight: bold;
}
.arrow {
    vertical-align: middle;
}
.dsb {
    border: 1px solid #00bfff;
    font-family: Tahoma, Verdana, 'Trebuchet MS', Arial;
    font-size: 8pt;
}
.tb {
    font-family: Tahoma;
    font-size: 8pt;
}
.clear {
    clear: both;
}
.none {
    display: none;
}
.tmk {
    font-size: smaller;
    vertical-align: super;
}
.fndred {
    font-size: 8pt;
    color: #ff0000;
    font-family: Tahoma, 'Trebuchet MS', Arial;
}
.fndblue {
    color: #0000ff;
    font-size: 8pt;
    font-family: Tahoma, 'Trebuchet MS', Arial;
}
.acenter {
    color: #0000ff;
    text-align: center;
    text-decoration: none;
}
acronym {
    color: #000080;
    font-size: 8pt;
    font-weight: bold;
    font-family: Tahoma;
}
.skucode {
    margin: 15px 0px 15px 0px;
    color: #000080;
    text-align: center;
    text-decoration: none;
}

/*  border: .1em dotted #f0f8ff;    */

#iPopPageSize {
    margin: 5px;
    padding: 20px 5px 5px 5px;
    text-align: center;
    clear: both;
    width: 405px;
}
.btn {
    padding: .4em 1em;
    font-family: Tahoma;
    font-size: 1.0em;
    font-weight: bold;
    color: #000080;
    background-color: #FFFFFF;
}
.btn_reset {
    background: url(../../images/reset.jpg);
}
.hnt {
    color: #808080;
    font-size: 8pt;
    font-family: Tahoma;
    vertical-align: top;
}
.errv {
    font-family: Tahoma;
    font-size: 8pt;
    color: #FF0000;
}caption {
	background-color: activecaption;
	color: CaptionText;
	font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
}
.sutr {
	background-color:#d0ffd0;
}