/*        Beginning of CSS "siran_style3.css"        */
/******************** Changelog **********************/
/* Last update 08/16/08 - recreated this CSS for the */
/*                        new site layout            */
/*                      - adding ids and classes for */
/*                        various <div> tags used    */
/*             09/02/08 - since above date, added    */
/*                        several more <div> defines */
/*             09/03/08 - started work on the ODN    */
/*                        page layout                */
/*             09/06/08 - removed all remnants of any*/
/*                        tables defined             */
/*             09/08/08 - removed more unused items  */
/*****************************************************/

/* The default body text style for the ODN and sub pages */
body {
 background-color: #000000; /*black*/
 color: #ffffff; /*white*/
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-style: normal;
}

/* Customized headers */
h1 {
 color: #ff3333;
 font-family: 'Final Frontier', 'Saved By Zero', 'Arial', 'Veranda', 'Helvetica';
 font-size: 35pt;
 font-weight: bold;
 text-align: center;
 font-style: normal;
}

h2 {
 color: #ffffff;
 font-family: 'Final Frontier', 'Saved By Zero', 'Arial', 'Veranda', 'Helvetica';
 font-size: 14pt;
 font-weight: normal;
 text-align: left;
 font-style: normal;
}

h3 {
 color: #0000ff;
 font-family: 'Final Frontier', 'Saved By Zero', 'Arial', 'Veranda', 'Helvetica';
 font-size: 25pt;
 font-weight: bold;
 text-align: center;
 font-style: normal;
}

h4 {
 color: #ff9900;
 font-family: 'Final Frontier', 'Saved By Zero', 'Arial', 'Veranda', 'Helvetica';
 font-size: 14pt;
 font-weight: bold;
 text-align: center;
 font-style: normal;
}

h5 {
 color: #ff9900;
 font-family: 'Final Frontier', 'Saved By Zero', 'Arial', 'Veranda', 'Helvetica';
 font-size: 14pt;
 font-weight: normal;
 text-align: center;
 font-style: normal;
}

h6 {
 color: #ffffff;
 font-family: 'Final Frontier', 'Saved By Zero', 'Arial', 'Veranda', 'Helvetica';
 font-size: 12pt;
 font-weight: bold;
 text-align: center;
 font-style: normal;
}

/* Customized "P" tag (unused) */
p {
 color: #ffffff;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-style: normal;
}

/* Customized "LI" tage (unused) */
li{
 color: #ffffff;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-weight: normal;
 font-style: normal;
}

/* Customized "A" tag (used extensively) */
a:link{
 color: #996633;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-style: normal;
 text-decoration: none;
}

a:visited{
 color: #996633;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-style: normal;
 text-decoration: none;
}

a:hover{
 color: #cc9933;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-style: normal;
 text-decoration: none;
}

a:active{
 color: #996633;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1em;
 font-style: normal;
 text-decoration: none;
}

/* Customized "divs" (used for main page "footer two" section) */
#footer2 {
 clear: both;
 width: 60%;
 margin-left: 20%;
 text-align: center;
 background: transparent;
}

/* Customized "divs" (used for LCARS left header section) */
#lcarsheadl {
 float: left;
 width: 63%;
 height: auto;
 margin-left: 13%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS right header section) */
#lcarsheadr {
 float: right;
 height: auto;
 margin-right: 12%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS mid left 1 section) */
#lcarsmidl {
 float: left;
 width: 74%;
 height: auto;
 margin-left: 13%;
 margin-right: 13%;
 background: transparent;
}

/* Customized "divs" (used for LCARS mid left 2 section) */
#lcarsmidl2 {
 float: left;
 width: 63%;
 height: auto;
 margin-left: 13%;
 background: transparent;
}

/* Customized "divs" (used for LCARS right header section) */
#lcarsmidr {
 float: right;
 width: 10%;
 height: auto;
 margin-right: 13%;
 background: transparent;
}

/* Customized "divs" (used for LCARS section) */
#lcarsreadyl {
 float: left;
 height: auto;
 margin-left: 13%;
 background: transparent;
}

/* Customized "divs" (used for LCARS profile image column section) */
#lcarsbioup1 {
 float: left;
 width: 20%;
 height: auto;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 2nd profile column section) */
#lcarsbioup2 {
 float: right;
 width: 45%;
 height: auto;
 margin-right: 13%;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 1st menu column section) */
#lcarsbioup3 {
 float: left;
 width: 20.5%;
 height: auto;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 2nd menu column section) */
#lcarsbioup4 {
 float: left;
 width: 20.5%;
 height: auto;
 margin-left: 3%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 3rd menu column section) */
#lcarsbioup5 {
 float: right;
 width: 20.5%;
 height: auto;
 margin-right: 13%;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 3rd menu column section) */
#lcarsbioup6 {
 float: left;
 width: 65%;
 height: auto;
 margin-right: 13%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 1st photo column section) */
#lcarsbioup7 {
 float: left;
 width: 21%;
 height: auto;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 2nd photo column section) */
#lcarsbioup8 {
 float: left;
 width: 21%;
 height: auto;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 3rd photo column section) */
#lcarsbioup9 {
 float: left;
 width: 21%;
 height: auto;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 4th photo column section) */
#lcarsbioup10 {
 float: right;
 width: 21%;
 height: auto;
 margin-right: 9%;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}
/* Customized "divs" (used for LCARS 4th photo column section) */
#lcarsbioup11 {
 float: right;
 width: 62%;
 height: auto;
 margin-right: 9%;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography lower section) */
#lcarsbiolow {
 float: left;
 width: 65%;
 height: auto;
 margin-left: 13%;
 background: transparent;
}

/* Customized "divs" (used for LCARS right lower section) */
#lcarsbotupr {
 float: right;
 width: auto;
 height: auto;
 margin-right: 12.5%;
 background: transparent;
}

/* Customized "divs" (used for LCARS bottom section) */
#lcarsbottom {
 float: left;
 width: auto; /*74%;*/
 height: auto;
 margin-right: 13%;
 margin-left: 13%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 1st msr column section) */
#lcarsmsr1 {
 float: left;
 width: 18%;
 height: auto;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 2nd msr column section) */
#lcarsmsr2 {
 float: left;
 width: 26%;
 height: auto;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 3rd msr column section) */
#lcarsmsr3 {
 float: left;
 width: 22%;
 height: auto;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 4th msr column section) */
#lcarsmsr4 {
 float: right;
 width: 22%;
 height: auto;
 margin-right: 9%;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 1st msr column section) */
#lcarsmsr5 {
 float: left;
 width: 15%;
 height: auto;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 2nd msr column section) */
#lcarsmsr6 {
 float: left;
 width: 15%;
 height: auto;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 3rd msr column section) */
#lcarsmsr7 {
 float: left;
 width: 30%;
 height: auto;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for LCARS 4th msr column section) */
#lcarsmsr8 {
 float: right;
 width: 28%;
 height: auto;
 margin-right: 9%;
 margin-left: 1%;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for ODN page side image top section) */
#lcarsodn01 {
 position: absolute;
 top: 20px;
 left: 133px;
 background: transparent;
}

/* Customized "divs" (used for ODN page 'online' section) */
#lcarsodn02 {
 position: absolute;
 top: 10px;
 left: 330px;
 text-align: center;
 background: transparent;
}

/* Customized "divs" (used for ODN page 1st cross image top section) */
#lcarsodn03 {
 position: absolute;
 top: 80px;
 left: 133px;
 background: transparent;
}

/* Customized "divs" (used for ODN page 2nd cross 'V' bar image section) */
#lcarsodn04 {
 position: absolute;
 top: 110px;
 left: 133px;
 background: transparent;
}

/* Customized "divs" (used for ODN page 4 'V' bars image section) */
#lcarsodn05 {
 position: absolute;
 top: 132px;
 left: 133px;
 background: transparent;
}

/* Customized "divs" (used for ODN page menu title images section) */
#lcarsodn06 {
 position: absolute;
 z-index: 999;
 top: 130px;
 left: 202px;
 background: transparent;
}

/* Customized "divs" (used for ODN page left menu section) */
#lcarsodn07 {
 position: absolute;
 top: 160px;
 left: 222px;
 width: 15%;
 background: transparent;
}

/* Customized "divs" (used for ODN page right menu section) */
#lcarsodn08 {
 position: absolute;
 top: 160px;
 left: 430px;
 width: 16%;
 height: auto;
 background: transparent;
}

/* Customized "divs" (used for ODN page left menu "V" bar section) */
#lcarsodn09 {
 position: absolute;
 top: 157px;
 left: 380px;
 background: transparent;
}

/* Customized "divs" (used for ODN page right menu "V" bar section) */
#lcarsodn10 {
 position: absolute;
 top: 157px;
 left: 408.4px;
 background: transparent;
}

/* Customized "divs" (used for ODN page imvu "V" bar section) */
#lcarsodn11 {
 position: absolute;
 top: 157px;
 left: 612px;
 background: transparent;
}

/* Customized "divs" (used for ODN page 1st imvu images section) */
#lcarsodn12 {
 position: absolute;
 top: 160px;
 left: 640px;
 background: transparent;
}

/* Customized "divs" (used for ODN page 1st lower cross image section) */
#lcarsodn13 {
 position: absolute;
 top: 378px;
 left: 133px;
 background: transparent;
}

/* Customized "divs" (used for ODN page logo images left "V" bar section) */
#lcarsodn14 {
 position: absolute;
 top: 429px;
 left: 133px;
 background: transparent;
}

/* Customized "divs" (used for ODN page logo images section) */
#lcarsodn15 {
 position: absolute;
 top: 445px;
 left: 190px;
 background: transparent;
}

/* Customized "divs" (used for ODN page logo images right "V" bar section) */
#lcarsodn16 {
 position: absolute;
 top: 429px;
 left: 825px;
 background: transparent;
}

/* Customized "divs" (used for ODN page links section) */
#lcarsodn17 {
 position: absolute;
 top: 550px;
 left: 132px; /*200px;*/
 background: transparent;
 text-align: center;
}

/* Customized "divs" (used for ODN page 2nd imvu images section) */
#lcarsodn18 {
 position: absolute;
 top: 160px;
 left: 715px;
 background: transparent;
}

/* Customized "divs" (used for ODN page 3rd imvu images section) */
#lcarsodn19 {
 position: absolute;
 top: 160px;
 left: 805px;
 background: transparent;
}

/* Customized "divs" (used for ODN page random quotes section) */
#lcarsodn20 {
 position: absolute;
 top: 429px;
 left: 210px;
 background: transparent;
}

/* Customized "divs" (used for all pages "spacer" display) */
.spacer {
 clear: both;
 width: 96%;
 height: auto;
 margin-left: 1%;
 text-align: center;
 padding: 1%;
 background: transparent;
}

/* Customized "divs" (used for sub pages "spacer" display) */
.subspacer {
 clear: both;
 height: auto;
 text-align: center;
 padding: 1%;
 background: transparent;
}

/* Customized "divs" (used for main page "counters" display) */
.subcont3 {
 padding: 3px;
 background-color: transparent;
}

/* Customized "divs" (class used for "news" display */
.news {
 width: 96%;
 height: 170px;
 overflow-y: auto;
 margin-left: 2%;
 text-align: left;
 padding: 2px;
 border-width: 1px;
 border-style: solid;
 border-color: #9999ff;
}

/* Customized "divs" (used for ODN page 'online' display) */
.lcarsodntop {
 width: auto;
 height: auto;
 margin-top: 1%;
 text-align: center;
 background: transparent;
}

/* Customized "divs" (used for ODN page image display) */
.lcarsodnimg {
 width: auto;
 height: auto;
 background: transparent;
}

/* Customized "divs" (used for ODN page center text display) */
.lcarsodntxt {
 width: auto;
 height: auto;
 text-align: center;
 background: transparent;
}

/* Customized "divs" (used for ODN page left text display) */
.lcarsodntxt2 {
 width: auto;
 height: auto;
 text-align: left;
 background: transparent;
}

/* Customized "divs" (used for ODN page image display) */
.lcarsodnmti {
 width: auto;
 height: auto;
 margin-top: 1%;
 background: transparent;
}

/* Customized "divs" (used for ODN page 'left menu' display) */
.lcarsodnlmd {
 width: auto;
 height: auto;
 margin-top: 1%;
 text-align: right;
 background: transparent;
}

/* Customized "divs" (used for ODN page 'right menu' display) */
.lcarsodnrmd {
 width: auto;
 height: 225px; /*auto*/
 overflow-y: auto;
 margin-top: 1%;
 text-align: left;
 font-size: 8pt;
 background: transparent;
}

/* Customized "divs" (used for ODN page IMVU display) */
.lcarsodnimvu {
 width: auto;
 height: auto;
 margin-top: 1%;
 text-align: center;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography image display) */
.lcarsbioimage {
 width: auto;
 height: auto;
 margin-top: 1%;
 text-align: left;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography top display) */
.lcarsbiotop {
 width: auto;
 height: 205px; /*auto;*/
 overflow-x: auto;
 overflow-y: auto;
 margin-top: 1%;
 text-align: left;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography top display) */
.lcarsbiotop1 {
 width: auto;
 height: 80px;
 overflow-x: auto;
 overflow-y: auto;
 margin-top: 1%;
 text-align: left;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography top display) */
.lcarsbiotop2 {
 width: auto;
 height: auto;
 overflow-x: auto;
 overflow-y: auto;
 margin-top: 1%;
 text-align: center;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography top display) */
.lcarsbiotop3 {
 width: auto;
 height: auto;
 overflow-x: auto;
 overflow-y: auto;
 margin-top: 1%;
 text-align: left;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography top display) */
.lcarstxtmenu {
 width: auto;
 height: 440px; /*235px; auto;*/
 overflow-x: auto;
 overflow-y: auto;
 margin-top: 1%;
 text-align: left;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography top display) */
.lcarstxtmenu2 {
 width: auto;
 height: 205px; /*auto;*/
 overflow-x: auto;
 overflow-y: auto;
 margin-top: 1%;
 text-align: left;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography lower display) */
.lcarsbiolow {
 width: auto;
 height: 205px;
 overflow-y: auto;
 text-align: left;
 padding: 3px;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography lower display) */
.lcarsbiolow2 {
 width: auto;
 height: 440px;
 overflow-x: auto;
 overflow-y: auto;
 text-align: left;
 padding: 3px;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography lower display) */
.lcarsbiolow3 {
 width: auto;
 height: 286px; /*295px;*/
 overflow-y: auto;
 text-align: left;
 padding: 3px;
 background: transparent;
}

/* Customized "divs" (used for LCARS biography lower display) */
.lcarsbiolow4 {
 width: auto;
 height: 343px;
 overflow-x: auto;
 overflow-y: auto;
 text-align: left;
 padding: 3px;
 background: transparent;
}

/* Customized "divs" (used for LCARS msr column 1 display) */
.lcarsmsrc1 {
 width: auto;
 height: auto;
 margin-top: 1%;
 text-align: right;
 background: transparent;
}

/* Style for the div news titles */
b.ititle
{
 color: #ff9900;
 font-family: 'Final Frontier', 'Arial', 'Veranda', 'Helvetica';
 font-size: 13pt;
}

/* Style for the div news dates */
b.date
{
 color: #ff0000;
 font-family: 'Arial', 'Veranda', 'Helvetica';
 font-size: 1.1em;
}

/* End of CSS "siran_style2.css" */